Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | 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 | ||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 |
| | |||
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 |
| | |||
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 |
* Add API support for labels. * Error handling for adding/replacing multiple issue labels * Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions * Additional code cleanup |