Commit Graph

4660 Commits

Author SHA1 Message Date
Jared Tabor 558cebffe9 Smart-status: check for valid id before redirect 2015-06-09 17:08:44 -04:00
John Mitchell 406d7a6b74 fixed live updating of tooltips on job detail page 2015-06-09 16:58:09 -04:00
Jared Tabor 6462d14ace default playbook for scan job template
when creating a scan job template via the inventory detail page`
2015-06-09 16:47:15 -04:00
John Mitchell df5a0a76d8 add autopopulation parameter to lookupinit 2015-06-09 16:11:49 -04:00
Matthew Jones 3c2f3f323a Fix some flake8 2015-06-09 16:07:06 -04:00
Matthew Jones ab5c4b5f20 Check connection for scan jobs before actually running the job, fail
early if the system tracking database isn't available
2015-06-09 15:31:23 -04:00
Chris Church 58207b4a04 Update ec2 inventory from core. 2015-06-09 14:53:31 -04:00
Jared Tabor 3573a164e7 Job detail donut chart tooltip fix
adding a mousemove event listener to have the tooltip move in respect to the user's mouse movement. also adjusted the colors to be more dynamic
2015-06-09 13:07:53 -04:00
Matthew Jones c6c80447a6 Fix a spelling error in the setup script that's causing rpm build failures 2015-06-09 10:57:38 -04:00
Joe Fiorini 419bc3dd1c [system_tracking] Match button group colors to dashboard 2015-06-09 10:50:56 -04:00
Joe Fiorini 0016744e1f [system_tracking] Clarify wording on date picker labels 2015-06-09 10:50:56 -04:00
Joe Fiorini f38709e55e [system_tracking] Adjust headings and add table row hover 2015-06-09 10:50:56 -04:00
Chris Meyers 3b67a24057 Merge pull request #271 from chrismeyersfsu/fix-license_2
allow config endpoint to posted to without license data
2015-06-09 10:24:09 -04:00
Matthew Jones 62e16929d0 Merge pull request #274 from matburt/add_mongo_munin_stats
Add munin monitors for mongo
2015-06-08 20:35:54 -04:00
Jared Tabor 89b8f832b9 adding search widget back to select2
due to restrictions of the update of select2, I'm opting to include the search bar in the select2 dropdown for now
2015-06-08 16:53:28 -04:00
Matthew Jones 712861b829 Remove mongo_{btree,lock} as worthless monitoring points (and broken at that) 2015-06-08 16:24:33 -04:00
Matthew Jones 848bff4220 Add munin monitors for mongo 2015-06-08 16:23:37 -04:00
John Mitchell a44c6c92d4 fixed password button text 2015-06-08 16:20:07 -04:00
Matthew Jones 074e66219d Add a docker development container build make target 2015-06-08 16:00:35 -04:00
Jared Tabor 56760f69a9 Adding sentence to prompt modal for cleanup_facts job 2015-06-08 15:53:45 -04:00
Jared Tabor a5a6f9c9bb fix to event viewer on job details page 2015-06-08 15:40:20 -04:00
Jared Tabor 4cbf8e0c17 Fix for host events viewer
the host events had logic that was expecting to act on an array, but was not receiving an array
2015-06-08 15:40:20 -04:00
John Mitchell 17b921db63 fixed host graph count for succesful hosts 2015-06-08 14:57:20 -04:00
Chris Meyers 9f48f127db Merge branch 'master' into fix-license_2 2015-06-08 14:40:19 -04:00
Chris Meyers 508f400aed Merge pull request #270 from chrismeyersfsu/fix-cleanup_facts
Correctly delete facts when module isn't specified. Also made deletio…
2015-06-08 14:39:23 -04:00
John Mitchell d7d7e050f8 fixed the title of the standard out 2015-06-08 14:32:19 -04:00
Chris Meyers 0e866178d7 create license file that allows system tracking when running system tracking functional tests 2015-06-08 13:46:04 -04:00
John Mitchell 8a21a639a5 fixed route undefined console error 2015-06-08 12:05:40 -04:00
Jared Tabor e379996a84 Remove list of features if license is updated
by removing the list of license-enabled-features when the user upgrades their license, it triggers the features.service.js to retrieve a new list of features from the config endpoint.
2015-06-08 12:02:47 -04:00
James Laska f02e26a3f7 Correct Makefile spacing 2015-06-08 11:39:01 -04:00
John Mitchell 9fe304e42b fixed spacing under nav 2015-06-08 11:30:43 -04:00
Jared Tabor c20fc09243 Fixing breadcrumb issue w/ inventories -> scan job templates
when editing/adding a scan job template, the 'Job Template' breadcrumb did not have a route associated with it.
2015-06-08 11:02:14 -04:00
Chris Meyers f3430783c8 flake8 2015-06-08 10:10:18 -04:00
Chris Meyers a9642403c6 flake8 2015-06-08 09:39:00 -04:00
Joe Fiorini cf04337712 Fix display of nested facts 2015-06-08 09:37:19 -04:00
Joe Fiorini cb17209c04 jshint fix 2015-06-08 09:18:22 -04:00
James Laska be81c3f38a Merge pull request #272 from jlaska/config_delete_204
Return 204 NO_CONTENT on /config DELETE
2015-06-07 13:35:05 -04:00
James Laska 2483673ab0 Return 204 NO_CONTENT on /config DELETE 2015-06-07 09:01:59 -04:00
jlmitch5 422ee74811 Merge pull request #269 from jlmitch5/fix_smart_status_order
fixed smartstatus order
2015-06-05 17:20:52 -04:00
Chris Meyers d580969088 Merge pull request #265 from chrismeyersfsu/fix-system_tracking_performance
index host relationship to speed up fact_versions api endpoint
2015-06-05 17:11:56 -04:00
Chris Meyers b54c87c6d2 allow config endpoint to posted to without license data 2015-06-05 17:11:04 -04:00
Chris Meyers 16682ba830 Correctly delete facts when module isn't specified. Also made deletion algorithm more simple and memory efficient by not loading in records into memory. 2015-06-05 17:05:20 -04:00
John Mitchell c97ca6031f fixed smartstatus order 2015-06-05 17:00:54 -04:00
Matthew Jones e471798918 Merge pull request #268 from matburt/support_DELETE_license
Support DELETE of the license on the config endpoint
2015-06-05 16:52:23 -04:00
Joe Fiorini d2c7d7331d Fix issue with host columns getting flipped 2015-06-05 16:49:47 -04:00
Joe Fiorini dae25b7123 Move check to outer scope for great performance 2015-06-05 16:49:47 -04:00
Joe Fiorini 63b7ec8b67 Move data request into controller to speed up page load 2015-06-05 16:49:47 -04:00
John Mitchell 65d20e646d added breadcrumbs to adhoc form page 2015-06-05 16:39:07 -04:00
Jared Tabor d262ce22a0 added required asterisks to license update form elements 2015-06-05 16:13:56 -04:00
Matthew Jones 23eaf9ae42 Support DELETE of the license on the config endpoint 2015-06-05 15:53:35 -04:00