1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/lib
Michael DeHaan 6238f0ab9a Add summary_fields capability, which for items in a collection gives the names of related fields.
{
   'summary_fields' : {
       'organization' : {
          'name' : 'foo',
          'description' : 'bar',
       }
   }

}

etc.  This is automatic for all field types configured in serializers.py (SUMMARIZABLE_FKs, etc).
2013-05-08 17:38:35 -04:00
..
main Add summary_fields capability, which for items in a collection gives the names of related fields. 2013-05-08 17:38:35 -04:00
middleware Just use plain GPL. 2013-04-09 01:05:55 -04:00
plugins/callback Renamed LaunchJob to JobTemplate, LaunchJobStatus to Job, LaunchJobHostSummary to JobHostSummary, and LaunchJobStatusEvent to JobEvent. Updated admin, celery task, management commands accordingly. 2013-04-17 18:59:21 -04:00
settings Add summary_fields capability, which for items in a collection gives the names of related fields. 2013-05-08 17:38:35 -04:00
static Removed old versions of UI in static directory. 2013-05-08 12:02:56 -04:00
templates Split out RBAC and can_user_* methods from models into access.py. Moved list/item permissions checks from the base views into RBAC. Added serializers/views/tests for jobs REST API. 2013-05-08 10:46:16 -04:00
ui Team add/edit now working. Temporarily disabled organization name lookup on Team and Inventory lists. This will get fixed with AC-93 -add summary fields to response. 2013-05-08 16:26:21 -04:00
__init__.py Initial setup script. 2013-05-07 18:17:04 -04:00
urls.py Moved UI into its own Django app. 2013-05-08 11:41:00 -04:00
wsgi.py Just use plain GPL. 2013-04-09 01:05:55 -04:00