Commit Graph

  • 23aca083eb Added and updated several credential creation and listing API endpoints Akita Noek 2016-04-01 16:57:08 -04:00
  • 28acc9516d Hopefully fix ContentType problem hit during 2.4 -> 3.0 upgrade migration Akita Noek 2016-04-01 15:18:48 -04:00
  • 4882bef180 fix job templates endpoint rbacism update Chris Meyers 2016-04-01 15:13:46 -04:00
  • ff5935ccfd Merge branch 'test-labels' into devel Chris Meyers 2016-04-01 13:36:41 -04:00
  • a01b2913bb mockity mock mock Chris Meyers 2016-03-28 15:30:38 -04:00
  • 0a43242b0e Merge pull request #1378 from leigh-johnson/devel Leigh 2016-04-01 12:17:16 -04:00
  • 25f6200dd5 remove old docker build instructions Leigh Johnson 2016-04-01 10:50:51 -04:00
  • 097fba690b update docker-compose build, resolves #1377 Leigh Johnson 2016-04-01 10:35:07 -04:00
  • bf5db9cf83 Merge pull request #1373 from wwitzel3/devel Wayne Witzel III 2016-04-01 09:31:06 -04:00
  • 2d8d2e5422 Merge branch 'rbac' into devel Wayne Witzel III 2016-04-01 09:28:54 -04:00
  • 8ff9f93eb7 Merge branch 'devel' of github.com:ansible/ansible-tower into devel Wayne Witzel III 2016-04-01 09:26:24 -04:00
  • a4ee862b6a Merge pull request #1372 from wwitzel3/rbac Akita Noek 2016-04-01 09:25:39 -04:00
  • d7a81c62d3 fixup inventory migration from PR feedback Wayne Witzel III 2016-04-01 09:21:45 -04:00
  • 1d2d043c29 fixes:#1371 - migration log write permissions Wayne Witzel III 2016-04-01 09:06:40 -04:00
  • 498e5b5fb1 Merge pull request #1309 from ansible/rbac Wayne Witzel III 2016-03-31 15:57:14 -04:00
  • bb345f48fd Merge pull request #1366 from jaredevantabor/host-codemirror-fix Jared Tabor 2016-03-31 12:30:20 -07:00
  • c51501223c Fixing scope passed to CodeMirror factory on hosts route Jared Tabor 2016-03-31 12:00:28 -07:00
  • 935e3921ca Merge pull request #1365 from anoek/rbac Akita Noek 2016-03-31 14:29:17 -04:00
  • b9a6f00da2 Reverted attempted fix of ActivityStreamAccess Akita Noek 2016-03-31 14:21:31 -04:00
  • 2b4edf1a56 Merge pull request #1363 from wwitzel3/rbac Wayne Witzel III 2016-03-31 14:20:55 -04:00
  • ed17be242d more unicode fixes Wayne Witzel III 2016-03-31 14:20:16 -04:00
  • d7a4e0ca99 Merge branch 'rbac' of github.com:ansible/ansible-tower into rbac Wayne Witzel III 2016-03-31 12:41:47 -04:00
  • d68fc7a185 create actual QuerySets Wayne Witzel III 2016-03-31 12:41:34 -04:00
  • ca6a71d76a Merge pull request #1361 from anoek/rbac Akita Noek 2016-03-31 11:34:05 -04:00
  • 0ca3c62273 Merge pull request #1360 from anoek/rbac Akita Noek 2016-03-31 11:32:17 -04:00
  • 219c09728d Merge branch 'devel' of github.com:ansible/ansible-tower into rbac Akita Noek 2016-03-31 11:32:02 -04:00
  • 2de83e63c3 Fixed up unified jobs/job templates api endpoints Akita Noek 2016-03-31 11:24:08 -04:00
  • 344588b102 Merge pull request #1353 from anoek/rbac Wayne Witzel III 2016-03-31 11:22:44 -04:00
  • 55b06e4d8b Merge pull request #1358 from wwitzel3/rbac Wayne Witzel III 2016-03-31 11:21:04 -04:00
  • 24e20abb1b more unicode safety Wayne Witzel III 2016-03-31 11:20:19 -04:00
  • 359da2d958 Merge pull request #1303 from kensible/1044-inventory-manageModal kensible 2016-03-31 11:16:07 -04:00
  • 5de3d57980 return actual QuerySet objects Wayne Witzel III 2016-03-31 11:14:08 -04:00
  • 0101d53876 super(type(obj),self) -> super(Class, self) fixes Akita Noek 2016-03-31 10:53:27 -04:00
  • ab03441133 Let exceptions better bubble up through reverse_gfk Akita Noek 2016-03-31 10:31:37 -04:00
  • 0479c17256 Made reverse_gfk implementation suck a whole lot less Akita Noek 2016-03-31 10:21:02 -04:00
  • 0360093622 Merge pull request #1356 from jlmitch5/rbac_perm_ui Akita Noek 2016-03-31 10:51:14 -04:00
  • f9cc986d85 Merge pull request #1355 from wwitzel3/rbac Akita Noek 2016-03-31 10:46:47 -04:00
  • 064a04cf16 update to perm ui for rbac branch John Mitchell 2016-03-31 10:43:29 -04:00
  • 70c7c0242b comment out ansible help service John Mitchell 2016-03-14 10:13:19 -04:00
  • 38a857c58e Merge pull request #1322 from AlanCoding/822_keystone_by_new_field_2 Alan Rominger 2016-03-31 10:44:34 -04:00
  • ad2c2af22e fixed get_queryset methods in access Wayne Witzel III 2016-03-31 10:42:43 -04:00
  • ed0770b707 Updates based on PR feedback. Ken Hoes 2016-03-31 10:32:04 -04:00
  • fa67bd3f0e unicode safety Wayne Witzel III 2016-03-31 10:24:09 -04:00
  • 2ae47a6bab do not use _in for single item Wayne Witzel III 2016-03-31 10:23:39 -04:00
  • 634f7be692 use explicit class in super to keep the view inheritable Wayne Witzel III 2016-03-31 10:23:25 -04:00
  • 3d05493c54 use exists instead of count Wayne Witzel III 2016-03-31 10:22:10 -04:00
  • 2bb9b8a6fe Merge pull request #1352 from wwitzel3/rbac Akita Noek 2016-03-31 10:06:20 -04:00
  • d20d67d5f3 Merge pull request #1350 from anoek/rbac Wayne Witzel III 2016-03-31 10:05:59 -04:00
  • a1d1ddee2b cleaner get/create impl Wayne Witzel III 2016-03-31 09:58:23 -04:00
  • e84008fe51 use len instead of count to take advantage of cache Wayne Witzel III 2016-03-31 09:58:05 -04:00
  • c61c8b2b45 Revert accidental active_flag removal changes in south_migrations Akita Noek 2016-03-31 09:48:14 -04:00
  • 531c6afa58 further clarify OpenStack options, consolidate to one PopOver AlanCoding 2016-03-30 16:20:06 -04:00
  • 728c41f03a Split active flag removal migration into two migrations Akita Noek 2016-03-31 09:35:05 -04:00
  • 534faf011c count->exists Akita Noek 2016-03-30 15:50:58 -04:00
  • 156aeb931f count -> exists Akita Noek 2016-03-30 15:40:39 -04:00
  • 6b5c4338cc Removed superfluous method definition Akita Noek 2016-03-30 14:35:32 -04:00
  • 330acc85ae Merge pull request #1346 from wwitzel3/rbac Akita Noek 2016-03-31 09:08:41 -04:00
  • 1095ecc392 Merge pull request #1311 from leigh-johnson/HostEventModal Leigh 2016-03-30 21:37:36 -04:00
  • 12df7dadc0 Merge pull request #1300 from mabashian/job-events-fix Michael Abashian 2016-03-30 19:26:47 -04:00
  • 097bd805fa make migrations unicode safe, fixes #1345 Wayne Witzel III 2016-03-30 16:36:49 -04:00
  • f6d174c337 remove ID wording from label, it is not correct AlanCoding 2016-03-29 15:18:51 -04:00
  • fa92b2e851 back out openstack_v3 options but retain v3 functionality AlanCoding 2016-03-28 15:02:56 -04:00
  • ca3b2f3664 Merge pull request #1337 from jlmitch5/babelify jlmitch5 2016-03-30 15:35:32 -04:00
  • e1ee5d396d Don't manage mongo in ansible-tower-service script James Laska 2016-03-30 09:09:07 -04:00
  • d48f832e35 add full babel es6 support to tower John Mitchell 2016-03-29 23:58:13 -04:00
  • 33a31a1da7 Merge pull request #1336 from wwitzel3/rbac Akita Noek 2016-03-29 20:45:40 -04:00
  • fc5d497ce6 Merge pull request #1329 from cchurch/take-me-back-to-the-good-old-ways-of-pagination Chris Church 2016-03-29 19:05:44 -04:00
  • 82b72f99ca add rbac migration logging and reduce memory consumption Wayne Witzel III 2016-03-29 17:16:26 -04:00
  • 2ef6f764d2 remove name column from Host Events modal, resolves #1132 Leigh Johnson 2016-03-29 17:12:30 -04:00
  • 16ff69af0f Merge pull request #1330 from cchurch/go-away-you-stinking-tooltips Chris Church 2016-03-29 16:37:45 -04:00
  • c1c444fd3c Flake8 fix. Chris Church 2016-03-29 15:19:17 -04:00
  • e0bd2fee1b Merge pull request #1326 from cchurch/openssh-key-newline Chris Church 2016-03-29 15:17:39 -04:00
  • 40738b3055 Merge pull request #1325 from cchurch/fix-help-text-for-common-fields Chris Church 2016-03-29 15:17:26 -04:00
  • 615f7b50dc Fix browsable API tooltips that linger. Chris Church 2016-03-29 14:26:43 -04:00
  • 1b9c5ef55b Keep page number in previous link for page 1. Chris Church 2016-03-29 13:56:41 -04:00
  • 77f064d728 Keep model meta around in base serializer. Chris Church 2016-03-29 13:27:49 -04:00
  • 3660b04d62 Add trailing newline to key data for OpenSSH formatted keys. Chris Church 2016-03-28 18:33:46 -04:00
  • 895e082e08 Damn you, flake8. Chris Church 2016-03-28 18:19:20 -04:00
  • aedf1d87ab Fix help text in OPTIONS for common, read-only fields. Also fix display of None for foreign key fields in browsable API help. Chris Church 2016-03-28 18:00:53 -04:00
  • d51f56af9c Merge pull request #1327 from cchurch/no-scan-for-you Chris Church 2016-03-29 11:01:54 -04:00
  • e248937595 Remove scan as an option for job type on ad hoc commands. Chris Church 2016-03-28 18:42:03 -04:00
  • d0f3248d79 quick change to copy template name building, misc #1131 work Leigh Johnson 2016-03-28 17:34:37 -04:00
  • cd698f0ea1 Removed Munin config for Mongo Graham Mainwaring 2016-03-28 14:43:27 -04:00
  • 141f5e807e Merge pull request #1321 from chrismeyersfsu/feature-labels_summary Chris Meyers 2016-03-28 14:39:50 -04:00
  • 8866f2a738 adds labels to jt and j summary fields Chris Meyers 2016-03-28 13:39:00 -04:00
  • 323b13f18c add labels to /api/v1/ Chris Meyers 2016-03-28 13:33:55 -04:00
  • 66bab4fcf2 Visual updates. Added in Create Host title. Ken Hoes 2016-03-28 11:04:01 -04:00
  • 1c5ea258ed Merge pull request #1316 from anoek/rbac Akita Noek 2016-03-28 10:47:45 -04:00
  • af0b5b42c0 Merged label migrations; Active flag removal on new label system Akita Noek 2016-03-28 10:37:06 -04:00
  • 3b233f828e Merge branch 'devel' of github.com:ansible/ansible-tower into rbac Akita Noek 2016-03-28 09:23:53 -04:00
  • 18d2a30ff4 skip test for current devel branch, planned for RBAC AlanCoding 2016-03-28 09:17:08 -04:00
  • 4ff73b2630 Merge pull request #1305 from chrismeyersfsu/feature-labels Chris Meyers 2016-03-28 09:01:12 -04:00
  • 488b333387 fix incorrect color var, yoink eventviewer.html #1131 Leigh Johnson 2016-03-27 21:07:51 -04:00
  • 45ec13e5d5 yoink EventViewer dependency #1131 Leigh Johnson 2016-03-27 20:35:15 -04:00
  • 05b8538fde Job Detail - host event modal, refactor EventViewer into job-details/host-event/ module #1131 Leigh Johnson 2016-03-25 14:39:45 -04:00
  • 051ef4220e Merge pull request #1310 from anoek/rbac Akita Noek 2016-03-26 11:41:39 -04:00
  • 97f16c7779 Added some select_related fields to a few endpoints so performance sucks less Akita Noek 2016-03-26 10:10:52 -04:00
  • 7310f9aa44 Be lazier with original parent role computations to avoid unnecessary queries Akita Noek 2016-03-26 09:56:57 -04:00
  • 712ec98f54 Fixed Credential creation in generate_dummy_data command Akita Noek 2016-03-26 09:08:17 -04:00
  • ce5be7faa5 Moved awx packages inside venv, restructured spec file, restructured Makefile Graham Mainwaring 2016-03-25 13:10:47 -04:00