Commit Graph

  • be7f27af0d removing outlines on buttons and links John Mitchell 2015-04-24 13:02:09 -04:00
  • 299b0d78c8 removed the need to access data in the serializer. It's now clear what params a job template launch takes Chris Meyers 2015-04-24 12:43:48 -04:00
  • 0d26a700a6 sanitize request.DATA before passing to jobs Chris Meyers 2015-04-24 12:18:19 -04:00
  • 550104e472 finished stdout revamp for job templates John Mitchell 2015-04-22 08:25:04 -04:00
  • f194c0dc1b moved validation from view to serializer. Prevent relaunching job with deleted credential Chris Meyers 2015-04-24 09:04:22 -04:00
  • bfb4ccf266 Updating Source form to fix save button validity Jared Tabor 2015-04-24 09:53:38 -05:00
  • aaf3a191e4 removed commented out code Chris Meyers 2015-04-24 09:45:50 -04:00
  • f348766430 fixed how validation errors are propogated. Also, don not allow job template to launch unless credential are available Chris Meyers 2015-04-24 09:44:23 -04:00
  • b117e14e19 created a serializer for job template launch endpoint Chris Meyers 2015-04-24 08:26:12 -04:00
  • 40b26e42bb fixed padding for cancel button in lists John Mitchell 2015-04-20 11:13:35 -04:00
  • e67dfa3b92 openstack inventory ui support John Mitchell 2015-04-16 17:48:27 -04:00
  • 4fc04a3709 Merge pull request #153 from chrismeyersfsu/fix-openstack_inventory Chris Meyers 2015-04-23 16:46:30 -04:00
  • ce953d1ad2 changed inventory sync private data file key to more appropriate cloud_credential from scm_credential. Wrapped openstack credentials in dict Chris Meyers 2015-04-23 16:44:30 -04:00
  • 3f4aafa501 Merge remote-tracking branch 'refs/remotes/chrismeyers/fix-cloud_credentials2' into upstream_master Matthew Jones 2015-04-23 16:09:14 -04:00
  • 19901ba7cf Turns out "hostId" is not a good unique host identifier in openstack. Switching to use "id" instead. Matthew Jones 2015-04-23 16:02:44 -04:00
  • c45a422590 Update "make server" endpoint and Makefile to include the new fact cache receiver. Upgrade docker tool to install mongo and pymongo Matthew Jones 2015-04-23 13:34:56 -04:00
  • 360aae8c25 multiple credentials implementation style more inline with existing code Chris Meyers 2015-04-23 13:01:43 -04:00
  • 405be7edd8 Merge branch 'openstack_inventory_support' into upstream_master Matthew Jones 2015-04-23 11:09:41 -04:00
  • abdfb26b3d Use inventory_source source_vars to control what address we use for ansible_ssh_host Matthew Jones 2015-04-23 11:07:31 -04:00
  • b63a577b33 allow machine and cloud credentials to co-exist. Chris Meyers 2015-04-23 10:08:49 -04:00
  • 13aa8fce82 Merge pull request #147 from chrismeyersfsu/fix-azuer Chris Meyers 2015-04-23 10:06:26 -04:00
  • 5a401c31aa Handle any exception that could come from sending a packet to a client Matthew Jones 2015-04-22 16:50:20 -04:00
  • 0535d1c8c9 Exclude sourcemaps from minjs builds Joe Fiorini 2015-04-22 15:15:28 -04:00
  • fdbb885b08 fixing issue with select2 data collection Jared Tabor 2015-04-22 14:07:13 -04:00
  • bbd1f41471 track azure vm by unique identifier Chris Meyers 2015-04-22 07:05:36 -04:00
  • 754b004c24 add instance state Chris Meyers 2015-04-20 17:15:32 -04:00
  • 36512d74c2 Unused variable to make pyflakes happy Matthew Jones 2015-04-21 16:13:37 -04:00
  • 0fc753046d This fixes an issue where various parts of the system could get stuck waiting to emit a socketio event if there was a problem with the websocket service. Instead of crashing and hanging the system it will now emit an error and continue. Matthew Jones 2015-04-21 15:29:37 -04:00
  • 93ecf739be This could be the source of the connection memory leaks, over 1000 connections and only 12 bytes of non-gc-tracked allocations. Kudos to cmeyers for finding this. Matthew Jones 2015-04-21 14:25:01 -04:00
  • fb3bbea027 Add recv_disconnect to acl allowed methods Matthew Jones 2015-04-21 09:51:30 -04:00
  • 96bf9e1bbb Merge pull request #149 from ansible/jlm_420_use_verbosity_options_from_api_for_jt jlmitch5 2015-04-21 13:34:18 -04:00
  • ef3c18e071 fix jshint error John Mitchell 2015-04-21 13:33:06 -04:00
  • bcd57b18c2 migrated job type select to using api options as well John Mitchell 2015-04-21 13:31:08 -04:00
  • 802fed2a76 migrated job templates to use new verbosity format John Mitchell 2015-04-20 20:03:06 -04:00
  • 1df51f3c48 better error handling Chris Meyers 2015-04-20 17:15:03 -04:00
  • 537ab3b317 fixed adhoc verbosity default parameter in ui John Mitchell 2015-04-20 16:51:44 -04:00
  • 3c1374f656 Internal database backup Luke Sneeringer 2015-04-20 15:28:36 -05:00
  • e1bf7ea749 fix to host popover contents wrt openstack credential in ui. John Mitchell 2015-04-20 16:08:05 -04:00
  • f2b58af125 prefer port with name SSH but don't require it Chris Meyers 2015-04-20 15:39:21 -04:00
  • f45d75c06c Some small changes to tower openstack work Matthew Jones 2015-04-20 15:11:06 -04:00
  • 2bd856da93 select2 comments and removal of stale awMultiSelect Jared Tabor 2015-04-20 12:34:14 -04:00
  • d27a190b4e Updated select2 fields for new version of lib Jared Tabor 2015-04-17 16:54:12 -04:00
  • fa18b1774d fixed grunt errors with last push John Mitchell 2015-04-20 14:38:59 -04:00
  • e8db7d7c77 fixed permissions adhoc checkbox stuff John Mitchell 2015-04-20 14:37:07 -04:00
  • 86cb23117f Resolve pycrypto gce failure on EL6 systems James Laska 2015-04-20 13:19:49 -04:00
  • 38f0b46ded adjusting width of search bar in jobs page Jared Tabor 2015-04-17 17:44:36 -04:00
  • 0bcd7c63aa fixing warning label typo John Mitchell 2015-04-17 14:04:43 -04:00
  • 48c194f2a9 handle shutdown azure instances Chris Meyers 2015-04-16 18:06:55 -04:00
  • 7be54d585b Fix RBAC query bug in checking if user can run ad hoc commands. Fixes https://trello.com/c/fl36Hvh3 Chris Church 2015-04-16 15:27:16 -04:00
  • 6dda8e58ad Don't return ids for deleted credential/inventory for ad hoc commands. Fixes https://trello.com/c/ps2bW38Q Chris Church 2015-04-16 14:31:23 -04:00
  • 3f98b40ed7 Add test for cleaning up activity stream, delete objects in batches to make it quicker. Chris Church 2015-04-16 13:40:36 -04:00
  • 76132dbab2 Update license check when adding hosts. Fixes https://trello.com/c/Llol9BCJ Chris Church 2015-04-16 12:27:58 -04:00
  • 3ff9e01c87 Merge pull request #144 from jlmitch5/jlm_415_openstack_cred jlmitch5 2015-04-15 20:18:42 -04:00
  • afbd06351f Adding data titles for host and project credential popovers John Mitchell 2015-04-15 15:54:53 -04:00
  • 77024ef4f7 UI support for openstack credential John Mitchell 2015-04-15 15:25:24 -04:00
  • 883f912969 Allow verbosity level choices to be specified by settings. Chris Church 2015-04-15 13:09:03 -04:00
  • 2fbfdce12c Merge pull request #143 from jlmitch5/jlm_414_hosts_button_at_inv_root jlmitch5 2015-04-14 18:53:34 -04:00
  • 7f5c5396a3 got add hosts button to work at root level of inventory John Mitchell 2015-04-14 16:46:24 -04:00
  • 3416776402 Merge pull request #142 from jlmitch5/jlm_414_adhoc_become_verbosity jlmitch5 2015-04-14 16:11:31 -04:00
  • e4518895cb added become and verbosity support to adhoc UI John Mitchell 2015-04-14 15:38:35 -04:00
  • ed0f6a7918 Obtaining job status from API instead of capitalizing Jared Tabor 2015-04-14 15:21:28 -04:00
  • e6f376ebc2 Merge pull request #141 from chrismeyersfsu/refactor-jobs_tests2 Chris Meyers 2015-04-14 13:01:36 -04:00
  • 6c5fd93ce5 Merge pull request #137 from matburt/openstack_inventory_support Matthew Jones 2015-04-14 12:43:20 -04:00
  • f2445beb75 flake8 Chris Meyers 2015-04-14 12:00:05 -04:00
  • e87f90b39b add netifaces to the jenkins requirements to make automated unit test runs happy Matthew Jones 2015-04-14 11:33:47 -04:00
  • c5d3089083 Merge pull request #140 from chrismeyersfsu/fix-license Chris Meyers 2015-04-14 11:25:02 -04:00
  • 47500ae20d per @cchurch recomendation, log using the awx.fact namespace Chris Meyers 2015-04-14 07:18:52 -04:00
  • af25a362da jerkins wants base imported .. what jerkins wants .. jerkins gets Chris Meyers 2015-04-14 10:22:39 -04:00
  • 64d4304a97 flake8 Chris Meyers 2015-04-14 10:16:23 -04:00
  • 4a4b14ba98 split out job test a little bit more Chris Meyers 2015-04-13 19:46:55 -04:00
  • a930c4d8b2 detect invalid license thrown by inventory update Chris Meyers 2015-04-14 08:36:55 -04:00
  • caf49979f8 Merge pull request #139 from chrismeyersfsu/fix-logger Chris Meyers 2015-04-14 08:06:10 -04:00
  • f8a940f5ac per @cchurch recomendation, log using the awx.fact namespace Chris Meyers 2015-04-14 07:18:52 -04:00
  • 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. Matthew Jones 2015-04-13 21:57:13 -04:00
  • 5787e4a67f removed logger call Chris Meyers 2015-04-13 19:52:27 -04:00
  • d21d3ee191 Merge pull request #135 from chrismeyersfsu/fix-cancel_job_template_with_survey Chris Meyers 2015-04-13 19:44:28 -04:00
  • e1fe342535 Correctly fix CSS syntax error Joe Fiorini 2015-04-13 18:15:16 -04:00
  • c4fa0efb83 Merge pull request #134 from joefiorini/autoprefixer Joe Fiorini 2015-04-13 18:11:49 -04:00
  • 06b5503010 Merge pull request #136 from jaredevantabor/simplify-jobs-page jaredevantabor 2015-04-13 18:01:10 -04:00
  • 9af7a428ab removing unneeded files and adjusting height logic Jared Tabor 2015-04-13 17:58:08 -04:00
  • 1dd45852a6 Merge pull request #132 from cchurch/ui_version_query_string Chris Church 2015-04-13 17:07:18 -04:00
  • 157f4b8062 Add placeholder template to keep build working Joe Fiorini 2015-04-13 15:52:02 -04:00
  • bbe23b0071 Merge pull request #133 from chrismeyersfsu/feature-cleanup_facts Chris Meyers 2015-04-13 15:10:10 -04:00
  • 6525120c15 model and task support for launching openstack inventory updates Matthew Jones 2015-04-13 15:05:58 -04:00
  • 8b225e333b Fix to delete/cancel jobs Jared Tabor 2015-04-13 14:48:39 -04:00
  • 6698fb542f job cancelation of job templates with surveys wont send extra_vars so don't expect them to Chris Meyers 2015-04-13 14:47:12 -04:00
  • a22b5e773e Fix syntax errors in less templates Joe Fiorini 2015-04-02 10:16:55 -04:00
  • 7ecddcfa70 flake8 Chris Meyers 2015-04-13 11:53:27 -04:00
  • c1dc55fceb Merging chrismeyers's openstack work branch changes to the core openstack module. Adding python-netifaces dependency for setup packaging Matthew Jones 2015-04-13 11:47:18 -04:00
  • 768d9d65b9 Upgrading some novaclient specific vendored modules Matthew Jones 2015-04-13 11:35:24 -04:00
  • 9cffbd63c2 Schedule search widget, and fix buttons for jobs Jared Tabor 2015-04-13 11:16:25 -04:00
  • 44e5db39ab implemented cleanup_facts command + tests Chris Meyers 2015-04-10 07:34:26 -04:00
  • 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 Chris Church 2015-04-10 16:20:57 -04:00
  • 3b66dbed03 Fix those flaking warnings. Chris Church 2015-04-10 15:16:06 -04:00
  • eabe4bdf02 Made jobs page use 1 pane with tabs Jared Tabor 2015-04-10 14:29:46 -04:00
  • 090456a247 Add grace_period_remaining to allow adding hosts with AWS licenses. Fixes https://trello.com/c/bw6JbrhW Chris Church 2015-04-10 14:18:08 -04:00
  • c197f90e45 Comment out jshint+csslint from django_jenkins James Laska 2015-04-10 09:54:41 -04:00
  • 48bbac7f18 Fix flake8 warnings. Chris Church 2015-04-09 22:55:53 -04:00
  • 0d9d9db1f9 Fix for failing ad hoc command unit tests. Chris Church 2015-04-09 22:08:33 -04:00
  • aa0c16d726 Add choices for job and ad hoc command verbosity. Chris Church 2015-04-09 18:55:42 -04:00