Commit Graph
4607 Commits
Author SHA1 Message Date
Jared Tabor ed0f6a7918 Obtaining job status from API instead of capitalizing
The jobs page and the job detail page now use the API value to display job status
2015-04-14 15:23:02 -04:00
Chris Meyers e6f376ebc2 Merge pull request #141 from chrismeyersfsu/refactor-jobs_tests2
split out job test a little bit more
2015-04-14 13:01:36 -04:00
Matthew Jones 6c5fd93ce5 Merge pull request #137 from matburt/openstack_inventory_support
Openstack inventory support
2015-04-14 12:43:20 -04:00
Chris Meyers f2445beb75 flake8 2015-04-14 12:00:05 -04:00
Matthew Jones e87f90b39b add netifaces to the jenkins requirements to make automated unit test
runs happy
2015-04-14 11:33:47 -04:00
Chris Meyers c5d3089083 Merge pull request #140 from chrismeyersfsu/fix-license
detect invalid license thrown by inventory update
2015-04-14 11:25:02 -04:00
Chris Meyers 47500ae20d per @cchurch recomendation, log using the awx.fact namespace 2015-04-14 10:53:01 -04:00
Chris Meyers af25a362da jerkins wants base imported .. what jerkins wants .. jerkins gets 2015-04-14 10:22:39 -04:00
Chris Meyers 64d4304a97 flake8 2015-04-14 10:16:23 -04:00
Chris Meyers 4a4b14ba98 split out job test a little bit more 2015-04-14 09:06:20 -04:00
Chris Meyers a930c4d8b2 detect invalid license thrown by inventory update 2015-04-14 08:36:55 -04:00
Chris Meyers caf49979f8 Merge pull request #139 from chrismeyersfsu/fix-logger
removed logger call
2015-04-14 08:06:10 -04:00
Chris Meyers f8a940f5ac per @cchurch recomendation, log using the awx.fact namespace 2015-04-14 07:18:52 -04:00
Matthew Jones c350fafe22 Rev pyrax to 1.9.3 and lower python-novaclient to 2.20.0 due to a
strange deprecation warning message that is not suppressable.
2015-04-13 21:57:13 -04:00
Chris Meyers 5787e4a67f removed logger call 2015-04-13 19:52:27 -04:00
Chris Meyers d21d3ee191 Merge pull request #135 from chrismeyersfsu/fix-cancel_job_template_with_survey
job cancelation of job templates with surveys wont send extra_vars so don't expect them to
2015-04-13 19:44:28 -04:00
Joe Fiorini e1fe342535 Correctly fix CSS syntax error 2015-04-13 18:15:34 -04:00
Joe Fiorini c4fa0efb83 Merge pull request #134 from joefiorini/autoprefixer
Implements autoprefixer and modular CSS layout
2015-04-13 18:11:49 -04:00
jaredevantabor 06b5503010 Merge pull request #136 from jaredevantabor/simplify-jobs-page
Simplify jobs page
2015-04-13 18:01:10 -04:00
Jared Tabor 9af7a428ab removing unneeded files and adjusting height logic 2015-04-13 17:58:08 -04:00
Chris Church 1dd45852a6 Merge pull request #132 from cchurch/ui_version_query_string
Add Tower version to query string for minified CSS/JS.
2015-04-13 17:07:18 -04:00
Joe Fiorini 157f4b8062 Add placeholder template to keep build working
Build fails when there are no less templates in `awx/ui/static/js`,
therefore I'm adding this file that I will remove immediately once I
start adding less templates to this directory.
2015-04-13 15:52:02 -04:00
Chris Meyers bbe23b0071 Merge pull request #133 from chrismeyersfsu/feature-cleanup_facts
implemented cleanup_facts command + tests
2015-04-13 15:10:10 -04:00
Matthew Jones 6525120c15 model and task support for launching openstack inventory updates 2015-04-13 15:05:58 -04:00
Jared Tabor 8b225e333b Fix to delete/cancel jobs 2015-04-13 14:48:39 -04:00
Chris Meyers 6698fb542f job cancelation of job templates with surveys wont send extra_vars so don't expect them to 2015-04-13 14:47:12 -04:00
Joe Fiorini a22b5e773e Fix syntax errors in less templates 2015-04-13 14:27:33 -04:00
Chris Meyers 7ecddcfa70 flake8 2015-04-13 11:53:27 -04:00
Matthew Jones c1dc55fceb Merging chrismeyers's openstack work branch changes to the core
openstack module.  Adding python-netifaces dependency for setup packaging
2015-04-13 11:47:18 -04:00
Matthew Jones 768d9d65b9 Upgrading some novaclient specific vendored modules 2015-04-13 11:35:24 -04:00
Jared Tabor 9cffbd63c2 Schedule search widget, and fix buttons for jobs
Inserted the schedule search widget for hte scheduled jobs tab, and adjusting the correct buttons based on if a job is running.
2015-04-13 11:16:25 -04:00
Chris Meyers 44e5db39ab implemented cleanup_facts command + tests 2015-04-13 10:45:47 -04:00
Chris Church fd09cc3726 Return survey_enabled as False for launch endpoint when no survey spec is defined for a job template; allow job template to be launched anyways. Fixes https://trello.com/c/zErQqf1L 2015-04-10 16:20:57 -04:00
Chris Church 3b66dbed03 Fix those flaking warnings. 2015-04-10 15:16:06 -04:00
Jared Tabor eabe4bdf02 Made jobs page use 1 pane with tabs
instead of the 4 panes divied into completed, running, and queued jobs
2015-04-10 14:29:46 -04:00
Chris Church 090456a247 Add grace_period_remaining to allow adding hosts with AWS licenses. Fixes https://trello.com/c/bw6JbrhW 2015-04-10 14:19:33 -04:00
James Laska c197f90e45 Comment out jshint+csslint from django_jenkins 2015-04-10 09:54:41 -04:00
Chris Church 48bbac7f18 Fix flake8 warnings. 2015-04-09 22:55:53 -04:00
Chris Church 0d9d9db1f9 Fix for failing ad hoc command unit tests. 2015-04-09 22:08:33 -04:00
Chris Church aa0c16d726 Add choices for job and ad hoc command verbosity. 2015-04-09 18:55:42 -04:00
Chris Church d1123d145f Add Tower version to query string for minified CSS/JS. 2015-04-09 15:03:20 -04:00
Jared Tabor c61ef0a602 send user to inventory manage when saving new inventory 2015-04-09 14:42:59 -04:00
John Mitchell 124492e073 fixed host prepopulation with no groups/no hosts from errorsing to console 2015-04-09 13:59:21 -04:00
John Mitchell 37f7c4d1a3 remove pwdmeter 2015-04-09 11:57:10 -04:00
Jared Tabor 8b336ab2e1 adding infinitescroll bower file for licensing 2015-04-09 11:54:10 -04:00
Chris Church 8beed7f409 Disable ControlPersist for ad hoc commands, should avoid any issues with proot or needing to clean up sockets afterwards. 2015-04-09 10:32:24 -04:00
Chris Meyers 3f8ab73733 Merge pull request #131 from chrismeyersfsu/master
install pymongo from pip
2015-04-08 16:19:17 -04:00
John Mitchell 9edef0c483 adhoc for button not displayed if user doesn't have permission 2015-04-08 16:17:55 -04:00
John Mitchell 2df625e45d adding docs stub for adhoc relaunch helper 2015-04-08 16:17:30 -04:00
John Mitchell 20dc2c1c7d added password prompting for adhoc commands 2015-04-08 16:17:05 -04:00