コード例 #1
0
 def get_commit_list(self, repo_id, offset, limit):
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def get_commit_list(self, repo_id, offset, limit):
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
コード例 #3
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_commit_list(self, repo_id, offset, limit):
     """
     Return: a list of Commit objects (lib/commit.vala)
     """
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
コード例 #4
0
ファイル: api.py プロジェクト: airbai/seafile
 def get_commit_list(self, repo_id, offset, limit):
     """
     Return: a list of Commit objects (lib/commit.vala)
     """
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)