Commit Graph

  • 0687168e5e Don't use Redis as cache when running tests. Chris Church 2016-02-25 15:31:53 -05:00
  • 891e06d6ef Add config for using Redis as cache, add memoize function to store results in cache. Chris Church 2016-02-23 16:23:19 -05:00
  • 9f3d9fa78a carry over survey passwords from old relaunched job AlanCoding 2016-08-05 15:59:11 -04:00
  • 17ac2cee42 Put survey passwords in job field AlanCoding 2016-08-05 15:11:28 -04:00
  • f30292c7f1 Merge pull request #3192 from wwitzel3/test-refactoring Wayne Witzel III 2016-08-04 11:17:42 -04:00
  • 8be9e2b13e Merge pull request #3183 from mabashian/3165-job-tag-empty-string Michael Abashian 2016-08-04 10:42:49 -04:00
  • c5b005fd35 refactor start_event_queryset into model Wayne Witzel III 2016-08-03 15:37:40 -04:00
  • 3850b96da2 Re-enable API settings URLs. Chris Church 2016-08-03 14:56:09 -04:00
  • 059c2b0830 Merge pull request #3191 from AlanCoding/job_schema Alan Rominger 2016-08-03 14:20:17 -04:00
  • 629eaebdee Merge pull request #3190 from jaredevantabor/notifications-popover Jared Tabor 2016-08-03 08:48:30 -07:00
  • 2955af705e fix error in job schema introduced in ask_skip_tags change AlanCoding 2016-08-03 11:37:11 -04:00
  • d848fcfc4f Fixing recent jobs & recent syncs tooltip for inventories Jared Tabor 2016-08-02 17:45:02 -07:00
  • 3f69be1a86 Fixing popover for notification template status icon Jared Tabor 2016-08-02 14:42:21 -07:00
  • f4d7388ce2 Merge pull request #3176 from mabashian/2903-event-summary-dots-v3 Michael Abashian 2016-08-02 11:08:34 -04:00
  • facb0e06d3 Merge pull request #3175 from mabashian/3072-inv-manage-host-checkboxes Michael Abashian 2016-08-02 11:08:13 -04:00
  • 0d7a7ae57f Fixed bug where clearing out job/skip tags to an empty string wasn't be applied when launching a job Michael Abashian 2016-08-02 10:58:24 -04:00
  • a4af82254e fix search defaults for lists John Mitchell 2016-08-02 11:03:10 -04:00
  • e93fde2f1a Add VMware provider for Vagrant images and rename make targets (#3180) Graham Mainwaring 2016-08-02 10:44:29 -04:00
  • d6c4c12c32 add API test coverage for empty tags and skip_tags AlanCoding 2016-08-02 10:43:51 -04:00
  • 720eb8d6fb adding more credential parsing coverage Wayne Witzel III 2016-08-02 10:39:16 -04:00
  • da0b8ad2ff moving from old to unit folder Wayne Witzel III 2016-08-02 10:39:02 -04:00
  • 7f5fe52def Merge pull request #3178 from wenottingham/release_3.0.2 Bill Nottingham 2016-08-02 10:24:47 -04:00
  • eeda3ce4a1 Merge pull request #3173 from AlanCoding/3115_ask_skip_tags Alan Rominger 2016-08-02 10:21:03 -04:00
  • c6ecdbbfc1 remove unrelated field from ask_skip_tags_on_launch migration and update migration and access.py changes to not conflict with other changes AlanCoding 2016-08-01 16:23:47 -04:00
  • bedcdadcfc job launch read_only fields made more clear AlanCoding 2016-07-27 11:14:15 -04:00
  • 0e702e0a50 Added support for skip_tags in the UI Michael Abashian 2016-07-27 10:44:53 -04:00
  • 0271aa611c add field to JT for asking to skip tags AlanCoding 2016-07-26 09:44:00 -04:00
  • 5d880ad3dc Tweaked params on host events queries so that they all use runner_on_* Michael Abashian 2016-08-01 16:15:37 -04:00
  • af983a02e0 Removed leftover consoles Michael Abashian 2016-08-01 15:53:37 -04:00
  • fc253e2d71 Merge pull request #3174 from anoek/3076 Akita Noek 2016-08-01 15:45:02 -04:00
  • d295dec1e2 Multi-select-list rollback and cleanup to fix checkboxes across multiple pages Michael Abashian 2016-08-01 15:39:42 -04:00
  • 16959ef17d Merge pull request #3171 from AlanCoding/2567_AS_group_inv Alan Rominger 2016-08-01 15:40:47 -04:00
  • 1352fe822d Merge pull request #3172 from AlanCoding/3118_role_read Alan Rominger 2016-08-01 15:40:21 -04:00
  • 4881529688 Merge branch 'ui_release_3.0.1' into release_3.0.2 Matthew Jones 2016-08-01 13:29:19 -04:00
  • 3e1c0111f5 Merge branch 'api_release_3.0.1' into release_3.0.2 Matthew Jones 2016-08-01 13:23:37 -04:00
  • 0189cd3d0c Bump version for 3.0.2 Matthew Jones 2016-08-01 11:55:30 -04:00
  • 572f62e22a Merge branch 'stable' into devel Matthew Jones 2016-08-01 11:51:26 -04:00
  • d2c040439e Merge pull request #3166 from AlanCoding/3163_host_box Alan Rominger 2016-08-01 10:12:47 -04:00
  • 27470b0648 Merge pull request #3160 from wwitzel3/api_3.0.1 Wayne Witzel III 2016-07-29 12:37:26 -04:00
  • 5dbbaf4105 add code to HostAccess can_add so the browsable API will work AlanCoding 2016-07-29 12:02:40 -04:00
  • 4e93475be1 Merge branch 'release_3.0.1' into stable James Laska 2016-07-29 11:31:50 -04:00
  • b862a13d92 update unit tetsts Wayne Witzel III 2016-07-29 11:20:05 -04:00
  • 9baa9594c7 use get_object_or_400 to fetch Role Wayne Witzel III 2016-07-29 11:19:43 -04:00
  • b127e74ae4 refactor to unit tests Wayne Witzel III 2016-07-29 10:37:49 -04:00
  • 52865eea6a restrict User.admin_role membership changes through RoleUsersList Wayne Witzel III 2016-07-29 09:42:04 -04:00
  • a431ac7854 fix test Wayne Witzel III 2016-07-28 20:49:31 -04:00
  • 06bb8871d7 do not allow membership changes to User.admin_role Wayne Witzel III 2016-07-28 19:26:30 -04:00
  • df4a854ff0 Merge pull request #3162 from kensible/btn-primary-blue kensible 2016-07-29 10:42:23 -04:00
  • 3f7ff74e28 Returning btn-primary to blue Ken Hoes 2016-07-29 10:19:51 -04:00
  • a078254508 Merge pull request #3157 from AlanCoding/3129 Alan Rominger 2016-07-28 20:20:00 -04:00
  • 1fb173b2e5 RoleTeam and TeamRole sublist NotFound exception handling and test update AlanCoding 2016-07-28 11:15:08 -04:00
  • af7b87c73b Merge pull request #3155 from mabashian/3057-adhoc-relaunch-password Michael Abashian 2016-07-28 14:36:04 -04:00
  • d1503c4327 Merge pull request #3154 from kensible/3149-adhoc-job-breadcrumbs kensible 2016-07-28 11:58:13 -04:00
  • 951d8e1555 Check that venv is activated before loading wsgi app (#3148) Graham Mainwaring 2016-07-28 10:31:29 -04:00
  • 91fa769202 Fixed adhoc relaunch logic to match normal adhoc launch logic Michael Abashian 2016-07-28 10:26:15 -04:00
  • 978fec2a4a Breadcrumb appears correctly on first run Ken Hoes 2016-07-28 10:16:23 -04:00
  • 1d84139030 Merge pull request #3143 from mabashian/1790-smart-status-vert-align Michael Abashian 2016-07-28 09:31:28 -04:00
  • 3a66c83e7c Merge pull request #3151 from jaredevantabor/O-auth Jared Tabor 2016-07-27 14:22:42 -07:00
  • 2895c9fe9c Merge pull request #3150 from AlanCoding/3146_org_admin_sys_aud Alan Rominger 2016-07-27 17:16:39 -04:00
  • 945635eb70 also limit creation of system auditors to superusers AlanCoding 2016-07-27 16:54:50 -04:00
  • 45e506ec0f Make check for idle session more specific Jared Tabor 2016-07-27 11:28:05 -07:00
  • 3b451ccebb Merge pull request #3130 from kensible/2797-long-job-names kensible 2016-07-27 14:24:08 -04:00
  • beed576292 Merge pull request #3128 from kensible/3122-audit-0725 kensible 2016-07-27 14:23:19 -04:00
  • 0c8946702c Merge pull request #3139 from AlanCoding/3096_show_sys_JT Alan Rominger 2016-07-27 14:21:24 -04:00
  • 3e5244821f Vertically center smart status icons if they are all of one type Michael Abashian 2016-07-27 13:30:12 -04:00
  • 1d951a7eff use same model method to determine read permission as we do in the views AlanCoding 2016-07-27 12:13:38 -04:00
  • 32a9c812e3 special case filter to show inventory id for group AlanCoding 2016-07-27 11:48:22 -04:00
  • e27ce600c5 add system job templates to the unified JT list AlanCoding 2016-07-27 10:28:53 -04:00
  • f53a1b8f6c Use foreman.id instead James Laska 2016-07-27 10:18:10 -04:00
  • 3e0d9e4d03 Merge pull request #3126 from wwitzel3/3.0.1 Wayne Witzel III 2016-07-27 09:50:26 -04:00
  • 846391eebe Merge pull request #3086 from mabashian/3065-group-schedule-tooltip Michael Abashian 2016-07-27 09:18:53 -04:00
  • a0c563e831 flake8 fixups Wayne Witzel III 2016-07-26 14:50:48 -04:00
  • 44b2f8f1fb Fixed display of non-breaking names Ken Hoes 2016-07-26 14:19:46 -04:00
  • d5674672f5 Continuing audit work Ken Hoes 2016-07-26 09:12:50 -04:00
  • a4b4c797de Merge pull request #3090 from mabashian/3084-error-prompt-enter Michael Abashian 2016-07-26 13:09:58 -04:00
  • 345e596877 Merge pull request #3085 from mabashian/3083-inv-perm-search Michael Abashian 2016-07-26 13:09:34 -04:00
  • df1464d4bf fixing tests for new team role assignment restrictions Wayne Witzel III 2016-07-26 12:10:19 -04:00
  • 74b013aad0 driveby cleanup Wayne Witzel III 2016-07-26 12:09:58 -04:00
  • 9bad20cee3 do not allow assignment of system roles or user.admin_role to teams Wayne Witzel III 2016-07-26 12:09:36 -04:00
  • 69432e8586 Merge pull request #3113 from kensible/1798-select2-open-radius kensible 2016-07-26 08:22:35 -04:00
  • 97b4a800c1 remove aws ask at runtime prompt from cred form config, resolves #3055 (#3058) Leigh Johnson 2016-07-18 15:34:59 -04:00
  • 136e1894f5 fix missing URI encoding in event summary serch, kickback on #2980 (#3050) Leigh Johnson 2016-07-18 13:34:53 -04:00
  • bfd037e00b Switch base class for StateConflict Matthew Jones 2016-07-18 12:27:53 -04:00
  • 95f461afb3 Fixed password show/hide on enter for survey maker password type previews Michael Abashian 2016-07-18 10:55:18 -04:00
  • 324b1f8902 Fixed password show/hide on enter for survey taker survey questions where type is password Michael Abashian 2016-07-18 10:35:57 -04:00
  • 1caa5d01b8 Prevent populate_user from being registered multiple times. Chris Church 2016-07-15 16:24:36 -04:00
  • b3d3a6e590 Fixing iterator used when jobs list refreshes Jared Tabor 2016-07-15 08:57:41 -07:00
  • ebdf0e49b5 Explicit super user check for JT can_delete Matthew Jones 2016-07-15 13:48:23 -04:00
  • 574462b4f2 Fix for populating teams for LDAP user. Chris Church 2016-07-15 13:17:25 -04:00
  • d3a541483c Fix up flake8 Matthew Jones 2016-07-15 12:50:59 -04:00
  • dfa42544a6 Rolled back the onExit solution previously implemented to handle the backspace navigation on the job launch modal. New solution listens for state changes within the directive and cleans itself up. Michael Abashian 2016-07-15 12:00:26 -04:00
  • d389233b88 Switch disallowed object delete to 409 Matthew Jones 2016-07-15 11:46:42 -04:00
  • 4af8c98427 Password enter show/hide fix Michael Abashian 2016-07-15 10:45:36 -04:00
  • 633b27b66b add test for CustomInventoryScript serializer Wayne Witzel III 2016-07-15 10:32:52 -04:00
  • 48b31079af Fixed bug where hitting enter in a password field in the job launch/survey maker modal would toggle the show/hide. Michael Abashian 2016-07-15 10:35:15 -04:00
  • 2d2b426374 add read_role to organization select_related AlanCoding 2016-07-14 16:11:29 -04:00
  • a801ee7d52 ensure system admin/auditor can see orphan inventory scripts Wayne Witzel III 2016-07-14 11:16:16 -04:00
  • f0bfcd78d9 Merge pull request #3104 from mabashian/2299-completed-jobs-search Michael Abashian 2016-07-25 17:28:49 -04:00
  • 13bd9211ae Add copyright back with utf-8 encoding James Laska 2016-07-25 15:18:10 -04:00
  • 11d68d1ebe Complete Sat6 integration James Laska 2016-07-25 15:09:16 -04:00