Commit Graph

158 Commits (master)

Author SHA1 Message Date
Unknwon b3757e424f
Prepare release 2017-02-27 18:38:16 -05:00
Unknwon 437df04d8c
Prepare release 2017-02-21 12:17:39 -05:00
Unknwon 2fd69f13d9
vendor: check in vendors
Bye bye glide...
2017-02-09 19:48:13 -05:00
Unknwon 39eb6df769
Fix wrong commit SHA in .gopmfile (#4093) 2017-02-07 11:23:16 -05:00
Unknwon d293aa9ced
Do a fast-fail testing on repository URL before mirroring
To ensure the URL is accessible under good condition to prevent
long blocking on URL resolution without syncing anything.
2017-01-31 18:40:38 -05:00
Unknwon 412ba5b2a9
Prepare for release 2017-01-31 07:36:59 -05:00
Unknwon 8059175a5c
Fix dashboard issues/pull request counting 2016-12-27 22:01:18 +08:00
Unknwon 114c179e5a
Update .gopmfile and glide.lock 2016-12-23 21:53:30 -05:00
Unknwon 42a3bbb0f4
Fetch before Checkout when create pull request (#3699) 2016-12-23 19:36:16 -05:00
Unknwon 67380cf47b
Minor code fix 2016-12-21 04:08:23 -05:00
Unknwon 8f09fc64bd
Minor fix for PR #3624 2016-12-21 01:48:11 -05:00
Unknwon 34b92cdb44
Fix #3905 2016-12-20 23:23:57 -05:00
Unknwon 5d0b334d56
Update git-module required version 2016-12-20 21:28:32 -05:00
Unknwon b092733c2e
Update git-module version to support back Git 1.7.1 2016-12-08 11:44:45 -05:00
Unknwon baeccdb161
Add github.com/go-xorm/builder to dependency 2016-11-23 21:04:16 -05:00
Unknwon 394fc61129
Update glide.lock and .gopmfile for XORM 2016-11-23 20:58:45 -05:00
Unknwon 552d5c7ceb
Update glide.lock and .gopmfile
Closes #3690 #3727
2016-11-23 20:06:41 -05:00
Unknwon 95065de39a
Fork go-libravatar to remove import path check
To use GitHub import path as much as possible.
2016-11-19 21:55:21 -05:00
Andrey Nering 9ac46fb983 Support Editorconfig on web editor 2016-08-30 20:30:47 -03:00
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli (#3546) 2016-08-30 04:57:58 -07:00
Unknwon 2a13f682e0 Bump git-module required version 2016-08-29 23:57:22 -07:00
Unknwon c30b856d14 #3505 use user’s info for committer and author 2016-08-27 13:37:55 -07:00
Unknwon 6b98d58906 #2966 code cleanup 2016-08-26 13:40:53 -07:00
Unknwon 0b273ac4d5 #3383 code cleanup 2016-08-24 16:05:56 -07:00
Kim Carlbäcker b710f6bd65 Update gopmfile and glide.lock (#3508) 2016-08-23 14:53:16 -07:00
Unknwon 6f9a95f830 #2246 add HTMLURL to webhook type
- Fill Milestone and Assignee field when available in webhook payload
2016-08-16 10:19:09 -07:00
Unknwon 2625193a48 models/repo_editor: improve code quality 2016-08-15 22:20:55 -07:00
Unknwon 4a46613916 markdown: fix treating pure number as SHA1
- Detect non-exist commit and return 404 not 500
2016-08-15 15:27:19 -07:00
Unknwon 94392a7af3 Fix empty repository panic on send test webhook 2016-08-15 05:53:47 -07:00
Unknwon dccb0c15b9 Replace convert.To with APIFormat calls 2016-08-14 04:17:26 -07:00
Unknwon 5544a7037b Add new dependency 2016-08-11 17:12:55 -07:00
Unknwon 10b47eddd2 Update glide.lock and .gopmfile [CI SKIP] 2016-08-11 11:51:12 -07:00
Unknwon 7e9b42c87d #2780 code clean up 2016-08-11 11:35:46 -07:00
Unknwon 5077408d78 #3233 code cleanup and minor issue fix 2016-08-11 10:53:51 -07:00
Unknwon 81e6f82caf Update glide.lock and .gopmfile [CI SKIP] 2016-08-10 11:57:53 -07:00
Unknwon bb51eb5188 Update cron revision [CI SKIP] 2016-08-09 22:02:51 -07:00
Unknwon c5d4a9e046 #2907 Add commit timestamp to webhook 2016-08-09 18:28:06 -07:00
Unknwon 15b0cbe318 #3007 update git-module require version 2016-08-09 17:15:48 -07:00
Unknwon 0c2b9bbb2b Update glide.lock and .gopmfile 2016-08-07 11:05:19 -07:00
Unknwon ab9c5fb5e7 #2593 allow render raw content
Use URL query parameter render=1 to render content in raw mode.
2016-08-05 18:34:13 -07:00
Unknwon 13d492e92a Update .gopmfile and glide.lock 2016-08-03 12:12:33 -07:00
Unknwon ae88d76032 Bump version 2016-07-22 21:52:39 +08:00
Unknwon 1c7dcdd6b9 Update dep revision 2016-07-17 10:46:21 +08:00
Unknwon 5aa2bf86f4 Update locales and .gopmfile 2016-07-17 09:25:30 +08:00
Thomas Fanninger 28c03f1147 Update .gopmfile (#3133)
Build only work with the current master of the package. Otherwise, I get this error.
```
...
# github.com/gogits/gogs/routers/api/v1/convert
routers/api/v1/convert/convert.go:200: undefined: gogs.Team
routers/api/v1/convert/convert.go:201: undefined: gogs.Team
...
```
2016-05-26 19:05:50 -07:00
Unknwon 3fb4f7f498 Prepare release 2016-03-19 14:51:41 -04:00
Unknwon d6b09c35f7 Update .gopmfile and fix #2848 2016-03-17 14:29:45 -04:00
Unknwon 0ea0c5ec4f Prepare release 2016-03-06 19:55:38 -05:00
Unknwon d324500959 Prepare to release 2016-02-24 01:14:43 -05:00
Unknwon ac78bae7b5 Replace uuid module with original package 2016-02-20 18:13:12 -05:00