Commit Graph

4963 Commits

Author SHA1 Message Date
Chris Meyers 8e8071b28f Merge pull request #299 from chrismeyersfsu/fix-scan_services
for scan_services against RH machines. Do not depend on US language
2015-06-29 11:30:41 -04:00
Chris Meyers d076835051 for scan_services against RH machines. Do not depend on US language 2015-06-29 11:26:58 -04:00
Matthew Jones cd41d99843 Merge pull request #298 from matburt/fix_ha_setup_logic
Fix ha setup logic
2015-06-26 16:16:07 -04:00
Matthew Jones 414394afa0 can not -> cannot (even though they are both correct) 2015-06-26 15:35:33 -04:00
Matthew Jones 05f56c805a Logic should check for the condition where HA is NOT enabled 2015-06-26 15:28:41 -04:00
Matthew Jones 80a6f22c0c Move HA license check logic to the promotion step and allow registering
HA instances.   Registration is allowed but promotion/demotion is not
allowed without the HA feature
2015-06-26 15:23:07 -04:00
Matthew Jones 237a661912 Fix verbage around why we are disallowing removing a primary 2015-06-26 15:22:35 -04:00
Jared Tabor 40f0548fe7 Fixed jobs list search params
the jobs list page accepts query params for status, but this functionality broke w/ the change to 1 pane instead of 4. Now its fixed
2015-06-26 12:15:52 -04:00
Joe Fiorini a82c138a32 Support moment locales in datepickere 2015-06-26 11:13:26 -04:00
Jared Tabor 255c4626f4 removing query params on url
only when you are leaving system tracking
2015-06-25 16:31:34 -04:00
Chris Meyers 6e05a38d9c Merge pull request #297 from chrismeyersfsu/fix-workload_generator
forgot to remove the old fact workload generator
2015-06-25 13:55:30 -04:00
Matthew Jones 97bfa32b44 Merge pull request #296 from matburt/extricate_service_script_playbooks
Extricate service script playbooks
2015-06-25 13:29:23 -04:00
Joe Fiorini 37aed53047 Fix svg icons on setup menu in IE11 2015-06-25 10:47:49 -04:00
Joe Fiorini 8315f7f678 Setup menu doesn't need as much flexbox 2015-06-25 10:47:48 -04:00
Chris Meyers 8095f88e38 Merge pull request #295 from chrismeyersfsu/feature-fact_cache_receiver_verbose_logging
added more logging for fact cache receiver
2015-06-24 16:32:02 -04:00
Joe Fiorini ba7e218387 [system_tracking] Change no data message based on compare mode 2015-06-24 14:37:47 -04:00
Chris Meyers 713f18438c added more logging for fact cache receiver 2015-06-24 14:07:18 -04:00
Joe Fiorini b528561f20 [system_tracking] Do not use time for selecting fact versions 2015-06-24 11:50:24 -04:00
Matthew Jones 4d84a603ad Add missing fact receiver logfile in production settings 2015-06-24 11:05:19 -04:00
Chris Meyers 59f4844e02 Merge pull request #292 from chrismeyersfsu/fix-fact_receiver_logging
register a logger for fact receiver
2015-06-24 09:21:31 -04:00
Chris Meyers 5eb4f51be9 Merge pull request #294 from chrismeyersfsu/feature-IPy
robust check for HA env setup
2015-06-24 09:21:26 -04:00
John Mitchell a9fca9756c added launched by to details on adhoc page 2015-06-23 15:15:13 -04:00
Matthew Jones b45ea4f1f4 Force shutdown of mongo after requesting a service stop. Just in case. 2015-06-23 12:32:43 -04:00
Chris Meyers 31b9304165 register a logger for fact receiver 2015-06-23 11:39:44 -04:00
Chris Meyers c6e3798259 Merge pull request #293 from chrismeyersfsu/fix-age_deleted
flake8
2015-06-23 11:24:13 -04:00
Chris Meyers 4669c44af9 robust check for HA environment setup 2015-06-23 11:21:00 -04:00
John Mitchell ebc8e6e5fc fix wording of error message on system tracking page 2015-06-23 11:04:00 -04:00
Chris Meyers 0344a801fe consider 127.0/8 LOOPBACK 2015-06-23 10:53:07 -04:00
Chris Meyers d1c361021a add IPy python library to deal with ip addresses 2015-06-23 10:36:23 -04:00
Chris Meyers 41de9c9f9f flake8 2015-06-23 07:58:01 -04:00
John Mitchell 63de1de6b7 one more alert escaping fix 2015-06-22 14:57:46 -04:00
John Mitchell 628e0e28c6 fixed the sanitization of messages 2015-06-22 14:50:04 -04:00
John Mitchell f0b59c2ba9 fixed error message when no diff for two scans is found 2015-06-22 13:30:56 -04:00
Chris Meyers b7411f67f6 Merge pull request #291 from chrismeyersfsu/fix-age_deleted
when aging, use a more compact age to stay within username 30 char restriction
2015-06-22 13:14:52 -04:00
Chris Meyers bd61261454 when aging, use a more compact age to stay within username 30 char restriction 2015-06-22 13:06:50 -04:00
Joe Fiorini a8f5eff0ae [system_tracking] Fix broken binding on date pickers 2015-06-22 12:40:15 -04:00
Joe Fiorini 585096e566 [system_tracking] Adding style templates I missed in last commit 2015-06-22 11:42:10 -04:00
Joe Fiorini 2955cfbfe8 [system_tracking] Display message when dates for retrieved data change 2015-06-22 11:03:26 -04:00
John Mitchell 336a8f23bd fixed error reporting on system tracking 2015-06-22 11:03:08 -04:00
James Laska 6d6d9de379 Use the proper attr when saving instance name
Fixes: https://trello.com/c/24OoIyyf
2015-06-20 13:47:09 -04:00
jaredevantabor 1abb2f7dfd Merge pull request #290 from jaredevantabor/routeParams
remove query string on URL
2015-06-19 16:57:49 -04:00
Jared Tabor 133e3cd675 remove query string on URL
when navigating thru tower we do not want query params to persist when routes change
2015-06-19 16:14:14 -04:00
Joe Fiorini b6c18fcc13 [system_tracking] Ensure 401 errors in resolver handles sign out 2015-06-19 14:31:55 -04:00
Chris Meyers c17e654161 forgot to remove the old fact workload generator 2015-06-19 14:13:52 -04:00
Joe Fiorini c8744a8e8f [system_tracking] Update right date when left is changed to something greater 2015-06-19 13:22:53 -04:00
Chris Meyers 0dabe450ac Merge pull request #289 from chrismeyersfsu/fix-fact_scan_inventory_host
Allow fact scanning hosts with same name in two different inventories
2015-06-19 13:13:23 -04:00
Jared Tabor 94c242c608 Fix issue with schedulers
editing/adding schedules in the related accordians for Projects and Job Templates were not working, where the action buttons for schedules not even showing up in the Schedule accordian. I've updated hte form objects as well as the form-generator to accept the list of action buttons and their icons. Also fixed a related issue where the scheduler titles were not showing up on the scheduler dialog
2015-06-19 12:03:49 -04:00
Chris Meyers 7e6dbd616d Allow fact scanning hosts with same name in two different inventories 2015-06-19 10:29:00 -04:00
Chris Meyers 39e508373f Merge pull request #288 from chrismeyersfsu/fix-workload_generator
works with scan -> inventory link
2015-06-19 09:26:04 -04:00
Chris Meyers 8381d7dbfa Merge pull request #286 from chrismeyersfsu/fix-license_expire_vs_existance
Differentiate between an expired license and a non-existant license
2015-06-19 09:25:27 -04:00