-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from ynput/feature/pinning_file_suport
Feature/pinning file support gonna merge it now lets see if it works.
- Loading branch information
Showing
10 changed files
with
444 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Submodule ayon_bin_client
updated
24 files
+52 −0 | .github/workflows/static.yml | |
+1 −0 | .gitignore | |
+3 −1 | .gitmodules | |
+2,621 −0 | Docs/src/Doxyfile | |
+338 −0 | Docs/src/custom.css | |
+424 −0 | Docs/src/custom_dark_theme.css | |
+62 −0 | Docs/src/generate.py | |
+19 −0 | Docs/src/html_footer.html | |
+55 −0 | Docs/src/html_header.html | |
+88 −0 | Docs/src/md/Examples.md | |
+58 −0 | Docs/src/md/Getting_Started.md | |
+21 −0 | Docs/src/md/client_gui.md | |
+14 −0 | Docs/src/md/client_lakectlpy.md | |
+6 −0 | Docs/src/md/client_util.md | |
+25 −0 | Docs/src/md/client_work_hanlder.md | |
+26 −0 | Docs/src/md/mainpage.md | |
+62 −12 | Project.py | |
+3 −3 | README.md | |
+62 −15 | ayon_bin_distro/gui/progress_ui.py | |
+ − | ayon_bin_distro/lakectlpy/bin/lakectl.exe | |
+85 −8 | ayon_bin_distro/lakectlpy/wrapper.py | |
+9 −2 | ayon_bin_distro/util/zip.py | |
+87 −18 | ayon_bin_distro/work_handler/worker.py | |
+1 −1 | test/test_lake_fs_wrapper.py |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from ._pinning_file_generation_funcs import generate_pinning_file | ||
|
||
__all__ = ["generate_pinning_file"] |
Oops, something went wrong.