Vishali Sanghishetty
3e6e0463b9
Merge pull request #13708 from marshmalien/13675-code-editor-lastYaml
...
Match CodeMirror mode to value type on initialization
2023-03-16 16:39:21 -04:00
John Westcott IV
ededc61a71
Merge pull request #13621 from Vaibhavg4651/master
...
Update constants.js
2023-03-16 11:16:22 -04:00
Marliana Lara
3747f5b097
Match codemirror mode (YAML/JSON) with the value on initialization
2023-03-16 11:09:46 -04:00
Michael Abashian
790ccd984c
Turn off auto completion on the login form ( #13471 )
2023-03-16 08:03:48 -03:00
Michael Abashian
7f1750324f
Adds support for a pseudolocalization and lang query params ( #13661 )
...
* Adds support for a pseudolocalization query param to check to see whether a string has been marked for translation
Adds support for a pseudolocalization query param to check to see whether a string has been marked for translation
* Adds support for passing a lang param to force rendering in a particular language
* Remove unused import
2023-03-15 08:06:19 -03:00
Gabriel Muniz
a63067da38
Add instance groups roles ( #13584 )
...
* adding roles to instance groups
added ResourceMixin to Instancegroup and changed the filtered_queryset
* added necessary changes to rebuild relationship between IG and roles
* added description to InstanceGroupAccess
* preliminary ui plug for demo purposes
* preliminary ui plug for demo purposes
added inventory special logic for use_role to allow attaching instance groups
added more tests to handle those cases
* Add access_list to InstanceGroup
* scratch branch to test migration work
* refactored to shorten logic
* Added migration and am removing logic that enabled Org admin permissions
* Add Obj admin role to JT, Inv, Org
* Changed tests to reflect new permissions
* refactored some of the tests
* cleaned up more tests and reworded help on InstanceGroupAccess
* Removed unnecessary delete of Route for instance group perms change
* Fix UI tests and migration
* fixed permissions on prompt for InstanceGroups
* added related object roles endpoint
* added ui/api function for options instance_groups
* separate the migrations in order to avoid issues with migrations not being finished
* changed migrations parent class to disable the activity stream error in migrations
* Added logging to migration as activitystream is disabled
* added clarifying comment to jobtemlateaccess and linted UI addition
* renamed migrations to avoid collisions
* Rename migrations to avoid collisions
2023-03-14 21:37:22 -04:00
Seth Foster
ab6511a833
fix ui lint
2023-03-07 17:50:09 -05:00
Vidya Nambiar
a7b4c03188
Show scm_branch if project allows branch override
2023-03-07 17:50:08 -05:00
Seth Foster
a5f9506f49
spelling
...
add allow_override to source_project
2023-03-07 17:50:06 -05:00
Gabe Muniz
8e6f4fae80
enable scm branch ui work
2023-03-07 17:50:06 -05:00
Alan Rominger
06808ef4c4
Merge pull request #13608 from AlanCoding/keepalive
...
Use ansible-runner change to get periodic keep-alive messages in K8S
2023-03-06 14:34:37 -05:00
Alex Corey
2fe1ea94bd
Conditionally applies the job templates tab to credentials that can be on a JT
2023-03-02 12:57:20 -05:00
Michael Abashian
b143df3183
Fix broken UI test
2023-02-28 09:04:07 -05:00
Alan Rominger
6fa22f5be2
Add UI for the new setting
2023-02-28 09:04:07 -05:00
vaibhav gupta
a6a9d3427c
Update constants.js
2023-02-24 20:59:59 +05:30
Robin Klussmann
60458bebfd
Fix a typo in the help text for Generic OIDC
2023-02-13 17:11:29 +01:00
Kia Lam
59ce8c4148
Upgrade high and critial dependencies.
2023-02-02 14:07:28 -08:00
Alan Rominger
f5785976be
Update to comply with new black rules
2023-02-01 14:59:38 -05:00
Michael Abashian
808ab9803e
Re-add workflow approval bulk actions to workflow approvals list
2023-01-30 14:54:35 -05:00
Alex Corey
51ef1e808d
Prepopulates job template form with related resource
2023-01-17 13:10:07 -05:00
kialam
ca07bc85cb
Merge pull request #13367 from kialam/fix-13290-instance-404
...
Conditionally query /health_check endpoint for execution node only.
2023-01-12 13:20:35 -08:00
Sarah Akus
4643b816fe
Merge pull request #13075 from keithjgrant/13059-running-job-output-gap
...
Fix gap between API-loaded job events and WS-streamed events
2023-01-05 13:46:10 -05:00
Keith J. Grant
4810099158
update test
2023-01-05 09:56:37 -05:00
Michael Abashian
1aca9929ab
Adds support for exact name searching against related fields to the ui
2023-01-05 09:56:37 -05:00
Sarah Akus
2aa58bc17d
Merge pull request #13372 from vidyanambiar/aap-7757
...
Fix for Save button not responding on Job Settings page
2023-01-04 13:39:55 -05:00
Sarah Akus
b5452a48f8
Merge pull request #13196 from keithjgrant/13189-job-traceback
...
Fix job error traceback in job output
2023-01-03 11:59:58 -05:00
Vidya Nambiar
68e555824d
Fix for Save button not responding on Job Settings page
...
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
2022-12-22 11:23:03 -05:00
Kia Lam
58bad6cfa9
Conditionally query /health_check endpoint for execution node only.
2022-12-21 10:44:12 -08:00
Keith J. Grant
03b0281fde
clean up follow mode quirks
2022-12-21 09:30:35 -08:00
Keith J. Grant
6f6f04a071
refresh events when first websocket event streams
2022-12-21 09:30:35 -08:00
Gabe Muniz
cc336e791c
fix expected test result
2022-12-16 12:30:57 -05:00
Gabe Muniz
c2a3c3b285
The current behavior of workflow job templates is to pass in an empty string as scm_branch on allsaves and edits. This becomes problematic when using job templates/workflows which allow prompt on launch for scm_branch as it may override the scm_branch set for the individual workflow nodes to an empty string. That behavior limits the usefulness of prompting scm branch as it can no longer by selected while creating workflows as they'll be overwritten.
2022-12-16 12:30:57 -05:00
Julen Landa Alustiza
df61a5cea1
Merge pull request #13126 from infamousjoeg/cyberark-ccp-branding-webserviceid
...
CyberArk Central Credential Provider Lookup custom Web Service ID & update branding
2022-12-15 15:54:35 +01:00
Sarah Akus
8be739d255
Merge pull request #13306 from vidyanambiar/aap-7507
...
Fixes 'Not Found' error on looking up credentials
2022-12-14 16:13:55 -05:00
Alex Corey
f0fcfdde39
Merge pull request #13257 from ansible/dependabot/npm_and_yarn/awx/ui/devel/luxon-3.1.1
...
Bump luxon from 3.0.3 to 3.1.1 in /awx/ui
2022-12-14 09:19:47 -05:00
Vidya Nambiar
cec2d2dfb9
minor rearrangement of imports
...
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
2022-12-08 10:52:20 -05:00
Vidya Nambiar
36ff9cbc6d
revert change to package.json
...
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
2022-12-07 15:03:40 -05:00
Vidya Nambiar
ed74d80ecb
Fixes 'Not Found' error on looking up credentials
...
remove redundant console logs
typo
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
2022-12-07 15:00:28 -05:00
dependabot[bot]
58734a33c4
Bump @patternfly/react-core from 4.250.1 to 4.264.0 in /awx/ui
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 4.250.1 to 4.264.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.250.1...@patternfly/react-core@4.264.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 15:33:23 +00:00
dependabot[bot]
2832f28014
Bump luxon from 3.0.3 to 3.1.1 in /awx/ui
...
Bumps [luxon](https://github.com/moment/luxon ) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.0.3...3.1.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 15:30:50 +00:00
Sarah Akus
305b39d8e5
Merge pull request #13209 from marshmalien/5990-related-group-column
...
Add inventory host list related groups column
2022-12-02 16:23:09 -05:00
Alex Corey
a67d107a58
Fixes page crash when job template has been deleted. Adds unit tests
2022-12-02 12:13:27 -05:00
Elijah DeLee
4b7b3c7c7d
update UI for max_forks and max_concurrent_jobs
...
This includes updates for container groups and instance groups.
Includes updates to ui test data with new fields
2022-11-30 17:14:33 -05:00
Marliana Lara
f0481d0a60
Add inventory host list related groups column
2022-11-21 12:04:40 -05:00
Michael Abashian
fd2a8b8531
Merge pull request #13198 from rooftopcellist/translations_updated_2022-11-15_14_05_43
...
Pushing updated strings for localization
2022-11-18 16:38:45 -05:00
Alex Corey
5bd15dd48d
Adds an Instance Group component that renders IGs as a PF Label
2022-11-17 14:44:25 -05:00
Keith J. Grant
b94a126c02
queue ws messages received before job is fetched
2022-11-17 09:36:33 -08:00
Keith J. Grant
d34f6af830
fix traceback offset/counter # in UI
2022-11-15 13:35:14 -08:00
Christian M. Adams
163ccfd410
Fix syntax issues introduced in the translation process
2022-11-15 15:36:03 -05:00
Christian M. Adams
fa305a7bfa
Pushing updated strings for localization
2022-11-15 14:07:39 -05:00