-
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.
pinning file creation now allows to create pinning file for rel paths…
… via rootles paths
- Loading branch information
ynput
committed
Sep 9, 2024
1 parent
e1e4a3b
commit fefa609
Showing
3 changed files
with
17 additions
and
7 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
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 |
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