-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b40b7e3
commit 5e45798
Showing
86 changed files
with
127 additions
and
120 deletions.
There are no files selected for viewing
File renamed without changes.
41 changes: 41 additions & 0 deletions
41
conda-store-server/conda_store_server/_internal/action/__init__.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
from conda_store_server._internal.action.add_conda_prefix_packages import ( # noqa | ||
action_add_conda_prefix_packages, | ||
) | ||
from conda_store_server._internal.action.add_lockfile_packages import ( # noqa | ||
action_add_lockfile_packages, | ||
) | ||
from conda_store_server._internal.action.base import action # noqa | ||
from conda_store_server._internal.action.download_packages import ( # noqa | ||
action_fetch_and_extract_conda_packages, | ||
) | ||
from conda_store_server._internal.action.generate_conda_docker import ( # noqa | ||
action_generate_conda_docker, | ||
) | ||
from conda_store_server._internal.action.generate_conda_export import ( # noqa | ||
action_generate_conda_export, | ||
) | ||
from conda_store_server._internal.action.generate_conda_pack import ( # noqa | ||
action_generate_conda_pack, | ||
) | ||
from conda_store_server._internal.action.generate_constructor_installer import ( # noqa | ||
action_generate_constructor_installer, | ||
) | ||
from conda_store_server._internal.action.generate_lockfile import ( # noqa | ||
action_save_lockfile, | ||
action_solve_lockfile, | ||
) | ||
from conda_store_server._internal.action.get_conda_prefix_stats import ( # noqa | ||
action_get_conda_prefix_stats, | ||
) | ||
from conda_store_server._internal.action.install_lockfile import ( # noqa | ||
action_install_lockfile, | ||
) | ||
from conda_store_server._internal.action.install_specification import ( # noqa | ||
action_install_specification, | ||
) | ||
from conda_store_server._internal.action.remove_conda_prefix import ( # noqa | ||
action_remove_conda_prefix, | ||
) | ||
from conda_store_server._internal.action.set_conda_prefix_permissions import ( # noqa | ||
action_set_conda_prefix_permissions, | ||
) |
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
2 changes: 1 addition & 1 deletion
2
...re_server/action/generate_conda_docker.py → ..._internal/action/generate_conda_docker.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
2 changes: 1 addition & 1 deletion
2
...re_server/action/generate_conda_export.py → ..._internal/action/generate_conda_export.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
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
2 changes: 1 addition & 1 deletion
2
...e_server/action/get_conda_prefix_stats.py → ...internal/action/get_conda_prefix_stats.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
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
2 changes: 1 addition & 1 deletion
2
...re_server/action/install_specification.py → ..._internal/action/install_specification.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
2 changes: 1 addition & 1 deletion
2
...tore_server/action/remove_conda_prefix.py → ...r/_internal/action/remove_conda_prefix.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
2 changes: 1 addition & 1 deletion
2
...er/action/set_conda_prefix_permissions.py → ...al/action/set_conda_prefix_permissions.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ver/conda_store_server/server/__main__.py → ...store_server/_internal/server/__main__.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
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.