Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | *: use jsoniter to replace encoding/json | Unknwon | 2018-06-09 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | 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 | ||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | webhook: add issue comment event | Unknwon | 2017-03-09 |
| | |||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | webhook: able to detect delete branch or tag (#2315) | Unknwon | 2017-02-27 |
| | |||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | webhook: remove bad characters of Slack-type webhook for Discord (#4088) | Unknwon | 2017-02-11 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 |
| | |||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 |
| | |||
* | more fixes on #2045 | Unknwon | 2015-12-04 |
| | |||
* | #2045 add short version as fallback to Slack payload | Unknwon | 2015-12-01 |
| | |||
* | webhook APIs | Unknwon | 2015-08-29 |
| | |||
* | slack JSON indent | Unknwon | 2015-08-28 |
| | |||
* | new create webhook event | Unknwon | 2015-08-28 |
| | |||
* | new create webhook UI | Unknwon | 2015-08-27 |