Philip Douglass
|
6dc41f54fc
|
Ensure scm credentials are passed for archive scm type
|
2020-08-22 11:16:04 -04:00 |
|
Ryan Petrello
|
de59d1d3f6
|
improve job reaping for jobs that were started on a missing Instance
see: https://github.com/ansible/awx/issues/7848
|
2020-08-21 16:32:17 -04:00 |
|
softwarefactory-project-zuul[bot]
|
2a824fc1d5
|
Merge pull request #7964 from nixocio/ui_update_button
Update disassociate button variant
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-21 19:36:43 +00:00 |
|
nixocio
|
17a40808b4
|
Update disassociate button variant
Update disassociate button variant.
See: https://github.com/ansible/awx/issues/7041
Also: https://tower-mockups.testing.ansible.com/patternfly/instance-groups/instance-groups-instances/
|
2020-08-21 14:46:15 -04:00 |
|
softwarefactory-project-zuul[bot]
|
fb381c18da
|
Merge pull request #7961 from mabashian/fix-audit-warnings
Fix npm audit warnings
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-21 18:14:47 +00:00 |
|
Philip Douglass
|
30ae0f53ec
|
Reject setting scm_branch for Remote Archive projects
|
2020-08-21 13:09:09 -04:00 |
|
Philip Douglass
|
2d23748971
|
Add Remote Archive SCM Type feature to CHANGELOG.md
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-21 12:53:51 -04:00 |
|
softwarefactory-project-zuul[bot]
|
3c39067d7d
|
Merge pull request #7958 from shanemcd/fix-container-groups
Fix container groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-21 13:59:27 +00:00 |
|
Taras Dyshkant
|
e4095a0c27
|
Fix broadcast_websocket_secret length
Password lookup parameters must be within the same set of quotes.
Otherwise a default value of length is used (20).
|
2020-08-21 16:43:07 +03:00 |
|
mabashian
|
80fe98b8d6
|
Fix npm audit warnings
|
2020-08-21 09:20:29 -04:00 |
|
Shane McDonald
|
8ae328e427
|
Switch back to built-in kubectl connection plugin
There's a bug in the upstream community.kubernetes plugin. We can open up a
follow-up PR once that has been patched.
|
2020-08-20 21:42:07 -04:00 |
|
softwarefactory-project-zuul[bot]
|
51029a8b7a
|
Merge pull request #7910 from nixocio/ui_issue_5684
Add type column to users list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 21:13:00 +00:00 |
|
softwarefactory-project-zuul[bot]
|
5458411b19
|
Merge pull request #7803 from mabashian/6425-approval-notif
Adds support for toggling approval notifications on orgs and wfjts
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 20:23:50 +00:00 |
|
softwarefactory-project-zuul[bot]
|
bfe00d46ad
|
Merge pull request #7903 from jlmitch5/searchableKeysPt3
update newly useRequested lists to get advanced searchableKeys
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 19:59:54 +00:00 |
|
softwarefactory-project-zuul[bot]
|
b92fab2048
|
Merge pull request #7866 from nixocio/ui_add_isolated_instance_groups_marker
Add label to show isolated group
Reviewed-by: Kersom
https://github.com/nixocio
|
2020-08-20 18:32:52 +00:00 |
|
mabashian
|
222a65c875
|
Adds extra variables to schedule details. Updates parameters by which we display prompt fields on schedule details. Extend VariableDetails component to be able to handle values that come in raw JSON form.
|
2020-08-20 14:29:24 -04:00 |
|
mabashian
|
daeb5a8de8
|
Only disable single notification row when toggling, not all rows
|
2020-08-20 14:24:05 -04:00 |
|
nixocio
|
6ed65a9c81
|
Add label to show isolated group
Add label to show isolated group.
See: https://tower-mockups.testing.ansible.com/patternfly/instance-groups/instance-groups/
|
2020-08-20 13:59:56 -04:00 |
|
Philip Douglass
|
d259500332
|
Implement Remote Archive SCM Type for ui_next
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 13:52:31 -04:00 |
|
Philip Douglass
|
70cbccd2ef
|
Add migration for new Remote Archive SCM Type
|
2020-08-20 13:38:10 -04:00 |
|
Philip DOUGLASS
|
f72b777b07
|
Add plugin to cleanly manage possibly versioned project archives
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 13:38:10 -04:00 |
|
Philip Douglass
|
6720cd9bda
|
Add block to download and unpack a remote archive
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 13:38:10 -04:00 |
|
Philip Douglass
|
b011e34fae
|
Show fields for archive when selected as scm_type
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 13:38:10 -04:00 |
|
mabashian
|
681b765b9a
|
Adds support for toggling approval notifications on orgs and wfjts
|
2020-08-20 13:36:32 -04:00 |
|
John Mitchell
|
d03448aa9d
|
add searchable keys support for AssociateModal and SelectResourceStep lists
|
2020-08-20 12:53:35 -04:00 |
|
John Mitchell
|
aee2a81b27
|
update newly useRequested lists to get advanced searchableKeys
|
2020-08-20 12:53:35 -04:00 |
|
nixocio
|
8402cf97de
|
Add type column to users list
Add type column to users list. Also, update `UserListItem` to be a
functional component.
See: https://github.com/ansible/awx/issues/5684
|
2020-08-20 12:50:13 -04:00 |
|
Philip Douglass
|
8157ab2fa9
|
Hide scm_branch field when scm_type is archive
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
Philip Douglass
|
2f3f6e60d1
|
Add archive to scm_type expected test results
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
Philip Douglass
|
d224aa09f0
|
Add archive to TestProjectUpdateCredentials test parametrize
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
Philip Douglass
|
997351eee3
|
Add archive project data to Dashboard view
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
Philip Douglass
|
47cabc4229
|
Add archive SCM url handling to update_scm_url()
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
Philip Douglass
|
2cfa4eb60a
|
Add archive option to SCM_TYPE_CHOICES for Remote Archives
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
|
2020-08-20 12:34:35 -04:00 |
|
softwarefactory-project-zuul[bot]
|
a659b9d994
|
Merge pull request #7851 from mabashian/5910-workflow-prompt
Support workflow prompting on launch
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
|
2020-08-20 16:30:29 +00:00 |
|
softwarefactory-project-zuul[bot]
|
780b2be8bf
|
Merge pull request #7943 from mabashian/7660-workflow-details
Adds workflow detail tab to workflow results
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
|
2020-08-20 16:30:23 +00:00 |
|
softwarefactory-project-zuul[bot]
|
a2a8c47166
|
Merge pull request #7864 from nixocio/ui_issue_7767
Add feature to edit instance group
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
|
2020-08-20 16:30:16 +00:00 |
|
softwarefactory-project-zuul[bot]
|
6fcd017d48
|
Merge pull request #7951 from nixocio/ui_issue_7930
Add list of jobs for instance groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 16:22:35 +00:00 |
|
softwarefactory-project-zuul[bot]
|
bd093b8999
|
Merge pull request #7947 from nixocio/ui_instance_group_update_css_red
Use a patternfly CSS variable instead of red
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 16:22:29 +00:00 |
|
softwarefactory-project-zuul[bot]
|
cae45cec21
|
Merge pull request #7949 from ryanpetrello/even-more-changelog
more changelog updates
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 15:59:25 +00:00 |
|
nixocio
|
70295c3e75
|
Add list of jobs for instance groups
Add list of jobs for instance groups.
See: https://github.com/ansible/awx/issues/7930
|
2020-08-20 11:40:04 -04:00 |
|
Sean Sullivan
|
d6815e5114
|
Removed reference to sync
Updated references to sync in favour of update.
|
2020-08-20 10:30:43 -05:00 |
|
Ryan Petrello
|
0266ed3836
|
more changelog updates
|
2020-08-20 10:44:06 -04:00 |
|
softwarefactory-project-zuul[bot]
|
9ff4712844
|
Merge pull request #7948 from ryanpetrello/arm-changelog
changelog for arm64 builds
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 14:34:33 +00:00 |
|
Ryan Petrello
|
821cfba88a
|
changelog for arm64 builds
|
2020-08-20 10:05:27 -04:00 |
|
nixocio
|
efa12b12ec
|
Use a patternfly CSS variable instead of red
Use a patternfly CSS variable instead of red.
See: https://pf4.patternfly.org/documentation/overview/global-css-variables
|
2020-08-20 09:53:39 -04:00 |
|
softwarefactory-project-zuul[bot]
|
070c7e611c
|
Merge pull request #7936 from AlexSCorey/FixesCredentialLookupNotfetchingdata
Adds fix to allow look up to fetch data
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-20 13:42:25 +00:00 |
|
softwarefactory-project-zuul[bot]
|
5d208cc14e
|
Merge pull request #7607 from agaffney/arm_image_build
ARM image build support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-19 22:07:32 +00:00 |
|
softwarefactory-project-zuul[bot]
|
e22d32c96b
|
Merge pull request #7705 from anxstj/custom_environments
Change Dockerfile to copy custom venv
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-19 21:55:01 +00:00 |
|
softwarefactory-project-zuul[bot]
|
cf116d18b4
|
Merge pull request #7799 from john-westcott-iv/import-export-collecion-modules
Adding import/export modules around AWX Kit features
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-19 20:51:05 +00:00 |
|
softwarefactory-project-zuul[bot]
|
a3eff133fe
|
Merge pull request #7942 from ryanpetrello/iso-removal
fix a bug that prevents the explicit removal of instances from groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-08-19 19:16:20 +00:00 |
|