Skip to content
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

Large files uploads #3692

Merged
merged 52 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
bdf48d7
upload template
klakhov Sep 2, 2021
2c10674
multipy files draft
klakhov Sep 7, 2021
59516a7
request parsing changes
klakhov Sep 13, 2021
7261a27
tmp dir path removal
klakhov Sep 14, 2021
386245e
image upload fix
klakhov Sep 16, 2021
35ee5e0
code clean up
klakhov Sep 20, 2021
95ffaf4
remove unused import
klakhov Sep 20, 2021
f9595b9
Merge branch 'develop' into kl/large-file-uploads
klakhov Sep 20, 2021
071ebd8
remove unused unindentation
klakhov Sep 20, 2021
f6bef85
added uploads without upload flag
klakhov Sep 21, 2021
8971d3f
commets fixes
klakhov Sep 23, 2021
5fb607b
dont send append action if client files are 0
klakhov Sep 23, 2021
cb55f7e
fixed sending excess data with action=submit
klakhov Sep 24, 2021
98e3c1a
Merge branch 'develop' into kl/large-file-uploads
klakhov Sep 24, 2021
72407b0
no action file upload
klakhov Sep 24, 2021
dc1734a
remove tmp dir from logic
klakhov Sep 30, 2021
c7d36cd
three step uploads
klakhov Oct 5, 2021
117794d
Merge branch 'develop' into kl/large-file-uploads
klakhov Oct 5, 2021
7a4df29
update fields of an empty created task
klakhov Oct 5, 2021
6053775
remove data dir when creating empty Data
klakhov Oct 6, 2021
39e5511
uploads with tags
Oct 18, 2021
2e2141c
Merge branch 'develop' into kl/large-file-uploads
klakhov Oct 18, 2021
efebd6d
fixed eslint errors
klakhov Oct 18, 2021
282cf55
Merge branch 'kl/large-file-uploads' of github.com:openvinotoolkit/cv…
klakhov Oct 18, 2021
1bf525a
comments fixes
klakhov Oct 21, 2021
f929d4a
update progress bar with total uploaded size
klakhov Oct 21, 2021
e4ad092
move task data creation to /tasks//data request
klakhov Oct 22, 2021
2b37df8
check commonprefix for chunk_dir
klakhov Oct 22, 2021
b23b3e3
Merge branch 'develop' into kl/large-file-uploads
Oct 26, 2021
6904dbe
renamed class and removed unused code
klakhov Oct 26, 2021
60bcc8e
Merge branch 'develop' into kl/large-file-uploads
klakhov Oct 26, 2021
e37ce27
view to model code refactoring
klakhov Oct 29, 2021
b3f0e17
Merge branch 'develop' into kl/large-file-uploads
klakhov Oct 29, 2021
c369840
fix eslint errors
klakhov Oct 29, 2021
7314d09
Merge branch 'kl/large-file-uploads' of github.com:openvinotoolkit/cv…
klakhov Oct 29, 2021
c54abf0
fix append action
klakhov Oct 29, 2021
db5f28c
Merge branch 'develop' into kl/large-file-uploads
klakhov Nov 8, 2021
519b4a4
tus upload via view
klakhov Nov 23, 2021
2c73bb8
tus mixin with small files implemented
klakhov Nov 25, 2021
b095c4a
Merge branch 'develop' into kl/large-file-uploads
klakhov Nov 25, 2021
596166b
linter fixes
klakhov Nov 25, 2021
9a12d21
backward compatibility fixes
klakhov Nov 25, 2021
de3dddb
added origin to config
klakhov Nov 26, 2021
3e230c6
Merge branch 'develop' into kl/large-file-uploads
Nov 26, 2021
2602b69
removed unused code, fixed comments
klakhov Dec 3, 2021
401ae50
Merge branch 'kl/large-file-uploads' of https://github.com/openvinoto…
klakhov Dec 3, 2021
2eda3bf
removed excess endpoints
klakhov Dec 6, 2021
1e16450
fixed headers import
klakhov Dec 9, 2021
c1f3f83
Merge branch 'develop' into kl/large-file-uploads
klakhov Dec 9, 2021
2d155ff
Merge branch 'develop' into kl/large-file-uploads
klakhov Dec 9, 2021
9f73048
fixed linter issue
klakhov Dec 9, 2021
85012b2
Merge branch 'develop' into kl/large-file-uploads
Dec 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Points of invisible shapes are visible in autobordering (<https://github.com/openvinotoolkit/cvat/pull/3931>)
- Order of the label attributes in the object item details(<https://github.com/openvinotoolkit/cvat/pull/3945>)
- Order of labels in tasks and projects (<https://github.com/openvinotoolkit/cvat/pull/3987>)
- Fixed task creating with large files via webpage (<https://github.com/openvinotoolkit/cvat/pull/3692>)
- Added information to export CVAT_HOST when performing local installation for accessing over network (<https://github.com/openvinotoolkit/cvat/pull/4014>)

### Security
Expand Down
Loading