tubearchivist/tubearchivist
lamusmaser bbb16bb3c2
Update TaskAPIView with GET - #257 PR (#258)
* Initial commit for GET response for TaskAPIView.

* Update for missing space - linting issue.

* Additional linting fixes.

* add is_locked method to check if lock is set

* Update to use `.is_locked` method and add decorator.

* Fix linting issue.

* Fix doubled "rescan" call for locked file.
Removed call to ".owned()" under "is_locked".

* Commenting out GET call in TaskAPI view to revert change for testing.

* Commenting is_locked function to see if Server Response 500 is stopped.

* Reassert is_locked function within RedisArchivist class.

* Create test GET responder.

* Reverting simple GET response change.

* Reapplying simple GET response for `/api/task/`.

* Reapplying change with modification to lock key.

* Documentation update for new GET calls.

* README: fix returned value as `bool` instead of `str`.

* Updating the `is_locked` key reference to "rescan" and "downloading" to fix which key is being retrieved.

* Use dictionary keys, rather than line-by-line statements.

* Fix typo in README for Task View.

Co-authored-by: simon <simobilleter@gmail.com>
2022-06-15 09:15:59 +07:00
..
api Update TaskAPIView with GET - #257 PR (#258) 2022-06-15 09:15:59 +07:00
config update TA_VERSION to v0.1.6 2022-06-04 09:47:51 +07:00
home Update TaskAPIView with GET - #257 PR (#258) 2022-06-15 09:15:59 +07:00
static show grid count controls only if applicable 2022-05-30 16:21:24 +07:00
manage.py linting everything in black 2021-09-21 16:25:22 +07:00
requirements.txt bump requests 2022-06-14 14:26:49 +07:00