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

Remote git registry #3

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
34b2dd9
introduce GitRegistryWithRemoteSupport and use it in gto.api.show ins…
Nov 25, 2022
ff6b838
use GitRegistryWithRemoteSupport in gto.api.check_ref
Nov 25, 2022
c778f04
use GitRegistryWithRemoteSupport in gto.api.history
Nov 25, 2022
979b2a8
use GitRegistryWithRemoteSupport in gto.api.get_stages
Nov 25, 2022
fb461dd
get rid of GitRegistryWithRemoteSupport in favor of FromRemoteRepoMix…
Nov 25, 2022
ab7a49a
use FromRemoteRepoMixin for EnrichmentManager
Nov 25, 2022
7884531
push non-working example of api.annotate with removed @clone_on_remote
Nov 25, 2022
7ec9791
fix all tests
Nov 26, 2022
d0ba495
apply style guide-line
Nov 26, 2022
c5d9b98
remove @clone_on_remote_repo where not needed
Nov 27, 2022
bf898f2
remove @clone_on_remote_repo where not needed
Nov 27, 2022
c592fb1
fix tests
aguschin Nov 30, 2022
15e2a7d
moving further, but tests fail
aguschin Nov 30, 2022
d381b39
fixing most tests, improving the code
aguschin Dec 1, 2022
43941e7
fixes, unite two mixins
aguschin Dec 1, 2022
d88f114
fix some tests
Dec 1, 2022
a5e3e31
accept suggestion to increase performance in test_api by not re-creat…
francesco086 Dec 1, 2022
61bc125
fix tests by supporting push
aguschin Dec 4, 2022
a596659
fix test
aguschin Dec 5, 2022
9a4d536
skip tests failing on windows
aguschin Dec 5, 2022
70ad52e
Merge pull request #4 from aguschin/aguschin-fixes
francesco086 Dec 5, 2022
23caff3
delete clone_on_remote_repo
Dec 5, 2022
52ce96c
delete commit_produced_changes_on_commit
Dec 5, 2022
88cef78
delete push_on_push
Dec 5, 2022
5462a3d
delete set_push_on_remote_repo
Dec 5, 2022
383be81
add skip for windows
Dec 5, 2022
c7693c8
fix
aguschin Dec 6, 2022
78000a8
Merge pull request #6 from aguschin/aguschin-suggestions
francesco086 Dec 6, 2022
1491353
Merge pull request #5 from francesco086/delete_auto_push_on_remote
francesco086 Dec 6, 2022
1f0bc45
renaming
Dec 6, 2022
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
Loading