Ryan Petrello
2adcf89bcb
Merge pull request #6875 from ryanpetrello/fix-3472
...
standardize tasks.py temporary file paths under a single parameter
2017-07-05 14:08:06 -04:00
Ryan Petrello
0a5b9c458b
standardize tasks.py temporary file paths under a single parameter
...
see: #3472
2017-07-05 13:50:43 -04:00
Chris Meyers
0d3fc3389d
flake8 fix
2017-07-05 13:37:32 -04:00
Chris Meyers
e226b0ab37
noop pglock for unit tests
2017-07-05 13:34:07 -04:00
Chris Meyers
f3f9782c0b
fix 2 data source inconcistency with failing tasks
...
* Do not "trust" the list of celery ids for database entries that were
modified after the list of celery ids was gotten.
* err on the side of caution and just let the next heartbeat celery
killer try killing the task if it needs to be reaped.
2017-07-05 13:33:29 -04:00
Chris Meyers
15aee1f8ac
celery task fail check now uses pglock
...
* Align locking used by celery task cleaner upper with regular task manager.
* Uses pglock/advisory lock instead of abusing Instance table lock.
2017-07-05 13:27:08 -04:00
Ryan Petrello
a6975ad060
Merge pull request #6844 from ryanpetrello/fix-6561
...
add help text + i18n handling for built-in Tower credential types
2017-07-05 13:25:33 -04:00
Aaron Tan
3451591e66
Merge pull request #6884 from jangsutsr/6406_expose_ctint_log_aggregator_verify_cert
...
Expose LOG_AGGREGATOR_VERIFY_CERT to Tower configuration
2017-07-05 12:41:17 -04:00
Aaron Tan
a881946337
Expose LOG_AGGREGATOR_VERIFY_CERT to Tower configuration
2017-07-05 12:28:24 -04:00
Greg Considine
1e28ca1692
Merge pull request #6820 from gconsidine/ui/credentials-translation
...
Add translation for components and credentials
2017-07-05 12:11:13 -04:00
Alan Rominger
62f3803bcf
Merge pull request #6851 from AlanCoding/isolated_timeouts
...
Configurable isolated timeout & management playbook logfile
2017-07-05 11:56:05 -04:00
Ryan Petrello
aecba1843d
Merge pull request #6831 from ryanpetrello/fix-6776
...
fix a bug that prevents boolean inputs from being used in injectors
2017-07-05 11:53:19 -04:00
Ryan Petrello
7673a6fe49
fix a bug that prevents boolean inputs from being used in injectors
...
when used as environment variables, boolean credential values are
stringified; when used in extra_vars, they are treated as actual JSON
boolean values (where possible)
see: #6776
2017-07-05 11:21:01 -04:00
Ryan Petrello
e82596c0da
Merge pull request #6830 from ryanpetrello/fix-6769
...
fix a bug in the CredentialType field validator that breaks `required`
2017-07-05 10:52:51 -04:00
Ryan Petrello
2f746ef8bd
Merge pull request #6877 from ryanpetrello/fix-6870
...
rename "Insights Basic Auth" to "Insights"
2017-07-05 10:43:40 -04:00
Chris Meyers
eda0679eb3
Revert "support clear_facts"
...
This reverts commit e5432c231d1ab38807c8be10133d35ede237a519.
2017-07-05 10:32:13 -04:00
Chris Meyers
06edb6774a
support clear_facts
2017-07-05 10:26:49 -04:00
Chris Meyers
f1b1c4ee97
avoid instance record deadlock by using pglock
2017-07-05 09:38:19 -04:00
AlanCoding
70b1b9c81d
isolated connection timeout and log file for playbook out
2017-07-05 08:48:01 -04:00
Jared Tabor
5ab1a76785
fixing inv-source form definition
2017-07-03 14:33:39 -07:00
Christian Adams
f1b0702aa0
Merge pull request #6872 from rooftopcellist/duplicate_instances_fix
...
Fix duplicate Instances in API
2017-07-03 16:41:03 -04:00
Ryan Petrello
cd7dc39703
rename "Insights Basic Auth" to "Insights"
...
see: #6870
2017-07-03 16:25:44 -04:00
adamscmRH
7d2102102b
Fix duplicate instances, & styling
2017-07-03 15:44:12 -04:00
Aaron Tan
6c006690d3
Merge pull request #6861 from jangsutsr/6857_enable_named_url_display_in_resource_creation_response
...
Enable named URL display in resource creation response
2017-07-03 15:30:28 -04:00
adamscmRH
4b3b184fc8
Fix duplicate Instances in API
2017-07-03 15:23:39 -04:00
Marliana Lara
767de60af6
Merge pull request #6829 from marshmalien/rampartsIsolatedBadge
...
Show Isolated Badge in Job Details
2017-07-03 14:48:56 -04:00
Marliana Lara
21ab294fc2
Check if job has an instance group
2017-07-03 14:01:25 -04:00
Ryan Petrello
e63eb35dd0
Merge pull request #6864 from ryanpetrello/fix-6780
...
substitute "$encrypted$" for actual password on logging config test
2017-07-03 14:01:09 -04:00
Ryan Petrello
1c066d478b
substitute "$encrypted$" for actual password on logging config test
...
see: #6780
2017-07-03 12:14:43 -04:00
Ryan Petrello
2f6d6bfd67
update help text for credential inputs and injectors
...
see: #6078
2017-07-03 11:42:04 -04:00
Ryan Petrello
0a4c5d9d30
translate labels and help_text for Credential Types (where possible)
...
see: #6327
2017-07-03 11:42:04 -04:00
Ryan Petrello
aaa0ed4c72
add help text for built-in Tower credential types
...
see: #6561
2017-07-03 11:42:04 -04:00
Aaron Tan
9a8dd399f1
Enable named URL display in resource creation response.
2017-07-03 11:21:39 -04:00
Bill Nottingham
42a55cd1b3
Merge pull request #6845 from wenottingham/not-funny-ha-ha
...
Remove old HA redirect template.
2017-07-03 09:43:45 -04:00
Michael Abashian
7f5a45f2fe
Merge pull request #6848 from mabashian/6825-aws-credential-select
...
Fixed credential kind lookup on inventory source
2017-07-01 22:09:05 -04:00
Michael Abashian
a03d368e85
Merge pull request #6850 from mabashian/6760-host-link
...
Fixed linkout associate group/host name
2017-07-01 22:07:50 -04:00
Michael Abashian
8ed1091f44
Merge pull request #6849 from mabashian/6766-hide-disassociate-host
...
Hide disassociate host from non directly associated group
2017-07-01 22:07:07 -04:00
Michael Abashian
78ef0c06d2
Merge pull request #6847 from mabashian/6761-hide-page-size
...
Hide page size dropdown for multi-select lists in modals
2017-07-01 22:06:35 -04:00
Jared Tabor
48371d433f
Merge pull request #6822 from jaredevantabor/insights
...
changes to insights
2017-06-30 16:57:29 -07:00
Michael Abashian
9eda282e8d
Fixed linkout associate group/host name
2017-06-30 19:18:12 -04:00
Michael Abashian
708d0698bc
Hide disassociate host from group when the host is not directly associated with the currently viewed group
2017-06-30 18:56:03 -04:00
Michael Abashian
776fae3c35
Fixed credential kind lookup on inventory source
2017-06-30 18:13:50 -04:00
Michael Abashian
a4a3271b04
Hide page size dropdown for multi-select lists in modals
2017-06-30 17:36:37 -04:00
Michael Abashian
8c834daf46
Merge pull request #6836 from mabashian/6656-multiselect-preview
...
Added multi-select preview to group/host associate and instance groups modals
2017-06-30 16:48:01 -04:00
Bill Nottingham
e14932f74a
Remove old HA redirect template.
2017-06-30 16:39:05 -04:00
Matthew Jones
5bcefb7a83
Adding installer files to flake8 ignore
2017-06-30 16:25:52 -04:00
Matthew Jones
d443f5cf48
Merge branch 'containerization' into devel
...
* containerization:
Updating make targets for fixes to bringing cluster up and svcs
Adding Makefile targets for local builds/deployments
Moving Openshift work to installer directory to reduce conflicts
Support deploying Tower into OpenShift
Implementing containerized tower packaging
2017-06-30 16:21:03 -04:00
Matthew Jones
d82c69680b
Updating make targets for fixes to bringing cluster up and svcs
2017-06-30 16:06:57 -04:00
Aaron Tan
e3b7ec8997
Merge pull request #6817 from jangsutsr/6768_apply_validation_to_ctint_all_endpoint
...
Apply accumulated validation for CTinT all endpoint
2017-06-30 15:39:19 -04:00
gconsidine
4f1bf81412
Add back the select component for user-defined 'choices' types only
2017-06-30 15:38:35 -04:00