middleware Package¶
middleware Package¶
WSGI Middleware.
hg Module¶
Middle-ware for handling hg authentication for users pushing change sets to local repositories.
-
class
galaxy.webapps.tool_shed.framework.middleware.hg.Hg(app, config)[source]¶ Bases:
object-
repository_tag_is_valid(filename, line)[source]¶ Checks changes made to <repository> tags in a dependency definition file being pushed to the Tool Shed from the command line to ensure that all required attributes exist.
Make sure the any complex repository dependency definitions contain valid <repository> tags when pushing changes to the tool shed on the command line.
-