Andrey Zhavoronkov
1ecc607286
Get preview images on the fly and keep them in cache ( #5478 )
...
Improved image preview loading for **Tasks**, **Jobs** and **Projects**
views
Backend behaviour change: creating image previews by request and storing
them in the cache
Added corresponding endpoints:
tasks/{id}/preview
projects/{id}/preview
jobs/{id}/preview
Demonstration(added random 0-1s delay for demo purposes):
https://user-images.githubusercontent.com/41117609/208106321-951b8647-6e6b-452e-910c-31c4d0b8682d.mp4
https://user-images.githubusercontent.com/41117609/208106339-2d3a5a7b-d422-4b27-9e76-08729022e1ca.mp4
3 years ago
Scotty Kwok
4fdac63739
Keyboard shortcut to delete frame ( fixes #5369 ) ( #5370 )
...
This fixes #5369 by adding keyboard shortcut [x] that delete a frame
without prompt.
Co-authored-by: Scotty Kwok <scottykwok@sebit.word>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
3 years ago
Boris Sekachev
6be7e4cceb
3D annotation view significant performance update & refactoring ( #5442 )
...
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues ).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md )
guide. -->
<!-- Provide a general summary of your changes in the Title above -->
### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->
### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- [ ] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md )
file
- [ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation )
accordingly
- [ ] I have added tests to cover my changes
- [ ] I have linked related issues ([read github docs](
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword ))
- [x] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning ),
[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning ),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning )
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning ))
### License
- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE ) that covers the
project.
Feel free to contact the maintainers if that's a concern.
3 years ago
Maria Khrustaleva
a3b4f97f9a
Improve social authentication ( #5349 )
3 years ago
Andrey Zhavoronkov
980c019427
PostgresSQL DB v15 and health check endpoint ( #5312 )
3 years ago
Maxim Zhiltsov
cacb99735f
Add job access checks for model invocations ( #5392 )
...
Fixes #4996
- Added job access checks for model launches in the interactive mode
3 years ago
Roman Donchenko
192fd72680
Fix creation of tasks with Git repositories via the SDK ( #5409 )
...
Fixes #4365
3 years ago
Roman Donchenko
c49fe70083
Fix an "export was not found" webpack warning in canvas3d.ts ( #5419 )
...
The cause of the warning is explained here:
https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/#type-only-imports-exports
Add a webpack configuration option to treat such warnings as errors, to
prevent any more of them from appearing in the future.
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues ).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md )
guide. -->
<!-- Provide a general summary of your changes in the Title above -->
### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->
Warnings are annoying.
### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- ~~[ ] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md )
file~~
- ~~[ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation )
accordingly~~
- ~~[ ] I have added tests to cover my changes~~
- ~~[ ] I have linked related issues ([read github docs](
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword ))~~
- ~~[ ] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning ),
[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning ),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning )
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning ))~~
### License
- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE ) that covers the
project.
Feel free to contact the maintainers if that's a concern.
3 years ago
Boris Sekachev
772f0cd117
Adjusted initial camera position, enabled 'Reset zoom' option for 3D canvas ( #5395 )
3 years ago
Maria Khrustaleva
ca83d3c925
Fix attaching manifest file with custom name ( #5377 )
...
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues ).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md )
guide. -->
<!-- Provide a general summary of your changes in the Title above -->
### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->
Closes #5361
### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
Updated existing cypress test
### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- [x] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md )
file
~~- [ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation )
accordingly~~
- [x] I have added tests to cover my changes
- [x] I have linked related issues ([read github docs](
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword ))
- [x] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning ),
[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning ),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning )
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning ))
### License
- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE ) that covers the
project.
Feel free to contact the maintainers if that's a concern.
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
3 years ago
Boris Sekachev
460df331e4
Implemented propagate backward ( #5355 )
...
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues ).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md )
guide. -->
<!-- Provide a general summary of your changes in the Title above -->
### Motivation and context
Resolved #2998
<img width="428" alt="image"
src="https://user-images.githubusercontent.com/40690378/203806586-1367477b-cfff-46f1-947b-d0292cd6f02e.png ">
### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- [x] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md )
file
- [ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation )
accordingly
- [x] I have added tests to cover my changes
- [x] I have linked related issues ([read github docs](
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword ))
- [x] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning ),
[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning ),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning )
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning ))
### License
- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE ) that covers the
project.
Feel free to contact the maintainers if that's a concern.
3 years ago
Boris Sekachev
90ca4018a0
Added cypress test to create a task with only bounding boxes ( #5346 )
3 years ago
Kirill Lakhov
8705e2366c
Added force logout on CVAT app start if token is missing ( #5331 )
3 years ago
Roman Donchenko
0ab445b7a8
Replace unintended Cyrillic C letters with Latin C ( #5334 )
...
The only change in production code is the one in `shortcuts-reducer.ts`.
It makes no functional difference, however, because the shortcut in
question is not handled by the regular shortcut mechanism; the control
key is handled separately in `interactionHandler.ts`, while the string
"ctrl" in `shortcuts-reducer.ts` is only used for display purposes.
Fix ESLint errors in altered files, as well.
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues ).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md )
guide. -->
<!-- Provide a general summary of your changes in the Title above -->
### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->
These Cyrillic Cs interfere with searching and can cause confusion.
### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
I'm relying on GitHub Actions.
### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- ~~[ ] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md )
file~~
- ~~[ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation )
accordingly~~
- ~~[ ] I have added tests to cover my changes~~
- ~~[ ] I have linked related issues ([read github docs](
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword ))~~
- ~~[ ] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning ),
[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning ),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning )
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning ))~~
### License
- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE ) that covers the
project.
Feel free to contact the maintainers if that's a concern.
3 years ago
Kirill Lakhov
7706eee504
Improved UX of signing pages ( #5295 )
3 years ago
Boris Sekachev
7265553654
Supported type for all labels ( #5273 )
...
* Supported type for all labels
* Multiple fixes in UI for new type scheme
* Fixed on 3d annotation view
* Fixed tests
* Updated version && changelog
* Fixed test
* Added type
* Fixed typos
* Fixed minor comments
3 years ago
Boris Sekachev
6acab035f2
Improved UX of user logout ( #5266 )
...
* Improved UX of user logout
* Updated version & changelog
* Fixed ?next='' query parameter
* Updated license header
3 years ago
Boris Sekachev
080755a8da
Fixed issue 5256, improved 'occluded' visualization ( #5259 )
...
* Fixed issue 5256, improved 'occluded' visualization
* Updated version & added test
* Updated changelog
* Fixed tests
3 years ago
Kirill Lakhov
92ba1ab845
New authentication UI ( #5181 )
...
* Add social accounts authentication && improve email confirmation
* Pass env variables to docker
* Update helm chart
* Update email verification templates
* Small refactoring
* Send email verification && redirect to /auth/email-verification-sent
* added new login form
* added main assets
* added main social buttons
* changed reset password form
* refactored reset password page
* Fix helm chart
* Fix typo
* Pass enabled advanced auth methods to client
* Rename class
* Fix
* Fix helm
* Fix github scope
* changed register page
* adjusted no social auth methods
* Some fixes
* Fix schema generation
* Fixes
* Apply comments
* Update changelog
* added responsiveness, refactored inputs
* cleanup
* fixed email-confirmed.tsx
* updated reset page, changed style on register page
* added fonts, fixed some ui problems
* removed some code
* fixed index.html
* made resizing less expressed
* fixed form sizing, issue#5166
* fixed submiting form by enter
* made toggle bigger, fixed headers
* updated versions
* removed extra lines
* fixed fields on form
* changed tests
* fixed more tests
* fixed comments
* reverted header
* added grid-unit-size for height, removed for fonts
* added new animation
Co-authored-by: Maya <maya17grd@gmail.com>
3 years ago
Boris Sekachev
e5d01359aa
Removed code duplications, added checks to CI ( #5253 )
3 years ago
Maria Khrustaleva
bb487165dd
CVAT authentication ( #5147 )
3 years ago
Boris Sekachev
c7125a8ffb
Tried to fix one test ( #5212 )
...
* Tried to fix one test
* Fixed linter issues & cypress commands
3 years ago
Boris Sekachev
f62aa276cd
Added paint brush tools ( #4543 )
3 years ago
Roman Donchenko
286f942b67
Remove `--` from some `yarn run` commands ( #5173 )
...
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.
3 years ago
Boris Sekachev
6d965b80b8
No extra rerender of different pages with each click ( #5178 )
...
* No extra rerender of different pages with each click
* updated changelog
* Dedicated effects
* Removed extra code
3 years ago
Boris Sekachev
c30c97b6af
Fixed error: could not fetch task in a corner case ( #5163 )
...
* Fixed error: could not fetch task in a corner case
* Updated changelog
3 years ago
Boris Sekachev
0b12a77a0e
Fixed wrong issue position when create a quick issue on a rotated shape ( #5162 )
...
* Fixed wrong issue position when create a quick issue on a rotated shape
* Updated changelog
3 years ago
Boris Sekachev
dfcc69c4ef
Minor improvements of z order feature ( #5145 )
...
* Do not switch z layer when changing objects
* Added z order sorting
* Added z indication
* Updated version & changelog
3 years ago
Boris Sekachev
78160ce753
Propagate angle when use 'propagate' feature ( #5139 )
...
* Propagate angle when use 'propagate' feature
* Updated version && changelog
3 years ago
Boris Sekachev
1f9fc4cbfb
Fixed CVAT annotation view restoring ( #5134 )
...
* Fixed CVAT annotation view restoring
* Updated version, license, changelog
* Redesigned fix
3 years ago
Andrey Zhavoronkov
3aca9bce51
feat: upgrade dotenv-webpack from 7.1.1 to 8.0.1 ( #5129 )
...
Snyk has created this PR to upgrade dotenv-webpack from 7.1.1 to 8.0.1.
See this package in npm:
https://www.npmjs.com/package/dotenv-webpack
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c4d6d89a-2ea0-41d8-84c7-118edb6061e2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
3 years ago
Andrey Zhavoronkov
570bc3880f
Added user_registered signal ( #5007 )
3 years ago
Alex Fomenko
ac694737a2
Fixed bug of computing Jobs issues nums ( #5101 )
...
* Fixed bug of computing Jobs issues nums
* Updated changelog
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
3 years ago
Aleksey Alekseev
c3dd3499e3
Added Cypress testing for feature: Multiple tasks creating from videos ( #5028 )
...
* add tests for try of creating multitasks with images and video
* add tests seccess creating video with Remote source
* reduce time of debounce
* try fix 107, 118 tests
* try fix 107 tests
* fix test with attach video
* disable test with attach video
* fix url to remote videos
* Aborted extra changes
* Updated files
* Refactored case 107
* Fixed almost all tests
* Aborted extra changes
* removed extra files
* Improved tests, added tests for local videos
* Fixed corner case
* Fix ://
* Redesigned a way of getting a file type
* Added html type to button
* Some refactoring
* Removed extra file
* sdk tests: fix path for file share images
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
3 years ago
Boris Sekachev
384960b7f2
Fixed double modal export/backup a task/project ( #5075 )
...
* Fixed double modal export/backup a task/project
* Updated version && changelog
3 years ago
Kirill Lakhov
b7371ede35
Enabled authentication via email ( #5037 )
3 years ago
Kirill Lakhov
f719f58df4
Fix ESlint problems / typescript for cvat-core ( #5027 )
...
* typescripted some files
* typescripted cloud storage
* reverted api-implementation, fixed minor errors
* updated changelog
* fixed jest test
* updated file: to link:
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Boris Sekachev
e7c16064c4
Fixed invisible label view in label constructor ( #5041 )
...
* Fixed invisible label view in label constructor
* Updated changelog
3 years ago
Kirill Sizov
bae7564968
Add webhooks ( #4863 )
...
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>
3 years ago
Aleksey Alekseev
5f44603db2
add link to create of many tasks from project page ( #5002 )
...
* add link to create of many tasks from project page
* add dropdown for task actions
* add return to project after multi tasks creating
3 years ago
Kirill Lakhov
5a8b5dfc63
added advanced configuration header styles ( #4982 )
3 years ago
Maria Khrustaleva
56e8c1eb82
Cypress tests for source & target storage ( #4914 )
...
* 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
3 years ago
Boris Sekachev
f018a76694
Removed extra line ( #4953 )
3 years ago
Aleksey Alekseev
1db247aedd
Create multiple tasks when uploading multiple videos ( #4824 )
...
* 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>
3 years ago
Maria Khrustaleva
9f89787f95
Source & target storage support ( #4842 )
3 years ago
Maria Khrustaleva
352501c003
Fixed missing notification on cloud storage creation page when manifest file is required ( #4921 )
3 years ago
Boris Sekachev
efd43637a4
Fixed redrawing a skeleton (Shift+N) ( #4906 )
...
* Fixed redrawing a skeleton (Shift+N)
* Updated version
* Added cypress test
* Enabled disabled tests
* Updated test IDs
3 years ago
Rodrigo Berriel
a824196718
Add support for Oracle OCI Buckets ( #4876 )
3 years ago
Boris Sekachev
bb37bbd215
Adjusted application links ( #4880 )
...
* Fixed links
* Updated license headers
4 years ago
William Schmitt
545e778e96
fix: docs url ( #4877 )
...
Co-authored-by: William Schmitt <william.schmitt@probayes.com>
4 years ago