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
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
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
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
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
softwarefactory-project-zuul[bot]
4992fed5a3
Merge pull request #8770 from rooftopcellist/sat_include_port
...
Read in and use the Sat port if applicable for Subscriptions
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-07 21:41:41 +00:00
Christian M. Adams
aa7514a993
Read in and use the Sat port if applicable for Subscriptions
2020-12-07 13:59:58 -05:00
softwarefactory-project-zuul[bot]
ea8ebe8a9f
Merge pull request #8619 from mabashian/login-functional
...
Convert Login.jsx to functional component
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-07 17:57:03 +00:00
mabashian
7ff82db691
Fix login after source variables change
2020-12-07 12:26:39 -05:00
mabashian
8a8bfc5176
Convert Login.jsx to functional component in preparation for social auth integration
2020-12-07 12:26:39 -05:00
Yanis Guenane
14685b9157
NodeJS: Bump to actively maintained LTS 14.15.1
2020-12-07 18:14:35 +01:00
softwarefactory-project-zuul[bot]
87e564026e
Merge pull request #8775 from rooftopcellist/powertools
...
Fix image build - powertools repo ref changed
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-07 16:53:39 +00:00
Christian M. Adams
8795d860d6
Fix image build - powertools repo ref changed
2020-12-07 11:08:00 -05:00
softwarefactory-project-zuul[bot]
d14fa93ce9
Merge pull request #8758 from hjkatz/patch-7
...
Use literal quotation marks for Kubernetes annotations instead of quo…
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 20:03:33 +00:00
softwarefactory-project-zuul[bot]
e7090a6f8a
Merge pull request #8757 from hjkatz/patch-6
...
Add kubernetes_pod_annotations to management-pod.yml.j2
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 19:38:17 +00:00
Harrison Katz
b6b87aea76
Use literal quotation marks for Kubernetes annotations instead of quote filter
2020-12-04 14:34:08 -05:00
softwarefactory-project-zuul[bot]
e6d1810844
Merge pull request #8756 from hjkatz/patch-5
...
Fix typo for kubernetes_service_account_annotations variable
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 19:33:49 +00:00
Harrison Katz
720e8055f8
Add kubernetes_pod_annotations to management-pod.yml.j2
2020-12-04 14:08:55 -05:00
Harrison Katz
182ff3464e
Fix typo for kubernetes_service_account_annotations variable
2020-12-04 14:02:51 -05:00
softwarefactory-project-zuul[bot]
973c9d313e
Merge pull request #8751 from hjkatz/patch-4
...
Separate Kubernetes Ingress TLS spec from backend spec
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 17:03:26 +00:00
softwarefactory-project-zuul[bot]
a89a683eb4
Merge pull request #8733 from balonik/no-preload-data
...
make preload data optional again
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:59:12 +00:00
softwarefactory-project-zuul[bot]
52646362c3
Merge pull request #8747 from hjkatz/patch-3
...
Add Kubernetes Service support for annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:53:39 +00:00
softwarefactory-project-zuul[bot]
8a433f30e4
Merge pull request #8746 from hjkatz/patch-2
...
Add quotes to kubernetes annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:53:35 +00:00
softwarefactory-project-zuul[bot]
496eea9647
Merge pull request #8743 from hjkatz/patch-1
...
Remove duplicate spec key from Ingress for kubernetes template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:53:30 +00:00
Harrison Katz
6ab3d5301c
Separate Kubernetes Ingress TLS spec from backend spec
2020-12-04 10:50:49 -05:00
softwarefactory-project-zuul[bot]
d93d0f00ee
Merge pull request #8721 from rooftopcellist/remove_available_instance
...
Remove redundant available_instances field
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:45:29 +00:00
softwarefactory-project-zuul[bot]
4cc947d65d
Merge pull request #8722 from jakemcdermott/fix-8695
...
Handle prompted inventory without value on schedules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 14:33:58 +00:00
Harrison Katz
8b4b54d2c4
Add Kubernetes Service support for annotations
2020-12-03 18:36:02 -05:00
Harrison Katz
701deb2268
Add quotes to kubernetes annotations
2020-12-03 18:28:50 -05:00
Harrison Katz
85adc4a0ab
Remove duplicate spec key from Ingress for kubernetes template
2020-12-03 18:18:18 -05:00