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 |
|
Akita Noek
|
33a31a1da7
|
Merge pull request #1336 from wwitzel3/rbac
add rbac migration logging and reduce memory consumption
|
2016-03-29 20:45:40 -04:00 |
|
Chris Church
|
fc5d497ce6
|
Merge pull request #1329 from cchurch/take-me-back-to-the-good-old-ways-of-pagination
Keep page number in previous link for page 1.
|
2016-03-29 19:05:44 -04:00 |
|
Wayne Witzel III
|
82b72f99ca
|
add rbac migration logging and reduce memory consumption
|
2016-03-29 17:16:26 -04:00 |
|
Leigh Johnson
|
2ef6f764d2
|
remove name column from Host Events modal, resolves #1132
|
2016-03-29 17:12:30 -04:00 |
|
Chris Church
|
16ff69af0f
|
Merge pull request #1330 from cchurch/go-away-you-stinking-tooltips
Do you have to let it linger? Not anymore.
|
2016-03-29 16:37:45 -04:00 |
|
Chris Church
|
c1c444fd3c
|
Flake8 fix.
|
2016-03-29 15:19:17 -04:00 |
|
Chris Church
|
e0bd2fee1b
|
Merge pull request #1326 from cchurch/openssh-key-newline
Add trailing newline to key data for OpenSSH formatted keys.
|
2016-03-29 15:17:39 -04:00 |
|