-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ----- - New command `odood venv pip` that allows to run pip from current venv. - New command `odood venv npm` that allows to run npm from current venv. - New command `odood venv python` that allows to run python from current venv. - New command `odood venv ipython` that allows to run ipython from current venv. - Added new option `--ual` to command `odood repo add` that allows to automatically update list of addons when repository was added. - New command `odood venv run` that allows to run any command from current venv. - New command `odood repo run-pre-commit` to run [pre-commit](https://pre-commit.com/) for the repo. Changed ------- - Database restoration reimplemented in D, thus now it restores db dump and filestore in parallel.
- Loading branch information
Showing
76 changed files
with
1,969 additions
and
644 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
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
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 |
---|---|---|
@@ -1,27 +1,24 @@ | ||
{ | ||
"fileVersion": 1, | ||
"versions": { | ||
"bindbc-common": "~master", | ||
"bindbc-loader": "1.1.3", | ||
"bindbc-common": "0.1.6", | ||
"bindbc-loader": "1.1.5", | ||
"cachetools": "0.3.1", | ||
"color": "0.0.9", | ||
"colored": "0.0.31", | ||
"commandr": "~master", | ||
"commandr": {"version":"~master","repository":"git+https://github.com/katyukha/commandr.git"}, | ||
"dini": "2.0.0", | ||
"dlibzip": "1.9.2", | ||
"dpq": "0.11.6", | ||
"dshould": "1.7.1", | ||
"dyaml": "0.9.2", | ||
"dshould": "1.7.2", | ||
"dyaml": "0.10.0", | ||
"east_asian_width": "1.1.0", | ||
"prettyprint": "1.0.9", | ||
"requests": "2.1.1", | ||
"semver": "0.5.0", | ||
"requests": "2.1.3", | ||
"silly": "1.1.1", | ||
"tabletool": "0.5.0", | ||
"thepath": "1.0.0", | ||
"thepath": "1.2.0", | ||
"theprocess": "0.0.5", | ||
"tinyendian": "0.2.0", | ||
"unit-threaded": "2.1.7", | ||
"zipper": "0.0.4-bindbc" | ||
"unit-threaded": "2.1.9", | ||
"zipper": "0.0.5" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
{ | ||
"fileVersion": 1, | ||
"versions": { | ||
"bindbc-common": "~master", | ||
"bindbc-loader": "1.1.3", | ||
"bindbc-common": "0.1.6", | ||
"bindbc-loader": "1.1.5", | ||
"cachetools": "0.3.1", | ||
"color": "0.0.9", | ||
"colored": "0.0.31", | ||
"commandr": "~master", | ||
"commandr": {"version":"~master","repository":"git+https://github.com/katyukha/commandr.git"}, | ||
"dini": "2.0.0", | ||
"dlibzip": "1.9.2", | ||
"dpq": "0.11.6", | ||
"dshould": "1.7.1", | ||
"dyaml": "0.9.2", | ||
"dshould": "1.7.2", | ||
"dyaml": "0.10.0", | ||
"east_asian_width": "1.1.0", | ||
"odood": {"path":"../../"}, | ||
"prettyprint": "1.0.9", | ||
"requests": "2.1.1", | ||
"semver": "0.5.0", | ||
"requests": "2.1.3", | ||
"tabletool": "0.5.0", | ||
"thepath": "1.0.0", | ||
"thepath": "1.2.0", | ||
"theprocess": "0.0.5", | ||
"tinyendian": "0.2.0", | ||
"unit-threaded": "2.1.7", | ||
"zipper": "0.0.4-bindbc" | ||
"unit-threaded": "2.1.9", | ||
"zipper": "0.0.5" | ||
} | ||
} |
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
Oops, something went wrong.