Wayne Witzel III
498e5b5fb1
Merge pull request #1309 from ansible/rbac
...
Quick swap out of our old permission system to a proper RBAC system
2016-03-31 15:57:14 -04:00
Jared Tabor
bb345f48fd
Merge pull request #1366 from jaredevantabor/host-codemirror-fix
...
Fixing scope passed to CodeMirror factory on hosts route
2016-03-31 12:30:20 -07:00
Jared Tabor
c51501223c
Fixing scope passed to CodeMirror factory on hosts route
2016-03-31 12:11:59 -07:00
Akita Noek
935e3921ca
Merge pull request #1365 from anoek/rbac
...
Reverted attempted fix of ActivityStreamAccess
2016-03-31 14:29:17 -04:00
Akita Noek
b9a6f00da2
Reverted attempted fix of ActivityStreamAccess
...
Related to #1364
2016-03-31 14:28:19 -04:00
Wayne Witzel III
2b4edf1a56
Merge pull request #1363 from wwitzel3/rbac
...
RBAC PR Fixes
2016-03-31 14:20:55 -04:00
Wayne Witzel III
ed17be242d
more unicode fixes
2016-03-31 14:20:16 -04:00
Wayne Witzel III
d7a4e0ca99
Merge branch 'rbac' of github.com:ansible/ansible-tower into rbac
2016-03-31 12:41:47 -04:00
Wayne Witzel III
d68fc7a185
create actual QuerySets
2016-03-31 12:41:34 -04:00
Akita Noek
ca6a71d76a
Merge pull request #1361 from anoek/rbac
...
Merge devel
2016-03-31 11:34:05 -04:00
Akita Noek
0ca3c62273
Merge pull request #1360 from anoek/rbac
...
Fixed up unified jobs/job templates api endpoints
2016-03-31 11:32:17 -04:00
Akita Noek
219c09728d
Merge branch 'devel' of github.com:ansible/ansible-tower into rbac
2016-03-31 11:32:02 -04:00
Akita Noek
2de83e63c3
Fixed up unified jobs/job templates api endpoints
2016-03-31 11:24:37 -04:00
Wayne Witzel III
344588b102
Merge pull request #1353 from anoek/rbac
...
Made reverse_gfk implementation suck a whole lot less
2016-03-31 11:22:44 -04:00
Wayne Witzel III
55b06e4d8b
Merge pull request #1358 from wwitzel3/rbac
...
RBAC PR Fixes
2016-03-31 11:21:04 -04:00
Wayne Witzel III
24e20abb1b
more unicode safety
2016-03-31 11:20:19 -04:00
kensible
359da2d958
Merge pull request #1303 from kensible/1044-inventory-manageModal
...
1044 inventory manage modalectomy
2016-03-31 11:16:07 -04:00
Wayne Witzel III
5de3d57980
return actual QuerySet objects
2016-03-31 11:14:08 -04:00
Akita Noek
0101d53876
super(type(obj),self) -> super(Class, self) fixes
2016-03-31 10:54:01 -04:00
Akita Noek
ab03441133
Let exceptions better bubble up through reverse_gfk
2016-03-31 10:54:01 -04:00
Akita Noek
0479c17256
Made reverse_gfk implementation suck a whole lot less
...
#1342
2016-03-31 10:54:01 -04:00
Akita Noek
0360093622
Merge pull request #1356 from jlmitch5/rbac_perm_ui
...
Rbac perm ui
2016-03-31 10:51:14 -04:00
Akita Noek
f9cc986d85
Merge pull request #1355 from wwitzel3/rbac
...
RBAC PR Fixes
2016-03-31 10:46:47 -04:00
John Mitchell
064a04cf16
update to perm ui for rbac branch
2016-03-31 10:44:41 -04:00
John Mitchell
70c7c0242b
comment out ansible help service
2016-03-31 10:44:41 -04:00
Alan Rominger
38a857c58e
Merge pull request #1322 from AlanCoding/822_keystone_by_new_field_2
...
Back out openstack_v3 options but retain v3 functionality
2016-03-31 10:44:34 -04:00
Wayne Witzel III
ad2c2af22e
fixed get_queryset methods in access
2016-03-31 10:42:43 -04:00
Ken Hoes
ed0770b707
Updates based on PR feedback.
2016-03-31 10:32:04 -04:00
Wayne Witzel III
fa67bd3f0e
unicode safety
2016-03-31 10:24:09 -04:00
Wayne Witzel III
2ae47a6bab
do not use _in for single item
2016-03-31 10:23:42 -04:00
Wayne Witzel III
634f7be692
use explicit class in super to keep the view inheritable
2016-03-31 10:23:25 -04:00
Wayne Witzel III
3d05493c54
use exists instead of count
2016-03-31 10:22:10 -04:00
Akita Noek
2bb9b8a6fe
Merge pull request #1352 from wwitzel3/rbac
...
RBAC PR Fixes
2016-03-31 10:06:20 -04:00
Wayne Witzel III
d20d67d5f3
Merge pull request #1350 from anoek/rbac
...
Split active flag removal migration
2016-03-31 10:05:59 -04:00
Wayne Witzel III
a1d1ddee2b
cleaner get/create impl
2016-03-31 09:58:23 -04:00
Wayne Witzel III
e84008fe51
use len instead of count to take advantage of cache
2016-03-31 09:58:05 -04:00
Akita Noek
c61c8b2b45
Revert accidental active_flag removal changes in south_migrations
...
Fixes #1349
2016-03-31 09:48:14 -04:00
AlanCoding
531c6afa58
further clarify OpenStack options, consolidate to one PopOver
2016-03-31 09:40:01 -04:00
Akita Noek
728c41f03a
Split active flag removal migration into two migrations
...
Re #1344
https://docs.djangoproject.com/en/1.8/ref/migration-operations/#runpython
2016-03-31 09:39:50 -04:00
Akita Noek
534faf011c
count->exists
2016-03-31 09:39:50 -04:00
Akita Noek
156aeb931f
count -> exists
2016-03-31 09:39:50 -04:00
Akita Noek
6b5c4338cc
Removed superfluous method definition
2016-03-31 09:39:50 -04:00
Akita Noek
330acc85ae
Merge pull request #1346 from wwitzel3/rbac
...
make migrations unicode safe, fixes #1345
2016-03-31 09:08:41 -04:00
Leigh
1095ecc392
Merge pull request #1311 from leigh-johnson/HostEventModal
...
Refactor HostViewer into job-details/host-event module
2016-03-30 21:37:36 -04:00
Wayne Witzel III
097bd805fa
make migrations unicode safe, fixes #1345
2016-03-30 16:40:43 -04:00
AlanCoding
f6d174c337
remove ID wording from label, it is not correct
2016-03-30 16:20:20 -04:00
AlanCoding
fa92b2e851
back out openstack_v3 options but retain v3 functionality
2016-03-30 16:20:20 -04:00
jlmitch5
ca3b2f3664
Merge pull request #1337 from jlmitch5/babelify
...
add full babel es6 support to tower
2016-03-30 15:35:32 -04:00
James Laska
e1ee5d396d
Don't manage mongo in ansible-tower-service script
...
Connect #1290
2016-03-30 09:10:17 -04:00
John Mitchell
d48f832e35
add full babel es6 support to tower
2016-03-29 23:58:13 -04:00