Chris Church
|
b7d907ed49
|
AC-505 Initial inventory import models and API support.
|
2013-09-26 15:54:34 -04:00 |
|
Chris Church
|
c0ea2527ec
|
AC-156. Expose user_ldap_fields via API config to indicate which fields should not be editableon LDAP users. Add ldap_dn attribute to user record, prevent changing any LDAP-managed fields on LDAP users.
|
2013-09-10 03:28:59 -04:00 |
|
Chris Church
|
eff8a6426a
|
AC-430. Add project status and last_updated as database fields for filtering/sorting.
|
2013-09-10 02:06:17 -04:00 |
|
Chris Church
|
dfc687dfae
|
Implements AC-363. Authentication tokens now expire after a configurable timeout.
|
2013-09-06 00:36:45 -04:00 |
|
Chris Church
|
2e03a646a5
|
Fixes AC-402. Fix issues arising from unit tests.
|
2013-09-05 07:57:49 -04:00 |
|
Chris Church
|
72d87fb908
|
AC-382, AC-352. Added status and last_updated fields for projects API. Various other updates to support projects using SCM.
|
2013-09-05 01:19:58 -04:00 |
|
Chris Church
|
67ae8effa4
|
AC-132 Added API support to prompt for SCM passwords when updating a project.
|
2013-08-30 03:08:24 -04:00 |
|
Chris Church
|
0129036b40
|
For AC-332. Added support to inventory script view, inventory script and task engine to include hostvars inline when using Ansible >= 1.3.
|
2013-08-27 00:09:05 -04:00 |
|
Chris Church
|
2bb5374685
|
Added inventory tree view for AC-360.
|
2013-08-26 12:57:41 -04:00 |
|
Chris Church
|
ee3ba2c0e1
|
More work in progress on AC-132.
|
2013-08-26 10:31:39 -04:00 |
|
Chris Church
|
49beca2b97
|
Fix for AC-310. Change how we unattach a group from a parent group when it has no other parents, mark it inactive instead of just removing the relationship.
|
2013-08-04 22:38:36 -04:00 |
|
Chris Church
|
057e7bad59
|
Update browsable API built-in documentation to use templates.
|
2013-08-04 20:46:26 -04:00 |
|
Michael DeHaan
|
9fc8c0725c
|
Workaround for bug in Ansible core where 127.0.0.1/localhost must be explicitly in the all group
for dynamic inventory plugins. Github has also been filed for ansible core but can't rev it for release.
|
2013-07-28 20:50:56 -04:00 |
|
Chris Church
|
4c2af3a879
|
Fix AC-293. Explicitly check for start/cancel permissions on job for access to job start/cancel views.
|
2013-07-28 13:50:25 -04:00 |
|
Chris Church
|
fce1a04a76
|
Fix for AC-284. Delete groups when they are disassociated and have no more parents. Remove all group and host associations from a group when it is marked inactive.
|
2013-07-27 23:00:07 -04:00 |
|
Michael DeHaan
|
ac3ab82cc6
|
When a group only has children and no hosts/vars, still return things in hash-mode, because
Ansible is not smart enough to know that 'just children' in hash mode means anything.
|
2013-07-27 17:36:02 -04:00 |
|
Chris Church
|
c3639f96eb
|
Fix AC-263 and AC-264. Update how we check for access to item referenced via foreign key, and determining whether an immutable field has changed.
|
2013-07-26 15:41:09 -04:00 |
|
Chris Church
|
4aaeb9506f
|
Fixed AC-261. Relaxed permission requirements on parent object needed to view sublists.
|
2013-07-25 21:47:43 -04:00 |
|
Chris Church
|
9916a5eefb
|
Fix for AC-257. Handle setting/updating password through UserSerializer.
|
2013-07-25 17:12:28 -04:00 |
|
Chris Church
|
0c54dcef39
|
Finish implementing access checks for all objects, update tests to pass.
|
2013-07-25 11:15:12 -04:00 |
|
Chris Church
|
bc49627203
|
Permissions-related updates and fixes, more tests, better handling of any user input that would previously generate a server error.
|
2013-07-25 11:15:12 -04:00 |
|
Chris Church
|
6fda31e790
|
Fix imports, __all__ definition, organization/team sublists under projects.
|
2013-07-25 11:15:11 -04:00 |
|
Chris Church
|
a6c767907e
|
Renamed some API files/classes to mimic REST framework names, moved queryset filtering for permissions alongside other permissions/access checks, cleaned up base views to handle get_queryset based on class attributes, cleaned up post to sublist to create/attach/unattach.
|
2013-07-25 11:15:11 -04:00 |
|
Chris Church
|
af751e3f38
|
Fixed /api/v1/projects/N/organizations to allow creating a new organization via POST.
|
2013-07-19 21:32:16 -04:00 |
|
Chris Church
|
9af163691a
|
Allow post to /api/v1/projects/N/organizations/, add resource for /api/v1/projects/N/teams/.
|
2013-07-19 11:49:40 -04:00 |
|
Chris Church
|
d09d94bca2
|
Finish implementation/tests of job template callback.
|
2013-07-11 22:32:51 -04:00 |
|
Chris Church
|
ca949eb71e
|
Initial working version of job template callback with a test.
|
2013-07-11 14:57:59 -04:00 |
|
Chris Church
|
fccf663d42
|
Add tests for changed flag on job events.
|
2013-07-02 14:41:05 -04:00 |
|
Chris Church
|
4762166caf
|
Added changed flag to job events, added launch_type to jobs.
|
2013-07-02 12:11:32 -04:00 |
|
Chris Church
|
914e586150
|
Work in progress on empheral host callback.
|
2013-07-02 12:11:32 -04:00 |
|
Chris Church
|
689765c587
|
Fix to only update the user's password if a non-empty password string is provided.
|
2013-06-30 13:00:16 -04:00 |
|
Michael DeHaan
|
bc21cd3618
|
Add license writer script, wire license_info into /api/v1/config
|
2013-06-29 13:42:06 -04:00 |
|
Chris Church
|
e5b827944e
|
Cleanup user permissions check, fix bug to allow admin to change own username, first_name and last_name.
|
2013-06-28 23:07:45 -04:00 |
|
Chris Church
|
07657926b9
|
Rename ansibleworks to awx.
|
2013-06-23 13:21:02 -04:00 |
|