VGU
8153d60a5f
Rollback to origin file
2020-12-13 20:15:12 +01:00
VGU
e35f1afd57
Fix lint
2020-12-13 19:05:29 +01:00
VGU
bfb00aecbe
Add project_region_name input
2020-12-13 18:57:13 +01:00
VGU
06fa2a9e26
Add test_openstack_client_config_generation_with_project_region_name test
2020-12-13 18:56:20 +01:00
softwarefactory-project-zuul[bot]
058cfc55a6
Merge pull request #8875 from ansible/jakemcdermott-add-make-to-readme
...
Add make target info to readme
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 22:33:40 +00:00
Jake McDermott
4be9008821
Add make target info to readme
2020-12-11 16:33:36 -05:00
softwarefactory-project-zuul[bot]
e5436a0147
Merge pull request #8833 from AlanCoding/is_superuser
...
Sync the is_superuser flag when the members relationship changes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 20:42:40 +00:00
softwarefactory-project-zuul[bot]
13cadbc779
Merge pull request #8868 from jakemcdermott/deps-autofix-12-11
...
Autofix problematic dependency
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 17:40:07 +00:00
Jake McDermott
9687c09108
Autofix problematic dependency
2020-12-11 12:06:47 -05:00
softwarefactory-project-zuul[bot]
4376365931
Merge pull request #8841 from nixocio/ui_a11y
...
Upgrade jsx-a11y plugin
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 16:49:59 +00:00
softwarefactory-project-zuul[bot]
6c59111e6c
Merge pull request #8862 from ansible/jakemcdermott-update-readme
...
Update readme requirements
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 16:12:18 +00:00
softwarefactory-project-zuul[bot]
d72f8eaf2c
Merge pull request #8684 from mabashian/8666-app-token-modal
...
Show modals with app/token info after creation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-11 13:52:26 +00:00
Jake McDermott
a0ce1350ec
Update readme requirements
2020-12-10 22:17:34 -05:00
nixocio
ff78156945
Upgrade jsx-a11y plugin
...
Upgrade jsx-a11y plugin. Also enable strict rules.
See: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
See: https://github.com/ansible/awx/issues/8443
2020-12-10 16:18:08 -05:00
Alan Rominger
da3e521566
Fix the reverse association and edge cases
2020-12-10 14:36:53 -05:00
Alan Rominger
d27afe9691
Small tweaks to logic to make is_superuser change take effect
2020-12-10 13:59:46 -05:00
softwarefactory-project-zuul[bot]
9bf721665d
Merge pull request #8723 from ryanpetrello/bump-16
...
Bump version to 16.0.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
16.0.0
2020-12-10 17:39:28 +00:00
Rebeccah
ee111be261
move away from signals towards the origin of the POST to see if I can impact the data sent within the POST so that it can impact the User model, this may not work because the POST is related only to the Roles model
2020-12-10 12:26:31 -05:00
Rebeccah
b3f15a1e61
added function in signals to corroborate the RBAC to the database, prior it was only corroborating from the DB to RBAC and we need both ways
2020-12-10 12:26:31 -05:00
Ryan Petrello
5f6a383ebe
Bump version to 16.0.0
2020-12-10 12:12:51 -05:00
softwarefactory-project-zuul[bot]
871b862731
Merge pull request #8799 from jakemcdermott/fix-8355-part0
...
Place some initial files for migration view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-10 16:31:28 +00:00
softwarefactory-project-zuul[bot]
851f7b4c7e
Merge pull request #8812 from gamuniz/change_galaxy_token_logger_warning
...
log galaxy token message as warning
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-10 16:22:13 +00:00
softwarefactory-project-zuul[bot]
c78a50b44d
Merge pull request #8728 from mabashian/social-auth
...
Adds support for GitHub, Azure AD, Google and SAML auth to the UI
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-10 16:13:56 +00:00
Jake McDermott
704029459f
Place some initial files for migration view
...
This restores some of the original files and routes from the migration
view of the classic ui with the eventual goal of fully reintegrating this
system with the new ui.
See: b39db745d4
2020-12-10 11:00:43 -05:00
Gabe Muniz
b78cacb4d8
log galaxy token message as warning
2020-12-10 10:36:02 -05:00
softwarefactory-project-zuul[bot]
4c5757b3bd
Merge pull request #8754 from ryanpetrello/strict-csp
...
Introduce a strict Content-Security-Policy
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-10 15:32:53 +00:00
Jake McDermott
ca2f67e0a9
FFox ESR 78 Compatibility
2020-12-10 09:39:25 -05:00
mabashian
889eb2331c
Adds support for GitHub, Azure AD, Google and SAML auth to the UI
2020-12-08 17:28:03 -05:00
softwarefactory-project-zuul[bot]
8e46166313
Merge pull request #8790 from rooftopcellist/quantity_not_exported
...
Aggregate quantity per sub allocation, not exported
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-08 21:52:49 +00:00
Christian M. Adams
b81f082a18
Aggregate quantity per sub allocation, not exported
...
* The exported field shows total quantity exported to a manifest for a given sub. We want to sum the quantities of each sub allocation in a manifest instead.
2020-12-08 16:23:43 -05:00
nixocio
51b18aa012
Fix JobEvent tests
...
Fix JobEvent tests
2020-12-08 14:49:26 -05:00
mabashian
86d289c375
Adds dataCy id's to app/token details
2020-12-08 14:26:36 -05:00
softwarefactory-project-zuul[bot]
5e51dd2ff7
Merge pull request #8787 from shanemcd/remove-fsgroup-hack
...
Remove fsgroup hack
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-08 19:20:26 +00:00
mabashian
f2c86cc962
Fix tests after delete button cleanup
2020-12-08 14:12:57 -05:00
mabashian
97837a05e6
Add messaging that certain fields are only available in success modal
2020-12-08 13:54:58 -05:00
mabashian
1a270bfc8b
Removes token edit button from details. Removes unnecessary request/props that were used to determine whether a user could delete a token.
2020-12-08 13:38:55 -05:00
Jake McDermott
15704e55e1
Move INLINE_RUNTIME_CHUNK flag to scripts definition
...
We _always_ want INLINE_RUNTIME_CHUNK to be false when building the ui,
even if someone happens to unexpectedly make a production build without
using the top-level make targets for some reason.
2020-12-08 13:26:10 -05:00
Jake McDermott
b3266f6c62
Avoid prop reference error in test
2020-12-08 13:26:07 -05:00
Jake McDermott
c120b731a4
Add global mock for webpack csp var
2020-12-08 13:26:05 -05:00
Jake McDermott
ab61675c2d
Add system for strict-csp stdout html generation
2020-12-08 13:26:02 -05:00
Jake McDermott
548ebd5999
Add w3c-compliant reporting for CSP violations
2020-12-08 13:25:59 -05:00
Jake McDermott
12077627e4
Integrate CSP config with frontend framework
2020-12-08 13:25:56 -05:00
Ryan Petrello
3d5f28f790
Introduce a strict Content-Security-Policy
2020-12-08 13:25:46 -05:00
mabashian
f7a51fe658
Change Name strings to Application name in user token search/sort dropdowns
2020-12-08 13:15:48 -05:00
mabashian
920eda9999
Show token/refresh token/expires in modal after successful token add
2020-12-08 13:15:48 -05:00
mabashian
957ab9bf7c
Show client id/secret in modal after successful application add
2020-12-08 13:15:48 -05:00
Shane McDonald
8788c904c8
Revert: Force containers in k8s to run under root group
...
This reverts most of:
423df6618d
Since https://github.com/sclorg/redis-container/pull/62 is now shipped downstream
2020-12-08 13:06:00 -05:00
Shane McDonald
e85a32d463
Fix typo in deployment template
2020-12-08 13:00:14 -05:00
softwarefactory-project-zuul[bot]
be08e0ce69
Merge pull request #8766 from Spredzy/bump_to_nodejs14
...
NodeJS: Bump to actively maintained LTS 14.15.1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-08 15:30:26 +00:00
softwarefactory-project-zuul[bot]
3aba1e9db5
Merge pull request #8614 from jctanner/COLLECTION_PLAYBOOK_STATS
...
analytics: include modified column and full event_data for playbook_on_stats
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-08 13:08:41 +00:00