Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #187 from pypeclub/feature/less_mongo_connections
Browse files Browse the repository at this point in the history
Less mongo connections
  • Loading branch information
mkolar authored Sep 8, 2020
2 parents d5c64bc + 5f5f835 commit 8373071
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 690 deletions.
9 changes: 8 additions & 1 deletion avalon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"""

from . import schema

from . mongodb import (
AvalonMongoDB,
session_data_from_environment
)
from .pipeline import (
install,
uninstall,
Expand Down Expand Up @@ -71,6 +74,9 @@


__all__ = [
"AvalonMongoDB",
"session_data_from_environment",

"install",
"uninstall",

Expand Down Expand Up @@ -117,6 +123,7 @@
"deregister_plugin_path",

"HOST_WORKFILE_EXTENSIONS",
"should_start_last_workfile",
"format_template_with_optional_keys",
"last_workfile_with_version",
"last_workfile",
Expand Down
Loading

0 comments on commit 8373071

Please sign in to comment.