Alex Corey
6f9d4d89cd
Adds credential password step to ad hoc commands wizard ( #11598 )
2022-02-09 15:59:50 -05:00
Kersom
f8e680867b
Merge pull request #11710 from nixocio/ui_npm_audit
...
Run npm audit fix
2022-02-09 12:48:54 -05:00
Shane McDonald
750e1bd80a
Merge pull request #11342 from shanemcd/custom-uwsgi-mount-path
...
Allow for running AWX at non-root path (URL prefixing)
2022-02-09 10:37:04 -05:00
nixocio
3be0b527d6
Run npm audit fix
...
Run npm audit fix
See: https://github.com/ansible/awx/issues/11709
2022-02-09 09:03:20 -05:00
nixocio
9703fb06fc
Bump react scripts to 5.0
...
Bump react scripts to 5.0
See: https://github.com/ansible/awx/issues/11543
Bump eslint
Bump eslint and related plugins
Add @babe/core
Add @babe/core remove babel/core.
Rename .eslintrc to .eslintrc.json
Rename .eslintrc to .eslintrc.json
Add extra plugin
Move babe-plugin-macro as dev dependencies
Move babe-plugin-macro as dev dependencies
Add preset-react
Add preset-react
Fixing lint errors
Fixing lint errors
Run eslint --fix
Run eslint --fix
Turn no-restricted-exports off
Turn no-restricted-exports off
Revert "Run eslint --fix"
This reverts commit e760885b6c199f2ca18091088cb79bfa77c1d3ed.
Run --fix
Run --fix
Fix lint errors
Also bump specificity of Select CSS border component to avoid bug of
missing borders.
Also update API tests related to lincenses.
2022-02-08 11:12:51 -05:00
Keith J. Grant
d2c2d459c4
display all job type events in job output
2022-02-07 14:48:39 -08:00
Alex Corey
72f440acf5
Merge pull request #11675 from AlexSCorey/11630-WrongtooltipDocs
...
Fix tooltip documentation in settings
2022-02-04 10:23:11 -05:00
Alan Rominger
21bf698c81
Merge pull request #11617 from AlanCoding/task_job_id
...
Fix error on timeout with non-job types
2022-02-04 09:41:25 -05:00
Shane McDonald
489ee30e54
Simplify code that generates named URLS
2022-02-03 19:00:07 -05:00
Shane McDonald
0bca0fabaa
Fix bug in named url middleware when running at non-root path
...
The most notable change here is the removal of the conditional in
process_request. I don't know why we were preferring REQUEST_URI over
PATH_INFO. When the app is running at /, they are always the same as far as I
can tell. However, when using SCRIPT_NAME, this was incorrectly setting path and
path_info to /myprefix/myprefix/.
2022-02-03 19:00:07 -05:00
Shane McDonald
93ac3fea43
Make UI work when not running at root path
2022-02-03 19:00:07 -05:00
Shane McDonald
c72b71a43a
Use relative paths for UI assets
...
Found at https://create-react-app.dev/docs/deployment/#serving-the-same-build-from-different-paths
2022-02-03 19:00:07 -05:00
Seth Foster
801c45da6d
Merge pull request #11681 from fosterseth/fix_cleanup_named_pipe
...
remove any named pipes before unzipping artifacts
2022-02-03 15:43:05 -05:00
Alex Corey
62b0c2b647
Fix tooltip documentation
2022-02-02 16:18:41 -05:00
Seth Foster
1cd30ceb31
remove any named pipes before unzipping artifacts
2022-02-02 15:54:31 -05:00
nixocio
ba035efc91
Fix typerror cannot read property of null
...
```
> x = null
null
> x?.contains
undefined
> x.contains
Uncaught TypeError: Cannot read property 'contains' of null
```
See: https://github.com/ansible/awx/issues/11582
2022-02-02 13:54:37 -05:00
Sarah Akus
76cfd7784a
Merge pull request #11517 from AlexSCorey/11236-ExpandCollapseAll
...
Adds expand collapse all functionality on job output page.
2022-02-02 09:43:13 -05:00
Alex Corey
3e6875ce1d
Adds expand collapse all functionality on job output page.
2022-02-02 09:26:08 -05:00
Rebeccah Hunter
848ddc5f3e
Merge pull request #10912 from rh-dluong/add_org_alias_to_org_mapping
...
Add organization_alias to Org Mapping as intended
2022-02-01 11:44:48 -05:00
Marliana Lara
30d1d63813
Add wf node list item info popover ( #11587 )
2022-02-01 11:10:24 -05:00
dluong
9781a9094f
Added functionality to where user can add organization alias to org mapping so that the user doesn't have to match the saml attr exactly as the org name
2022-02-01 09:46:37 -05:00
Nikhil Jain
7ff8a3764b
add job id to the jobs details page
2022-02-01 10:34:02 +05:30
Tiago Góes
32d6d746b3
Merge pull request #11638 from jakemcdermott/fix-prompted-inventory-role-level
...
Only display usable inventories for launch prompt
2022-01-31 17:48:28 -03:00
Alan Rominger
6b25fcaa80
Fix newly-added black rules
2022-01-29 23:17:58 -05:00
Jake McDermott
5e0eb5ab97
Only display usable inventories for launch prompt
2022-01-28 16:13:19 -05:00
Alan Rominger
2de5ffc8d9
Merge pull request #11627 from AlanCoding/fast_heartbeat
...
Prevent duplicate query in local health check
2022-01-28 13:19:56 -05:00
Alan Rominger
285ff080d0
Prevent duplicate query in local health check
2022-01-27 15:27:07 -05:00
Jeff Bradberry
627bde9e9e
Merge pull request #11614 from jbradberry/register_peers_warn_2cycles
...
Only do a warning on 2-cycles for the register_peers command
2022-01-27 10:25:19 -05:00
Alan Rominger
cd8d382038
Fix error on timeout with non-job types
2022-01-26 17:00:59 -05:00
Shane McDonald
b678d61318
Merge pull request #11569 from zjzh/devel
...
Update ad_hoc_commands.py
2022-01-26 16:51:30 -05:00
Jeff Bradberry
fdbf3ed279
Only do a warning on 2-cycles for the register_peers command
...
It has no way of knowing whether a later command will fix the
situation, and this will come up in the installer. Let's just trust
the pre-flight checks.
2022-01-26 11:50:57 -05:00
Shane McDonald
5660f9ac59
Merge pull request #11514 from shanemcd/python39
...
Upgrade to Python 3.9
2022-01-26 10:59:14 -05:00
Jeff Bradberry
709c439afc
Merge pull request #11591 from ansible/enable-hop-nodes-endpoints
...
Turn off the filtering of hop nodes from the Instance endpoints
2022-01-25 12:03:23 -05:00
Sarah Akus
4cdc88e4bb
Merge pull request #11534 from marshmalien/7678-inv-sync-link
...
Link from sync status icon to prefiltered list of inventory source sync jobs
2022-01-25 12:03:09 -05:00
Jeff Bradberry
7c550a76a5
Make sure to filter out control-plane nodes in inspect_execution_nodes
...
Also, make sure that the cluster host doesn't get marked as lost by
this machinery.
2022-01-25 11:06:20 -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
Jeff Bradberry
fd9c28c960
Adjust register_queue command to not allow hop nodes to be added
2022-01-24 17:40:55 -05:00
Jeff Bradberry
fa9ee96f7f
Adjust the list_instances command to show hop nodes
...
with appropriate attributes removed or added.
2022-01-24 17:22:12 -05:00
Jeff Bradberry
334c33ca07
Handle receptorctl advertisements for hop nodes
...
counting it towards their heartbeat. Also, leave off the link to the
health check endpoint from hop node Instances.
2022-01-24 16:51:45 -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
af9eb7c374
Update timezone test
2022-01-24 12:21:28 -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
Jeff Bradberry
56f8f8d3f4
Turn off the filtering of hop nodes from the Instance endpoints
...
except for the health check.
2022-01-21 15:19:59 -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
Jake McDermott
2fb5cfd55d
Update ui dev readme
2022-01-21 10:31:35 -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
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