-
Notifications
You must be signed in to change notification settings - Fork 158
Add basic versioning #238
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
Merged
Merged
Add basic versioning #238
Changes from 1 commit
Commits
Show all changes
416 commits
Select commit
Hold shift + click to select a range
2845a0d
Add cleanup on project init errors
9742c24
Rename history to log
42fe0da
Update source add help
d46e50c
Allow building empty project
e380891
Fix checkout behaviour
2b47dcd
fix gitignore handling and add initial commit
5f2a21b
Fix export command
68347f6
Fix camvid
82b06d8
fix test
933464d
Update explain command
5adbc3d
Optimize dataset copying
0137994
Merge branch 'develop' into zm/vcs-simple-exp
f0f1d1d
fixes
76097c1
Remove download_source TBC in a patch with remote sources
fe0f479
Remove checkout file stub
c82eadc
Add pretty status command
eec574e
Add commit diff output
b55b639
Skit empty directory in test comparison
3523261
Add source checkouts
b768cbd
Add checks for changes outside datumaro on commit, fix gitignore
743b575
Update models and plugins
9dc81d1
Remove command_targets
1736ba8
Merge branch 'develop' into zm/vcs-simple-exp
a4c8312
Fix tests, remove status checks in transform-based commands
d82a6ba
Make dvc more quiet
0ffabfd
Fix model creation
c45a5bc
Support relative paths inside sources
7acbea6
Merge branch 'develop' into zm/vcs-simple-exp
f580e32
Fix tests
0869d95
Fix kitti
d3deee2
fixes in tests
5ff4637
t
8a790d3
t2
618627b
Revise item status changes
2a4733c
Update builtin transforms
b6758d6
Fix dataset length computation when no source
285cbbf
move test
6524816
update chengelog
f8ad828
Add filter test
6071377
Merge branch 'zm/update-transforms' into zm/vcs-simple-exp
b733a6b
Fix transforms affecting categories
ee14fe0
Filter out ItemTransforms from plugins
a6f033a
Fix transforms affecting categories
e65e30b
Merge branch 'zm/update-transforms' into zm/vcs-simple-exp
6f8bb2e
Optimize categories trnasforms
704fb6c
Update filters
5d9b1e6
Merge branch 'zm/update-transforms' into zm/vcs-simple-exp
3081ca1
fix imports
585ab9d
Avoid using default docstrings in plugins
75fae6b
Fix patch saving in VOC, add keep_empty export parameter
df2e462
Fix flush_changes
6d80cac
Fix removed images and subsets in dataset patch
c6b386b
Merge branch 'zm/update-transforms' into zm/vcs-simple-exp
a3679ad
Update transform stage test
65f462a
Fix linter warnings
804b666
Merge branch 'develop' into zm/vcs-simple-exp
e8f85ba
Update diff command syntax
98c9c70
Update diff command to support revpaths, merge diff and ediff, update…
94a1d42
Add invalid source name symbols check
4caea6f
Add annotation subdir in datumaro importer
c9a5120
Avoid making categories when they aren't present in all merged datasets
4668ca5
Refactor revpath in cli, add revpath in merge and explain, update hel…
0c0b85a
Update cli help
b98a5d8
fix formatting
1572325
Merge branch 'develop' into zm/vcs-simple-exp
ab7221a
Change help line
db40a93
Merge branch 'develop' into zm/vcs-simple-exp
ee241cb
Fix arg separator in checkout command
d9cd860
Fix voc saving problem from comments
38daadf
Fix saving of restored targets
6001323
Cosmetic changes in cli
32a486a
refactor project enums
88a64f1
Update type annotations in project
cc4a558
Merge branch 'develop' into zm/vcs-simple-exp
d40814e
Fix imports
1b351df
Cleanup pylint suppressions
9b68db6
Fix tests
5ac2935
Ignore subprocess bandit warnings
938a627
ignore pylint warning
03eff89
ignore harder
19feb9b
Fix arg separator uses in cli
ef82bbe
Remove empty line in license headers
06f3a4b
Add a check for unknown local source data
c1412d0
Fix chaining transforms in the working tree
9ee7ae1
Merge branch 'develop' into zm/vcs-simple-exp
aa8b2c7
Fix tests after merge
c800040
Clean code
af34fc2
Update source downloading code, add no_cache, rpath, add more checks
7ab8d0e
Remove datumaro_project export
fbc01dd
Merge branch 'develop' into zm/vcs-simple-exp
7a3167f
Fix newlines
064baea
Add status test
54a0fdd
Add more tests
2b7a989
Merge branch 'develop' into zm/vcs-simple-exp
407af44
Merge branch 'develop' into zm/vcs-simple-exp
98d0936
Fix typo
08282ac
Fix year
e2a1a16
Improve help
9305f43
Merge branch 'develop' into zm/vcs-simple-exp
f54a4e9
Refactor catch_output
07b3f8e
Fix imports
69ae30d
Merge branch 'develop' into zm/vcs-simple-exp
b8feff5
Merge branch 'develop' into zm/vcs-simple-exp
5b2d992
Add some docs
824c438
Add default error messages
6177390
Fix merge errors
e10f6e1
Fix pylint errors
7a29e68
Merge branch 'develop' into zm/vcs-simple-exp
58e38ba
Move type definitions
2de8be7
Revert early exits in categories multimerge
ae23cc0
Remove quotes, add regex caching in revpath
6b8ff87
Format json examples
923a5e3
Add set
05136e1
exclude redundant check
454067f
remove conditional import
cc2f2ce
Fix context managers
0c68e0e
Update xcopy call
846e465
fix version
a84afe3
Use fullmatch
e7d602f
Fix import
64d9add
Fix windows abs paths in revpath
f9f7eaf
Change escaping
d2c10c9
Merge branch 'develop' into zm/vcs-simple-exp
047ba7f
re-ignore warning
0b09188
Refactor revpath parsing
17577b7
Add more checks for copytree
0e6dd68
Fix double use of existack
441452a
Update datumaro/util/image.py
d84dad7
Merge branch 'develop' into zm/vcs-simple-exp
debd53f
Fix ignorefile writing
359bb22
Fix type annotation for mode
f302bcd
Restore ruamel.yaml in requirements
11441c2
Add networkx requirement
194459d
Remove regex globals
e909004
Refactor getattr
a9a84b3
Refactor subgraph
b319adc
Update comment
afe4189
Merge branch 'develop' into zm/vcs-simple-exp
d83fc32
Change property declaration
ceceb37
Fix has_stages
82d3332
Add error message for copytree failures
104c59f
Add some raise from
54fd1f2
Cli fixes
be22050
refactor pipeline building code
e468816
Update _update_ignore_file
709f38a
Update property declaration
aeb9be6
Add raise from
4a8ae4c
Extract subpath check
eb70c80
Fixes to stage checks
0d5ae4e
Update log function declaration
01328b8
Add raise from
33e0dc1
Replace some subpath checks
d3924a4
Comment unused git and dvc wrappers
f8c02ae
Remove plugin help dependency on project in CLI
f2ac910
Fix coco converter help
31f8370
Allow full revpaths in stats and validate
9654a36
Inherit plugin bases from cliplugin
4a1bf84
Comment dvc run
61143e8
Remove unused dvc and git bindings
62f4864
Fix validator plugins
8b019c0
Fix positional arg conflict with plugin help
a96a653
Update command descriptions
96b1b66
fix workaround for positionals
fa6b3e5
Add comment
ddb260d
Update lists of dependencies
ceda7b8
Make git optional
0477542
Throw errors in Project ctor if no git or dvc available
2a777a8
Update importerror with modulenotfounderror
6c51a10
remove extra import
c0d0eb2
Update ci config
89d4849
Fix find_project
c9a836a
Fixes in migration
02e55ea
Merge branch 'develop' into zm/vcs-simple-exp
27fc206
Update source name validation
fd09e94
Fix es
96718dc
Remove tmp dir suffixes
9a09573
Add model name checking
711b446
Clarify rev and ref, rename reference to objectid
11862d8
Polish some naming
2841957
Restore escaping in regex
dabd533
Ignore warning
8d7cd2e
Change default stage names
8a24c2d
Add double dash to cp call
b4e8ae6
Replace some subpath checks
6e7b642
Fix create command example
ec79a77
Add some newlines to source add help
47f9bfe
Add stage cases to revpath tests
20b952c
add source copying logs
2bcdb2c
Split datum info info 2 commands
d45ab05
Introduce readonly projects, avoid downloading when prohibited
a9af5f7
Forward project readonly property to the datasets
a59621c
Rename variables, add comments
ad6d5b7
Disallow early exit from can_retrieve in some cases
18a130c
Check for inexistent path in importer
0985bd1
Narrow the list of catched dataset revpath loading errors
c9cfcee
Add project info tests
e6a0216
Allow cache materialization in readonly projects
ec609bd
Fix filter dry-run
01a8640
Add requirements-default
45f3431
Update compare_dirs
7e6a0b0
Add fwd_kwargs in on_error_do
bc33149
Don't store dvc repo
0d6e171
Fix tree ctor type annotations
d0b2958
Merge branch 'develop' into zm/vcs-simple-exp
7173204
Fix image save on windows
d6909d1
revert changes
cbf4f77
Merge branch 'develop' into zm/vcs-simple-exp
de4668b
Add missing import
c1ad73f
Fix setup.py
453a913
Merge branch 'zm/vcs-simple-exp' of https://github.com/openvinotoolki…
84e4a00
Fix scoping issues (add api)
9b1c687
Replace rollback with scope
0f823cf
Update tests
655505a
Replace rollback uses
73d7b3f
Fix imports
e75c7ab
update changelog
baf6b88
Merge branch 'zm/add-scope' into zm/test-scoped-with-vcs
564957d
Fix add() type anns in Scope
51d871e
Replace rollback with scoped in the project
6b5034c
Update revpath tests
80d075a
Merge branch 'develop' into zm/test-scoped-with-vcs
ca1c60d
Update imports
a434eb8
Update on_error_do call
559e096
Update TestDir class
8323e2e
Fix windows file addition in git
5ea8e1a
Apply scoped to project tests
e773b86
Fix source dvcfile placement
83cc4fc
Fix winodws issues
ba5b78e
Update cli tests
c4dd0a8
Suppress extra window
cb4f0ab
Dont hide windows file femoval issues
2f71d7e
Merge commit 'df4a0d65d85bd3c528c887492a66a482cdb9e9af' into zm/vcs-s…
8f78e79
Merge pull request #445 from openvinotoolkit/zm/test-scoped-with-vcs
a0c5a7a
Make migration function static
7e83496
Add project migrate command, disallow auto migration
878fda7
Update migration tests
14f75b2
Reformat file
877ec12
Consider different source urls in migration
3ef8529
Prohibit inplace migrations
d67b8fc
Update migration command interface
8065bd1
Fix error message
1598342
Fix old project layout
e5791a2
Allow to skip problematic sources in migration
04308c8
Add cleanup on source migration failure
95e1fb2
Merge pull request #451 from openvinotoolkit/zm/fix-migration
c77e01e
Merge branch 'develop' into zm/vcs-simple-exp
520321d
Update changelog
9d9dd3a
Fix migration tests
883c3e0
Remove extra import
bca456b
Update changelog
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move type definitions
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.