Package bodhi :: Module admin :: Class AdminController
[hide private]
[frames] | no frames]

Class AdminController

source code

                                   object --+    
                                            |    
            turbogears.controllers.Controller --+
                                                |
                                   object --+   |
                                            |   |
turbogears.identity.conditions.SecureResource --+
                                                |
                                               AdminController

Instance Methods [hide private]
 
index(self, *_decorator__varargs, **_decorator__kwargs) source code
 
repodiff(self, diff=None, *_decorator__varargs, **_decorator__kwargs)
If a diff is specified, display it; if not, show a list of diffs.
source code
 
masher(self, lastlog=None, *_decorator__varargs, **_decorator__kwargs)
Display the current status of the Masher
source code
 
mash(self, tag, *_decorator__varargs, **_decorator__kwargs) source code

Inherited from turbogears.identity.conditions.SecureResource: __getattribute__

Inherited from object: __delattr__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  require = <turbogears.identity.conditions.in_group object at 0...
  push = PushController()
  catwalk = <turbogears.toolbox.catwalk.CatWalk object at 0xa9aa...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

index(self, *_decorator__varargs, **_decorator__kwargs)

source code 
Decorators:
  • @expose(template= 'bodhi.templates.admin')

repodiff(self, diff=None, *_decorator__varargs, **_decorator__kwargs)

source code 
If a diff is specified, display it; if not, show a list of diffs.
Decorators:
  • @expose(template= 'bodhi.templates.repodiff')

masher(self, lastlog=None, *_decorator__varargs, **_decorator__kwargs)

source code 
Display the current status of the Masher
Decorators:
  • @expose(template= 'bodhi.templates.masher', allow_json= True)

mash(self, tag, *_decorator__varargs, **_decorator__kwargs)

source code 
Decorators:
  • @expose()

Class Variable Details [hide private]

require

Value:
identity.in_group("releng")

catwalk

Value:
CatWalk()