summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #260 from tboerger/drone-latestThomas Boerger2016-11-252-11/+1
|\ | | | | Dropped latest publishing from drone
| * Dropped latest publishing from droneThomas Boerger2016-11-252-11/+1
|/
* Merge pull request #241 from Bwko/lint/admin.goThomas Boerger2016-11-251-0/+4
|\ | | | | Lint models/admin.go
| * Lint models/admin.goBwko2016-11-241-0/+4
| |
* | Merge pull request #245 from Bwko/lint/update&slackThomas Boerger2016-11-252-0/+14
|\ \ | | | | | | Lint models/update.go, release.go & webhook_slack.go
| * | Lint models/update.go & webhook_slack.goBwko2016-11-252-0/+14
| | |
| * | Lint models/release.goBwko2016-11-241-5/+7
| |/
* | Merge pull request #246 from Bwko/fix/typoThomas Boerger2016-11-253-8/+8
|\ \ | | | | | | Fix typos
| * | Fix typosBwko2016-11-213-8/+8
| | |
* | | Merge pull request #259 from tboerger/drone-fixesThomas Boerger2016-11-252-4/+7
|\ \ \ | | | | | | | | Fixed s3 publishing within drone
| * | | Fixed s3 publishing within droneThomas Boerger2016-11-252-4/+7
|/ / /
* | | Merge pull request #240 from go-gitea/drone-additionsThomas Boerger2016-11-253-66/+47
|\ \ \ | | | | | | | | Additions to the Drone CI integration
| * | | Disable broken docker build for nowThomas Boerger2016-11-252-15/+15
| | | |
| * | | Be more explicit and dropped matrix builds from droneThomas Boerger2016-11-252-50/+31
| | | |
| * | | Updated badges for drone and similar to lgtmThomas Boerger2016-11-251-5/+5
|/ / /
* | | Merge pull request #254 from lunny/lunny/golint_modules_contextThomas Boerger2016-11-257-3/+20
|\ \ \ | | | | | | | | Golint fixed for modules/context
| * | | Golint fixed for modules/contextLunny Xiao2016-11-257-3/+20
| | | |
* | | | Merge pull request #256 from lunny/lunny/golint_modules_avatarThomas Boerger2016-11-252-4/+5
|\ \ \ \ | | | | | | | | | | Golint fixed for modules/avatar
| * | | | golint fixed for modules/avatarLunny Xiao2016-11-252-4/+5
| | | | |
* | | | | Merge pull request #255 from lunny/lunny/golint_modules_cronThomas Boerger2016-11-251-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Golint fixed for modules/cron
| * | | | | golint fixed for modules/cronLunny Xiao2016-11-251-0/+1
| |/ / / /
* | | | | Merge pull request #252 from lunny/lunny/golint_fixed_modules_httplibThomas Boerger2016-11-251-15/+18
|\ \ \ \ \ | | | | | | | | | | | | Golint fixed for modules/httplib
| * | | | | Golint fixed for modules/httplibLunny Xiao2016-11-251-15/+18
| | |/ / / | |/| | |
* | | | | Merge pull request #251 from lunny/lunny/golint_modules_templateThomas Boerger2016-11-254-16/+28
|\ \ \ \ \ | | | | | | | | | | | | Golint fixed for modules/template
| * | | | | Golint fixed for modules/templateLunny Xiao2016-11-254-16/+28
| |/ / / /
* | | | | Merge pull request #250 from lunny/lunny/golint_modules_markdownThomas Boerger2016-11-254-21/+23
|\ \ \ \ \ | | | | | | | | | | | | Golint fixed for modules/markdown
| * | | | | fixed test build errorLunny Xiao2016-11-252-8/+8
| | | | | |
| * | | | | golint fixed for modules/markdownLunny Xiao2016-11-252-13/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #249 from lunny/lunny/golint_modules_mailerThomas Boerger2016-11-251-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Golint fixed for modules/mailer
| * | | | | Golint fixed for modules/mailerLunny Xiao2016-11-251-1/+8
| |/ / / /
* | | | | Added errcheck make task (#242)Thomas Boerger2016-11-251-0/+7
| | | | |
* | | | | Lint/issue &mail (#243)Bwko2016-11-254-27/+35
| |_|/ / |/| | | | | | | | | | | | | | | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go
* | | | Lint models/token.go (#244)Bwko2016-11-251-0/+3
| |/ / |/| |
* | | CONTRIBUTING.md: link to "Faster reviews" document (#229)Andrey Nering2016-11-251-0/+13
|/ / | | | | | | | | | | * CONTRIBUTING.md: link to "Faster reviews" document * CONTRIBUTING.md: small fixes
* | Merge pull request #96 from metalmatze/feature/drone-configThomas Boerger2016-11-244-40/+153
|\ \ | | | | | | Create a first draft for .drone.yml
| * | Added matrix drone buildsThomas Boerger2016-11-242-15/+37
| | |
| * | Create a first draft for .drone.ymlMatthias Loibl2016-11-242-0/+119
| | |
| * | Dropped travis configThomas Boerger2016-11-241-36/+0
| | |
| * | Added drone instead of travis detection to makefileThomas Boerger2016-11-241-4/+4
| | |
| * | Added dummy tasks for mysql and pgsql testsThomas Boerger2016-11-241-0/+8
| | |
* | | test database is connect OK after db config initialized (#239)Lunny Xiao2016-11-241-0/+4
| | |
* | | Merge pull request #238 from go-gitea/make-installThomas Boerger2016-11-241-2/+2
|\ \ \ | | | | | | | | Really use go install on make install
| * | | Really use go install on make installThomas Boerger2016-11-241-2/+2
|/ / /
* | | Merge pull request #228 from Bwko/feature/short-hash-downloadThomas Boerger2016-11-241-1/+1
|\ \ \ | | | | | | | | Added short-hash support to downloads
| * | | Added short-hash support to downloadsBwko2016-11-241-1/+1
| | |/ | |/|
* | | Merge pull request #237 from strk/login_source-lintThomas Boerger2016-11-241-8/+48
|\ \ \ | |_|/ |/| | Lint models/login_source.go
| * | Lint models/login_source.goSandro Santilli2016-11-241-8/+48
|/ /
* | Merge pull request #235 from lunny/lunny/golint_modules_userThomas Boerger2016-11-241-0/+1
|\ \ | | | | | | golint fixed for modules/user
| * | golint fixed for modules/userLunny Xiao2016-11-241-0/+1
| | |
* | | Merge pull request #234 from strk/issue-lintThomas Boerger2016-11-241-44/+69
|\ \ \ | | | | | | | | Lint issue.go