Commit Graph

4940 Commits

Author SHA1 Message Date
Chris Meyers e495f07bb6 Merge pull request #285 from chrismeyersfsu/fix-fact_tests
fix fact cache reciever unit tests to use inventory_id in message
2015-06-17 09:09:16 -04:00
John Mitchell dbd3cfb917 fixed indefinite login on setup menu route 2015-06-16 17:41:52 -04:00
John Mitchell 4cd5d9ab23 fix logic of active module check 2015-06-16 16:39:35 -04:00
John Mitchell 9238d8b55d disabled the buttons on system tracking page from being clickable 2015-06-16 16:15:59 -04:00
Chris Meyers fcc789f13b Differentiate between an expired license and a non-existant license 2015-06-16 15:59:23 -04:00
John Mitchell 09f817c07c fixed styling from being sanitized 2015-06-16 13:53:30 -04:00
John Mitchell d17abae3f3 fixed delete not showing any content 2015-06-16 13:29:54 -04:00
Chris Meyers 686312a427 fix fact cache reciever unit tests to use inventory_id in message 2015-06-16 13:11:09 -04:00
John Mitchell 4e1606a927 fixed headers on standard output change 2015-06-16 10:18:27 -04:00
Joe Fiorini ef0e7d8f0d Merge pull request #284 from joefiorini/system-tracking--displayKeys
Adds support for formatting individual fact values
2015-06-16 09:28:57 -04:00
James Laska 390011bb1e Listen to flake8, it speaks the truth
Use a variable name that doesn't conflict with a library name.
2015-06-16 08:55:59 -04:00
James Laska 3522920b08 This is embarrassing 2015-06-15 20:15:57 -04:00
James Laska 3f9c2cf465 Handle ENOENT during license removal 2015-06-15 19:24:51 -04:00
Chris Meyers c7e2c333d4 Merge pull request #283 from chrismeyersfsu/feature-age_deleted
Added age_deleted command for support team
2015-06-15 18:14:45 -04:00
Joe Fiorini 09db79cfd7 [system_tracking] Fix reversal of ansible facts 2015-06-15 17:12:31 -04:00
Chris Meyers c076ba1669 flake8 2015-06-15 16:56:12 -04:00
Joe Fiorini 61807efb9b Allow fact template to flatten or keep key/value structure 2015-06-15 16:53:43 -04:00
John Mitchell 2d347d7069 fixed cleanup schedules 2015-06-15 16:21:04 -04:00
John Mitchell 29cd31b3d4 added new fields to fact cleanup form 2015-06-15 16:21:04 -04:00
Chris Meyers 8e3b33ee21 Added age_deleted command for support team 2015-06-15 16:06:54 -04:00
James Laska 6e07bfc779 Merge pull request #281 from jlaska/aws_license_remove
Remove AWS license when processing /config DELETE
2015-06-15 13:45:43 -04:00
Chris Meyers 6a73b34791 Merge pull request #282 from chrismeyersfsu/fix-cleanup_deleted
Replaced crafty logic that tried to detect the User but, wrongfully, …
2015-06-15 13:35:11 -04:00
James Laska 9a210107a0 Remove AWS license when processing /config DELETE
This also removes mongodb from the try/except block to avoid hiding any
failures.  This mirrors the behavior of how mongo is started/stopped elsewhere
in the module.
2015-06-15 12:08:15 -04:00
Chris Meyers 87824fa240 Replaced crafty logic that tried to detect the User but, wrongfully, matched Credential with explicit logic that, when cleaning up the User model, searches for the _del_ string in the username attribute. 2015-06-15 10:20:15 -04:00
Matthew Jones d01e93535d Fixing flake8 issue 2015-06-15 09:36:04 -04:00
Matthew Jones bb7af4e916 Merge pull request #277 from matburt/fix_inventory_read_jt_rbac
Check inventory access for normal users when deciding what job templates show up in the queryset
2015-06-12 16:04:34 -04:00
Matthew Jones 5d1b27e520 Adding some job template listing unit tests and permissions to actually
make those work
2015-06-12 14:43:24 -04:00
John Mitchell 723ec44846 fix indefinite wait on no license user login 2015-06-12 13:54:26 -04:00
Joe Fiorini ad0f267435 [system_tracking] Extract parameters into options object 2015-06-12 13:50:28 -04:00
John Mitchell d076be8b8b fix tower password strength defaults 2015-06-12 13:42:44 -04:00
John Mitchell 05abacf58e fixed credential autopopulation 2015-06-12 12:17:05 -04:00
John Mitchell ac8d016444 fixed language of module args popover 2015-06-12 12:08:51 -04:00
John Mitchell ef2247fce0 fixed password validation rules 2015-06-12 12:04:35 -04:00
John Mitchell 8fa6145480 fixed copyright information 2015-06-12 11:54:22 -04:00
Chris Meyers 26f5122179 expose ssh via 2222 2015-06-12 11:46:29 -04:00
Chris Meyers 7ba6445898 added ssh to docker env 2015-06-12 11:39:30 -04:00
John Mitchell d44dcd5d1a fixed socket tooltip label 2015-06-12 10:39:36 -04:00
Joe Fiorini b0d773325b [system_tracking] Refactor flat comparison logic 2015-06-12 09:38:53 -04:00
James Laska 2424ed4832 Update release process docs 2015-06-12 09:00:53 -04:00
Chris Church 3b7b930bcd Merge pull request #278 from cchurch/openstack_inventory_updates
OpenStack inventory updates
2015-06-12 01:00:12 -04:00
Chris Church 8df9c40435 Add example settings for unit test, remove invalid private argument. 2015-06-12 00:59:10 -04:00
Chris Church 4607972135 Included openstack inventory script from core + changes from some open PRs, fixes to be able to use without custom changes for tower. 2015-06-12 00:58:33 -04:00
Chris Church dfe4e0c694 Add unit test for azure inventory. 2015-06-12 00:52:57 -04:00
Chris Meyers d5b7be3f4f Merge pull request #276 from chrismeyersfsu/fix-fact_inventory_relationship
associate scan runs with a particular inventory host
2015-06-11 20:55:13 -04:00
John Mitchell 0013e89361 updated favicon 2015-06-11 18:19:35 -04:00
John Mitchell d6363c9fa5 fixed nextRoute.415route from being returned undefined. 2015-06-11 17:55:34 -04:00
Matthew Jones df61fd6ab8 Check inventory access for normal users when deciding what job templates
show up in the job template queryset
2015-06-11 16:24:54 -04:00
Joe Fiorini 06da1e16c2 Add tests for fact template rendering 2015-06-11 16:14:04 -04:00
John Mitchell 32d1c0e4db fixed copyright date 2015-06-11 16:10:23 -04:00
Matthew Jones d011a87bb0 Support cancel on system jobs 2015-06-11 15:19:27 -04:00