AlanCoding
287159296a
remove unused migration methods
2019-07-11 16:09:38 -04:00
softwarefactory-project-zuul[bot]
23100094dc
Merge pull request #4313 from ryanpetrello/fix-4162
...
Remove tooltips from host events in output
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-11 18:29:35 +00:00
softwarefactory-project-zuul[bot]
b2275c0490
Merge pull request #4312 from wenottingham/check-one-check-two
...
Add some minimal sanity checking before running the updater script.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-11 16:55:56 +00:00
softwarefactory-project-zuul[bot]
d6dba784b1
Merge pull request #4285 from olia-dev/issue-4274
...
related #4274 - added option to verify server certificate with a specific CA
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2019-07-11 16:50:26 +00:00
Bill Nottingham
2a68ff49c1
Add some minimal sanity checking before running the updater script.
2019-07-11 12:12:22 -04:00
mabashian
0f8c59523a
Remove tooltips from host events in output
2019-07-11 12:07:28 -04:00
softwarefactory-project-zuul[bot]
de02df4907
Merge pull request #4201 from beeankha/helper_method_in_serializer
...
Add Helper Method in Serializer for get_summary_fields
Reviewed-by: Yanis Guenane
https://github.com/Spredzy
2019-07-10 14:28:04 +00:00
olia-dev
522dcf5ed3
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)
2019-07-10 12:40:26 +02:00
olia-dev
b2d84a5d89
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)
2019-07-10 12:39:57 +02:00
olia-dev
7b390fa2fc
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins
...
Signed-off-by: olia-dev <olia-dev@ktah.net>
2019-07-10 11:41:21 +02:00
softwarefactory-project-zuul[bot]
557ec27303
Merge pull request #4251 from AlexSCorey/JTLaunchButton
...
Add Launch Button to Job Template Details
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 20:58:46 +00:00
softwarefactory-project-zuul[bot]
f47a37a96b
Merge pull request #4259 from AlexSCorey/4216-OrgGetRequestDuplication
...
Removes duplicated GET request in Org.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 18:44:09 +00:00
softwarefactory-project-zuul[bot]
74d8fca673
Merge pull request #4296 from pebbledavec/patch-1
...
Removed forwardslash that was breaking paginated workflow node requests.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 18:40:34 +00:00
Alex Corey
7039f82d15
Only reload details whe navigating to details from another tab
2019-07-09 13:43:09 -04:00
softwarefactory-project-zuul[bot]
e34833c8cb
Merge pull request #4300 from jakemcdermott/output-updown
...
get more events on page down or up when needed
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 17:12:27 +00:00
softwarefactory-project-zuul[bot]
f22314caaf
Merge pull request #4257 from marshmalien/skeleton-template-add-form
...
Skeleton template add form
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 17:06:46 +00:00
Marliana Lara
fb0c82598f
Address PR feedback
2019-07-09 12:37:50 -04:00
Jake McDermott
90f7e9375f
get more events on page down or up when needed
...
when we page up or down, check if we've moved into the upper or lower
threshold of the scrollbar and request more events to show if we have.
2019-07-09 10:21:48 -04:00
softwarefactory-project-zuul[bot]
ccea920ea3
Merge pull request #4263 from fantashley/easy-custom-venvs
...
Add dynamic custom venv setup
Reviewed-by: Shane McDonald <me@shanemcd.com>
https://github.com/shanemcd
2019-07-09 13:23:37 +00:00
softwarefactory-project-zuul[bot]
2d636806db
Merge pull request #4123 from clushie/update_openstacksdk_dependencies
...
Fix outdated openstacksdk version and add pip-compile helper script
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 13:04:12 +00:00
softwarefactory-project-zuul[bot]
bda42332b7
Merge pull request #4295 from JakobP/bug/3857-improve-error-message
...
Fix #3857 . More informative error message for job templates
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 13:00:05 +00:00
olia-dev
2ee03b552d
related #4274 - added option to verify server certificate with a specific CA (fixed errors)
2019-07-09 14:14:29 +02:00
olia-dev
7a5efa1adc
related #4274 - added option to verify server certificate with a specific CA
2019-07-09 13:59:11 +02:00
pebbledavec
2ff3b5d62c
Removed forwardslash that was breaking paginated workflow node requests.
...
The forward-slash in getWorkflowJobTemplateNodes was incorrectly interpreted as part of the pagesize integer (and thereby throwing an exception) when a complex workflow spanned multiple pages of workflow nodes.
Resolves : #4261
Signed-off-by: Dave Compton <sircompo@gmail.com>
2019-07-09 12:50:40 +01:00
Jakob Pedersen
e23ee41082
Fix issue #3857 with a more informative error message when the usercan not post to /#/templates/add_job_template
...
The cause can be both missing permissions and no projects being available.
Related #3857
Signed-off-by: Jakob Pedersen <CONS_JPE@jysk.com>
2019-07-09 10:47:19 +02:00
softwarefactory-project-zuul[bot]
2aa32f61f8
Merge pull request #4290 from ryanpetrello/csp-false-positive
...
specify a ng-csp attribute so Angular doesn't autodetect
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 01:58:18 +00:00
Ashley Nelson
036e1ad82e
Add dynamic custom venv setup
...
Add support for python3 venvs
2019-07-08 18:49:31 -05:00
Ryan Petrello
66321a6218
specify a ng-csp attribute so Angular doesn't autodetect
...
without this, we're getting a false positive log message about an unsafe
eval (which is *actually* just angular auto-detecting whether or not
eval is supported)
2019-07-08 17:32:41 -04:00
softwarefactory-project-zuul[bot]
1f31cc9394
Merge pull request #4101 from jbradberry/fix-4099
...
Include defined fields from all parent classes of a HybridDictField
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-08 21:15:11 +00:00
Jeff Bradberry
758ad164fe
Include defined fields from all parent classes of a HybridDictField
...
since our settings registry adds a mixin class when doing validation on these.
related #4099
2019-07-08 16:05:03 -04:00
softwarefactory-project-zuul[bot]
be975fc051
Merge pull request #4283 from falcon78921/wip-awx-minor-fix
...
awx/ui: minor fix on Update on Project Update description
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-08 19:48:28 +00:00
softwarefactory-project-zuul[bot]
04ea39c315
Merge pull request #4282 from saito-hideki/issue/tower_3590
...
Fix to use "type" as the condition value for Machine credential to cover I18N
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-08 19:36:31 +00:00
beeankha
12e0c31fe6
Rename helper method
2019-07-08 15:03:35 -04:00
Hideki Saito
869d259433
Fix conditional values for handle internationalization
...
Fix the variable for checking the credential type from "name" to "kind"
in order to correctly handle I18N.
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-07-08 15:03:35 -04:00
beeankha
0dba3f53b1
Add in schedule case to helper method, make Activity Stream link point to schedule page
2019-07-08 14:59:07 -04:00
beeankha
73c87f9512
Add helper method in order to reduce repetition
2019-07-08 14:59:07 -04:00
softwarefactory-project-zuul[bot]
7faff07bd9
Merge pull request #4279 from athenahealth/fix-csp-for-safari-websockets
...
Update Content Security Policy to allow websockets
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-08 18:00:42 +00:00
softwarefactory-project-zuul[bot]
ca83b62c21
Merge pull request #4277 from jainnikhil30/devel
...
add inventory name and id to meta vars
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-08 16:09:49 +00:00
olia-dev
f77298643f
related #4274 - added option to verify server certificate with a specific CA
2019-07-08 10:39:42 +02:00
James McClune
8aa33b9b4a
awx/ui: minor fix on Update on Project Update description
...
In the Inventory Source settings, one of the update options is titled
Update on Project Change. However, the tooltip is titled
Update on Project Update. Looking at the overall AWX codebase, I think
the definitions are fitted more towards Update on Project Update.
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2019-07-07 23:36:54 -04:00
Jeff Byrnes
987cfed649
Update Content Security Policy to allow websockets
...
Per #4167 a reasonable CSP was put in place, but unfortunately this
broke WebSockets support in Safari.
This is a quick fix to return support immediately. A more secure
implemetation would be beneficial in the longer term, however.
2019-07-05 16:12:27 -04:00
softwarefactory-project-zuul[bot]
9b6644bc77
Merge pull request #4276 from ryanpetrello/ldap-tls-verify-off
...
fix a bug that breaks OPT_X_TLS_REQUIRE_CERT=0 for LDAP authentication
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-05 15:58:47 +00:00
jainnikhil30
88a4362a7a
add inventory name and id to meta vars
2019-07-05 20:37:36 +05:30
Ryan Petrello
0dcbafaccb
fix a bug that breaks OPT_X_TLS_REQUIRE_CERT=0 for LDAP authentication
2019-07-05 10:24:18 -04:00
Alex Corey
3b17170533
more concise conditions for api calls
2019-07-03 16:19:43 -04:00
Marliana Lara
7afaacb5e3
Add Job Template Add form skeleton and test
2019-07-03 15:44:52 -04:00
Marliana Lara
b06421b870
Rename TemplateForm to JobTemplateForm
2019-07-03 15:44:52 -04:00
Alex Corey
320581a6c0
Addresses PR issues
2019-07-03 12:43:40 -04:00
softwarefactory-project-zuul[bot]
d4f50896de
Merge pull request #4260 from fantashley/fix-docker-module-name
...
Change to docker_service for compatibility
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-03 12:28:35 +00:00
softwarefactory-project-zuul[bot]
71812c66d2
Merge pull request #4118 from DanielDisisto/patch-1
...
Failing requirements update when scm_type != git
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-03 12:17:05 +00:00