James Laska
dc09fc5ad1
Mark eula_accepted as new to 2.1.1
2015-01-27 13:12:35 -05:00
Matthew Jones
41d294c101
Merge pull request #40 from chrismeyersfsu/fix-inventory_update_license_expired
...
fixed inventory source update # license hosts check
2015-01-27 10:50:04 -05:00
Chris Meyers
76ad9720dd
fixed inventory source update # license hosts check
2015-01-27 08:58:30 -05:00
Matthew Jones
89b1ef62e6
Merge pull request #38 from chrismeyersfsu/fix-project_status
...
Fix child job->parent job status update.
2015-01-26 17:46:29 -05:00
Luke Sneeringer
fea31271d2
Move cert and key files to tower.cert and tower.key.
2015-01-26 16:11:56 -06:00
Chris Meyers
d051b6348b
Fix child job->parent job status update.
...
* refactored so that project shares parents _update_parent_instance() code
* allow parent job status field to be anything a child status job field can be
* fixed child job status to parent job status propagation
2015-01-26 16:55:26 -05:00
Matthew Jones
89eeadacdb
Merge pull request #39 from chrismeyersfsu/fix-task_retry_spelling
...
fixed variable name error
2015-01-26 16:09:57 -05:00
Chris Meyers
8e22aafbed
fixed variable name error
2015-01-26 16:08:28 -05:00
Matthew Jones
de429ac683
Fix an issue where extra data wasn't being passed down to system jobs
...
from the schedules
2015-01-26 15:31:57 -05:00
Matthew Jones
698b58e19f
filter utility method got caught up in the python boolean dragnet
2015-01-26 15:00:49 -05:00
Matthew Jones
19c6e474cd
Missing boolen utility function export
2015-01-26 14:33:20 -05:00
Matthew Jones
e807507203
Missing one boolean converter from filters after conversion
2015-01-26 12:50:23 -05:00
Matthew Jones
b5db74a7d9
Generalize the python boolean converter so we can use it in RBAC methods
2015-01-26 11:57:21 -05:00
Matthew Jones
9447c092ac
Fix a 500 error when posting empty json to the config endpoint, this
...
code was just wrong
2015-01-26 10:12:26 -05:00
Chris Church
8da5ba60f3
Pass updated kwargs to new unified job instance. Fixes https://trello.com/c/LFsi5Cq5
2015-01-24 17:48:49 -05:00
jaredevantabor
0f793dbf6b
Merge pull request #37 from jlmitch5/master
...
Updated the explanation and result traceback on the job details page.
Confirming merge--JT
2015-01-23 15:07:22 -05:00
John Mitchell
ef331d37bb
finished styling for explanation/traceback on the details page
2015-01-23 15:00:18 -05:00
John Mitchell
7a668c9089
add explanation and result traceback to details page for failed jobs
2015-01-23 15:00:18 -05:00
Matthew Jones
1c19924b9a
Merge pull request #35 from chrismeyersfsu/housekeeping-system_job_template_launch
...
removed system job specific code that handles extra_vars
2015-01-23 14:52:28 -05:00
Jared Tabor
b530538b03
JSHint errors.
...
cleaned up some errors from jmitchell
2015-01-23 11:59:35 -05:00
Jared Tabor
c02e5ffa41
Adding EULA checkbox in license modal
...
Added the EULA text and checkbox on the UI. We received the shortened text from Rob Nalen
2015-01-23 11:59:07 -05:00
Matthew Jones
2bb4629fe3
Merge pull request #36 from chrismeyersfsu/fix-extra_vars_comments
...
extra_vars_dict: handle the case where an entire yaml file is commented
2015-01-23 11:37:57 -05:00
Chris Meyers
fad5fb5f58
extra_vars_dict: handle the case where an entire yaml file is commented
2015-01-23 11:00:16 -05:00
Matthew Jones
6a7e887369
Fix an issue where non super users would not be able to update a job
...
template survey spec
2015-01-23 10:34:41 -05:00
Matthew Jones
ea8537ac71
Adjust the behavior of the cancel action
...
For pending and waiting jobs this should set the cancel status
immediately. For running jobs it should just set the cancel flag and let
the running job set the cancelled status itself during its cancelation
procedure. This also prevents a race condition where the task manager
will start dependent jobs before realizing the status is cancelled.
2015-01-23 10:20:57 -05:00
John Mitchell
cdd61d5b9f
small fix to what is required/not required on the add inventory sources modal
2015-01-23 09:33:10 -05:00
Matthew Jones
f676d1eeeb
Add EULA and EULA acceptance on the config endpoint
2015-01-22 15:43:44 -05:00
John Mitchell
b5a27d0a0f
Added tooltips for jobs page name columns
2015-01-22 12:00:37 -05:00
Matthew Jones
12855e6c44
Make some assumptions on 'check' unit tests after talking with jimi-c.
...
Unit tests will now only all pass on ansible 1.8+. We'll probably need
to revisit this, definitely for v2 if for no other reason
2015-01-22 11:16:17 -05:00
Chris Meyers
51a7d403db
removed system job code that handles extra_vars in favor using common (unified job) code alread in use by normal jobs
2015-01-22 09:41:52 -05:00
Jared Tabor
7e822c34d5
Fixed issue with permissions for admins
...
When I added the callback for the CheckAccess module, I forgot to add the callback for whether the user is an admin (already added for non-admin users)
2015-01-21 18:01:33 -05:00
Jared Tabor
0bf3d54095
JSHint errors
...
fixed some JSHint errors from the prompt dialog commit
2015-01-21 18:00:25 -05:00
Jared Tabor
f9af559379
Preventing delete modal from tabbing
...
There is an open issue with bootstrap modals where they do not prevent tabbing in the background of a modal. I've had to add some custom behavior to prevent this.
2015-01-21 17:38:31 -05:00
Chris Meyers
837eb7ae2c
Merge pull request #34 from chrismeyersfsu/fix-tower_ha_redirect
...
redirect to primary host with the original requesting path preserved
2015-01-21 15:07:41 -05:00
Chris Meyers
da63fc64d0
redirect to primary host with the original requesting path preserved
2015-01-21 13:53:46 -05:00
Matthew Jones
16a9af0803
Fix an issue where non-org-admin users with appropriate job template
...
permissions were not able to view or edit schedule details
2015-01-21 13:49:24 -05:00
Matthew Jones
556d7a8ac6
Merge pull request #33 from chrismeyersfsu/improvement-cleanup_jobs_error_handling
...
output number of deleted items when running cleanup_deleted
2015-01-21 12:12:30 -05:00
Chris Meyers
7204209b16
output number of deleted items when running cleanup_deleted
2015-01-21 12:10:51 -05:00
Chris Meyers
20d714cc00
Merge pull request #30 from chrismeyersfsu/improvement-tower-manage_ha
...
unified tower-manage *_instance commands
2015-01-21 11:55:15 -05:00
Matthew Jones
97f59a0b04
Filter TERM from variables pushed into the launch shell environment
2015-01-21 11:42:38 -05:00
Matthew Jones
76bcb12d9f
Merge pull request #32 from matburt/fix_jtlaunch_without_proj
...
Make Inventory and Project required when initially launching.
2015-01-21 11:26:22 -05:00
Matthew Jones
873afd64d2
Make Inventory and Project required when initially launching.
...
This prevents the scenario where an inactive-but-present project or
inventory on a job template would carry on even when we wouldn't want
it to
2015-01-21 11:05:14 -05:00
Matthew Jones
bb5f3243e3
Merge pull request #31 from chrismeyersfsu/improvement-cleanup_jobs_error_handling
...
added graceful fail and meaningful error message when --days specified is too large
2015-01-21 09:53:53 -05:00
Chris Meyers
62d63607cc
added graceful fail and meaningful error message when --days specified is too large
2015-01-21 08:31:19 -05:00
James Laska
2dd451b8ee
Update development version
2015-01-20 16:48:41 -05:00
Chris Meyers
58617e41e0
unified tower-manage *_instance commands
...
Changes:
* split register_instance into register_instance and update_instance
* register_instance may only create an instance if an instance doesn't already exist and may not modify an existing instance. Before --hostname would modify the hostname for an already registered instance
* register_instance removed --timid parameter and always behave like timid is on
* remove_instance now accepts --hostname to match an instance to remove
* register_instance added better usage message
2015-01-20 15:13:12 -05:00
Matthew Jones
34aafb2db9
Fix an issue where we couldn't schedule custom inventory sources
2015-01-20 14:55:05 -05:00
Matthew Jones
92f4bef948
Merge pull request #28 from matburt/master
...
Revert "Make credential required when using a cloud inventory source"
2015-01-20 11:05:27 -05:00
Matthew Jones
9b80d25a24
Revert "Make credential required when using a cloud inventory source"
...
This reverts commit 9dab26eb0a66a910e41452e40e74480ed4639588.
2015-01-20 10:46:53 -05:00
Matthew Jones
73890a0eee
Merge pull request #26 from matburt/atomic_computed_fields
...
Wrap computed fields in transaction atomic to prevent deadlocks and weird rollbacks
2015-01-20 09:58:56 -05:00