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
..
assets/case_65_manifest Fix attaching manifest file with custom name (#5377) 3 years ago
registration_involved Fix CI-nightly (#117) 4 years ago
case_51_settings_auto_save.js Update antd to 4.17.0. Fix the tests. (#4188) 4 years ago
case_52_dump_upload_annotation.js Allowed to upload `.xml` and `.json` annotation files from UI (#5386) 3 years ago
case_58_task_label_deleting_feature.js Cypress. Rework the command to add a label. (#4195) 4 years ago
case_61_create_task_set_issue_tracker.js 86 improve uiux on create task page (#7) 4 years ago
case_65_create_task_with_manifest.js Fix attaching manifest file with custom name (#5377) 3 years ago
case_66_rename_label_raw_editor.js Fixed Intel license headers (#119) 4 years ago
case_67_intelligent_polygon_cropping.js Fix most ESLint errors/warnings in tests (#5647) 3 years ago
case_68_saving_settings_local_storage.js Fixed built, improved testing system (#43) 4 years ago
case_70_mutable_attribute.js Fix most ESLint errors/warnings in tests (#5647) 3 years ago
case_71_shortcuts_window.js Fixed Intel license headers (#119) 4 years ago
case_72_hotkeys_change_labels.js Supported type for all labels (#5273) 3 years ago
case_75_overlap_size.js Fixed Intel license headers (#119) 4 years ago
case_96_create_save_undo_save_redo_save.js Fix most ESLint errors/warnings in tests (#5647) 3 years ago
case_100_settings_default_number_of_points_in_polygon_approximation.js Fixed built, improved testing system (#43) 4 years ago
case_102_create_link_shape_frame.js Fixed built, improved testing system (#43) 4 years ago
case_110_settings_smooth_image_option.js Fixed Intel license headers (#119) 4 years ago
case_117_paste_labels_from_another_task.js Add simple filters for collections (#5575) 3 years ago
continue_frame_n.js Added cypress tests for the feature: 'continue frame n' (#4340) 4 years ago
issue_2473_import_annotations_frames_dots_in_name.js Cypress tests for source & target storage (#4914) 3 years ago
task_changes_status_after_initial_save.js Fixed built, improved testing system (#43) 4 years ago
task_rectangles_only.js Added cypress test to create a task with only bounding boxes (#5346) 3 years ago