Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | pkg/form: fix bad locale reference (#5196) | rokuu | 2018-04-24 |
| | |||
* | pull_request: able to ignore whitespace when check conflict (#4834) | Unknwon | 2017-11-16 |
| | |||
* | repo/pull: allow rebase before merging (#4805) | Unknwon | 2017-11-15 |
| | |||
* | pull: add an option to use rebase for merging pull requests | mharinder | 2017-11-15 |
| | | | | | | | | | | | | | | | | For DVCS, either merge or rebase works for getting new code in a pull request in the main branch. The rebase workflow produces a linear history which is cleaner, and more bisect-able. This commit adds a repo-level option to enable the rebase workflow. Once enabled, "Merge Pull Request" will be replaced by "Rebase and Merge Pull Request" which does exactly what the user wants. It's unlikely a project wants a mixed-use of both rebase and merge workflows, therefore the feature is not implemented as a drop-down button like what GitHub does (https://github.com/blog/2243-rebase-and-merge-pull-requests). | ||
* | Add Dingtalk webhook support (#4773) | Athurg Feng | 2017-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add dingtalk webhook into html template * Add Dingtalk's icon * Insert dingtalk into repo's webhook page template * Insert dingtalk into org's webhook page * Add dingtalk into default webhook config * Add locale string for add_dingtalk_hook_desc * Update bindata * Add dingtalk webhook form validator * Add dingtalk hook task * Add dingtalk hook create handler * Add dingtalk hook edit handler * Add dingtalk router * Add dingtalk webhook task skeleton * Add markdown link formatter * Add Dingtalk ActionCard create wrapper * Add support for dingtalk create event payload * Add support for dingtalk delete event payload * Add support for dingtalk fork event payload * Add support for dingtalk push event payload * Add support for dingtalk issue event payload * Add support for dingtalk issue comment payload * Add support for dingtalk pull event payload * Add support for dingtalk release event payload | ||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory |