Bill Nottingham
f1d2d79f00
Move to rhel8 PG10 container for persistent PG
...
Merge in updated liveness checks from upstream template
2020-10-22 17:08:16 -04:00
softwarefactory-project-zuul[bot]
81a79c30cb
Merge pull request #7976 from bbayszczak/missing_creds_type_to_tower_credentials_module
...
add missing creds types to tower_credential module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-21 19:03:41 +00:00
softwarefactory-project-zuul[bot]
3b3dfb6dbe
Merge pull request #8424 from ansible/deps-autofix-10-21
...
Autofix dependencies
Reviewed-by: John Hill <johill@redhat.com>
https://github.com/unlikelyzero
2020-10-21 16:33:42 +00:00
Bianca Henderson
143831ffd0
Add required whitespace
2020-10-21 12:21:30 -04:00
softwarefactory-project-zuul[bot]
6bd573cf07
Merge pull request #8263 from AlexSCorey/8238-AddRelatedGroups
...
8238 add related groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-21 15:42:55 +00:00
softwarefactory-project-zuul[bot]
447bc4b4da
Merge pull request #8364 from sean-m-sullivan/workflow_approval
...
Workflow approval
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
https://github.com/beeankha
2020-10-21 15:08:01 +00:00
softwarefactory-project-zuul[bot]
7c038c9329
Merge pull request #8348 from nesanton/feature/8347
...
Rename inventory_source param to name in tower_inventory_source_update
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-21 14:53:27 +00:00
Jake McDermott
1ab0e318f9
Fix vulnerable dependencies
2020-10-21 08:57:41 -04:00
softwarefactory-project-zuul[bot]
062ce5f735
Merge pull request #7281 from mabashian/7127-cred-input-details
...
Updates credential details to support plugin and prompt fields
Reviewed-by: John Hill <johill@redhat.com>
https://github.com/unlikelyzero
2020-10-21 00:32:26 +00:00
Alex Corey
8cb8cfe3d5
fixes search and sort
2020-10-20 17:53:54 -04:00
Alex Corey
bebaf2d97e
Uses existing kebabified workflow for run command
2020-10-20 17:07:01 -04:00
Alex Corey
ef85a321bc
brings all lists in line with exsiting Ad Hoc workflow
2020-10-20 17:05:51 -04:00
Alex Corey
b919d4885c
reformats long string, removes unneeded key
2020-10-20 17:05:51 -04:00
Alex Corey
f604065246
Refactors to show add button properly in Advanced Search mode
2020-10-20 17:05:51 -04:00
Alex Corey
9620da287c
Adds Related Groups List
2020-10-20 17:05:51 -04:00
softwarefactory-project-zuul[bot]
717861fb46
Merge pull request #8339 from keithjgrant/7515-form-error-polish
...
Refactor FormSubmitError for easier testing, better error display
Reviewed-by: John Hill <johill@redhat.com>
https://github.com/unlikelyzero
2020-10-20 20:52:09 +00:00
Anton Nesterov
130f6300c5
Fix missing alias in argument_spec and add tests for it
2020-10-20 21:15:28 +02:00
softwarefactory-project-zuul[bot]
f3ac57e3b6
Merge pull request #8346 from marshmalien/popover-component
...
Merge FieldTooltip and DetailPopover into single Popover component
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-20 18:55:02 +00:00
softwarefactory-project-zuul[bot]
44776189de
Merge pull request #8162 from nixocio/ui_instance_groups_update_labels
...
Update labels to display isolated and controller instance groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-20 16:11:55 +00:00
Marliana Lara
5d0b001764
Fix prop type errors in unit tests
2020-10-20 11:57:32 -04:00
Marliana Lara
f369f8535d
Add default aria label to Popover component
2020-10-20 11:55:04 -04:00
Marliana Lara
35ba74d265
Merge FieldTooltip and DetailPopover into single Popover component
2020-10-20 11:55:00 -04:00
nixocio
c8b9cbe0d5
Update labels to display isolated and controller instance groups
...
Update labels to display isolated and controller instance groups.
See: https://github.com/ansible/awx/issues/8244
Also: https://github.com/ansible/awx/issues/7467
2020-10-20 11:39:17 -04:00
softwarefactory-project-zuul[bot]
677fb594e8
Merge pull request #8281 from mabashian/7835-galaxy-cred-org-2
...
Add Galaxy Credentials field to organizations form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-20 15:37:08 +00:00
softwarefactory-project-zuul[bot]
439e872a05
Merge pull request #8404 from mabashian/fix-test-consoles
...
Fix issues with prop types that were causing errors to be logged during tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-20 15:33:53 +00:00
mabashian
d27c482e5e
Pass actual error to ContentError so it can be displayed
2020-10-20 11:16:38 -04:00
mabashian
34e85dea8b
Check for existence of data.next before checking it
2020-10-20 11:16:38 -04:00
mabashian
6df173ce1d
Update return structure of readInputSources to match what the edit component is expecting. This also required me to make corresponding updates to the detail component so that it matched.
2020-10-20 11:16:38 -04:00
mabashian
e6a1ad0127
Ran prettier
2020-10-20 11:16:38 -04:00
mabashian
c3c7e120c8
Removes use of Trans tag in favor of t/i18n
2020-10-20 11:16:38 -04:00
mabashian
81822dfd1c
Adds an upper limit on recursive calls set statically in the method at 5.
2020-10-20 11:16:38 -04:00
mabashian
a71a9057a2
Wraps GET requests in useRequest in order to handle unmounting more gracefully if the requests are still pending.
2020-10-20 11:16:38 -04:00
mabashian
a1d1a1078b
Adds logic to recursively fetch input sources in the model method. This way we don't have to duplicate this logic every place that calls the method.
2020-10-20 11:16:38 -04:00
mabashian
e7cd9bbb98
Display fields that have plugins configured.
2020-10-20 11:16:38 -04:00
mabashian
908e583c69
Display prompt on launch passwords properly
2020-10-20 11:16:38 -04:00
mabashian
19ae4eadfb
Add galaxy credentials field to organizations form
2020-10-20 11:03:27 -04:00
mabashian
485cee56bc
Fix issues with prop types that were causing errors to be logged during tests
2020-10-20 10:59:39 -04:00
softwarefactory-project-zuul[bot]
9e4a236c64
Merge pull request #8417 from nicolas-g/patch-1
...
Add Kubernetes Deployment support for annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-20 14:53:44 +00:00
softwarefactory-project-zuul[bot]
e4e5d65a71
Merge pull request #8415 from ryanpetrello/release-15.0.1
...
bump version to 15.0.1
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
https://github.com/beeankha
15.0.1
2020-10-20 14:49:59 +00:00
Sean Sullivan
3a34a079aa
Merge pull request #18 from ansible/devel
...
rebase to ansible/awx
2020-10-20 09:41:56 -05:00
sean-m-sullivan
03c7504d2b
fix existing item error
2020-10-20 09:40:45 -05:00
Ryan Petrello
67a5ad7dd6
Bump version to 15.0.1
2020-10-20 09:39:43 -04:00
Ryan Petrello
06b1243857
Merge pull request #8396 from shanemcd/retry-galaxy
...
Makefile logic to retry failed galaxy installs
2020-10-20 09:37:47 -04:00
Sean Sullivan
dc26580466
Update to response code
...
set response code for current versions of tower/awx
2020-10-19 19:46:49 -05:00
Sean Sullivan
f6a1707684
Merge pull request #17 from ansible/devel
...
Rebase
2020-10-19 15:56:04 -05:00
sean-m-sullivan
fe55dca661
make workflow approval creation return an HTTP 201, not 200 OK
2020-10-19 15:55:49 -05:00
softwarefactory-project-zuul[bot]
fb2cea7274
Merge pull request #8416 from ryanpetrello/wf-approval-201
...
make workflow approval creation return an HTTP 201, not 200 OK
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-19 20:51:32 +00:00
sean-m-sullivan
a8159c0391
revert check
2020-10-19 15:35:36 -05:00
Nicolas G
23c386223c
Add Kubernetes Deployment support for annotations
...
Annotations are only supported for ingress and service accounts
This PR will allow you now to specify annotations for Kubernetes Deployment
resources by defining `kubernetes_deployment_annotations` var list
2020-10-19 16:33:54 -04:00
Ryan Petrello
57b2cd402b
make workflow approval creation return an HTTP 201, not 200 OK
...
see: e16a910062 (diff-67c0fe4fc2a405ad611e42d1457e8aa5)
2020-10-19 16:20:40 -04:00