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

Module backend_general

source code

Functions [hide private]
 
waiting(*args, **kwargs)
Return list of waiting actions and builds.
source code
 
update(*args, **kwargs) source code
Variables [hide private]
  __package__ = 'coprs.views.backend_ns'
Function Details [hide private]

waiting(*args, **kwargs)

source code 

Return list of waiting actions and builds.

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

update(*args, **kwargs)

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