aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* docs: Start documenting API using OpenAPIStephen Finucane2018-12-22
* REST: Handle JSON requestsStephen Finucane2018-12-22
* tests: Use project.id in requests, not objectStephen Finucane2018-12-22
* tests: Use valid URLsStephen Finucane2018-12-22
* tests: Start setting Project.listemailStephen Finucane2018-12-22
* REST: Drop embedded bundle serializerStephen Finucane2018-12-22
* REST: Fix typo in embedded serializersStephen Finucane2018-12-22
* REST: Handle unset seriesStephen Finucane2018-12-22
* signals: Fix 'series-completed' eventStephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_event'Stephen Finucane2018-12-22
* tests: Add tests for '/events' resourceStephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_check'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_comment'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_series'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_cover'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_patch'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_user'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_people'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_project'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decorator to 'test_bundle'Stephen Finucane2018-12-22
* tests: Add 'store_samples' decoratorStephen Finucane2018-12-22
* REST: Ensure submission exists for comment listingStephen Finucane2018-12-22
* REST: Ensure patch exists for check creationStephen Finucane2018-12-22
* REST: Show 'web_url' in embedded series responsesStephen Finucane2018-12-22
* REST: Add additional documentationStephen Finucane2018-12-22
* Don't passthrough 'Content-Type: multipart/signed' headerStephen Finucane2018-11-12
* Update psycopg2-binary from 2.7.5 to 2.7.6pyup-bot2018-11-09
* Update psycopg2-binary from 2.7.5 to 2.7.6pyup-bot2018-11-09
* Update django from 2.1.2 to 2.1.3pyup-bot2018-11-02
* parser: Use 'objects.create' instead of 'save'Stephen Finucane2018-10-31
* README: Note latest version of requirementsStephen Finucane2018-10-30
* docs: Fix design docStephen Finucane2018-10-30
* Update python-dateutil from 2.7.4 to 2.7.5pyup-bot2018-10-30
* travis: Use consistent quote styleStephen Finucane2018-10-30
* travis: Stop testing PostgreSQL 11Stephen Finucane2018-10-30
* views: no longer import Series in __init__.pyDaniel Axtens2018-10-31
* views: Use select_related, not prefetch_relatedStephen Finucane2018-10-31
* Update python-dateutil from 2.7.3 to 2.7.4pyup-bot2018-10-26
* trivial: Use implicit string concatenationStephen Finucane2018-10-26
* tox: Disable W504 ("line break after binary operator")Stephen Finucane2018-10-26
* README: Use pyup.io badge instead of requires.ioStephen Finucane2018-10-21
* docs: Update links for django-rest-framework 3.7, 3.8Stephen Finucane2018-10-18
* Add support for Django REST Framework 3.9Stephen Finucane2018-10-18
* tests: Remove 'create_series_patch'Stephen Finucane2018-10-17
* models: Convert Series-Patch relationship to 1:NStephen Finucane2018-10-17
* tests: Hardcode expected valuesStephen Finucane2018-10-17
* tests: Add more tests for series-ified mbox viewsStephen Finucane2018-10-17
* tox: Fix issues with 'bashate' targetStephen Finucane2018-10-14
* REST: Allow unsetting of delegateStephen Finucane2018-10-14
* REST: Allow setting of values using embedded serializersStephen Finucane2018-10-14