Antoine GIRARD
23382ad095
Merge branch 'master' into optimize-ci
6 years ago
GiteaBot
625057c674
[skip ci] Updated translations via Crowdin
6 years ago
Antoine GIRARD
d0030d4f7f
Merge branch 'optimize-ci' of github.com:sapk-fork/gitea into optimize-ci
6 years ago
Antoine GIRARD
796c14d929
ci: revert runnning mysql on arm64
6 years ago
Antoine GIRARD
1c827e55c4
Merge branch 'master' into optimize-ci
6 years ago
6543
10055bd2b1
[API] add GET /orgs endpoint ( #9560 )
...
* introduce `GET /orgs`
* add TEST
* show also other VisibleType's
* update description
* refactor a lot
* SearchUserOptions by default return only public
6 years ago
Antoine GIRARD
3f117fd06a
Merge branch 'master' into optimize-ci
6 years ago
GiteaBot
497e15fdc2
[skip ci] Updated translations via Crowdin
6 years ago
Lunny Xiao
b465d0d787
Move create/fork repository from models to modules/repository ( #9489 )
...
* Move create/fork repository from models to modules/repository
* fix wrong reference
* fix test
* fix test
* fix lint
* Fix DBContext
* remove duplicated TestMain
* fix lint
* fix conflicts
6 years ago
Lunny Xiao
20cbb24972
Merge branch 'master' into optimize-ci
6 years ago
Lunny Xiao
5765212c6d
Add owner_name column for table repository for maintaince reason ( #9717 )
...
* Add owner_name column for table repository for maintaince reason
* refactor
* Fix tests
* fix test
* fix bug when fork repository
Co-authored-by: zeripath <art27@cantab.net>
6 years ago
zeripath
00a48e1895
Merge branch 'master' into optimize-ci
6 years ago
zeripath
65baacf227
Make hook status printing configurable with delay ( #9641 )
...
* Delay printing hook statuses until after 1 second
* Move to a 5s delay, wrapped writer structure and add config
* Update cmd/hook.go
* Apply suggestions from code review
* Update cmd/hook.go
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
6 years ago
Antoine GIRARD
e278a9c69f
typo
6 years ago
Antoine GIRARD
b1c53ba7eb
chore: clean un-needed move
6 years ago
Antoine GIRARD
dd88cc49d8
ci: test mysql8 in place pgsql arm64
6 years ago
Antoine GIRARD
a6ddf35cfa
Merge branch 'master' into optimize-ci
6 years ago
Antoine GIRARD
91e345450a
ci: activate ldap on arm64
6 years ago
6543
83f9359a75
[BugFix] [API] /repos/issues/search ( #9698 )
...
* fix
* fix options
* add TEST
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
6 years ago
Antoine GIRARD
443efe21b6
ci: try offloading pgsql to arm64
6 years ago
Antoine GIRARD
ec38ee2864
Revert "ci: try offloading mysql8 to arm64"
...
This reverts commit c60de5db1c
.
6 years ago
Antoine GIRARD
c60de5db1c
ci: try offloading mysql8 to arm64
6 years ago
Antoine GIRARD
24aaa2d60d
ci: try re-ordering for optimizing time
6 years ago
Antoine GIRARD
d91127affc
ci: try re-ordering for optimizing time
6 years ago
Antoine GIRARD
25853375d9
ci: try re-ordering for optimizing time
6 years ago
Antoine GIRARD
dff29f12c8
ci: try re-ordering for optimizing time
6 years ago
Antoine GIRARD
e1fa574699
ci: try re-ordering for optimizing time
6 years ago
Antoine GIRARD
7819a84853
ci: try re-ordering for optimizing time
6 years ago
silverwind
86464de0c1
silence fomantic error regarding tabs ( #9713 )
...
Fomantic expects all tabs to have a target element with content as
defined by the data-tab attribute. All our usage of the tab module seems
to use <a> element tabs that link to new pages so these content elements
are never present and fomantic complains about that in the console with
an "Activated tab cannot be found" error. This silences that error.
6 years ago
techknowlogick
fef49f5e2e
golangci-lint 1.22.2 ( #9711 )
6 years ago
zeripath
960ac36099
Remove unused lock ( #9709 )
6 years ago
zeripath
edd31770aa
Missed q.lock.Unlock() will cause panic ( #9705 )
6 years ago
Lunny Xiao
f69f5a9f10
Add a new command doctor to check if some wrong configurations on gitea instance ( #9095 )
...
* add doctor
* Add a new command doctor to check if some wrong configurations on gitea instance
* fix import
* use regex match authorized_keys on doctor
* Add documentation
6 years ago
GiteaBot
f2e6c4538e
[skip ci] Updated translations via Crowdin
6 years ago
zeripath
eadb45e891
Restore IsPasswordSet previous value ( #9682 )
6 years ago
David Svantesson
32fb813133
Allow repo admin to merge PR regardless of review status ( #9611 )
...
* Allow repo admin to merge even if review is not ok.
6 years ago
Lunny Xiao
4d06d10dba
Move tracked time api convert to convert package ( #9665 )
6 years ago
guillep2k
705b1e49a8
Don't attempt to close issue if already closed ( #9696 )
...
Co-authored-by: Lauris BH <lauris@nix.lv>
6 years ago
Ryan
438e159d04
Remove deprecation comment for CreateOrgRepo ( #9670 )
...
Remove mistakenly added `deprecated: true` swagger comment from the `/orgs/{orgr}/repos` handler
6 years ago
John Olheiser
480ef9d410
Load milestone in API PR list ( #9671 )
...
* Load milestone for Issue API format
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move further down
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
6 years ago
Antoine GIRARD
e90e435f04
Remove un-needed script import since #9554 ( #9694 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
6 years ago
Lunny Xiao
7a3a90aca3
Fix wrong original git service type on a migrated repository ( #9693 )
6 years ago
silverwind
3143bb10da
update js dependencies ( #9676 )
...
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
6 years ago
Lunny Xiao
99d869fa63
Move push commits from models to modules/repository ( #9370 )
...
* Move push commits from models to modules/repository
* fix test
* fix test
* fix test
* fix test
* fix test
Co-authored-by: zeripath <art27@cantab.net>
6 years ago
Lunny Xiao
384c2b342e
Move pull request api convert to convert package ( #9664 )
...
* Move pull request api convert to convert package
* Rename ToPullRequest to ToAPIPullRequest
6 years ago
Lunny Xiao
8878cfa4a1
Fix lint ( #9688 )
6 years ago
zeripath
17b844a3ec
Move Errored PRs out of StatusChecking ( #9675 )
...
* Set Errored PRs out of StatusChecking
* Ensure that api status is correctly set too
* Update models/pull.go
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
6 years ago
zeripath
6c46a56360
Prevent redirect to Host ( #9678 )
6 years ago
techknowlogick
8f31c2fc76
remove google font call ( #9668 )
6 years ago
silverwind
b3722114ce
eliminate horizontal scroll caused by footer ( #9669 )
6 years ago