Lunny Xiao
f47714c501
move code.gitea.io/git to code.gitea.io/gitea/modules/git ( #6364 )
* move code.gitea.io/git to code.gitea.io/gitea/modules/git
* fix imports
* fix fmt
* fix misspell
* remove wrong tests data
* fix unit tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* enable Debug to trace the failure tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* comment commit count tests since git clone depth is 50
* fix tests
* update from code.gitea.io/git
* revert change to makefile
6 years ago
zeripath
fe2e747b66
Fix deadlock in webhook PullRequest ( #6102 )
Signed-off-by: Andrew Thornton <art27@cantab.net>
6 years ago
Lanre Adelowo
a0d3e54c48
handle milestone events for issues and PR ( #5947 )
6 years ago
Lanre Adelowo
401d7a11c5
Webhook for Pull Request approval/rejection ( #5027 )
7 years ago
Lunny Xiao
88c541cfe1
Fix some webhooks bugs ( #3981 )
* fix some webhooks bugs
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix test
* fix clearlabels
* fix pullrequest webhook bug fix #3492
* update release webhook description
* remove unused code
* fix push webhook in pull request
* small changes
7 years ago
Lunny Xiao
a619bd08b0
Add more webhooks support and refactor webhook templates directory ( #3929 )
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* load attributes when created release
* update comparsion doc
7 years ago
kolaente
9eb5361ef5
Multiple assignees ( #3705 )
7 years ago
Ethan Koenig
6700a0b12a
Make URL scheme unambiguous ( #2408 )
* Make URL scheme unambiguous
Redirect old routes to new routes
* Fix redirects to new URL scheme, and update template
* Fix branches/_new endpoints, and update integration test
8 years ago
Ethan Koenig
e4e41c4830
Webhooks for repo creation/deletion ( #1663 )
* Webhooks for repo creation/deletion
* add createHookTask
* Add handles for GetSlackPayload and GetDiscordPayload
8 years ago
Ethan Koenig
feb1506600
Fix typos in models/ ( #576 )
9 years ago
Kim "BKC" Carlbäcker
0287afefa6
Fix breakage from vendor-update
9 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
9 years ago
Bwko
4765d2e37b
Lint models/update.go & webhook_slack.go
9 years ago
Sandro Santilli
827c85ad85
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
9 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
9 years ago
Sandro Santilli
8212aa70ba
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
9 years ago
Thomas Boerger
a2f2fa9326
Replaced go-gogs-client with go-sdk imports
9 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Unknwon
6e37e3f3d7
Replace convert.To with APIFormat calls
9 years ago
Unknwon
f60f4fc56e
#2246 fully support of webhooks for pull request
9 years ago
Unknwon
8ac9d9b4c7
rename import path
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
0e4ca00d3f
#2045 have fallback but empty value
10 years ago
Unknwon
eb059f6eea
#2045 move fallback to empty string
10 years ago
Unknwon
c4e016472f
more fixes on #2045
10 years ago
Unknwon
53e5e41542
#2045 add short version as fallback to Slack payload
10 years ago
Unknwon
96dbec41f7
webhook APIs
10 years ago
Unknwon
4237282f92
slack JSON indent
10 years ago
Unknwon
50cf8ca2e0
new create webhook event
10 years ago
Unknwon
df9986f5a8
new create webhook UI
10 years ago