- 03 Oct, 2019 1 commit
-
-
guillep2k authored
* Add test for FilterModeMention * Fix column name ambiguity * Fix fmt
-
- 02 Oct, 2019 9 commits
-
-
guillep2k authored
* Revert #7898 * Transaction-aware retry create issue to cope with duplicate keys * Restore INSERT ... WHERE usage * Rearrange code for clarity * Fix error return in newIssue() * Fix error message
-
Lunny Xiao authored
* upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
-
GiteaBot authored
-
Tekaoh authored
-
GiteaBot authored
-
Aam Surganda authored
-
David Svantesson authored
* Add API for Repo Advanced Settings of wiki and issue tracker Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add some integration tests for tracker and wiki settings through API * Should return StatusUnprocessableEntity in case of invalid API values. * Add tests for invalid URLs for external tracker and wiki. * Do not set inital values if they are default of type * Make issue tracker and wiki units separate structures in Repository API structure. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix comment of structures Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Rewrite API to use struct for setting tracker and wiki settings. * LetOnlyContributorsTrackTime -> AllowOnlyContributorsToTrackTime
-
spaeps authored
* [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. * [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. Now editing less files and commiting with `make css`.
-
Antoine GIRARD authored
-
- 01 Oct, 2019 6 commits
-
-
GiteaBot authored
-
helix84 authored
-
GiteaBot authored
-
Lunny Xiao authored
* move mirror to a standalone package * fix mirror address in template * fix tests * fix lint * fix comment * fix tests * fix tests * fix vendor * fix fmt * fix lint * remove wrong file submitted * fix conflict * remove unrelated changes * fix go mod * fix tests * clean go mod * make vendor work * make vendor work * fix tests * remove duplicated test
-
GiteaBot authored
-
David Svantesson authored
* Api endpoint for searching teams. Signed-off-by:
dasv <david.svantesson@qrtech.se> * Move API to /orgs/:org/teams/search Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Regenerate swagger Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix search is Get Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add test for search team API. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Update routers/api/v1/org/team.go grammar Co-Authored-By:
Richard Mahn <richmahn@users.noreply.github.com> * Fix review comments Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix some issues in repo collaboration team search, after changes in this PR. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Remove teamUser which is not used and replace with actual user id. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Remove unused search variable UserIsAdmin. * Add paging to team search. * Re-genereate swagger Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix review comments Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * fix * Regenerate swagger
-
- 30 Sep, 2019 10 commits
-
-
GiteaBot authored
-
Lunny Xiao authored
* extract actions on deletereleasebyid from models to release service * fix tests
-
GiteaBot authored
-
Lunny Xiao authored
* extract actions on new issue from models to services * improve code * rename services/issues to services/issue
-
GiteaBot authored
-
Elias Norberg authored
-
GiteaBot authored
-
Elias Norberg authored
Signed-off-by:
Elias Norberg <elias@aisle.se>
-
GiteaBot authored
-
Elias Norberg authored
* Use correct index when fetching commit status Signed-off-by:
Elias Norberg <elias@aisle.se> * Compare against base repo to avoid mismatch when merging from fork Signed-off-by:
Elias Norberg <elias@aisle.se>
-
- 29 Sep, 2019 5 commits
-
-
David Svantesson authored
Signed-off-by:
David Svantesson <davidsvantesson@gmail.com>
-
GiteaBot authored
-
David Svantesson authored
* Add 'make revive' to instructions for checking code This is performed on drone, hacking instructions should contain the same to avoid unnecessary PR builds. * lint is deprecated. Denote revive +vet as code analysis in continuous text.
-
GiteaBot authored
-
Lunny Xiao authored
* upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
-
- 27 Sep, 2019 2 commits
-
-
David Svantesson authored
* Add logging for when user requested attachment doesn't belong to the specified release. * Fix API to use correct variable for release asset (attachment)
-
Lunny Xiao authored
Extract actions on new pull request from models to pulls service and move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull (#8218) * extract actions on new pull request from models to pulls service * improve code * move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull * fix fmt * Rename pulls.go to pull.go
-
- 26 Sep, 2019 4 commits
-
-
Sandro Santilli authored
* Always return local url for users avatar Avoids having to wait for DNS lookups when libravatar is activated fixing #6046 * Avoid double slash in avatar link * Move avatar route to the correct place
-
GiteaBot authored
-
Adam authored
-
Bill Wenrich authored
* doc py3-zmq - ZeroMQ bindings for jupyter #7970 https://github.com/go-gitea/gitea/issues/7970 * rebase Dockerfile to 1.9.x for jupyter * [docs] external-renderers.en-us.md - use templated variable for version Co-Authored-By:
techknowlogick <matti@mdranta.net>
-
- 25 Sep, 2019 3 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
Lunny Xiao authored
* improve integration tests * fix Makefile * improve makefile and integration docs
-
guillep2k authored
-