##// END OF EJS Templates
pyro: Return new proxy instances if called from outside of a request context....
pyro: Return new proxy instances if called from outside of a request context. This allows to run code that uses the pyro connection to the VCSServer but does not execute from within a request context, e.g. invoke tasks.
Martin Bornhold -
r354:4f555b55 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / model
__init__.py Loading ...
auth_token.py Loading ...
changeset_status.py Loading ...
comment.py Loading ...
db.py Loading ...
forms.py Loading ...
gist.py Loading ...
login_session.py Loading ...
meta.py Loading ...
notification.py Loading ...
permission.py Loading ...
pull_request.py Loading ...
repo.py Loading ...
repo_group.py Loading ...
repo_permission.py Loading ...
scm.py Loading ...
settings.py Loading ...
supervisor.py Loading ...
user.py Loading ...
user_group.py Loading ...
validation_schema.py Loading ...
validators.py Loading ...