beeankha
98fa1fc813
Add migration file
2019-06-17 10:47:57 -04:00
beeankha
8ec97235e3
Add feature for notifications to trigger on job start
2019-06-17 10:47:57 -04:00
softwarefactory-project-zuul[bot]
049b3a2e87
Merge pull request #4080 from AlanCoding/no_more_v1
...
Remove code used defunct jobs list POST
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-15 01:02:24 +00:00
AlanCoding
196b6572b2
remove code used defunct jobs list POST
2019-06-14 13:13:37 -04:00
softwarefactory-project-zuul[bot]
37cb912367
Merge pull request #4075 from ryanpetrello/old-migration-cleanup
...
delete a few really old migration utility files
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-14 14:27:47 +00:00
softwarefactory-project-zuul[bot]
9958f382d7
Merge pull request #4043 from mabashian/4029-inv-refresh
...
Fixes bug where the delete inventory event would wipe or reset inventory form fields
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-06-14 14:04:59 +00:00
softwarefactory-project-zuul[bot]
1d767a15d8
Merge pull request #4044 from mabashian/read-only-codemirrors
...
Read-only codemirror cleanup
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-06-14 13:58:51 +00:00
softwarefactory-project-zuul[bot]
612373c849
Merge pull request #4041 from mabashian/wf-execute-unsaved
...
Fixes bug where save changes modal was shown to user with execute permissions
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-06-14 13:45:33 +00:00
mabashian
3ea6171b54
Fixes bug where the delete inventory event would wipe or reset inventory form fields
2019-06-14 09:38:27 -04:00
mabashian
302d8589c9
Make extra vars read-only for users without edit role on some forms. Fixes console error thrown in launch modal if survey tab missing.
2019-06-14 09:37:37 -04:00
mabashian
01f51219a6
Fix linting errors
2019-06-14 09:22:16 -04:00
mabashian
38ea82bf3d
Fixes bug where save changes modal was shown to user with execute permissions
2019-06-14 09:22:16 -04:00
softwarefactory-project-zuul[bot]
d4ad674899
Merge pull request #4064 from mabashian/3829-new-list-links
...
Fixes links in various lists to maintain query params while navigating to edit form
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-13 21:56:34 +00:00
softwarefactory-project-zuul[bot]
9d3aca5e1b
Merge pull request #4060 from mabashian/3830-host-filter-search
...
Always show search bar in smart inventory host filter modal
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-13 21:44:02 +00:00
Ryan Petrello
a454102e77
delete a few really old migration utility files
2019-06-13 17:19:43 -04:00
softwarefactory-project-zuul[bot]
e1d60ff4f1
Merge pull request #4052 from gamuniz/enabled_value_fix
...
Enabled value fix to be case insensitive(GCE API)
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-13 20:08:30 +00:00
Gabe Muniz
bd93d97a60
fix so enabled value is case insensitive
2019-06-13 15:36:54 -04:00
softwarefactory-project-zuul[bot]
793e78d9c0
Merge pull request #4046 from AlanCoding/setuptools
...
Upgrade pip and setuptools
Reviewed-by: Alan Rominger <arominge@redhat.com>
https://github.com/AlanCoding
2019-06-13 14:13:28 +00:00
AlanCoding
76ebcf914b
upgrade pip and setuptools
2019-06-13 09:45:18 -04:00
mabashian
effe7151eb
Adds missing semi-colon
2019-06-12 22:13:45 -04:00
mabashian
0023591bb0
Removes unnecessary variable
2019-06-12 22:13:45 -04:00
mabashian
9c50609776
Always show search bar in smart inventory host filter modal
2019-06-12 22:13:45 -04:00
softwarefactory-project-zuul[bot]
28cc08f215
Merge pull request #4033 from mabashian/bootstrap-whitelist-table
...
Whitelist table elements for use in bootstrap popovers
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-12 21:12:37 +00:00
mabashian
b83cef6ed7
Fixes links in various lists to maintain query params while navigating to edit form
2019-06-12 16:12:08 -04:00
mabashian
c729b698dd
Whitelist table elements for use in bootstrap popovers
2019-06-12 15:32:08 -04:00
softwarefactory-project-zuul[bot]
e70c7ab458
Merge pull request #3967 from jbradberry/upgrade-drf-3.9.4
...
Upgrade DRF to 3.9.4
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-12 18:41:05 +00:00
Jeff Bradberry
aa548442ce
Ensure the request is on the Metadata object
...
in order to correctly populate the default for the TOWER_URL_BASE
field, which is specific to the host and preferred scheme.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
ab587e7e6c
Update get_view_description to conform to changes in DRF's version
...
related encode/django-rest-framework#5605
2019-06-12 14:12:59 -04:00
Jeff Bradberry
3f5c018c8a
Replace the load of the staticfiles template library with static
...
The staticfiles library will be going away before too long.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
12e3d0aebf
Remove rest_framework/base.html
2019-06-12 14:12:59 -04:00
Jeff Bradberry
ba4ad191fc
Add the csrf token to window.drf
...
In the same manner as the current version of base.html from DRF. This
is part 2 of the removal of base.html.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
34d76422d6
Move the endpoint deprecation warning out of base.html
...
This is part 1 of the removal of awx/templates/rest_framework/base.html.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
2a81643308
Refactor the SSO serializer fields to follow the DRF idioms more closely
...
and fix the tests to handle the newer nested validation checks properly.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
76d4de24df
Handle a change in the error message for BooleanField
...
related encode/django-rest-framework#5881
2019-06-12 14:12:59 -04:00
Jeff Bradberry
ed7a7e5f7b
Support parse_requirements out of pip < 10 and >= 10
2019-06-12 14:12:59 -04:00
Jeff Bradberry
f94959d120
Remove the custom get_view_name function
...
It appeared to not be doing anything that we were making use of that
couldn't already be done, slightly differently, using DRF's built-in
one.
2019-06-12 14:12:59 -04:00
Jeff Bradberry
b5728fc548
Bump Django Rest Framework from 3.7.7 to 3.9.4
2019-06-12 14:12:59 -04:00
softwarefactory-project-zuul[bot]
4a19da650d
Merge pull request #4056 from ansible/capitalization
...
updated e2e to work with new capitalization
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-12 17:36:29 +00:00
Daniel Sami
8db27611ca
updated e2e to work with new capitalization
2019-06-12 13:05:11 -04:00
softwarefactory-project-zuul[bot]
7161f28d26
Merge pull request #4053 from AlanCoding/apps_management
...
Correctly manage current apps for the action_node addition
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-12 15:59:55 +00:00
softwarefactory-project-zuul[bot]
290c242221
Merge pull request #4054 from ansible/unpin-vault-plugin-container-image
...
unpin vault plugin development container image
Reviewed-by: awxbot
https://github.com/awxbot
2019-06-12 15:00:23 +00:00
Jake McDermott
90fb7c6769
unpin vault plugin development container image
2019-06-12 10:23:01 -04:00
AlanCoding
f8c69aadcb
Correctly manage current apps for the action_node addition
2019-06-12 10:13:45 -04:00
softwarefactory-project-zuul[bot]
c7b38bc9b9
Merge pull request #4050 from Spredzy/capitalize
...
User: Ensure First Name is not capitalized
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-06-12 13:23:21 +00:00
Yanis Guenane
cc1ef50729
User: Ensure First Name is not capitalized
...
When creating a new user, the Last Name is not capitalized but First
Name is. Make the behavior being consistent.
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
2019-06-12 14:40:44 +02:00
softwarefactory-project-zuul[bot]
42b3aa45c5
Merge pull request #4045 from ansible/quick-chrome75-workaround
...
Chrome75 workaround for e2e tests
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-12 11:52:09 +00:00
John Hill
1e91e4e531
set to json protocol
2019-06-11 15:51:02 -04:00
softwarefactory-project-zuul[bot]
b3979eb2b9
Merge pull request #4042 from shanemcd/cache-me-outside
...
Always consider devel tag as a cache source
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-11 18:34:25 +00:00
Shane McDonald
75ef30d21b
Always consider devel tag as a cache source
...
When you do `make docker-compose-build` on your branch without any changes, this will use the devel tag as a cache source. This will speed things up if you havent made any local changes to the Makefile or requirements files.
2019-06-11 14:01:35 -04:00
softwarefactory-project-zuul[bot]
31b78cc00f
Merge pull request #4036 from AlanCoding/event_query
...
Cache smart inventory memberships to avoid slow query
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-11 15:55:55 +00:00