You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1020B

  1. * For the time being, Github API doesn't provide some informations that are
  2. available by the classic UI, that includes:
  3. 1. team hierarchy: the field is present in the model github_team.parent_id,
  4. but unused.
  5. * Possible improvements:
  6. 1. Create a new module github_connector_website, that could display
  7. teams / repositories / branches informations for non logged users.
  8. 2. Analyze commits (author, quantity by series, etc...):
  9. this feature has been partially implemented in a V8.0 PR.
  10. 3. Synchronize Pull Request, Issues, Comments:
  11. this feature has been partially implemented in a V8.0 PR.
  12. * Refactor the github connector:
  13. A python library called PyGitHub is available. It could be interesting
  14. to use it, instead of using custom code. However, this lib doesn't provide
  15. good access to child object, generating for the time being, unnecessary
  16. API calls. For example, updating a repository should call before a call to
  17. the parent organization (The current module is so faster).
上海开阖软件有限公司 沪ICP备12045867号-1