You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maxim Zhiltsov 0280b5fb64
Add simple filters for collections (#5575)
Added simple filter queries for collections in the server API. Such
queries should cover simpler cases, while more complex filters should
use the JSON syntax.

- Added simple filters for collection endpoints in API (e.g.
`/tasks?project_id=42&user=myusername`)
- Removed duplicating collection endpoints in API in favor of their full
versions:
  - `/projects/{id}/tasks` -> `/tasks?project_id={id}`
  - `/tasks/{id}/jobs` -> `/jobs?task_id={id}`
  - `/jobs/{id}/issues` -> `/issues?job_id={id}`
  - `/issue/{id}/comments` -> `/comments?issue_id={id}`
  - Corresponding owning objects now return a link to the collection:
    - `/projects/{id}`: `.tasks`
    - `/tasks/{id}`: `.jobs`
    - `/jobs/{id}`: `.issues`
    - `/issue/{id}`: `.comments`
- Fixed errors in the generated server API schema:
- Input and output types in all the basic model methods (`Create`,
`Update`, `Retrieve`, `Delete`)
- Removed invalid separation for the project list operation response
type
- File structure for projects in the dataset cache is updated to store
the new project representation. Old caches will be invalidated.
- Added tests
3 years ago
..
commands.js Add simple filters for collections (#5575) 3 years ago
commands_canvas3d.js Grid view and multiple context images supported (#5542) 3 years ago
commands_cloud_storages.js Cypress tests for source & target storage (#4914) 3 years ago
commands_filters_feature.js Added cypress test to create a task with only bounding boxes (#5346) 3 years ago
commands_models.js Fixed Intel license headers (#119) 4 years ago
commands_opencv.js Added ability to delete frames (#10) 4 years ago
commands_organizations.js Fix pagination in some endpoints (#5557) 3 years ago
commands_projects.js Fix some typos (#5601) 3 years ago
commands_review_pipeline.js Add simple filters for collections (#5575) 3 years ago
commands_webhooks.js Add webhooks (#4863) 3 years ago
const.js Fix more ESLint errors (#5619) 3 years ago
const_canvas3d.js Fix most ESLint errors/warnings in tests (#5647) 3 years ago
const_project.js Fix most ESLint errors/warnings in tests (#5647) 3 years ago
dummy-data.js API versioning using accept header (#4239) 4 years ago
index.js Add webhooks (#4863) 3 years ago
utils.js Cypress test. Ellipse actions. (#4215) 4 years ago