-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support Webhook for Typetalk #5548
Conversation
I checked the test result and I think it is not caused by my changes. https://drone.gitea.io/go-gitea/gitea/4547/8
I ran the command in my local env. It didn't cause the error.
|
There is a bug on go1.11.3 I think that made the CI failed. |
@lunny Ok! We need to wait fot the CI to be fixed, right? |
Signed-off-by: Issei Horie <issei.horie@nulab-inc.com>
Codecov Report
@@ Coverage Diff @@
## master #5548 +/- ##
==========================================
- Coverage 37.76% 37.52% -0.24%
==========================================
Files 325 326 +1
Lines 47681 47986 +305
==========================================
+ Hits 18005 18007 +2
- Misses 27081 27384 +303
Partials 2595 2595
Continue to review full report at Codecov.
|
@is2ei I will try this and since v1.7 new feature is freezed, this could be merged on v1.8 . |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Please resolve the conflicted files. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Conflicts need to be resolved |
@is2ei can you resolve conflicts? PS: some code has moved so take care of :D |
Please resolve the conflicts. |
@is2ei I know this PR is old ... but do you still have passion to get it upstream? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
This pull request has been automatically closed because of inactivity. You can re-open it if needed. |
#5496
Added Webhook support for Typetalk
Could you please review it? 😃