mabashian
4b566e9388
Adds support for pending deletion on inventory list
2020-09-29 09:09:52 -04:00
softwarefactory-project-zuul[bot]
36d4f255a3
Merge pull request #8236 from ryanpetrello/more-callback-cleanup
...
refactor some callback receiver code
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-28 15:20:29 +00:00
softwarefactory-project-zuul[bot]
30fd418cc9
Merge pull request #8220 from mabashian/fix-padding-pol-fields
...
Fix padding on field labels with prompt on launch checkboxes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-28 13:42:37 +00:00
softwarefactory-project-zuul[bot]
24e9484f55
Merge pull request #7338 from mabashian/cred-plugin-test-button
...
Hook up Test button on Metadata step in credential plugin wizard
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2020-09-25 19:52:44 +00:00
Ryan Petrello
baad765179
refactor some callback receiver code
...
the bigint migration removed the foreign key constraints for:
- host_id
- job_id (and projectupdate_id, etc...)
because of this, we don't really need to check explicitly for a host_id
IntegrityError anymore (because it won't occur)
additionally, while it's possible to insert an event with a mismatched
job_id now (for example, you can totally start a long-running job, and
delete the job record in the background using the ORM or psql), doing
so results in DoesNotExist errors in the code that handles the
playbook_on_stats events
2020-09-25 13:12:42 -04:00
mabashian
56ed2c6afa
Autopopulate credential on container group form and organization on notification template form
2020-09-24 17:26:33 -04:00
mabashian
24a4236232
Wrap onChange functions passed to lookups in useCallback since these functions are eventually passed to a hook and used in a dependency array.
2020-09-24 17:07:58 -04:00
softwarefactory-project-zuul[bot]
ce65ed0ac6
Merge pull request #8191 from ryanpetrello/callback-directly-to-redis
...
remove multiprocessing.Queue usage from the callback receiver
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-24 18:21:49 +00:00
Ryan Petrello
cd0b9de7b9
remove multiprocessing.Queue usage from the callback receiver
...
instead, just have each worker connect directly to redis
this has a few benefits:
- it's simpler to explain and debug
- back pressure on the queue keeps messages around in redis (which is
observable, and survives the restart of Python processes)
- it's likely notably more performant at high loads
2020-09-24 13:53:58 -04:00
beeankha
c855ce95aa
Fix JT timeout notification bug
2020-09-23 15:45:11 -04:00
mabashian
b714a0dc7e
Fix padding on field labels with prompt on launch checkboxes
2020-09-23 15:27:31 -04:00
softwarefactory-project-zuul[bot]
aac17b9d2c
Merge pull request #8206 from ryanpetrello/more-bulk-update-last-job
...
change host -> last_job_id bulk update query to avoid locking issues
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-23 15:18:42 +00:00
softwarefactory-project-zuul[bot]
d7ca49ce4a
Merge pull request #8193 from ryanpetrello/ws-broadcast-limited
...
add a few additional optimizations to the callback receiver
Reviewed-by: Shane McDonald <me@shanemcd.com >
https://github.com/shanemcd
2020-09-23 14:58:41 +00:00
Ryan Petrello
1f0cd8df71
expose GALAXY_IGNORE_CERTS in the job settings UI
2020-09-23 08:36:52 -04:00
Ryan Petrello
89ff8e1f3e
change host -> last_job_id bulk update query to avoid locking issues
...
see: https://github.com/ansible/awx/issues/8145
2020-09-22 16:04:28 -04:00
Marliana Lara
0732b047b5
Replace setting term with inclusive language
2020-09-22 15:09:55 -04:00
Ryan Petrello
b370e8389e
add a few additional optimizations to the callback receiver
2020-09-22 08:51:01 -04:00
Jake McDermott
b6afc085a7
Reload on stats when live updates are disabled
2020-09-21 20:42:44 -04:00
Ryan Petrello
bed2dea04d
don't broadcast ws:// events when UI_LIVE_UPDATES_ENABLED is False
2020-09-21 20:42:39 -04:00
softwarefactory-project-zuul[bot]
31cd36b768
Merge pull request #8104 from mabashian/4254-auto-pop-lookup
...
Auto populate various required lookups on various forms
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-21 21:37:02 +00:00
softwarefactory-project-zuul[bot]
dc492d0cfd
Merge pull request #8179 from nixocio/ui_fix_undefined_variable
...
Fix issue with undefined variable
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-21 18:28:15 +00:00
mabashian
10ae6c9042
Cleans up console error thrown from this test. Also fixed the last test as it wasn't actually testing the desired behavior.
2020-09-21 13:24:23 -04:00
mabashian
8bee409a4a
Auto populate various required lookups on various forms
2020-09-21 13:24:23 -04:00
Elijah DeLee
7c7d15a8be
Need log level info to show up with new settings
2020-09-21 11:22:43 -04:00
softwarefactory-project-zuul[bot]
9eb8ac620f
Merge pull request #8180 from jakemcdermott/deps-autofix
...
Upgrade lingui-cli to 2.9.2
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2020-09-21 15:08:19 +00:00
softwarefactory-project-zuul[bot]
44d1e15ef4
Merge pull request #8177 from ryanpetrello/rrule-bug
...
fix an rrule bug that causes improper HOURLY/MINUTELY calculation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-18 20:02:10 +00:00
softwarefactory-project-zuul[bot]
0c81b83080
Merge pull request #8078 from nixocio/ui_issue_8073
...
Add Container Group details
Reviewed-by: Kersom
https://github.com/nixocio
2020-09-18 19:15:14 +00:00
softwarefactory-project-zuul[bot]
deab7395f2
Merge pull request #8150 from keithjgrant/7878-notification-websockets
...
Update status after sending test notification
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-18 17:52:38 +00:00
Keith Grant
3ed05e9d9b
fix NotificationTemplateItem test
2020-09-18 10:20:17 -07:00
Jake McDermott
34579226ef
Upgrade lingui-cli to 2.9.2
2020-09-18 13:01:04 -04:00
nixocio
9d0b37e96c
Fix issue with undefined variable
...
Fix issue with undefined variable when data related to `me` is not
available.
2020-09-18 12:30:53 -04:00
softwarefactory-project-zuul[bot]
256123dc9d
Merge pull request #8168 from keithjgrant/3321-session-management
...
Logout session if config returns 401
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2020-09-18 16:08:06 +00:00
Ryan Petrello
bf1d93168b
fix an rrule bug that causes improper HOURLY/MINUTELY calculation
...
see: https://github.com/ansible/awx/issues/8071
2020-09-18 12:06:07 -04:00
softwarefactory-project-zuul[bot]
c17bb36bcd
Merge pull request #8167 from ryanpetrello/callback-cleanup
...
Add support for a `--status` to the callback receiver (and improve our approach to stats collection in general)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-18 13:58:30 +00:00
Keith Grant
43d339d1cd
fix test
2020-09-17 13:46:43 -07:00
Ryan Petrello
57f8e48894
make --status more robust for dispatcher, and add support for receiver
...
make the --status flag work by fetching a periodically recorded snapshot
of internal process state; additionally, update the callback receiver to
*also* record these statistics so we can gain more insight into any
performance issues
2020-09-17 15:33:37 -04:00
Keith Grant
cde8cb57da
allow app skeleton to display while config is loading
2020-09-17 12:31:13 -07:00
Bill Nottingham
18c27437b7
Fix analytics logging
...
The analytics change PR adjusted the logging for awx.analytics,
which solved the issue, but should have used the targeted awx.main.analytics.
Also flip a couple of loggers to use the regular awx.analytics (awx analytics)
logger instead of awx.main.analytics (the automation anayltics task system).
2020-09-17 13:39:14 -04:00
Keith Grant
6c4f9364ee
kick back to login page if config gets 401 response
2020-09-16 15:35:02 -07:00
Ryan Petrello
0df6409244
remove task state tracking from the callback receiver
...
we don't have support for displaying these stats anyways, so there's
no point in using resources tracking them, especially for high-volume
installs
2020-09-16 13:40:42 -04:00
Keith Grant
a10f52c70e
poll for notification status after sending test
2020-09-15 15:37:44 -07:00
softwarefactory-project-zuul[bot]
432e167930
Merge pull request #8105 from keithjgrant/7877-notification-custom-messages
...
Notification Detail: show custom messages
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-15 18:53:41 +00:00
Keith Grant
fa0abc0dd8
notification templates: fix un-select all
2020-09-15 10:56:55 -07:00
nixocio
d3d3fe8892
Add Container Group details
...
Add Container Group details.
See: https://github.com/ansible/awx/issues/8073
2020-09-15 09:11:34 -04:00
Keith Grant
236ae6c5b6
handle null messages.workflow_approval some more
2020-09-14 16:05:03 -07:00
Keith Grant
b27d9b680a
handle null messages.workflow_approval
2020-09-14 15:17:39 -07:00
softwarefactory-project-zuul[bot]
22bff7adec
Merge pull request #8141 from kdelee/fix_analytics_tests
...
Print one targz per line (analytics gather)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-14 22:04:23 +00:00
softwarefactory-project-zuul[bot]
a90bb36b72
Merge pull request #8055 from mabashian/8052-workflow-viz-rbac
...
Fixes some rbac issues in the workflow toolbar and start screen
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-14 21:14:12 +00:00
Elijah DeLee
d8e4ac773b
Print one tarball per line
...
Printing out a python like list is hard to process for tests
Better to print out one tarball per line
2020-09-14 17:00:31 -04:00
softwarefactory-project-zuul[bot]
1a581a79ea
Merge pull request #8070 from nixocio/ui_add_edit_container_groups
...
Add/Edit Container Groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-14 20:48:05 +00:00