4302 Commits

Author SHA1 Message Date
Chris Meyers
c3c19b77f7 simple fact scan workload generator 2015-05-15 12:35:13 -04:00
Chris Meyers
30954861b3 Merge pull request #214 from chrismeyersfsu/fix-gather_facts
fixed fact cache sender to work when gather_facts: false
2015-05-15 06:42:20 -04:00
John Mitchell
3aea602835 don't POST a project for inventory permissions 2015-05-14 18:38:50 -04:00
John Mitchell
ca4a713a42 fixed forEach console error in getChoices 2015-05-14 18:28:38 -04:00
Chris Meyers
6e0dd0dc59 fixed fact cache sender to work when gather_facts: false 2015-05-14 17:08:49 -04:00
Chris Church
529b7a1117 Remove changes to only count unique hostnames. Fixes https://trello.com/c/HN7S4KF3 again. 2015-05-14 15:48:09 -04:00
Chris Church
74cfca2f21 Remove pasted code from cleanup_deleted, consistently use logger for cleanup commands. 2015-05-14 15:42:29 -04:00
Chris Meyers
42759cfa5d Merge pull request #211 from chrismeyersfsu/fix-openstack_shade
make shade python2.6 safe for our inventory update
2015-05-14 15:11:23 -04:00
Chris Church
8e89e0e829 Show choices in OPTIONS response for ad hoc command module_name even when empty. 2015-05-14 15:03:02 -04:00
Luke Sneeringer
7d65b439fa Support PBKDF2 passwords in dev. 2015-05-14 11:29:00 -05:00
Chris Meyers
161d2f4c51 make shade python2.6 safe for our inventory update
* Only examined/tested the inventory update execution path
2015-05-14 10:49:29 -04:00
Joe Fiorini
04cb3c9065 Merge pull request #210 from joefiorini/underscore-to-lodash
Replace underscore with lodash for great features
2015-05-13 15:28:27 -05:00
Joe Fiorini
f5d720cb71 Merge pull request #207 from joefiorini/branding-colors
Extract colors to easily resuable partial
2015-05-13 15:14:20 -05:00
Joe Fiorini
9626d565f5 Replace underscore with lodash for great features 2015-05-13 16:04:20 -04:00
Bill Nottingham
9202b19f08 Merge pull request #192 from wenottingham/tm-branch
Fix trademark wording - Tower is a registered trademark
2015-05-13 15:00:49 -04:00
Chris Church
55c41252f8 Always return choices even if empty list. 2015-05-13 13:45:03 -04:00
Joe Fiorini
692bd77e04 Extract colors to easily resuable partial 2015-05-13 13:43:17 -04:00
Joe Fiorini
af67ac6931 Fix setting socketStatus on disconnect 2015-05-13 13:41:19 -04:00
Joe Fiorini
319a7c3a3a Merge pull request #206 from joefiorini/route-extension-fixes
Route extension fixes
2015-05-13 12:12:08 -05:00
Joe Fiorini
b5e037ef71 Name ALL the routes! 2015-05-13 13:09:39 -04:00
Joe Fiorini
cfdc4e49ba Make link-to directive more flexible 2015-05-13 13:09:22 -04:00
Joe Fiorini
16cc712b9e Merge pull request #202 from joefiorini/route-extensions
Improve how we pass data when changing URLs
2015-05-13 10:02:25 -05:00
Joe Fiorini
5afd5f5fad Fix issue in route-extensions 2015-05-13 10:16:27 -04:00
Joe Fiorini
8828ca089e jshint fixes 2015-05-13 10:11:45 -04:00
Joe Fiorini
9d1d8374e1 Improve how we pass data when changing URLs
This commit adds a couple helpful features to make it easier for us to
reference routes, update URLs (both at development time and in the
    browser at runtime) and pass data between routes.

See the UI docs for the specifics on how these features work.
2015-05-13 10:11:45 -04:00
Chris Meyers
66d097c7fa Merge pull request #199 from chrismeyersfsu/feature-fact_options
add list of modules to fact OPTIONS endpoints
2015-05-13 07:59:35 -04:00
Chris Church
b20ba23538 Merge pull request #203 from chrismeyersfsu/fix-cred_openstack
require project field for openstack credential
2015-05-12 17:28:09 -04:00
Chris Church
693b63ef04 Merge pull request #198 from cchurch/options_meta_updates
Update field metadata returned in OPTIONS response
2015-05-12 17:24:31 -04:00
Joe Fiorini
81a8238311 Implement linter for css naming conventions 2015-05-12 17:09:59 -04:00
Chris Meyers
6dc1dd632a require project field for openstack credential 2015-05-12 15:38:24 -04:00
Chris Meyers
c138be4c7a Merge pull request #200 from chrismeyersfsu/feature-custom_scan_module
allow user provided fact scan modules
2015-05-12 12:06:06 -04:00
Chris Church
0af15cd13d Unit test fix, job_type is no longer a required field (defaults to 'run'). 2015-05-12 11:11:32 -04:00
Chris Meyers
40e8871ec5 Merge branch 'master' into feature-custom_scan_module 2015-05-12 09:49:21 -04:00
Chris Meyers
4a7bf86641 Merge branch 'master' into feature-fact_options 2015-05-12 09:48:44 -04:00
Chris Meyers
70dfdb88b7 Merge pull request #201 from chrismeyersfsu/master
flake8 fix
2015-05-12 09:47:44 -04:00
Chris Meyers
34c966c17d flake8 fix 2015-05-12 09:47:14 -04:00
Chris Meyers
c2a87bbb53 allow user provided fact scan modules 2015-05-12 09:39:37 -04:00
Chris Meyers
d03004ae74 add list of modules to fact_version OPTIONS endpoint 2015-05-12 08:58:35 -04:00
Chris Church
1a5823d0b3 Improve speed of cleanup_deleted system job. Fixes https://trello.com/c/2wB7DMdt 2015-05-11 21:51:42 -04:00
Chris Church
79c00dc511 Prevent relaunching an ad hoc command if the module is no longer in the allowed list. Fixes https://trello.com/c/NS3YX2DU 2015-05-11 21:05:46 -04:00
Chris Church
2d1d371582 Return 400 when attempting to relaunch an ad hoc command with deleted inventory. Fixes https://trello.com/c/IbvBelXJ 2015-05-11 20:32:43 -04:00
Chris Church
9e898bf42a Add support for deleting ad hoc commands. Fixes https://trello.com/c/WLnhi28V 2015-05-11 20:14:15 -04:00
Chris Church
d730859575 Count only unique hostnames for total/failed values on dashboard. Fixes https://trello.com/c/HN7S4KF3 2015-05-11 19:54:18 -04:00
Chris Church
e017270201 Update serializers to remove empty choices, provide default values for fields, and better indicate the field type when possible for OPTIONS requests and browsable API docs. 2015-05-11 18:25:30 -04:00
Joe Fiorini
27b06313a7 Merge pull request #189 from joefiorini/system-tracking--addMomentjs
Add moment.js via angular-moment plugin
2015-05-11 16:55:53 -04:00
John Mitchell
76f01cbc2a fixed autopopulation of org and user lookups 2015-05-11 15:45:09 -04:00
John Mitchell
78fb694704 fixed 403 schedule errors not being displayed 2015-05-11 15:04:50 -04:00
John Mitchell
7dd5dd947d changed instances of hardcoding xss filtering to using the filter 2015-05-11 13:39:56 -04:00
John Mitchell
23a69995d3 fixed scan job and job run type ordering 2015-05-11 13:15:24 -04:00
John Mitchell
ac76423a93 accidentally left a console.log in the code 2015-05-11 13:02:46 -04:00