Alan Rominger
c86fafbd7e
Mount awx_devel in execution nodes for developer utility
2022-01-25 12:28:26 -05:00
Marcelo Moreira de Mello
cfabbcaaf6
Merge pull request #11602 from ansible/avoid_project_updates_on_create_preload_data
...
Avoid Project..get_or_create() in create_preload_data
2022-01-24 18:20:29 -05:00
Marcelo Moreira de Mello
7ae6286152
Avoid Project..get_or_create() in create_preload_data
...
Django ORM method get_or_create() does not call save() directly,
but it calls the create() [1].
The create method ignores the skip_update=True option, which then
will trigger a project update, however the EE was not yet created
in the database.
To avoid this problem, we just check the existence of the default
project and creates it with save(skip_update=True) manually.
2022-01-24 17:59:29 -05:00
Keith Grant
85cc67fb4e
Update status icons ( #11561 )
...
* update StatusLabels on job detail
* change StatusIcon to use PF circle icons
* change status icon to status label on host event modal
* update status label on wf job output
* update tests for status label changes
* fix default status icon color
2022-01-24 14:01:02 -05:00
Shane McDonald
af69b25eaa
Merge pull request #11332 from shanemcd/bump-deps
...
Security-related updates for some Python dependencies.
2022-01-24 12:13:53 -05:00
Shane McDonald
eb33b95083
Merge pull request #11548 from shanemcd/revert-11428
...
Revert "Make awx-python script available in k8s app images"
2022-01-24 12:10:01 -05:00
Marcelo Moreira de Mello
aa9124e072
Merge pull request #11566 from ansible/expose_isolate_path_podman_O
...
Support user customization of EE mount options and mount paths
2022-01-21 22:41:23 -05:00
Marcelo Moreira de Mello
c086fad945
Added verbosity to molecule logs
2022-01-21 21:30:49 -05:00
Marcelo Moreira de Mello
0fef88c358
Support user customization of container mount options and mount paths
2022-01-21 17:12:32 -05:00
John Westcott IV
5bced09fc5
Handeling different types of response.data ( #11576 )
2022-01-21 15:16:09 -05:00
Jake McDermott
b4e9ff7ce0
Merge pull request #11573 from nixocio/ui_rename_files
...
Rename remaining .jsx files to .js
2022-01-21 10:55:06 -05:00
Alex Corey
208cbabb31
Merge pull request #11580 from jakemcdermott/readme-update-templates-2
...
Update ui dev readme
2022-01-21 10:50:01 -05:00
Jake McDermott
2fb5cfd55d
Update ui dev readme
2022-01-21 10:31:35 -05:00
Jake McDermott
582036ba45
Merge pull request #11579 from jakemcdermott/readme-update-templates
...
Update ui dev readme, templates
2022-01-21 10:12:50 -05:00
Jake McDermott
e06f9f5438
Update ui dev readme, templates
2022-01-21 09:55:54 -05:00
nixocio
461876da93
Rename remaining .jsx files to .js
...
Rename remaining .jsx files to .js
2022-01-20 14:17:32 -05:00
Alan Rominger
4f1c662691
Merge pull request #11570 from AlanCoding/keycloak_docs
...
Minor docs tweaks for keycloak setup
2022-01-20 11:52:21 -05:00
Alan Rominger
9abd4e05d0
Minor docs tweaks for keycloak setup
2022-01-20 11:01:32 -05:00
Elijah DeLee
faba64890e
Merge pull request #11559 from kdelee/pending_container_group_jobs_take2
...
Add resource requests to default podspec
2022-01-20 09:54:20 -05:00
Alan Rominger
add54bfd0b
Merge pull request #11472 from AlanCoding/process_ident
...
Pass new ansible-runner parameters to reduce number of artifacts we don't need on file system
2022-01-20 09:48:44 -05:00
John Westcott IV
e63ce9ed08
Api 4XX error msg customization #1236 ( #11527 )
...
* Adding API_400_ERROR_LOG_FORMAT setting
* Adding functional tests for API_400_ERROR_LOG_FORMAT
Co-authored-by: nixocio <nixocio@gmail.com>
2022-01-19 11:16:21 -05:00
Kersom
60831cae88
Merge pull request #11539 from nixocio/api_issue_11523
...
Update ping endpoint to use last_seen
2022-01-19 10:40:02 -05:00
Kersom
97cf46eaa9
Merge pull request #11556 from nixocio/ui_bump_node_npm
...
Bump node and npm versions inside container
2022-01-19 09:58:30 -05:00
Shane McDonald
381e75b913
Merge pull request #11562 from ansible/avoid_dups_create_preload_data
...
Avoid duplicated entries when calling create_preload_data
2022-01-18 19:00:43 -05:00
Shane McDonald
7bd516a16c
Skip project update
2022-01-18 18:40:58 -05:00
Marcelo Moreira de Mello
3dd01cde89
Avoid duplicated entries when calling create_preload_data
2022-01-18 18:07:26 -05:00
Kersom
495394084d
Fix null on workflowjobtemplate ( #11522 )
...
Fix null on workflowjobtemplate
See: https://github.com/ansible/awx/issues/11284
2022-01-18 16:54:00 -05:00
Alan Rominger
2609ee5ed0
Delete artifact dir after transmit phase is finished
2022-01-18 14:51:40 -05:00
John Westcott IV
da930ce276
Fixing token documentation ( #11550 )
2022-01-18 14:21:17 -05:00
Elijah DeLee
987924cbda
Add resource requests to default podspec
...
Extend the timeout, assuming that we want to let the kubernetes scheduler
start containers when it wants to start them. This allows us to make
resource requests knowing that when some jobs queue up waiting for
resources, they will not get reaped in as short of a
timeout.
2022-01-18 13:34:39 -05:00
Alan Rominger
8fac1c18c8
Make task logic use consistent artifact dir location
2022-01-18 13:00:39 -05:00
Alan Rominger
eb64fde885
Pass ident to "process" cmd and disable stdout file
...
This requires corresponding ansible-runner changes
which are only available in devel branch
to do this, requirements are changed
to install ansible-runner devel as it did before
Revert "Use ansible-runner 2.1.1 build"
This reverts commit f0ede010176bd6bfcb45b4fee4194096a91c0003.
Add back in change from updater.sh that we want to keep
2022-01-18 13:00:39 -05:00
nixocio
b1e9537499
Bump node and npm versions inside container
...
Bump node and npm versions inside container
Prepating to bump react scripts to 5.0.
See: https://github.com/ansible/awx/issues/11543
2022-01-17 20:33:47 -05:00
Shane McDonald
9d636cad29
Revert "Make awx-python script available in k8s app images"
...
This reverts commit 88bbd43314fe123e7a8b10fafec59fe3208c8892.
2022-01-15 10:38:50 -05:00
Alan Rominger
696c0b0055
Merge pull request #11503 from AlanCoding/no_version
...
Remove unused ansible version method
2022-01-14 22:15:15 -05:00
Jeff Bradberry
6e030fd62f
Merge pull request #11546 from jbradberry/remove-instance-activecount
...
Remove the Instance.objects.active_count() method
2022-01-14 16:46:01 -05:00
Jeff Bradberry
bb14a95076
Remove the Instance.objects.active_count() method
...
Literally nothing uses it. The similar Host.objects.active_count()
method seems to be what is actually important for licensing.
2022-01-14 16:21:41 -05:00
Alan Rominger
9664aed1f2
Remove unused ansible version method
2022-01-14 14:55:35 -05:00
Amol Gautam
6dda5f477e
Merge pull request #11544 from AlanCoding/another_rule
...
Respect linter rule F811 about trivial re-definition
2022-01-14 14:05:41 -05:00
Alan Rominger
72cd73ca71
Update to cover stuff from tasks.py changes
2022-01-14 13:42:24 -05:00
Alan Rominger
02e18cf919
Fix more F811 linter violations
2022-01-14 13:23:05 -05:00
Alan Rominger
82671680e3
Respect linter rule F811 for trivial re-definition
2022-01-14 13:23:04 -05:00
Amol Gautam
bff49f2a5f
Merge pull request #11528 from amolgautam25/tasks-refactor-1
...
Refactored 'tasks.py' file into a package
2022-01-14 12:16:32 -05:00
Marcelo Moreira de Mello
59d582ce83
Merge pull request #11530 from ansible/dont_expose_k8s_api_token_by_default
...
Don't expose serviceAccount token on default pod spec
2022-01-14 12:04:14 -05:00
Amol Gautam
a4a3ba65d7
Refactored tasks.py to a package
...
--- Added 3 new sub-package : awx.main.tasks.system , awx.main.tasks.jobs , awx.main.tasks.receptor
--- Modified the functional tests and unit tests accordingly
2022-01-14 11:55:41 -05:00
Kersom
11f4b64229
Modify how manual subform is displayed for projects ( #11509 )
...
Modify how manual subform is displayed for projects - Do not rely on
label that could be translated, rely on the value.
See: https://github.com/ansible/awx/issues/11505
2022-01-14 11:19:10 -05:00
Jeff Bradberry
b76029fac3
Merge pull request #11538 from jbradberry/fix-exact-removals-for-register-peers
...
Fix the logic for register_peers --exact
2022-01-14 09:42:51 -05:00
nixocio
3d45f31536
Update ping endpoint to use last_seen
...
Update ping endpoint to use last_seen, instead of `modified` on
instances `heartbeat`.
See: https://github.com/ansible/awx/issues/11523
2022-01-13 16:46:40 -05:00
Jeff Bradberry
ade00c70e5
Merge pull request #11537 from jbradberry/enhancements-for-meshviz-endpoint
...
Enhancements for meshviz endpoint
2022-01-13 16:42:21 -05:00
Jeff Bradberry
82dca5336d
Fix the logic for register_peers --exact
...
- correctly calculate the extraneous peers
- allow --exact to take an empty set of arguments, to remove all peers
2022-01-13 15:41:45 -05:00