Package coprs :: Package views :: Package backend_ns :: Module backend_general
[hide private]
[frames] | no frames]

Module backend_general

source code

Functions [hide private]
 
waiting()
Return list of waiting actions and builds.
source code
 
update() source code
 
starting_build()
Check if the build is not cancelled and set it to running state
source code
Function Details [hide private]

waiting()

source code 

Return list of waiting actions and builds.

Decorators:
  • @backend_ns.route("/waiting/")
  • @misc.backend_authenticated

update()

source code 
Decorators:
  • @backend_ns.route("/update/", methods= ["POST", "PUT"])
  • @misc.backend_authenticated

starting_build()

source code 

Check if the build is not cancelled and set it to running state

Decorators:
  • @backend_ns.route("/starting_build/", methods= ["POST", "PUT"])
  • @misc.backend_authenticated