Chris Meyers
dae57b71d6
Merge pull request #6899 from chrismeyersfsu/fix-short_circuit
...
back out parent jt status update short circuit
2017-07-06 11:11:25 -04:00
Michael Abashian
819308dd6c
Removed use of N_ in favor of i18n._
2017-07-06 11:01:58 -04:00
Alan Rominger
9a4701fe30
Merge pull request #6897 from ansible/AlanCoding-patch-2
...
fix flake8 error from removal of word Tower
2017-07-06 10:48:50 -04:00
Chris Meyers
0a25cc2d19
back out parent jt status update short circuit
2017-07-06 10:48:28 -04:00
Alan Rominger
c7fddc7ae7
fix flake8 error from removal of word Tower
2017-07-06 10:39:24 -04:00
Michael Abashian
0485118755
Merge pull request #6865 from mabashian/6804-eq
...
Use _.isEqual instead of alias _.eq
2017-07-06 10:34:15 -04:00
Michael Abashian
3d3ee33290
Changed sources list from value to factory
2017-07-06 10:23:56 -04:00
Michael Abashian
48c2fb51e0
Merge pull request #6856 from mabashian/4987-relaunch-redirect
...
Remain on jobs list when relaunching jobs
2017-07-06 10:04:20 -04:00
Aaron Tan
5df0ba5a06
Merge pull request #6874 from jangsutsr/6398_release_ujt_uniqueness_constraint
...
Release unified UJT unique_together constraint
2017-07-06 09:58:28 -04:00
Michael Abashian
22b5f31a51
Merge pull request #6867 from mabashian/6774-disassociate-tooltip
...
Fixed some disassociate tooltips
2017-07-06 09:57:35 -04:00
Michael Abashian
a2aba2f65a
Merge pull request #6876 from mabashian/6871-associate-host
...
Fixed bug associating hosts
2017-07-06 09:56:19 -04:00
Aaron Tan
178bcb02a7
Merge pull request #6650 from jangsutsr/5799_allow_specifying_log_handler_level
...
Allow specifying log handler level
2017-07-06 09:51:30 -04:00
Aaron Tan
97e0835d1c
Release unified UJT unique_together constraint.
2017-07-06 09:44:34 -04:00
Aaron Tan
9874e123be
Allow specifying log handler level.
2017-07-06 09:39:54 -04:00
Bill Nottingham
92bc5fd3f0
Merge pull request #6895 from wenottingham/de-tower-ify
...
Remove assorted references to Tower.
2017-07-05 17:17:26 -04:00
Jared Tabor
87454ed90a
redefining sources list as a value instead of a factory
2017-07-05 14:04:19 -07:00
Bill Nottingham
f8515857b2
Remove assorted references to Tower.
...
Reword and remove references to Tower so they don't need parameterized.
2017-07-05 16:42:47 -04:00
Chris Meyers
958aaffa62
Merge pull request #6691 from chrismeyersfsu/enhancement-migrate_scan_job
...
Migrate scan job to use tower fact cache instead
2017-07-05 15:58:51 -04:00
Chris Meyers
1331865749
take into account memcached key restrictions
...
* Keys can't contain spaces or control characters
2017-07-05 15:39:04 -04:00
Ryan Petrello
ea8f1740f2
Merge pull request #6892 from ryanpetrello/fix-3472
...
update help text for changes to AWX_PROOT_BASE_PATH
2017-07-05 15:08:17 -04:00
Aaron Tan
a6b2df6c98
Merge pull request #6846 from jangsutsr/6798_remove_named_url_setting_category_from_api_v1
...
Remove named URL setting category from API V1
2017-07-05 14:43:26 -04:00
Bill Nottingham
fe46c6f3b3
Merge pull request #6888 from wenottingham/quote-of-the-day
...
Ensure we quote '/' in username/password for SCM credentials.
2017-07-05 14:27:03 -04:00
Ryan Petrello
d9fcefa7ad
update help text for changes to AWX_PROOT_BASE_PATH
...
see: #3472
2017-07-05 14:16:14 -04:00
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
Bill Nottingham
09f5c23737
Ensure we quote '/' in username/password for SCM credentials.
2017-07-05 11:45:29 -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
Aaron Tan
3e3c11433d
Remove named URL setting category from API V1
2017-07-05 11:04:44 -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
3d4f8b0074
support clear_facts
2017-07-05 10:33:36 -04:00
Chris Meyers
4b84cec1e8
do not launch proj update on migrate
2017-07-05 10:32:45 -04:00
Chris Meyers
88b250b2f1
migrate scan jobs to use fact caching instead
2017-07-05 10:32:45 -04:00
Chris Meyers
318b1aebd1
remove special scan job logic
2017-07-05 10:32:45 -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
74c486a4cd
show/hide Insights action buttons
...
to prevent the user from navigating to the insights dashboard if
they don't have their insights inventory configured with an insights
credential.
2017-07-03 15:14:32 -07:00
Jared Tabor
5ab1a76785
fixing inv-source form definition
2017-07-03 14:33:39 -07:00