Exemplo n.º 1
0
 def editor_name(self):
     return convert_readable_username(self.editor)
Exemplo n.º 2
0
 def creator_name(self):
     return convert_readable_username(self.creator)
Exemplo n.º 3
0
 def creator_name(self):
     return convert_readable_username(self.pipeline_template.creator)
Exemplo n.º 4
0
 def editor_name(self):
     if self.pipeline_template and self.pipeline_template.editor:
         return convert_readable_username(self.pipeline_template.editor)
     else:
         return ''
Exemplo n.º 5
0
 def executor_name(self):
     return convert_readable_username(self.executor)