-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.3.0 - WebHooks #5208
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
* add alert when uploading photo and video together * add creating multiple tasks for My computer tabs * add creating multiple tasks for Remote source tab * add creating multi tasks for File share tab * add libmagic in dockerfile * fix lint * change class name of create multi tasks button * fix incorrect deletion of validation error notification * add opportunity upload manifest.jsonl with image files for single task create * remove status showing of task from multitasks case * refactoring create queue in mutlitasks case * fix warning * revert incorrect remove notification about error * fix showing error of clone the repository * fix esling error * move of initialValue creating for task name * rename isMultiTask properti to many * return incorrect deleted progress value * add source and license on icon file * fix unhandled promise rejection * change mime_type getter method * add hint how to see these template rules * refactoring of multi task progress markup * remove unnecessary processings for share * remove unnecessary notification * remove opportunity upload no video on multi mode * correct formation of the task name * rename function * change queueSize to 1 * fix root selecting on share tab * refactoring selectCloudStorageFiles logic * add debig info. temporarily * Some fixes * Tried to fix unstable test * Adjusted messages * Fixed license headers Co-authored-by: Boris <sekachev.bs@gmail.com>
* FIX: Remove possibly duplicated encodeURI() to prevent double encode non-ascii path (Issue #4428 Cannot connect file share,cannot recognize non-ascii path) * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
…4659) * Update docker-compose.serverless.yml * Update CHANGELOG.md Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
- Added auth docs in API schema and SDK ApiClient/Config (fixes #1517) - Added SDK docs with API, SDK and CLI docs - Added `develop` branch in the docs - Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints - Added `--insecure` env var to control host checks in CLI - Refactored `build_docs.py` (backported openvinotoolkit/datumaro#589) - Extracted requirements file for site
* Draft version * Implemented import & fixed export && some code cleanup && some fixes && updated notifications * Refactoring && fixed several bugs * Update licence headers && small fixes * Update remaining licence headers && small changes * Fix part of tests * Fix tests * Remove unused code * Fix part of comments * Some fixes * Move file download process to job * Rename methods * Small fix * Fix storages configuration for tasks * Styles * Remove unused * Change storage configuration && fix forms reset && some fixes * Update imports * Remove extra argument type * Add catch * Fix import backup from local * Import architecture refactoring && some fixes * Rename props * Small reorganization of export architecture && minor fixes * Remove unused import * Small fix && skip error notification when no permissions * Fix project creating * Fix part of eslint issues * Fix eslint * Fix eslint * Fix eslint * eslint * Fix some eslint issues * Combine uploadAnnotations and importDataset * Fix annotation uploading from local * Update tests * Fix annotation uploading * Fix notification * Update dependencies * fix * Update jest tests * Skip error notification when no permissions * Update case 91 92 canvas3d tests * Styles * Update icons * eslint * eslint * eslint * eslint * Create & delete cloud storage * Common part && export job annotations * Update tests && add tests for project backup * Fix typo * Rename variables * debug * Revert timeout * Fix server host * Fix test with project backup restore * small refactoring * Update issue_2473_import_annotations_frames_dots_in_name
* set max size of nuclio log file * fixed config for compose v1
* Updated documentation - Removed the FAQ from API&SDK - Changed the weight of the FAQ file * Fixed errors
* add link to create of many tasks from project page * add dropdown for task actions * add return to project after multi tasks creating
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai> Co-authored-by: Boris <sekachev.bs@gmail.com> Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
* feat: upgrade tus-js-client from 2.3.2 to 3.0.1 Snyk has created this PR to upgrade tus-js-client from 2.3.2 to 3.0.1. See this package in npm: https://www.npmjs.com/package/tus-js-client See this project in Snyk: https://app.snyk.io/org/cvat/project/31502ad1-28fd-42cc-a9f7-f2efd57910e3?utm_source=github&utm_medium=referral&page=upgrade-pr * updated yarn.lock Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai>
* Do not switch z layer when changing objects * Added z order sorting * Added z indication * Updated version & changelog
* added webhook support * added webhook tests * update_version supports helm values * fix * debug * fix * fix remote file test * increase minikube resources * fix syntax * Update helm.yml * fixed comment * Update .github/workflows/helm.yml Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai> Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>
…pe (#5162) * Fixed wrong issue position when create a quick issue on a rotated shape * Updated changelog
* Fixed error: could not fetch task in a corner case * Updated changelog
* workflows: add docker image scan for CI workflow * enter debug mode * update mod-wsgi dependency * add Trivy image scanner for cvat/ui image * add trivyignore file * update trivyignore file * try scan without trivyignore * remove trivy scanner * add workflow that updates yarn.lock file for PRs from Snyk * remove extra empty lines * revert changes for mod-wsgi version * remove deprecated set-output for workflows * update upload-artifact action * update upload-artifact action * test another github action for getting changed files * fix typo * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * revert changes for bandit linter * remove debug changes * remove debug changes * remove debug changes * remove debug changes * exit debug mode
* No extra rerender of different pages with each click * updated changelog * Dedicated effects * Removed extra code
In Yarn 1.0, the `--` is no longer required, and in Yarn 2.0 it is now passed to the script verbatim, thus breaking the command. There are also usages of `--` in `lint-staged.config.js`, but in those cases, passing `--` to the script would be mildly beneficial (ensuring that none of the file names are interpreted as options), so I'm keeping those.
* Fix incorrect requires of the ./config module It's an ES6 module, so we need to use the `default` field, or we'll get the module itself instead. * Fix ESLint errors in cvat-core/src/server-proxy.ts Specifically: * `padded-blocks` * `@typescript-eslint/no-var-requires` * `@typescript-eslint/return-await`
nmanovic
requested review from
azhavoro,
zhiltsov-max and
bsekachev
as code owners
November 1, 2022 04:25
Hi @nmanovic, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.3.0] - 2022-11-01
Added
(Minor improvements of z order feature #5145)
Changed
api/docs
,api/swagger
,api/schema
,server/about
endpoints now allow unauthorized access (Add SDK docs #4928, Check server version in SDK #4935)Removed
--https
option of CLI (Add host schema auto-detection in SDK #4910)Fixed
server-proxy.ts
to prevent doubly encodingnon-ascii paths while adding files from "Connected file share" (issue Cannot connect file share,cannot recognize non-ascii path #4428)
(Removed unnecessary volumes defined in docker-compose.serverless.yml #4659)
Fix project export with skeletons #5004)
or close to it (Fixed invisible label view in label constructor #5041)
(CLI create task error with sorting_method #4962)
background
label gets nonzero id (Fix voc mask export when bg class id is not 0 #5056)(Allow trailing slashes in SDK client url #5057)
propagate
feature (Propagate angle when use 'propagate' feature #5139)(Fixed issue with deleted frames in a multijob task #5138)
(Keypoint Numbering Messed up for COCO Keypoint export #5048)