1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Commit Graph

5000 Commits

Author SHA1 Message Date
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
df57f45baa Merge branch 'master' into fix-job_launch_credential_permissions 2015-06-08 14:40:50 -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
3b537c953f restrict the set of valid, explicitly supplied credentials to be ones readable by the user 2015-06-08 14:07:04 -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
John Mitchell
ea1d07aaa4 fixed wording of license form 2015-06-05 15:48:18 -04:00
John Mitchell
8ad328582d fixed stacking of inventory manage icons 2015-06-05 15:39:38 -04:00
John Mitchell
c34afe32fb fixed jshint error in license controller 2015-06-05 15:33:27 -04:00
John Mitchell
4a0b489264 fixed logic of sparklines 2015-06-05 15:29:49 -04:00
John Mitchell
950ebc3a21 style fixes for dashboard 2015-06-05 15:20:39 -04:00
John Mitchell
577a13d5bd fixed default verbosity pull from API from hanging tower 2015-06-05 15:20:21 -04:00
John Mitchell
b3159940eb fixed wording on inventory command running tooltip 2015-06-05 14:19:51 -04:00
John Mitchell
055ca1362a grabbed default verbosity from the API 2015-06-05 13:55:01 -04:00
Jared Tabor
4849808ee9 Fixing blue 'flashMessage' box that flashes on license page
the license controller had a setTimeout that was pausing the logic of the license controller which was causing a blue rectangle to flash on the license page.
2015-06-05 13:49:54 -04:00
James Laska
53b16c09e8 Please don't hate on flake8 2015-06-05 12:46:07 -04:00