softwarefactory-project-zuul[bot]
277b6897fa
Merge pull request #7240 from rebeccahhh/memcache-memories
...
remove memcache entirely, add in some django redis to cover it's absence
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-09 15:37:04 +00:00
softwarefactory-project-zuul[bot]
81d388d137
Merge pull request #7283 from fosterseth/fix-parents_converge_settable_api
...
Make all_parents_must_converge settable when creating node
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-09 15:03:53 +00:00
Rebeccah
669d4535b1
adding isolate db location and ingore for django_redis exceptions
2020-06-09 10:24:23 -04:00
Rebeccah
d2bbe7aa1a
remove memcache from everywhere and add djagno-redis to cover it
2020-06-09 10:24:23 -04:00
softwarefactory-project-zuul[bot]
6b3ec46fe8
Merge pull request #7291 from mabashian/ui-websocket-extensions
...
Manually bumps websocket-extensions to 0.1.14 (awx/ui)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-09 01:07:47 +00:00
softwarefactory-project-zuul[bot]
222998281f
Merge pull request #7292 from ryanpetrello/sock-it-to-me
...
don't block on log aggregator socket.send() calls
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-08 22:34:53 +00:00
Ryan Petrello
7164049062
don't block on log aggregator socket.send() calls
...
see: https://github.com/ansible/tower/issues/4391
2020-06-08 18:07:33 -04:00
Seth Foster
e768d5e7fc
Make all_parents_must_converge settable when creating node
...
When targeting, ../workflow_job_templates/id#/workflow_nodes/ endpoint,
user could not set all_parents_must_converge to true.
awx issue #7063
2020-06-08 17:51:15 -04:00
softwarefactory-project-zuul[bot]
40b020c370
Merge pull request #7284 from AlexSCorey/7232-ApplicationsRouteStub
...
Adds routing stubs for Applications
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-08 20:13:52 +00:00
softwarefactory-project-zuul[bot]
2a566f575f
Merge pull request #7290 from mabashian/ui-next-websocket-extensions
...
Manually bumps websocket-extensions to 0.1.14 (awx/ui_next)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-08 19:54:16 +00:00
Alex Corey
2784409c46
Fixes folder name
2020-06-08 15:34:25 -04:00
softwarefactory-project-zuul[bot]
946a86f350
Merge pull request #6780 from tchellomello/rfe_saml_mapping_2688
...
Adds SAML Attribute Mapping to Teams and Orgs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-08 18:58:23 +00:00
mabashian
57a6c8d693
Manually bumps websocket-extensions to 0.1.14 in awx/ui
2020-06-08 14:29:52 -04:00
mabashian
142c0da9f0
Manually bumps websocket-extensions to 0.1.14
2020-06-08 14:14:59 -04:00
softwarefactory-project-zuul[bot]
28baa8b24b
Merge pull request #7280 from apollo13/patch-1
...
Send content-type with mattermost notifications, fixes #7264
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-06-08 17:27:05 +00:00
Marcelo Moreira de Mello
3f8bc0d7c8
Adds SAML Attribute Mapping to Teams and Orgs
...
Signed-off-by: Marcelo Moreira de Mello <tchello.mello@gmail.com>
2020-06-08 12:40:33 -04:00
Alex Corey
0df4047d3d
Adds routing stubs for Applications
2020-06-08 11:55:21 -04:00
softwarefactory-project-zuul[bot]
feb9c5700c
Merge pull request #7257 from jbradberry/fix-deadlock
...
Force worker processes to have a different signal handler from the parent
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-08 15:34:25 +00:00
Florian Apolloner
cf6235f6ea
Send content-type with mattermost notifications, fixes #7264
2020-06-08 16:30:52 +02:00
softwarefactory-project-zuul[bot]
62dbb6bfdb
Merge pull request #7261 from shanemcd/auto-qs
...
Add queue / instance group registration to heartbeat for k8s installs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-06 13:32:08 +00:00
Shane McDonald
91dbc2de30
Add queue / instance group registration to heartbeat for k8s installs
...
There is some history here.
https://github.com/ansible/awx/pull/7190 <- This PR was an attempt at fixing a
bug notting ran into where some jobs on k8s installs would get stuck in Waiting
forever.
The PR mentioned above introduced a bug where there are no instance groups on a
fresh k8s-based install. This is because this process currently happens in the
launch scripts, before the database is up.
With this patch, queue / instance group registration happens in the heartbeat,
right after auto-registering the instance.
2020-06-06 08:58:35 -04:00
Alex Corey
edb0df788b
Improves copy clipaboard message and some prop names
2020-06-05 10:47:01 -04:00
Alex Corey
40cd87f253
Adds message for unsynced projects for copy to clipboard button
2020-06-05 10:47:01 -04:00
Jeff Bradberry
ced8f42835
Force worker processes to have a different signal handler from the parent
...
Situations have come up where the 5+ minute kill signal for
run_task_manager is emitted to the worker process running it, but
since the worker improperly inherited the AWXConsumerBase().stop()
handler a deadlock ultimately was triggered on the database
connection.
2020-06-04 15:41:28 -04:00
softwarefactory-project-zuul[bot]
8c51993278
Merge pull request #7242 from nixocio/ui_update_jt_form
...
Modify JobTemplateForm to use formik `setValue`
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-04 19:34:39 +00:00
softwarefactory-project-zuul[bot]
5fcf1a2d5e
Merge pull request #7249 from AndrewCopeland/conjur-url-encoding
...
URL encode '/' to '%2F' for conjur credential plugin
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-06-04 19:22:40 +00:00
softwarefactory-project-zuul[bot]
61a1cfa35a
Merge pull request #7208 from nixocio/ui_issue_7016
...
Add error feedback in Preview Step
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-04 19:04:43 +00:00
AndrewCopeland
4531c418e2
URL encode '/' to '%2F' for conjur credential plugin
2020-06-04 09:57:00 -04:00
Jake McDermott
fdb53bd1af
Remove unneeded auth props
2020-06-03 19:52:53 -04:00
softwarefactory-project-zuul[bot]
0615252cf7
Merge pull request #7223 from jakemcdermott/ui-next-app-container
...
Add AppContainer and move bootstrapping to App component
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-03 23:21:16 +00:00
Jake McDermott
cb453de6a4
Add AppContainer and move bootstrapping to App component
2020-06-03 18:20:26 -04:00
nixocio
9c57f550ed
Modify JobTemplateForm to use formik setValue
...
Modify JobTemplateForm to use formik `setValue`. Following the same
convention used in the `.WorkflowJobTemplateForm`. Also, replace the
usage of `useFormikContext` to `useField`.
2020-06-03 16:06:41 -04:00
Alex Corey
68a8dda869
Adds inventory sources notifications list
2020-06-03 10:22:03 -04:00
softwarefactory-project-zuul[bot]
fb8b90254c
Merge pull request #7183 from AlexSCorey/7104-UserTeamsDisassociate
...
Adds disassociate functionality and an empty state for Sys Admin
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-03 14:04:44 +00:00
nixocio
68568be235
Add error feedback in Preview Step
...
Add error feedback in Preview Step.
closes: https://github.com/ansible/awx/issues/7016
2020-06-02 15:21:22 -04:00
Alex Corey
af70e3bb49
updates sys admin message
2020-06-02 14:36:17 -04:00
softwarefactory-project-zuul[bot]
990eead3ac
Merge pull request #7204 from rooftopcellist/label_tests
...
Add basic functional tests for labels
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-02 18:23:21 +00:00
softwarefactory-project-zuul[bot]
5e5026aae8
Merge pull request #7129 from keithjgrant/6594-user-teams-list
...
User teams list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-02 17:32:37 +00:00
softwarefactory-project-zuul[bot]
3dec277331
Merge pull request #7125 from mabashian/5880-cred-plugins
...
Adds basic credential plugin support to relevant fields in the static credential forms
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-02 17:25:48 +00:00
Keith Grant
8cdb05e4a2
add org name to user team search columns
2020-06-02 09:13:42 -07:00
mabashian
66df922956
Wrap credential form submission code in useRequest to avoid the "unmounted component" errors we've seen if we try to push a new route onto the history but the coomponent is already unmounted.
2020-06-02 12:06:13 -04:00
Keith Grant
455cd74492
fix tests
2020-06-02 08:46:37 -07:00
Keith Grant
e57bd88bd2
add Lookup test for disabled isLoading state
2020-06-02 08:46:37 -07:00
Keith Grant
af118fec99
Disable field inputs while fetching data
...
In the JT form, disable the Lookup and Select box fields for any
fields that need to fetch data, until data fetching is complete
2020-06-02 08:46:37 -07:00
softwarefactory-project-zuul[bot]
9d3b19341d
Merge pull request #7166 from nixocio/ui_update_translation_process
...
Add section about issues to be translated
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2020-06-02 15:42:26 +00:00
Alex Corey
15d6c5fb7a
Adds disassociate functionality and an empty state for Sys Admin
2020-06-02 10:16:53 -04:00
Jake McDermott
718d3728dd
Relocate route config and remove route render props
2020-06-02 10:08:40 -04:00
softwarefactory-project-zuul[bot]
644ecdb1fb
Merge pull request #7200 from ryanpetrello/conjur-quote-plus
...
properly quote conjur URLs that contain spaces
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-02 01:23:06 +00:00
mabashian
b01e312b8f
Remove unnecessary sleep
2020-06-01 16:08:44 -04:00
mabashian
78ade1d99d
Build inputSourcesMap using an array reduce method instead of forEach with a local variable.
2020-06-01 15:55:18 -04:00