Skip to content

Commit

Permalink
Source & target storage support (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 authored Sep 13, 2022
1 parent a50d38f commit 9f89787
Show file tree
Hide file tree
Showing 98 changed files with 8,267 additions and 6,411 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Skeleton (<https://github.com/cvat-ai/cvat/pull/1>), (<https://github.com/opencv
<https://github.com/opencv/cvat/pull/4908>)
- Support for Oracle OCI Buckets (<https://github.com/opencv/cvat/pull/4876>)
- `cvat-sdk` and `cvat-cli` packages on PyPI (<https://github.com/opencv/cvat/pull/4903>)
- UI part for source and target storages (<https://github.com/opencv/cvat/pull/4842>)
- Backup import/export modals (<https://github.com/opencv/cvat/pull/4842>)
- Annotations import modal (<https://github.com/opencv/cvat/pull/4842>)

### Changed
- Bumped nuclio version to 1.8.14
Expand Down
2 changes: 1 addition & 1 deletion cvat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-core",
"version": "6.0.2",
"version": "7.0.0",
"description": "Part of Computer Vision Tool which presents an interface for client-side integration",
"main": "src/api.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cvat-core/src/annotations-saver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT

(() => {
const serverProxy = require('./server-proxy');
const serverProxy = require('./server-proxy').default;
const { Task } = require('./session');
const { ScriptingError } = require('./exceptions');

Expand Down
Loading

0 comments on commit 9f89787

Please sign in to comment.