John Westcott IV
48ebcd5918
Fixing assertion of schedule_zoneinfo
2022-06-10 10:26:23 -04:00
John Westcott IV
fe6d0ce9cc
Adding help text to until and timezone fields
2022-06-10 10:26:23 -04:00
John Westcott IV
62dabcae63
Removing unneeded function
2022-06-10 10:26:23 -04:00
Keith J. Grant
0b63af8d4d
add schedules timezone link warning to UI
2022-06-10 10:26:23 -04:00
John Westcott IV
b05ebe9623
Starting UI change to warn if linked TZ is selected
2022-06-10 10:26:23 -04:00
John Westcott IV
c836fafb61
modifying schedules API to return a list of links
2022-06-10 10:26:23 -04:00
nixocio
96330f608d
Hide add access based on the user profile for credentials
...
* Show add access button if it is a system admin
* Hide access button if the user is credential admin, org admin, but the
credential does not belong to any org.
* Show access button if the user is a credential admin, org admin, and
the credential is associated to an org.
* Show access button if the user is an org admin and the credential is
associated to the org.
All those permutations are allowed by the API RBAC.
This PR update UX to not allow the user to attempt to perform any
action that will raise an error when modifying access to the
credentials.
2022-06-10 10:09:18 -04:00
Kersom
23aaf5b3ad
Add cancel button to workflow job output ( #12338 )
...
Add cancel button to workflow job output
See: https://github.com/ansible/awx/issues/10514
2022-06-09 20:16:07 -04:00
Kersom
a3e86dcd73
Hide management job for non system admin as node choice ( #12341 )
...
Hide management job for non system admin as node type choice. Also, fix
related uni-tests related to this change.
See: https://github.com/ansible/awx/issues/12334
Also: https://github.com/ansible/awx/pull/10572
2022-06-09 20:15:03 -04:00
Alan Rominger
81b8028ea2
Merge pull request #12355 from AlanCoding/autoreload_once
...
Make awx-autoreloader work faster for large code changes
2022-06-09 15:19:17 -04:00
Alan Rominger
a4bfb032ff
Make awx-autoreloader work faster for large code changes
2022-06-09 14:52:03 -04:00
Keith J. Grant
2704b202bf
check for is_tree flag from children summary response
2022-06-09 14:25:39 -04:00
Seth Foster
550d9d5e42
detect if job events are tree-like and collapsable in the UI
2022-06-09 14:25:39 -04:00
John Westcott IV
ab2d05a07d
Update replies documentation ( #12305 )
...
Adding heads and a couple standard replies and rewording other replies.
2022-06-09 13:41:53 -04:00
Alan Rominger
4543f6935f
Only do substitutions for container path conversions with resolved paths ( #12313 )
...
* Resolve paths as much as possible before doing replacements
* Move unused method out of main code, test symlink
2022-06-09 11:36:29 -04:00
Alan Rominger
78d3d6dc94
Merge pull request #12219 from AlanCoding/really_skip
...
Change Demo Project status to successful
2022-06-09 11:19:57 -04:00
Alex Corey
02e7424f51
Adds import export to awx cli for schedules as a top level object
2022-06-09 09:47:50 -04:00
Andrea Decorte
2d6ca4cbb1
Update role module example ( #12295 )
...
Update example to use current parameter for workflows
instead of the deprecated one.
Signed-off-by: Andrea Decorte <adecorte@redhat.com>
2022-06-09 09:38:55 -04:00
Aine Riordan
e244644a1d
Fix typo in application module example ( #12187 )
2022-06-09 09:38:34 -04:00
Jessica Steurer
d216457c09
Merge pull request #12320 from nixocio/ui_issue_2899
...
Pre-fill project for job template from query params
2022-06-09 10:24:29 -03:00
nixocio
20a1da61c0
Update project status to reflect project sync related to job template
...
Update project status to reflect project update sync related to job
template that was launched with branch override.
We were displaying status of project sync itself, not from the project
update job as expected.
Also, rename `Project Status` to be `Project Update Status`.
See: https://github.com/ansible/awx/issues/11987
2022-06-08 13:41:45 -04:00
Jessica Steurer
bf7ab1ede7
Merge pull request #12315 from djyasin/job_tag_characters
...
Job tag characters
2022-06-08 12:09:18 -03:00
Alex Corey
3b6b449545
Removes unneeded license files
2022-06-08 10:04:25 -04:00
Alex Corey
781cf531e6
Removes Sanatize html in favor of dom purify library
2022-06-08 10:04:25 -04:00
dependabot[bot]
9b7475247c
Bump @patternfly/patternfly from 4.194.4 to 4.196.7 in /awx/ui
...
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly ) from 4.194.4 to 4.196.7.
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md )
- [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.194.4...prerelease-v4.196.7 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 14:00:52 +00:00
Alex Corey
44dc7f8d1d
Merge pull request #12333 from ansible/dependabot/npm_and_yarn/awx/ui/devel/rrule-2.7.0
...
Bump rrule from 2.6.4 to 2.7.0 in /awx/ui
2022-06-08 09:59:39 -04:00
Kersom
60eaf9e235
Provide feedback when a health check is being performed ( #12330 )
...
Provide feedback when a health check is being performed
2022-06-07 16:27:46 -04:00
Jessica Steurer
f5102ed24d
Merge pull request #12102 from john-westcott-iv/allow_fqcn
...
Respect optional fully qualified collection name (ansible.builtin.) for playbook identification
2022-06-07 16:44:36 -03:00
Jessica Steurer
309178e4e2
Merge pull request #12331 from kialam/fix-worker-json-404
...
Allow worker files to be loaded as blob objects.
2022-06-07 16:33:59 -03:00
Rebeccah Hunter
76ffdbb993
Merge pull request #12308 from rebeccahhh/job_event_lag
...
Metrics for callback receiver job event lag
2022-06-07 11:50:17 -04:00
nixocio
d8037618c8
Update logout/login redirect for different users
...
* Logout as User A and Login as User B redirects to `/home'
* Logout as User A and Login as User A redirects to `/home'
* Allow session to timeout as User A and Login as User A redirects to User A's last location
See: https://github.com/ansible/awx/issues/11167
2022-06-07 09:48:41 -04:00
Alex Corey
e94e15977c
Merge pull request #12328 from ansible/dependabot/npm_and_yarn/awx/ui/async-2.6.4
...
Bump async from 2.6.3 to 2.6.4 in /awx/ui
2022-06-07 09:13:47 -04:00
John Westcott IV
f37951249f
Adding options fqcn (ansible.builtin.) to playbook identification
2022-06-06 17:32:37 -04:00
Jeff Bradberry
9191079dda
Merge pull request #11921 from jbradberry/fix-export-reconstruct-endpoint
...
Look up the correct top-level resource name when reconstructing foreign keys
2022-06-06 17:08:02 -04:00
Keith Grant
fdd560747d
Persistent list filters ( #12229 )
...
* add PersistentFilters component
* add PersistentFilters test
* add persistent filters to all list pages
* update tests
* clear sessionStorage on logout
* fix persistent filter on wfjt detail; cleanup
2022-06-06 16:56:45 -04:00
Jeff Bradberry
faa5df19ca
Merge pull request #12252 from jbradberry/fix-analytics-unicode
...
Double escape all unicode escape sequences in job events data
2022-06-06 16:41:06 -04:00
Rebeccah
5f9326b131
added average event processing metric (in seconds) that can be served to
...
grafana via prometheus.
This metric is a good indicator of how far behind the callback receiver
is. The higher the load the further behind/the greater the number of
seconds the metric will display.
This number being high may indicate the need for horizontal scaling in
the control plane or vertically scaling the number of callback
receivers.
2022-06-06 15:14:56 -04:00
dependabot[bot]
8e389d40b4
Bump rrule from 2.6.4 to 2.7.0 in /awx/ui
...
Bumps [rrule](https://github.com/jakubroztocil/rrule ) from 2.6.4 to 2.7.0.
- [Release notes](https://github.com/jakubroztocil/rrule/releases )
- [Changelog](https://github.com/jakubroztocil/rrule/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jakubroztocil/rrule/commits )
---
updated-dependencies:
- dependency-name: rrule
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 18:58:46 +00:00
nixocio
e62c77e783
Add typeahed for single choice surveys
...
Add typeahed for single choice surveys, also fix a couple of missing
translations for Select component.
See: https://github.com/ansible/awx/issues/8097
2022-06-06 13:57:00 -04:00
Kia Lam
48b3a43ec2
Allow worker files to be loaded as blob objects.
2022-06-06 10:47:30 -07:00
Lila
5f783fd5ee
Revised job_tags to handle more than 1024 characters.
2022-06-06 13:28:22 -04:00
dependabot[bot]
e112cf93c2
Bump async from 2.6.3 to 2.6.4 in /awx/ui
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 13:51:52 +00:00
Alex Corey
d9f26a411e
Merge pull request #12318 from ansible/dependabot/npm_and_yarn/awx/ui/node-forge-1.3.1
...
Bump node-forge from 1.2.1 to 1.3.1 in /awx/ui
2022-06-05 14:25:42 -04:00
Kersom
ea84e7a491
Merge pull request #12322 from nixocio/fix_typo
...
Fix typo
2022-06-03 22:46:06 -04:00
Alex Corey
7fab619fed
Merge pull request #12317 from ansible/dependabot/npm_and_yarn/awx/ui/ejs-3.1.8
...
Bump ejs from 3.1.6 to 3.1.8 in /awx/ui
2022-06-03 16:13:35 -04:00
nixocio
699a35b88a
Fix typo
...
Fix typo on triage replies
2022-06-03 15:22:49 -04:00
nixocio
8095adb945
Pre-fill project for job template from query params
...
Pre-fill project when creating JT from Project -> Job Templates
List
2022-06-03 11:32:01 -04:00
Hampus Lundqvist
8d36712860
return status on event types defined in ref_keys
2022-06-03 16:10:44 +02:00
dependabot[bot]
0db34d0498
Bump node-forge from 1.2.1 to 1.3.1 in /awx/ui
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 14:06:45 +00:00
dependabot[bot]
7ab254e5e3
Bump ejs from 3.1.6 to 3.1.8 in /awx/ui
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 14:06:14 +00:00