aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/jobs.ts
Commit message (Collapse)AuthorAgeFilesLines
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
|
* Move to eslintcontainChocobozzz2020-02-031-5/+3
|
* Add ability to filter per job typeChocobozzz2019-12-041-0/+12
|
* Use test wrapper exit functionChocobozzz2019-04-241-3/+4
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-3/+15
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Move job queue to redisChocobozzz2018-01-251-1/+10
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Improve check videos parameters testsChocobozzz2017-12-281-2/+1
|
* Improve check jobs parameters testsChocobozzz2017-12-281-27/+16
|
* Improve check follow params testsChocobozzz2017-12-281-2/+2
|
* Add ability to list jobsChocobozzz2017-11-301-0/+84