Raoul Scarazzini
1e97bb71db
Make possible to not start containers on compose
...
When upgrading from releases it could happen that you need to do some
manual steps (i.e. upgrading from postgres 9.6 to 10). In these cases
you'd want to check the docker-compose.yml and then launch it by
yourself.
Today we don't have any method to get just the files that will be used
while installing via compose, without starting the containers. This
commit adds a variable named "compose_start_containers" (true by
default) that, if false, will make the playbook just generate the files
in the compose directory and not start the containers.
2020-02-03 16:46:52 +01:00
softwarefactory-project-zuul[bot]
d6c70e8d3a
Merge pull request #5793 from squidboylan/fix_py3_k_v_config
...
Open collection config 'r' for py3 compatibility
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-29 19:33:09 +00:00
Caleb Boylan
79e65e3e84
Open collection config 'r' for py3 compatibility
2020-01-29 08:17:07 -08:00
softwarefactory-project-zuul[bot]
42c45367a0
Merge pull request #5585 from AlanCoding/blank_galaxy
...
Do not allow state where no Galaxy servers are enabled
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 21:53:12 +00:00
AlanCoding
d759aff4e9
Do not allow state where no Galaxy servers are enabled
2020-01-28 16:01:55 -05:00
softwarefactory-project-zuul[bot]
6b63f0ac9e
Merge pull request #5788 from marshmalien/5693-inv-host-sparkline
...
Fix host details and list sparkline links
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 20:53:26 +00:00
softwarefactory-project-zuul[bot]
2df6eab472
Merge pull request #5786 from marshmalien/4951-org-team-links
...
Fix organization team links
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 20:26:04 +00:00
Marliana Lara
1c7afb66f7
Fix host job sparkline links
2020-01-28 15:09:01 -05:00
softwarefactory-project-zuul[bot]
1fbb714cbc
Merge pull request #5784 from ryanpetrello/issue/5528
...
Fix to handle Str and JSON mix-in data correctly with settings API
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 17:35:40 +00:00
Marliana Lara
de75592f2a
Refactor Teams and Team components
2020-01-28 12:26:40 -05:00
Marliana Lara
9cb7b0902a
Fix org team link url
2020-01-28 12:26:21 -05:00
Hideki Saito
437d9843d1
Fix to handle Str and JSON mix-in data correctly with settings API
...
- Fixed issue #5528
Signed-off-by: Hideki Saito <saito@fgrep.org>
2020-01-28 11:51:35 -05:00
softwarefactory-project-zuul[bot]
490492e505
Merge pull request #5782 from Spredzy/top_limit_wheel
...
requirements_setup_requires: Top limit wheel to less than 42.0.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 15:18:05 +00:00
softwarefactory-project-zuul[bot]
3dd8e490c6
Merge pull request #5781 from AlanCoding/settings_stack
...
Reduce logging complexity with setting DB errors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 13:18:06 +00:00
Yanis Guenane
75c9702caa
requirements_setup_requires: Top limit wheel to less than 42.0.0
...
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
2020-01-28 13:24:31 +01:00
softwarefactory-project-zuul[bot]
accf000bdf
Merge pull request #5779 from ryanpetrello/callback-fine-tuning
...
some more minor callback cleanup and development tweaks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-28 03:57:06 +00:00
AlanCoding
a94b30be9f
Reduce logging complexity with setting DB errors
2020-01-27 18:08:09 -05:00
Ryan Petrello
3c31e0ed16
some more minor callback cleanup and development tweaks
2020-01-27 17:18:09 -05:00
softwarefactory-project-zuul[bot]
7d74999851
Merge pull request #5772 from AlexSCorey/4515-MultiSelectGenerateLabels
...
JT Form Generate Labels
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-27 21:19:09 +00:00
softwarefactory-project-zuul[bot]
b7ca369356
Merge pull request #5742 from marshmalien/babel-upgrade
...
Upgrade babel in ui_next
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-27 19:56:18 +00:00
softwarefactory-project-zuul[bot]
4e4a535178
Merge pull request #5773 from ryanpetrello/callback-profiling
...
add the ability to enable profiling for the callback receiver workers
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-27 17:44:14 +00:00
Ryan Petrello
78b00652bd
add the ability to enable profiling for the callback receiver workers
2020-01-27 12:03:53 -05:00
softwarefactory-project-zuul[bot]
473ab7c01c
Merge pull request #5754 from marshmalien/delete-btn-user-team-details
...
Add delete button to User and Team details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-27 15:15:44 +00:00
softwarefactory-project-zuul[bot]
ae82ba53e7
Merge pull request #5752 from marshmalien/details-delete-job-template
...
Add delete button to Job Template details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-27 15:08:54 +00:00
Alex Corey
d69174b1a6
Removes unnecessary and dead code.
...
Generate Label was not being called so I removed it in favor of associate
label. Plus: less code in JT Add and JT Edit and can remove a promise.
Minus: Now when we generate/associate a label we always send a long the orgId.
OrgId is not necessary when associating a label.
2020-01-27 09:50:49 -05:00
Alex Corey
570f549cf4
Allows user to generate a label on the JTForm
2020-01-27 09:27:27 -05:00
softwarefactory-project-zuul[bot]
55e720e25d
Merge pull request #5762 from ryanpetrello/even-more-callback-optimization
...
remove another expensive logging lookup in the parent callback process
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-01-24 22:27:08 +00:00
Ryan Petrello
8f33f1a6c2
remove another expensive logging lookup in the parent callback process
2020-01-24 16:46:32 -05:00
softwarefactory-project-zuul[bot]
7be924d155
Merge pull request #5751 from keithjgrant/5502-inventory-group-refresh
...
Inventory details refresh
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-24 19:24:25 +00:00
softwarefactory-project-zuul[bot]
65f226960f
Merge pull request #5750 from gamuniz/license_errors_begone
...
made licensing a warning and not trigger on periodic scheduler
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-24 14:49:55 +00:00
Marliana Lara
84f056294d
Fix unit test error in HostAdd
2020-01-23 17:54:06 -05:00
Marliana Lara
b906f8d757
Add delete button to user details
2020-01-23 17:53:34 -05:00
Marliana Lara
2fae523fd4
Add delete button to team details
2020-01-23 17:53:08 -05:00
softwarefactory-project-zuul[bot]
4d519155bc
Merge pull request #5753 from wenottingham/a-good-help-message-is-hard-to-find
...
Fix help for new analytics gather interval
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-23 22:20:56 +00:00
Bill Nottingham
ea8a91893a
Fix help for new analytics gather interval
2020-01-23 16:26:15 -05:00
softwarefactory-project-zuul[bot]
145476c7d9
Merge pull request #5748 from marshmalien/delete-org-proj-details
...
Add delete button to Organization and Project Details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-23 20:40:36 +00:00
softwarefactory-project-zuul[bot]
c6595786f5
Merge pull request #5734 from marshmalien/5264-inv-host-edit-form
...
Add inventory host edit form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-23 20:10:36 +00:00
Keith Grant
c6159a7c3e
add more VariablesDetail tests
2020-01-23 11:15:33 -08:00
softwarefactory-project-zuul[bot]
52638c709a
Merge pull request #5749 from ryanpetrello/search-distinct
...
fix a bug that causes __search filters to not properly call .distinct()
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-23 19:09:52 +00:00
Gabe Muniz
a264b1db1f
made licensing a warning and not trigger on periodic scheduler
2020-01-23 14:08:23 -05:00
Keith Grant
49907e337a
prevent inventory updates after unmount
2020-01-23 11:02:29 -08:00
Marliana Lara
afc1f85668
Update job template detail unit tests
2020-01-23 13:59:20 -05:00
Marliana Lara
6efa751157
Add DeleteButton component to job template details
2020-01-23 13:58:49 -05:00
Marliana Lara
10131432b5
Refactor job template detail into functional component
2020-01-23 13:52:29 -05:00
softwarefactory-project-zuul[bot]
0d365068ff
Merge pull request #5740 from AlexSCorey/5257-WFJTMissingResource
...
Fixes InvGroup Form submission error and TemplateList Missing Resource Bug
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-23 18:43:44 +00:00
Ryan Petrello
256404ba03
fix a bug that causes __search filters to not properly call .distinct()
2020-01-23 13:40:22 -05:00
Marliana Lara
3b430c8bdf
Add delete to project details
2020-01-23 12:13:12 -05:00
Marliana Lara
627dae6580
Add delete button to organization details
2020-01-23 12:12:15 -05:00
Alex Corey
44db9ad033
Moves TemplateListItem to a functional component
2020-01-23 11:22:05 -05:00
Alex Corey
21890efca6
Ensures no missingResourceIcon for WFJT on JTList
...
Adds a test to ensure that missingResourceIcon is not shown for WFJTs.
2020-01-23 11:21:57 -05:00