Shane McDonald
b15a75676d
Fix container group tests
2021-03-15 13:28:40 -04:00
Jake McDermott
098ec63944
Add container group flag to add/edit data
2021-03-15 13:28:40 -04:00
Shane McDonald
1c4a376758
Explicit db field for is_container_group
...
We now have Container Groups that dont require a credential.
2021-03-15 13:28:39 -04:00
softwarefactory-project-zuul[bot]
8298b76dff
Merge pull request #9569 from jbradberry/further-fix-for-ee-deletion
...
Undo the polymorphic.SET_NULL for Organization
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-11 21:47:59 +00:00
Jeff Bradberry
5bec4a51c6
Undo the polymorphic.SET_NULL for Organization
...
It isn't polymorphic.
2021-03-11 15:50:57 -05:00
softwarefactory-project-zuul[bot]
6a296419d2
Merge pull request #9360 from kdelee/log_request_time
...
create performance logger to log api response time
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2021-03-11 20:02:48 +00:00
softwarefactory-project-zuul[bot]
27c56d4148
Merge pull request #9523 from jbradberry/ee-association-rbac
...
Fix the RBAC for attaching an EE to various objects
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-11 19:34:19 +00:00
softwarefactory-project-zuul[bot]
ae7396b0cf
Merge pull request #9562 from jbradberry/ee-polymorphic-set-null
...
Make sure that EE foreign keys are polymorphic.SET_NULL
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-11 19:34:08 +00:00
Jeff Bradberry
e31fc37215
Make sure that EE foreign keys are polymorphic.SET_NULL
...
Deleting EEs that had been attached to something was failing.
2021-03-11 11:25:59 -05:00
Ryan Petrello
572c0fbb74
clean stale dispatcher connections closer to post-fork
...
see: https://github.com/ansible/awx/issues/9559
2021-03-11 11:14:13 -05:00
softwarefactory-project-zuul[bot]
e8b2072ea5
Merge pull request #9536 from rooftopcellist/dev-db-test
...
consolidate conditional pytest sqlite3 db settings
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-10 15:57:14 +00:00
softwarefactory-project-zuul[bot]
9e89c16b38
Merge pull request #9533 from jbradberry/less-chatty-logs
...
Reduce the log level for some of the more spammy sources
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-10 15:26:43 +00:00
Christian M. Adams
ca19b9e9d4
consolidate conditional pytest sqlite3 db settings
2021-03-10 10:16:37 -05:00
softwarefactory-project-zuul[bot]
3312db61c3
Merge pull request #9460 from mabashian/6528-unit-tests
...
Adds tests for workflow save error handling
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2021-03-09 19:55:43 +00:00
softwarefactory-project-zuul[bot]
5bdf9a108c
Merge pull request #9439 from mabashian/9410-workflow-node-disable-jt
...
Disable job templates in node modal that are missing inv or project
Reviewed-by: Mat Wilson <mawilson@redhat.com >
https://github.com/one-t
2021-03-09 19:41:18 +00:00
Jeff Bradberry
0a6d13c1b9
Reduce the log level for some of the more spammy sources
2021-03-09 14:16:37 -05:00
softwarefactory-project-zuul[bot]
b0324acd0e
Merge pull request #9318 from mabashian/9223-notif-toast
...
Adds toast to notification template list whenever test notification finishes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-09 17:25:26 +00:00
Jeff Bradberry
097f465f39
Fix the RBAC for attaching an EE to various objects
...
- Organization.default_environment
- Project.default_environment
- JobTemplate.execution_environment
- WorkflowJobTemplate.execution_environment
System jobs are not editable by anyone other than a system admin, so
we don't need to check. It appears that unified job templates can't
be created or edited outside of the endpoints for the specific types.
2021-03-09 11:00:03 -05:00
softwarefactory-project-zuul[bot]
2601631f28
Merge pull request #9489 from nixocio/ui_issue_9487
...
Fix diassociate EE from JT and WFJT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-09 15:25:54 +00:00
mabashian
6a32164438
Adds support for ouiaId's on copy buttons
2021-03-08 16:11:22 -05:00
mabashian
d96383b317
Fixes bug where some toasts would reappear after being closed
2021-03-08 15:22:08 -05:00
mabashian
83a9c3470e
Adds toast to notification template list whenever test notification finishes
2021-03-08 15:22:08 -05:00
nixocio
7c2f6c95a6
Update variables as returned by useRequest
...
Update variables to be consistent with variables returned by useRequest.
2021-03-07 17:37:52 -05:00
nixocio
fbd46f7799
Fix diassociate EE from JT and WFJT
...
Allow EE to be removed from JT and WFJT.
Also, add unit-test related to those changes.
See: https://github.com/ansible/awx/issues/9487
2021-03-07 13:34:25 -05:00
softwarefactory-project-zuul[bot]
c9ec0d31f1
Merge pull request #9498 from ryanpetrello/bye-bye-virtualenv
...
remove custom_virtualenv support from the AWX collection and docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-06 14:12:32 +00:00
Ryan Petrello
4c60999161
remove custom_virtualenv support from the AWX collection and docs
2021-03-05 15:38:46 -05:00
softwarefactory-project-zuul[bot]
18ba40506f
Merge pull request #9480 from wenottingham/burn-it
...
Remove ansible venvs & collection infrastructure.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-05 19:29:05 +00:00
softwarefactory-project-zuul[bot]
2ae82b9302
Merge pull request #9452 from ryanpetrello/rsyslogd-last-ditch
...
make rsyslogd socket emit failures a bit less verbose (but still write to stderr)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-05 19:14:33 +00:00
softwarefactory-project-zuul[bot]
8fb17cfbdb
Merge pull request #9488 from nixocio/ui_fix_rerererender
...
Fix extra re-render for Job Template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-05 15:12:05 +00:00
softwarefactory-project-zuul[bot]
e4d227a791
Merge pull request #9483 from rooftopcellist/rm_messages
...
Remove messages.js files that do not need to be committed to the repo
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-05 14:02:50 +00:00
Jake McDermott
d494645914
Add i18n config file to frontend container image
2021-03-05 08:24:31 -05:00
nixocio
b7e614beee
Fix extra re-render for Job Template
...
Fix extra re-render for Job Template.
Also, update a few unit-tests.
See: https://github.com/ansible/awx/issues/9479
2021-03-04 16:47:07 -05:00
softwarefactory-project-zuul[bot]
e1e0bb30a9
Merge pull request #9450 from jakemcdermott/fix-9230
...
Use credential_type for prompted multicred select categories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-04 19:51:59 +00:00
Jake McDermott
95ec009758
Add language catalog compile step before test commands
2021-03-04 13:25:31 -05:00
Christian M. Adams
34df47ceba
Remove messages.js files that do not need to be committed to the repo
...
* also clean up old .PHONY entries
2021-03-04 13:13:27 -05:00
Bill Nottingham
0505e38071
Remove ansible venvs & collection infrastructure.
2021-03-04 13:06:06 -05:00
nixocio
0a4a1bed0a
Add EE to inventory sources
...
Add EE to inventory sources
See: https://github.com/ansible/awx/issues/9189
2021-03-03 18:56:07 -05:00
nixocio
62215ca432
Add organization to EE details page
...
Add organization to EE details page.
See: https://github.com/ansible/awx/issues/9432
2021-03-03 18:56:07 -05:00
nixocio
fd21603c0e
Update EE breadcrumb to use name instead of image
...
Update EE breadcrumb to use name instead of image to be consistent with
the other screens.
See: https://github.com/ansible/awx/issues/9087
2021-03-03 18:56:07 -05:00
Shane McDonald
aab58f5ae7
Dont require credential for Container Groups
...
Might want to follow up and make this only apply to Tower on Kubernetes
2021-03-03 18:56:07 -05:00
Shane McDonald
29ff69a774
For container group pods, use namespace Tower is deployed into by default
2021-03-03 18:56:07 -05:00
nixocio
33d7342ffe
Linkify reference to EE on details page
...
Linkify reference to EE on a few details page.
See: https://github.com/ansible/awx/issues/9189
2021-03-03 18:56:07 -05:00
nixocio
6e67ae68fd
Add Execution Environments into a few screens
...
Add EE to the following screens:
* Job Template
* Organization
* Project
* Workflow Job Template
Also, add a new lookup component - ExecutionEnvironmentLoookup.
See: https://github.com/ansible/awx/issues/9189
2021-03-03 18:56:05 -05:00
Shane McDonald
adf708366a
Add "copy" to EE related links
2021-03-03 18:52:55 -05:00
Rebeccah
4d2fcfd8c1
add a functional test for creating an EE, remove bum copy function because it's not needed, copy works from the base class
...
moved AWXKit pull additions to separate PR and made some changes that were causing linting errors in tests and add copy to show_capabilities for the ee serializer
2021-03-03 18:52:55 -05:00
Rebeccah
0921de5d2b
adding needed url endpoint for copy functionality and the beginning of some testing that can be fleshed out more fully in later work
2021-03-03 18:52:55 -05:00
nixocio
f2801e0c03
Minor update EE tables
...
* Add table header `actions`
* Add `name` as default search
See: https://github.com/ansible/awx/issues/7884
Also: https://github.com/ansible/awx/issues/9087
2021-03-03 18:52:55 -05:00
Shane McDonald
befc658042
Wire up --pull option for EEs
2021-03-03 18:52:55 -05:00
beeankha
60827143bb
Bump up unified_jobs_table version for new column addition
2021-03-03 18:52:55 -05:00
beeankha
5b17ab6873
Enable EE collections info to be loaded as valid JSON vs stringified JSON
2021-03-03 18:52:55 -05:00