-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] github_connector_pull_request #110
base: 14.0
Are you sure you want to change the base?
[ADD] github_connector_pull_request #110
Conversation
382a0b7
to
bee4106
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work ! code review. No test.
I wonder if we should add a cron to synchronize PR regularly.
like in the core module : https://github.com/OCA/interface-github/blob/14.0/github_connector/data/ir_cron.xml
bee4106
to
695d534
Compare
Thanks for your review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design question : Why create a dedicated module.
- If we install github_connector, we expect to have the possibility to fetch also the PRs, not only the branches, and the code ?
- if then, we want to implement "github_connector_issue", it will ask a refactor, because a lot of thing are common between issues and pull requests, so we should create an fourth module "abstract".
- the PR / issues improvment are written in the roadmap of the main module : https://github.com/OCA/interface-github/tree/14.0/github_connector#known-issues-roadmap
Proposing to improve the existing module. What do you think ?
Question : did you thought to fetch also comments ?
note : I began to work on PR / issue / comment in V8. If it can help :
https://github.com/OCA/interface-github/pull/1/files#diff-a1b4664848d92d0cabbe8108e17e7480403c09afbb1ee07242878b4273f3d564R18
I see Pull Requests as a temporary object, I think most users should only be interested in the main branches. We implemented this module because we are also interested in what is the work in progress of some repositories.
No |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Any news on this one? |
I'm abstaining on this one! |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Co-authored-by: gabriele-baldessari <[email protected]>
695d534
to
887a640
Compare
Rebased on |
No description provided.