beat.web.toolchains.views module

beat.web.toolchains.views.create(request, name=None)[source]

Creates a new toolchain or a new version of an existing toolchain

The user must be authenticated before it can add a new toolchain

beat.web.toolchains.views.fork(request, author, name, version)[source]

Creates a new toolchain by forking an existing toolchain

The user must be authenticated before it can add a new toolchain

beat.web.toolchains.views.edit(request, author, name, version)[source]

Allows the modification of the toolchain. The Web API is used to retrieve the details about the toolchain and check the accessibility.

beat.web.toolchains.views.view(request, author, name, version=None)[source]

Shows the toolchain. The Web API is used to retrieve the details about the toolchain and check the accessibility.

beat.web.toolchains.views.diff(request, author1, name1, version1, author2, name2, version2)[source]

Shows the difference between two toolchains. The Web API is used to retrieve the details about the toolchains and check the accessibility.

beat.web.toolchains.views.ls(request, author_name)[source]

List all accessible toolchains to the request user

beat.web.toolchains.views.public_ls(request)[source]

List all publicly accessible objects