Keith Grant
d06d4d5a8c
update tests for form submit errors
2020-02-10 16:16:38 -08:00
Keith Grant
352c8c3cb1
add FormSubmitError to existing forms
2020-02-10 16:16:38 -08:00
Keith Grant
94f21a3464
add submit error support to Project form
2020-02-10 16:16:38 -08:00
Keith Grant
ac376f9c87
handle __all__ error message from server in FormSubmitError
2020-02-10 16:16:38 -08:00
Keith Grant
44e4263bee
add FormActionGroup error message test
2020-02-10 16:16:38 -08:00
Keith Grant
b7f3852ef9
move FormSubmitError to inline beside form buttons; add tests
2020-02-10 16:16:38 -08:00
Keith Grant
a934e146ee
add FormSubmitError component
2020-02-10 16:16:38 -08:00
Keith Grant
cab25656eb
add JT form error feedback from API errors
2020-02-10 16:16:38 -08:00
Keith Grant
0f9c906a22
add more robust handling of errors thrown by api
2020-02-10 16:16:38 -08:00
Keith Grant
b8226109a7
use optional chaining
2020-02-10 16:16:38 -08:00
Keith Grant
b26de8b922
pass Host form API errors back into Formik for display
2020-02-10 16:16:38 -08:00
Keith Grant
67d8c1a4b5
delete unused/redundant component
2020-02-10 16:16:38 -08:00
softwarefactory-project-zuul[bot]
0ef7ef22eb
Merge pull request #5838 from jainnikhil30/fix_slicejob_relaunch
...
fix the sliced job relaunch
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-10 23:40:06 +00:00
softwarefactory-project-zuul[bot]
47383e05d6
Merge pull request #5837 from ryanpetrello/celery-tastes-gross
...
get rid of celerybeat (and celery + billiard dependency)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-10 23:26:20 +00:00
softwarefactory-project-zuul[bot]
3dd97feaa6
Merge pull request #5869 from mabashian/4220-templates-list-sort
...
Add missing template list sort fields
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-10 23:06:06 +00:00
Nikhil Jain
e530adde67
fix the sliced job relaunch
2020-02-10 17:35:50 -05:00
Ryan Petrello
38a08d163c
get rid of celery/celerybeat
...
alternative to https://github.com/ansible/awx/pull/2530 which makes use
of https://pypi.org/project/schedule/
this doesn't have support for any persistence (like how celery beat uses
a shelve file), because all of our periodic jobs run at most every few
minutes
2020-02-10 17:32:02 -05:00
softwarefactory-project-zuul[bot]
7b4adfcc15
Merge pull request #5868 from ryanpetrello/python-packaging-is-a-disaster
...
pin virtualenv < 20 for ansible venv builds
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-02-10 22:31:26 +00:00
mabashian
5d6e1284e3
Adds missing job list search fields
2020-02-10 17:00:44 -05:00
mabashian
a0ba125ea9
Brings template list sort fields into parity with the existing UI
2020-02-10 16:34:37 -05:00
Ryan Petrello
ad5d0b92db
pin virtualenv < 20 for ansible venv builds
...
virtualenv version 20 just got released and broken a bunch of stuff
(like the --system-site-packages flag)
2020-02-10 16:31:34 -05:00
Marliana Lara
debbac5c78
Use date object to format elapsed time
2020-02-10 14:25:34 -05:00
softwarefactory-project-zuul[bot]
f4f4a7caec
Merge pull request #5851 from xelgand/devel
...
k8s installer: fix warning when applying deployment
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-10 18:20:36 +00:00
Marliana Lara
b00249b515
Add job event summary toolbar
2020-02-10 12:47:23 -05:00
softwarefactory-project-zuul[bot]
cd49213924
Merge pull request #5846 from wenottingham/proxy-env-y
...
Use AWX_TASK_ENV when connecting to Red Hat services
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-10 16:31:19 +00:00
softwarefactory-project-zuul[bot]
9a47a28b80
Merge pull request #5850 from ryanpetrello/changelogly
...
update the changelog in anticipation of a forthcoming AWX release
Reviewed-by: Seth Foster
https://github.com/fosterseth
2020-02-10 15:31:12 +00:00
xelgand
7b9ad1d69a
k8s installer: fix warning when applying deployment
2020-02-09 16:35:10 +01:00
softwarefactory-project-zuul[bot]
6df00e1e4c
Merge pull request #5776 from bhundven/5371-Upgrade_to_helm_3_x
...
Make AWX compatible with Helm 3.x
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-09 14:13:11 +00:00
Bryan Hundven
7d2ed7b763
Bump stable/postgresql to 8.3.0
...
https://hub.helm.sh/charts/stable/postgresql/8.3.0
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2020-02-07 15:07:44 -08:00
Ryan Petrello
b08e5db267
update the changelog in anticipation of a forthcoming AWX release
2020-02-07 17:12:38 -05:00
softwarefactory-project-zuul[bot]
8991396d23
Merge pull request #5828 from AlanCoding/openstack_bump
...
Bump openstacksdk version
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-07 20:09:59 +00:00
Bryan Hundven
76a6f84c70
Remove tempfile after running helm
...
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2020-02-07 12:04:11 -08:00
Bryan Hundven
a984e5df7a
Have helm stable repo before running help repo update
...
It would be nice if the `helm` ansible module allowed you to just manage
helm repos, or maybe a `helm_repo` module... but shell with it ;)
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2020-02-07 11:58:18 -08:00
Bryan Hundven
282d705c43
Remove tiller_namespace from default inventory
...
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2020-02-07 11:57:34 -08:00
Marliana Lara
43e1b4a7db
Max host form field tooltip should not enable field
2020-02-07 14:30:33 -05:00
Bill Nottingham
71ef7cdec1
Use AWX_TASK_ENV when connecting to Red Hat services
2020-02-07 14:29:42 -05:00
softwarefactory-project-zuul[bot]
5decde3f70
Merge pull request #5845 from shanemcd/missing-base-image-deps
...
Add packages missing from base images
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-07 18:54:46 +00:00
Shane McDonald
3f57061509
Add packages missing from base images
...
Related:
- https://github.com/ansible/awx/issues/5770
- https://github.com/ansible/awx/issues/5724
2020-02-07 13:06:42 -05:00
softwarefactory-project-zuul[bot]
6395d64681
Merge pull request #5843 from wenottingham/intentionally-adding-database-queries
...
Bypass memcached to get last gather time to avoid reading cached values.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-07 13:57:54 +00:00
Bill Nottingham
f3e2caeaa7
Bypass memcached to get last gather time to avoid reading cached values.
2020-02-06 21:41:41 -05:00
softwarefactory-project-zuul[bot]
ce5c4359ee
Merge pull request #5787 from fosterseth/tm_processed_field
...
Improve task manager performance for task dependencies
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-06 21:30:48 +00:00
softwarefactory-project-zuul[bot]
c4ddf50cad
Merge pull request #5832 from marshmalien/output-status-bar
...
Add host status bar
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-06 21:22:23 +00:00
Marliana Lara
d250dd0cd6
Adjust ansi colors to complement the host status bar
2020-02-06 14:12:49 -05:00
softwarefactory-project-zuul[bot]
96bbbdd5c9
Merge pull request #5836 from ryanpetrello/migrate-error
...
fix scary error message on initial (install time) awx-manage migrate
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-06 17:31:40 +00:00
Seth Foster
9b4b2167b3
TaskManager process dependencies only once
...
This adds a boolean "dependencies_processed" field to UnifiedJob
model. The default value is False. Once the task manager generates
dependencies for this task, it will not generate them again on
subsequent runs.
The changes also remove .process_dependencies(), as this method repeats
the same code as .process_pending_tasks(), and is not needed. Once
dependencies are generated, they are handled at .process_pending_tasks().
Adds a unit test that should catch regressions for this fix.
2020-02-06 11:47:33 -05:00
Marliana Lara
028a0a9279
Adjust host status colors
2020-02-06 11:21:14 -05:00
softwarefactory-project-zuul[bot]
30354dbcd0
Merge pull request #5621 from rebeccahhh/workflow-convergence
...
Any/All boolean added in workflow convergence
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-06 15:30:40 +00:00
Ryan Petrello
543a87ac88
fix error message on initial awx-manage migrate
2020-02-06 06:37:05 -05:00
Marliana Lara
4be7cf66ec
Add host status bar
2020-02-05 19:57:55 -05:00
softwarefactory-project-zuul[bot]
fd027f87a9
Merge pull request #5810 from keithjgrant/use-endpoint
...
Add useRequest hook
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-05 23:26:42 +00:00