Commit Graph

  • 8e4adfb887 fixed typo in cancel message John Mitchell 2015-10-25 00:15:24 -04:00
  • f73e56439a On logout, log the user out of the UI on all open tabs Jared Tabor 2015-10-23 17:08:44 -07:00
  • f8e4fdf201 change async loading order for form John Mitchell 2015-10-23 12:23:37 -07:00
  • 58f0f9f6e9 fixed alert unnecessary escaping John Mitchell 2015-10-23 09:06:49 -07:00
  • 98e66d8762 fixed conditional of management jobs not showing up for non-superuser John Mitchell 2015-10-23 08:45:50 -07:00
  • 0c9ac94b63 Merge pull request #480 from jlmitch5/fix_failure_update_reason jlmitch5 2015-10-23 08:24:58 -07:00
  • 4603ac5d1c Change dependent job failure message entity ref. Matthew Jones 2015-10-22 10:49:42 -04:00
  • 891c9c0889 Updated the job details failure explanation John Mitchell 2015-10-21 20:35:28 -07:00
  • 8dfc9e482e Revamp options request helper to work for other choice fields John Mitchell 2015-10-21 20:31:21 -07:00
  • 152ddc4f4f Rename task_ to job_ for pre-task fail error Matthew Jones 2015-10-20 21:32:45 -04:00
  • 45982e50e6 Merge branch 'release_2.4.0' into devel Matthew Jones 2015-10-20 16:10:02 -04:00
  • b579b76099 Handle playbook_on_include events from v2 ansible Matthew Jones 2015-10-20 11:17:15 -04:00
  • bcc2cb7914 Merge pull request #479 from chrismeyersfsu/fix-basic_auth_cookies Chris Meyers 2015-10-19 17:07:14 -04:00
  • 1db26531a1 if basic auth in headers, don't use cookie token Chris Meyers 2015-10-19 14:49:15 -04:00
  • 99da0965ef Add a docker-ui container to the compose workflow Matthew Jones 2015-10-19 12:05:52 -04:00
  • b25413002c Fix custom inventory scripts on org deletion Matthew Jones 2015-10-19 12:05:02 -04:00
  • 4692c13a9d Merge pull request #478 from jaredevantabor/session-fixes jaredevantabor 2015-10-16 20:27:48 -07:00
  • d7c78d0b28 adding check for missing session time from local storage Jared Tabor 2015-10-16 20:26:25 -07:00
  • aca31b0ff4 Merge pull request #477 from jlmitch5/system_tracking_date_issues jlmitch5 2015-10-16 21:34:34 -04:00
  • fa2a11d8e7 Properly handle idle/expired session across tabs Jared Tabor 2015-10-16 16:48:09 -07:00
  • ed8aa45693 fixed system tracking date issues John Mitchell 2015-10-16 17:56:46 -04:00
  • 3ae78ca6e8 Fix typo in clean target James Laska 2015-10-15 20:30:36 -04:00
  • 6b9cb0f496 fixed sources scope regions issue John Mitchell 2015-10-15 12:04:57 -04:00
  • e4452fba2b fixed scan date being the earlier one when identical John Mitchell 2015-10-15 10:10:22 -04:00
  • 8d705b01f2 Merge pull request #476 from jlmitch5/fix_adhoc_stdout_load jlmitch5 2015-10-15 09:46:43 -04:00
  • 80c629bf3e fixed the console errors for the sources scope John Mitchell 2015-10-14 19:53:58 -04:00
  • 4049a2cfa4 fixed console error John Mitchell 2015-10-14 18:18:41 -04:00
  • e056a93ea9 fixed standard out load for adhoc commands John Mitchell 2015-10-14 17:40:54 -04:00
  • b45534859f fixing custom inventory script error Jared Tabor 2015-10-14 13:19:36 -07:00
  • 54f308a61b Revert "change list separator for adhoc host patterns" John Mitchell 2015-10-14 16:02:09 -04:00
  • e3d6803df7 Revert "update awFeature ldap to enterprise_auth" John Mitchell 2015-10-14 16:01:37 -04:00
  • ff121a56c1 check for object existence before searching for key on that object Jared Tabor 2015-10-14 09:14:44 -07:00
  • 1bbd5fbe0a Update UI error text for single data picker Matthew Jones 2015-10-14 10:18:41 -04:00
  • f051c13374 list cust inv scripts with deleted orgs Chris Meyers 2015-10-14 07:36:32 -05:00
  • fd33d7df58 Tweak proj rbac for orphaned projects Matthew Jones 2015-10-13 16:40:53 -04:00
  • d0888c1bcb Merge pull request #473 from jaredevantabor/session-fixes jaredevantabor 2015-10-13 12:37:04 -07:00
  • 7e95b3cde7 fixing timer that would log user out on each page refresh Jared Tabor 2015-10-12 15:23:36 -07:00
  • a27a620bcf Remove pdb trace from unit test Matthew Jones 2015-10-13 14:08:32 -04:00
  • 17fe670393 making pendo bootstrapping more explicit Jared Tabor 2015-10-13 10:27:58 -07:00
  • 80f088b39b Merge pull request #474 from wenottingham/release_2.4.0 Bill Nottingham 2015-10-13 11:56:12 -04:00
  • 4b46f33299 Fix up unit tests for overwrite_vars Matthew Jones 2015-10-13 11:38:37 -04:00
  • f7ebf956c1 Remove the created_by access ability for projects Matthew Jones 2015-10-13 11:23:35 -04:00
  • 8d526ff812 prettify api response for job failure explanation John Mitchell 2015-10-13 11:20:06 -04:00
  • 2f23b5c113 remove organization lookup from inventory script query John Mitchell 2015-10-12 23:41:21 -04:00
  • 1969559ee1 change list separator for adhoc host patterns John Mitchell 2015-10-12 19:54:59 -04:00
  • fcb14f27fa Merge pull request #472 from jaredevantabor/ng-pendo jaredevantabor 2015-10-12 12:20:45 -07:00
  • 46aa6dfabb Prevent deleting organizations on basic licenses Matthew Jones 2015-10-12 14:51:36 -04:00
  • 4c14827f46 add placeholder for ansible callback plugin path var Chris Meyers 2015-10-12 13:36:33 -05:00
  • 1bcfc67a52 allow user to add ansible callback plugin paths to job runtime Chris Meyers 2015-10-12 13:33:18 -05:00
  • 98c1301e23 Clean up some flake8 issues Matthew Jones 2015-10-12 14:18:02 -04:00
  • 231a7d8f77 Add rax module to those not scanned by flake8 Matthew Jones 2015-10-12 13:52:17 -04:00
  • 6cd39efb85 Add a cleanup_authtokens management command Matthew Jones 2015-10-12 13:44:22 -04:00
  • ae3f5c220e Change celery task id in dependent job failure msg Matthew Jones 2015-10-12 13:24:03 -04:00
  • 6e2efd3f8a Overwrite should not imply overwrite-vars Matthew Jones 2015-10-12 13:07:50 -04:00
  • 414b8292ab removing ng-pendo from UI packaging Jared Tabor 2015-10-12 09:54:08 -07:00
  • 484a33f9c6 Update azure module from ansible Matthew Jones 2015-10-12 11:46:20 -04:00
  • 7a7e1941b1 Update vmware module from ansible Matthew Jones 2015-10-12 11:44:58 -04:00
  • e7c274b80c Updating rax module from ansible Matthew Jones 2015-10-12 11:41:59 -04:00
  • d382bf6f4f Update to latest GCE inventory module Matthew Jones 2015-10-12 11:35:27 -04:00
  • e75f1890e1 conditionally require cloud credential John Mitchell 2015-10-09 17:47:42 -04:00
  • 8e4c50d7a6 update awFeature ldap to enterprise_auth John Mitchell 2015-10-09 16:00:20 -04:00
  • 8341810ba2 add standard out less file I forgot John Mitchell 2015-10-09 15:59:58 -04:00
  • 8f5a197cd9 made standard out container fixed height on standard out views John Mitchell 2015-10-09 14:33:47 -04:00
  • 9dd0c7ae1f Fix api static location references for api browser Matthew Jones 2015-10-09 14:26:00 -04:00
  • 40d2b9c9be Revert "Bump version number for devel to 3.0" Matthew Jones 2015-10-09 12:22:42 -04:00
  • 4dc56e5d66 Fix an issue with ansible 2.0 and our fact cacher Matthew Jones 2015-10-09 12:17:17 -04:00
  • 523a96ebce Add mongo shell container entrypoint also Matthew Jones 2015-10-09 12:16:49 -04:00
  • 531f00b1ac rm the old docker run container after stopping Matthew Jones 2015-10-09 12:03:25 -04:00
  • c8ede9bb9a fixed prod error for pendo John Mitchell 2015-10-09 11:58:28 -04:00
  • e543a806ee Bump version number for devel to 3.0 Matthew Jones 2015-10-06 10:30:48 -04:00
  • aa9357fb14 Include new social auth settings in compose Matthew Jones 2015-10-05 14:02:38 -04:00
  • ad95548d48 Fix up docker compose local settings Matthew Jones 2015-10-05 14:00:11 -04:00
  • bfc9512dc7 Also remove .deps_built with make clean Matthew Jones 2015-10-05 13:55:59 -04:00
  • 950a299c87 Add swig to dependencies for compose Matthew Jones 2015-10-05 13:21:38 -04:00
  • f85fb0551d Add libxmlsec1-dev to the docker compose workflow Matthew Jones 2015-10-05 12:07:17 -04:00
  • 4d7c02aae3 Merge pull request #471 from chrismeyersfsu/fix-consolidate_config Chris Meyers 2015-10-09 10:09:02 -04:00
  • dfdd567cbc Merge pull request #470 from chrismeyersfsu/feature-license_enforce2 Chris Meyers 2015-10-09 10:08:51 -04:00
  • ad383ebccc license enforcement Chris Meyers 2015-10-08 17:18:15 -04:00
  • d937f996ae adding ng-pendo.js Jared Tabor 2015-10-08 14:09:50 -04:00
  • 0a63aaa5ef Merge pull request #468 from jaredevantabor/pendo3 jaredevantabor 2015-10-08 13:14:23 -04:00
  • fa4dd9a335 load pa.min.js for pendo on demand Jared Tabor 2015-10-08 11:14:24 -04:00
  • b6e51a0cd4 updated $http call to angular 1.4 implementation Jared Tabor 2015-10-06 17:42:17 -04:00
  • 4ea2e10f1c rejecting promise on requestError REST interceptor Jared Tabor 2015-10-06 12:10:51 -04:00
  • 6883d70805 fixed tmp dir deletion in make clean jlmitch5 2015-10-05 15:24:43 -04:00
  • 8cfe02f5fb fixed ui implementation of get adhoc permission label John Mitchell 2015-10-06 11:24:38 -04:00
  • 8908f77fea add token to href of downloadable standard out John Mitchell 2015-10-06 15:31:11 -04:00
  • 3b961cf4f2 Merge pull request #466 from matburt/use_waitfor_not_sleep Matthew Jones 2015-10-07 15:53:18 -04:00
  • 9928707588 Merge pull request #465 from wenottingham/release_2.4.0 Bill Nottingham 2015-10-07 15:32:49 -04:00
  • 916391d0b3 Fix base class import on Ansible 2.0. Bill Nottingham 2015-10-07 13:03:52 -04:00
  • 83fe3282dc add basic auth enabled / disabled setting Chris Meyers 2015-10-07 09:19:22 -04:00
  • dcd731071f pin django debug toolbar for django dep reason Chris Meyers 2015-10-06 20:24:30 -04:00
  • f213577f6b expose session settings to user Chris Meyers 2015-10-06 10:37:13 -04:00
  • 815081eec1 correct egg names for pip dependency resolution Chris Meyers 2015-10-05 13:58:55 -04:00
  • 02db736166 Merge pull request #464 from chrismeyersfsu/feature-setting_basic_auth Chris Meyers 2015-10-07 09:23:16 -04:00
  • bc971da3a1 Merge pull request #463 from chrismeyersfsu/devel Chris Meyers 2015-10-07 09:22:44 -04:00
  • 96e282dbaf add basic auth enabled / disabled setting Chris Meyers 2015-10-07 09:19:22 -04:00
  • 5942819d86 Merge branch 'feature-auth_config' into devel Chris Meyers 2015-10-07 08:55:05 -04:00
  • e71189466c pin django debug toolbar for django dep reason Chris Meyers 2015-10-06 20:24:30 -04:00
  • 116b0849a7 updated $http call to angular 1.4 implementation Jared Tabor 2015-10-06 17:42:17 -04:00
  • 6da39aeac2 Fix AMI publish playbook James Laska 2015-10-06 16:20:03 -04:00