Commit Graph

  • 41d294c101 Merge pull request #40 from chrismeyersfsu/fix-inventory_update_license_expired Matthew Jones 2015-01-27 10:50:04 -05:00
  • 76ad9720dd fixed inventory source update # license hosts check Chris Meyers 2015-01-27 08:58:30 -05:00
  • 7fbdc1d0db Fixing jshint errors John Mitchell 2015-01-26 19:21:51 -05:00
  • 18de663c02 Initial fix of displaying shell commands and warnings in event detail modals John Mitchell 2015-01-26 19:09:48 -05:00
  • 13913019dd Making the index.html file serving conditional more obvious John Mitchell 2015-01-26 13:35:31 -05:00
  • 89b1ef62e6 Merge pull request #38 from chrismeyersfsu/fix-project_status Matthew Jones 2015-01-26 17:46:29 -05:00
  • fea31271d2 Move cert and key files to tower.cert and tower.key. Luke Sneeringer 2015-01-26 16:11:52 -06:00
  • d051b6348b Fix child job->parent job status update. Chris Meyers 2015-01-23 10:57:35 -05:00
  • 89eeadacdb Merge pull request #39 from chrismeyersfsu/fix-task_retry_spelling Matthew Jones 2015-01-26 16:09:57 -05:00
  • 8e22aafbed fixed variable name error Chris Meyers 2015-01-26 16:08:28 -05:00
  • de429ac683 Fix an issue where extra data wasn't being passed down to system jobs from the schedules Matthew Jones 2015-01-26 15:31:57 -05:00
  • 698b58e19f filter utility method got caught up in the python boolean dragnet Matthew Jones 2015-01-26 15:00:49 -05:00
  • 19c6e474cd Missing boolen utility function export Matthew Jones 2015-01-26 14:33:20 -05:00
  • e807507203 Missing one boolean converter from filters after conversion Matthew Jones 2015-01-26 12:50:23 -05:00
  • b5db74a7d9 Generalize the python boolean converter so we can use it in RBAC methods Matthew Jones 2015-01-26 11:57:21 -05:00
  • 9447c092ac Fix a 500 error when posting empty json to the config endpoint, this code was just wrong Matthew Jones 2015-01-26 10:12:26 -05:00
  • 8da5ba60f3 Pass updated kwargs to new unified job instance. Fixes https://trello.com/c/LFsi5Cq5 Chris Church 2015-01-24 17:48:49 -05:00
  • 0f793dbf6b Merge pull request #37 from jlmitch5/master jaredevantabor 2015-01-23 15:07:22 -05:00
  • ef331d37bb finished styling for explanation/traceback on the details page John Mitchell 2015-01-23 14:45:18 -05:00
  • 7a668c9089 add explanation and result traceback to details page for failed jobs John Mitchell 2015-01-23 11:36:38 -05:00
  • 1c19924b9a Merge pull request #35 from chrismeyersfsu/housekeeping-system_job_template_launch Matthew Jones 2015-01-23 14:52:28 -05:00
  • b530538b03 JSHint errors. Jared Tabor 2015-01-23 11:59:35 -05:00
  • c02e5ffa41 Adding EULA checkbox in license modal Jared Tabor 2015-01-23 11:58:17 -05:00
  • 2bb4629fe3 Merge pull request #36 from chrismeyersfsu/fix-extra_vars_comments Matthew Jones 2015-01-23 11:37:57 -05:00
  • fad5fb5f58 extra_vars_dict: handle the case where an entire yaml file is commented Chris Meyers 2015-01-23 11:00:16 -05:00
  • 6a7e887369 Fix an issue where non super users would not be able to update a job template survey spec Matthew Jones 2015-01-23 10:34:41 -05:00
  • ea8537ac71 Adjust the behavior of the cancel action Matthew Jones 2015-01-23 10:16:54 -05:00
  • cdd61d5b9f small fix to what is required/not required on the add inventory sources modal John Mitchell 2015-01-23 09:32:12 -05:00
  • f676d1eeeb Add EULA and EULA acceptance on the config endpoint Matthew Jones 2015-01-22 15:43:20 -05:00
  • b5a27d0a0f Added tooltips for jobs page name columns John Mitchell 2015-01-22 12:00:37 -05:00
  • 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 Matthew Jones 2015-01-22 11:15:16 -05:00
  • 51a7d403db removed system job code that handles extra_vars in favor using common (unified job) code alread in use by normal jobs Chris Meyers 2015-01-22 09:05:43 -05:00
  • 7e822c34d5 Fixed issue with permissions for admins Jared Tabor 2015-01-21 18:01:33 -05:00
  • 0bf3d54095 JSHint errors Jared Tabor 2015-01-21 18:00:25 -05:00
  • f9af559379 Preventing delete modal from tabbing Jared Tabor 2015-01-21 17:37:11 -05:00
  • 837eb7ae2c Merge pull request #34 from chrismeyersfsu/fix-tower_ha_redirect Chris Meyers 2015-01-21 15:07:41 -05:00
  • da63fc64d0 redirect to primary host with the original requesting path preserved Chris Meyers 2015-01-21 13:53:46 -05:00
  • 16a9af0803 Fix an issue where non-org-admin users with appropriate job template permissions were not able to view or edit schedule details Matthew Jones 2015-01-21 13:49:04 -05:00
  • 556d7a8ac6 Merge pull request #33 from chrismeyersfsu/improvement-cleanup_jobs_error_handling Matthew Jones 2015-01-21 12:12:30 -05:00
  • 7204209b16 output number of deleted items when running cleanup_deleted Chris Meyers 2015-01-21 12:10:51 -05:00
  • 20d714cc00 Merge pull request #30 from chrismeyersfsu/improvement-tower-manage_ha Chris Meyers 2015-01-21 11:55:15 -05:00
  • 97f59a0b04 Filter TERM from variables pushed into the launch shell environment Matthew Jones 2015-01-21 11:42:22 -05:00
  • 76bcb12d9f Merge pull request #32 from matburt/fix_jtlaunch_without_proj Matthew Jones 2015-01-21 11:26:22 -05:00
  • 873afd64d2 Make Inventory and Project required when initially launching. Matthew Jones 2015-01-21 11:05:14 -05:00
  • bb5f3243e3 Merge pull request #31 from chrismeyersfsu/improvement-cleanup_jobs_error_handling Matthew Jones 2015-01-21 09:53:53 -05:00
  • 62d63607cc added graceful fail and meaningful error message when --days specified is too large Chris Meyers 2015-01-21 08:31:19 -05:00
  • 2dd451b8ee Update development version James Laska 2015-01-20 16:48:27 -05:00
  • 58617e41e0 unified tower-manage *_instance commands Chris Meyers 2015-01-20 14:26:04 -05:00
  • 34aafb2db9 Fix an issue where we couldn't schedule custom inventory sources Matthew Jones 2015-01-20 14:55:05 -05:00
  • 92f4bef948 Merge pull request #28 from matburt/master Matthew Jones 2015-01-20 11:05:27 -05:00
  • 9b80d25a24 Revert "Make credential required when using a cloud inventory source" Matthew Jones 2015-01-20 10:46:53 -05:00
  • 73890a0eee Merge pull request #26 from matburt/atomic_computed_fields Matthew Jones 2015-01-20 09:58:56 -05:00
  • be2a0614cf Merge pull request #25 from matburt/remove_crazy_decorators Matthew Jones 2015-01-20 09:58:48 -05:00
  • 3beab0a22e Merge pull request #24 from matburt/make_credential_required Matthew Jones 2015-01-20 09:58:39 -05:00
  • dba5a66fbc Merge pull request #22 from matburt/master Matthew Jones 2015-01-20 09:58:23 -05:00
  • 70d6e38f57 Wrap computed fields in transaction atomic to prevent deadlocks and weird rollbacks Matthew Jones 2015-01-19 15:37:29 -05:00
  • 4ce0fc4eb4 Purge old super user check decorator in favor of using RBAC. Update unit tests Matthew Jones 2015-01-19 13:54:49 -05:00
  • 91e3374c2d Adding check for job detail properties Jared Tabor 2015-01-19 12:08:16 -05:00
  • a8c7b0dc41 Emit an error message if the host doesn't exist in azure Matthew Jones 2015-01-19 12:04:58 -05:00
  • 43d26d9993 Make credential required when using a cloud inventory source Matthew Jones 2015-01-19 11:52:10 -05:00
  • a7e6d62e2c Rename 'primaries' in windows azure to 'Cloud_services' per recommendation Matthew Jones 2015-01-19 11:48:34 -05:00
  • df68e45e16 Merge pull request #23 from wenottingham/rest-branch Matthew Jones 2015-01-19 11:21:46 -05:00
  • 73954b7c7d Merge pull request #16 from wenottingham/firewalld-branch Matthew Jones 2015-01-19 11:21:20 -05:00
  • ce9e82d50b Added help text for custom inv script Jared Tabor 2015-01-19 11:02:05 -05:00
  • 3df996f999 Fix assorted UI error messages to reference the correct REST requests. Bill Nottingham 2015-01-19 10:56:10 -05:00
  • a80c5196ad Modify the windows azure inventory script to import all of the instances and create a new group to identify primary hosts Matthew Jones 2015-01-19 10:21:59 -05:00
  • 6cb7f911b7 Merge pull request #21 from chrismeyersfsu/improvement-inventory_script_organization_relationship Matthew Jones 2015-01-19 10:24:51 -05:00
  • 8705f03bf9 added 'organization' to list of related fields for inventory_scripts Chris Meyers 2015-01-19 08:39:55 -05:00
  • 0fcf7a51b7 Merge pull request #20 from chrismeyersfsu/fix-ec2_groups Chris Meyers 2015-01-16 16:29:51 -05:00
  • aae9e2c14b error handling in Job Detail page Jared Tabor 2015-01-16 16:00:58 -05:00
  • e49159af00 License -> 0 days Jared Tabor 2015-01-16 14:25:39 -05:00
  • e822689ca1 test for non-existance of tag changed to be more strict to the tags form i.e. check for tag_*_* form rather than tag_* tag_none grouping is more like ec2 global groups. Thus, removed the children filter test. Chris Meyers 2015-01-16 14:01:56 -05:00
  • 6d10e31ea8 fixed Firefox error for submitting survey question Jared Tabor 2015-01-16 12:46:06 -05:00
  • ee42ae8571 Support older versions of psutil that don't implement as_dict(). Chris Church 2015-01-16 12:30:20 -05:00
  • d8af3198fc changed opacity on survey maker action buttons Jared Tabor 2015-01-16 11:59:27 -05:00
  • 4b14fa9e6b Merge pull request #19 from chrismeyersfsu/documentation-register_instance Matthew Jones 2015-01-16 11:47:56 -05:00
  • f2c9dcd173 added documentation to command: tower-manage register_instance --help Chris Meyers 2015-01-16 11:46:33 -05:00
  • ad84fb4259 Merge pull request #18 from chrismeyersfsu/improvement-tagless Matthew Jones 2015-01-16 10:17:21 -05:00
  • a6fdd9534e added ec2 tags_none grouping for hosts without tags Chris Meyers 2015-01-16 10:06:43 -05:00
  • eccd25e30c CheckAccess callback Jared Tabor 2015-01-15 11:34:15 -05:00
  • c169b40169 Changed license to say '1 day' Jared Tabor 2015-01-15 11:20:40 -05:00
  • bb2d82cdd9 Merge pull request #17 from chrismeyersfsu/fix-schedule-user-input Matthew Jones 2015-01-15 10:05:25 -05:00
  • 5264d11ff0 Misspelling in save field 'job_status' changed to 'status' Chris Meyers 2015-01-15 09:37:05 -05:00
  • 4dff25884f Re-enable proot by default, add python-psutil as a dependency, implement support for terminating SSH control master processes so that playbook runs exit cleanly. Chris Church 2015-01-14 17:17:00 -05:00
  • b5929a232a Machine Credential username/password Jared Tabor 2015-01-13 14:50:35 -05:00
  • 34afc9cd02 JSHint fixed lint error Jared Tabor 2015-01-12 17:45:37 -05:00
  • 7f8fff18a0 Permissions for org admin Jared Tabor 2015-01-12 17:37:37 -05:00
  • 8e8a125776 Adjusted Variable parsing Jared Tabor 2015-01-12 14:20:41 -05:00
  • a5bc796518 Fix an issue where host could be None during an instance bootup process thus causing an error in the inventory import Matthew Jones 2015-01-12 13:56:31 -05:00
  • f01289642c Fix an issue where azure inventory plugin would throw an error if there were no instances available Matthew Jones 2015-01-12 13:53:54 -05:00
  • 221ebd846b Add required asterisk to add group, custom inventory source John Mitchell 2015-01-12 13:24:40 -05:00
  • d84626063f removed indexes from forms that included lists John Mitchell 2015-01-09 15:11:26 -05:00
  • c12006753e Fixing group/hosts inventory count on deletion from one page to all John Mitchell 2015-01-09 12:10:55 -05:00
  • d70d5a5c99 Update Dockerfile to properly set shell encoding Matthew Jones 2015-01-09 10:58:31 -05:00
  • c72472fba9 Add back VPC grouping for RDS. Chris Church 2015-01-09 03:00:25 -05:00
  • fd2cdd39b8 Remove group by VPC for RDS instances. Chris Church 2015-01-09 02:31:25 -05:00
  • 2db98a9461 Add an HA list_instances management command Matthew Jones 2015-01-08 15:03:53 -05:00
  • 0eaf2dc00c Protect the system from when one attempts to start a job without an inventory Matthew Jones 2015-01-08 14:55:58 -05:00
  • 80b2b36bf3 Reapply fix for can_edit and can_copy when an inventory or project associated with the job template have been deleted Matthew Jones 2015-01-08 13:30:27 -05:00
  • 3fbb08ba55 Update README.md Michael DeHaan 2015-01-08 10:36:50 -05:00