svn commit: r1843801 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock bh_core/urls.py trackers/admin.py trackers/models.py trackers/serializers.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:21:39 2018 New Revision: 1843801 URL: http://svn.apache.org/viewvc?rev=1843801=rev Log: Add djangorestframework and register admin pages Added: bloodhound/branches/bh_core_experimental/trackers/serializers.py Modified:

svn commit: r1843802 - in /bloodhound/branches/bh_core_experimental: bh_core/settings.py trackers/urls.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:25 2018 New Revision: 1843802 URL: http://svn.apache.org/viewvc?rev=1843802=rev Log: Complete adding django rest framework example code Modified: bloodhound/branches/bh_core_experimental/bh_core/settings.py

svn commit: r1843804 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock bh_core/settings.py trackers/models.py trackers/serializers.py trackers/urls.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:29 2018 New Revision: 1843804 URL: http://svn.apache.org/viewvc?rev=1843804=rev Log: Add swagger for api viewing and more api endpoints Modified: bloodhound/branches/bh_core_experimental/Pipfile bloodhound/branches/bh_core_experimental/Pipfile.lock

svn commit: r1843805 - in /bloodhound/branches/bh_core_experimental/trackers: models.py serializers.py urls.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:31 2018 New Revision: 1843805 URL: http://svn.apache.org/viewvc?rev=1843805=rev Log: Attempt to add links to api output for ticket list Modified: bloodhound/branches/bh_core_experimental/trackers/models.py

svn commit: r1843803 - in /bloodhound/branches/bh_core_experimental/trackers: serializers.py urls.py views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:26 2018 New Revision: 1843803 URL: http://svn.apache.org/viewvc?rev=1843803=rev Log: Adds a basic ticket view and update api Modified: bloodhound/branches/bh_core_experimental/trackers/serializers.py