11864 Commits

Author SHA1 Message Date
Chris Meyers
a1c76d3adc like inventory updates, check if project update deps already processed 2017-02-27 10:34:44 -05:00
Chris Meyers
dd513621f0 Revert "Merge pull request #5553 from chrismeyersfsu/fix-waiting_blocked"
This reverts commit 9ba2122f4f85eecaeb6fa53ac92ea2811b05e83f, reversing
changes made to c3a5f2c96fd85dd1405a8f5c875ffc988dee16a4.
2017-02-27 09:38:45 -05:00
Wayne Witzel III
ebd4064b82 Merge pull request #5561 from wwitzel3/release_3.1.0
Make current_groups a set, update asgi-amqp req
2017-02-24 17:08:02 -05:00
Wayne Witzel III
4d02ee9445 Make current_groups a set to easily avoid duplicates, update asgi-amqp requirement 2017-02-24 16:59:39 -05:00
Aaron Tan
7415880f20 Merge pull request #5515 from jangsutsr/3254_update_host_detail_put_option
Update host detail put option rework
2017-02-24 16:58:09 -05:00
Alan Rominger
8b383e788b Merge pull request #5560 from AlanCoding/dup_related
Avoid duplicated related search fields
2017-02-24 16:55:25 -05:00
AlanCoding
84e2f4d626 avoid duplicated related search fields 2017-02-24 16:49:54 -05:00
Jared Tabor
33ca5c6270 Merge pull request #5557 from jaredevantabor/host-event-stdout
Host event modal changes, hopefully for the last time
2017-02-24 13:43:25 -08:00
Chris Meyers
d020c81047 Merge pull request #5553 from chrismeyersfsu/fix-waiting_blocked
just like we fail running tasks fail waiting tasks
2017-02-24 16:18:02 -05:00
jaredevantabor
655ddca1d3 fixing module name, json blob, and stdout-for-yum-module on host event 2017-02-24 12:43:38 -08:00
Chris Meyers
903d0472f0 just like we fail running tasks fail waiting tasks
* Associate the celery_id with the job at the earliest point possible.
This ensures that a waiting job has a celery id. Thus, we are free to
fail waiting jobs that don't have a celery id.
2017-02-24 12:07:04 -05:00
Wayne Witzel III
1d74b4ea9b Merge pull request #5551 from wwitzel3/release_3.1.0
run clustered as privleged to avoid namespace error
2017-02-24 11:19:28 -05:00
Wayne Witzel III
50f187b78c run clustered as privleged to avoid namespace error 2017-02-24 11:12:39 -05:00
Matthew Jones
1a946d51c1 Fix an issue with sync vs run project updates
We need to not remove the source tree on project update run which
happens in the context of the job run to prevent the directory from
being deleted out from under the job runners. Since those will
inherently not block each other as the project update would
2017-02-24 11:03:48 -05:00
jlmitch5
d8151b05b8 Merge pull request #5550 from jlmitch5/fixCancelOnNonPBDetailPages
fix cancel on non playbook detail pages
2017-02-24 11:03:18 -05:00
John Mitchell
30de9569ee fix cancel on non playbook detail pages 2017-02-24 10:31:37 -05:00
Chris Meyers
bdbd2a9712 Merge pull request #5548 from chrismeyersfsu/fix-blunder
fix up nightlies
2017-02-24 10:28:50 -05:00
Chris Meyers
2f604f30d9 host may be None, account for that 2017-02-24 09:59:52 -05:00
Chris Meyers
fe3d79b5ec Revert "Merge pull request #5527 from chrismeyersfsu/fix-log_settings"
This reverts commit 3db0242ef9a8b1ce67e159b8a19e0c1e70330b7c, reversing
changes made to e6893bb7f3cf696c202c39103b432c20afa6ec08.
2017-02-24 09:59:34 -05:00
Michael Abashian
3b489977a0 Merge pull request #5543 from jaredevantabor/host-event-stdout
Host event stdout styling
2017-02-24 09:28:19 -05:00
jaredevantabor
8ce09d1b6d styling for host event stdout 2017-02-23 19:46:29 -08:00
Jared Tabor
3fff094d6e Merge pull request #5535 from jaredevantabor/ctit-reset
CTiT Revert All
2017-02-23 17:00:48 -08:00
jaredevantabor
9ba11c870a reset all 2017-02-23 15:34:45 -08:00
Ryan Petrello
7ad819649c Merge pull request #5531 from ryanpetrello/fix-5470
retain the default interstitial value for TOWER_URL_BASE
2017-02-23 16:55:08 -05:00
Ryan Petrello
5dfdef6e6b retain the default interstitial value for TOWER_URL_BASE
to support #5470, check for the presence of this special interstitial
value and replace it with the request hostname for settings OPTIONS
requests
2017-02-23 16:38:16 -05:00
Matthew Jones
fd7c2550ee Fix a potential security issue in revision storage path name
It's too stable and could lead to a race condition
2017-02-23 16:21:13 -05:00
Chris Meyers
4e65e6624a Merge pull request #5527 from chrismeyersfsu/fix-log_settings
prevent traceback when host is set to null/None
2017-02-23 15:52:32 -05:00
Chris Meyers
1b069a5cd1 Merge pull request #5528 from chrismeyersfsu/fix-rectifier
fix check running status
2017-02-23 15:52:05 -05:00
Chris Meyers
50a8083984 flake8 2017-02-23 15:41:41 -05:00
John Mitchell
2e0597b13f fix permissions disabled tooltip wording 2017-02-23 15:14:52 -05:00
Chris Meyers
08825a1f49 fix check running status 2017-02-23 15:09:50 -05:00
John Mitchell
3fe444374b only call processEvent within the buffer 2017-02-23 14:57:02 -05:00
Chris Meyers
2953479dc8 correct behavior of tower_uuid logging setting
* Register a default=function() with LOG_AGGREGATOR_TOWER_UUID. We know
this function will ONLY be called when there is no database backed
settings. Therefore, we set a one-time uuid at this time.
* The user is free to change LOG_AGGREGATOR_TOWER_UUID.
* The user may not set this field to null
* The user may not set this field to ''
2017-02-23 14:31:47 -05:00
Chris Meyers
0b04001b15 host may be None, account for that 2017-02-23 14:31:24 -05:00
Ryan Petrello
05e1348ef9 Merge pull request #5521 from ryanpetrello/fix-4975
allow AD_HOC_COMMANDS to be set to [] in the settings ui
2017-02-23 14:18:02 -05:00
Ryan Petrello
7a8089681e Merge pull request #5524 from ryanpetrello/fix-4931
always refetch license config
2017-02-23 14:17:33 -05:00
Ryan Petrello
28dd2d3407 Merge pull request #5522 from ryanpetrello/fix-5094
allow idempotent save when editing an inventory script
2017-02-23 12:47:39 -05:00
Ryan Petrello
b7e48c437d always refetch license config
see: #4931
2017-02-23 12:22:44 -05:00
Ryan Petrello
0c0f3b236f allow idempotent save when editing an inventory script
see: #5094
2017-02-23 11:34:04 -05:00
Ryan Petrello
fc583ead21 allow AD_HOC_COMMANDS to be set to [] in the settings ui
see: #4975
2017-02-23 10:51:54 -05:00
Ryan Petrello
e1c2a06246 Merge pull request #5518 from ryanpetrello/fix-4979
move a tall tooltip's placement on the credentials UI to avoid cutoff
2017-02-23 10:20:02 -05:00
Jared Tabor
fca5e1975a Merge pull request #5516 from jaredevantabor/host-event-stdout
Fixing host event stdout/stderr
2017-02-23 07:12:19 -08:00
Ryan Petrello
6b75ed3dcb move a tall tooltip's placement on the credentials UI to avoid cutoff
when browser text size is increased, this tooltip gets cut off at the
top of the browser window

see: #4979
2017-02-23 09:48:52 -05:00
jaredevantabor
a62d1b8437 fixing host event stdout (it should pull from host-event.res) 2017-02-22 17:25:44 -08:00
Alan Rominger
0bdcfbb33e Merge pull request #5512 from AlanCoding/inv_src_qs
Add InventorySource back into schedule queryset
2017-02-22 17:01:11 -05:00
Matthew Jones
b43a354bca Merge branch 'improve_ujt_filter_aliases' into release_3.1.0
* improve_ujt_filter_aliases:
  Alias unified job template search fields for presentation
2017-02-22 16:59:56 -05:00
Alan Rominger
1f0b3876cc Merge pull request #5506 from AlanCoding/no_bad_names
More gutting of related_search_fields in 3.1 scope
2017-02-22 16:52:56 -05:00
jlmitch5
70b826fecb Merge pull request #5513 from jlmitch5/stylingJobResults
fix job results styling
2017-02-22 16:40:35 -05:00
Jared Tabor
87a3481fcb Merge pull request #5514 from jaredevantabor/defaults-null-pointer-exception
Extra check to prevent console error
2017-02-22 13:19:30 -08:00
jaredevantabor
b724abb684 adding a check to prevent a console error due to null pointer 2017-02-22 13:11:20 -08:00