Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix label count (#8267) | Lunny Xiao | 2019-09-24 | 1 | -9/+15 |
| | | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug | ||||
* | Add option to initialize repository with labels (#6061) | John Olheiser | 2019-09-08 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add optional label sets on repo creation * Fix CRLF * Instead of hardcoding default, make it the helper * Move label set init out of repo init Add a new error for the router Combine router label init with repo creation label init Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add issue labels to Swagger for repo creation Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update models/issue_label.go Co-Authored-By: Lauris BH <lauris@nix.lv> * Update models/issue_label.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> | ||||
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> | ||||
* | Add missing description of label on API (#7159) | Lunny Xiao | 2019-06-16 | 1 | -3/+4 |
| | | | | | | | | * add missing description of label on API * fix comment head * fix swagger | ||||
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -8/+0 |
| | |||||
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor | ||||
* | Add label names as filter in issue search api (#5946) | Lanre Adelowo | 2019-02-04 | 1 | -1/+14 |
| | |||||
* | Add the ability to use multiple labels as filters(#5786) | Lauris BH | 2019-01-22 | 1 | -0/+21 |
| | |||||
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | Add label descriptions (#3662) | Lauris BH | 2018-03-13 | 1 | -5/+14 |
| | | | | | | * Add label descriptions * Add default descriptions to label template | ||||
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | Load label ID in NewLabels (#2045) | Ethan Koenig | 2017-06-25 | 1 | -3/+22 |
| | |||||
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -4/+4 |
| | |||||
* | small optimization for get issue labels | Lunny Xiao | 2017-02-12 | 1 | -17/+4 |
| | |||||
* | Bug fixed for deleted label in issue comment (#904) | Lunny Xiao | 2017-02-11 | 1 | -0/+5 |
| | | | | | | * bug fixed for deleted label in issue comment * fix indent | ||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 1 | -11/+8 |
| | |||||
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -10/+26 |
| | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh | ||||
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | Added sorting to the labels & milestones page (#199) | Bwko | 2016-12-24 | 1 | -5/+15 |
| | |||||
* | Linting | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | GitHub API Compliance (& linting) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -1/+27 |
| | |||||
* | Lint/issue &mail (#243) | Bwko | 2016-11-25 | 1 | -3/+4 |
| | | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go | ||||
* | use in instead string join (#155) | Lunny Xiao | 2016-11-12 | 1 | -4/+2 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | ||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -5/+21 |
|/ | |||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | 1 | -3/+38 |
| | |||||
* | label: adjust forecolor boundary | Unknwon | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | Fix #3189: Sort labels by name (#3446) | Thibault Meyer | 2016-08-25 | 1 | -3/+3 |
| | | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view | ||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -2/+12 |
| | |||||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 1 | -20/+73 |
| | |||||
* | Minor fix for #2710 | Unknwon | 2016-02-27 | 1 | -0/+234 |