| Commit message (Expand) | Author | Age |
* | docs: Start documenting API using OpenAPI | Stephen Finucane | 2018-12-22 |
* | REST: Handle JSON requests | Stephen Finucane | 2018-12-22 |
* | tests: Use project.id in requests, not object | Stephen Finucane | 2018-12-22 |
* | tests: Use valid URLs | Stephen Finucane | 2018-12-22 |
* | tests: Start setting Project.listemail | Stephen Finucane | 2018-12-22 |
* | REST: Drop embedded bundle serializer | Stephen Finucane | 2018-12-22 |
* | REST: Fix typo in embedded serializers | Stephen Finucane | 2018-12-22 |
* | REST: Handle unset series | Stephen Finucane | 2018-12-22 |
* | signals: Fix 'series-completed' event | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_event' | Stephen Finucane | 2018-12-22 |
* | tests: Add tests for '/events' resource | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_check' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_comment' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_series' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_cover' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_patch' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_user' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_people' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_project' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator to 'test_bundle' | Stephen Finucane | 2018-12-22 |
* | tests: Add 'store_samples' decorator | Stephen Finucane | 2018-12-22 |
* | REST: Ensure submission exists for comment listing | Stephen Finucane | 2018-12-22 |
* | REST: Ensure patch exists for check creation | Stephen Finucane | 2018-12-22 |
* | REST: Show 'web_url' in embedded series responses | Stephen Finucane | 2018-12-22 |
* | REST: Add additional documentation | Stephen Finucane | 2018-12-22 |
* | Don't passthrough 'Content-Type: multipart/signed' header | Stephen Finucane | 2018-11-12 |
* | Update psycopg2-binary from 2.7.5 to 2.7.6 | pyup-bot | 2018-11-09 |
* | Update psycopg2-binary from 2.7.5 to 2.7.6 | pyup-bot | 2018-11-09 |
* | Update django from 2.1.2 to 2.1.3 | pyup-bot | 2018-11-02 |
* | parser: Use 'objects.create' instead of 'save' | Stephen Finucane | 2018-10-31 |
* | README: Note latest version of requirements | Stephen Finucane | 2018-10-30 |
* | docs: Fix design doc | Stephen Finucane | 2018-10-30 |
* | Update python-dateutil from 2.7.4 to 2.7.5 | pyup-bot | 2018-10-30 |
* | travis: Use consistent quote style | Stephen Finucane | 2018-10-30 |
* | travis: Stop testing PostgreSQL 11 | Stephen Finucane | 2018-10-30 |
* | views: no longer import Series in __init__.py | Daniel Axtens | 2018-10-31 |
* | views: Use select_related, not prefetch_related | Stephen Finucane | 2018-10-31 |
* | Update python-dateutil from 2.7.3 to 2.7.4 | pyup-bot | 2018-10-26 |
* | trivial: Use implicit string concatenation | Stephen Finucane | 2018-10-26 |
* | tox: Disable W504 ("line break after binary operator") | Stephen Finucane | 2018-10-26 |
* | README: Use pyup.io badge instead of requires.io | Stephen Finucane | 2018-10-21 |
* | docs: Update links for django-rest-framework 3.7, 3.8 | Stephen Finucane | 2018-10-18 |
* | Add support for Django REST Framework 3.9 | Stephen Finucane | 2018-10-18 |
* | tests: Remove 'create_series_patch' | Stephen Finucane | 2018-10-17 |
* | models: Convert Series-Patch relationship to 1:N | Stephen Finucane | 2018-10-17 |
* | tests: Hardcode expected values | Stephen Finucane | 2018-10-17 |
* | tests: Add more tests for series-ified mbox views | Stephen Finucane | 2018-10-17 |
* | tox: Fix issues with 'bashate' target | Stephen Finucane | 2018-10-14 |
* | REST: Allow unsetting of delegate | Stephen Finucane | 2018-10-14 |
* | REST: Allow setting of values using embedded serializers | Stephen Finucane | 2018-10-14 |