Antoine GIRARD
ce45672d12
chore: limit change
5 years ago
Antoine GIRARD
ca91ccd1e2
ci: run compliance on arm
5 years ago
Antoine GIRARD
447d19bffb
Merge branch 'master' into optimize-ci
5 years ago
Antoine GIRARD
2ecf98ed2d
ci: use docker image for golangci-lint ( #9737 )
5 years ago
silverwind
a3977a3e51
fix webpack polyfills ( #9735 )
...
webpack polyfills did not work because useBuiltIns: 'entry' expects a
explicit core-js import. Changed it to 'usage' which does not require
these explicit imports and polyfills based on browserslist.
As a result, the built index.js now went from 128kB to 192kB.
Ref: https://babeljs.io/docs/en/babel-preset-env#usebuiltins
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
silverwind
74e35aae11
remove deprecated targets from Makefile ( #9729 )
...
- remove deprecated targets
- ensure 1 empty line between targets
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
5 years ago
Antoine GIRARD
23382ad095
Merge branch 'master' into optimize-ci
5 years ago
GiteaBot
625057c674
[skip ci] Updated translations via Crowdin
5 years ago
Antoine GIRARD
d0030d4f7f
Merge branch 'optimize-ci' of github.com:sapk-fork/gitea into optimize-ci
5 years ago
Antoine GIRARD
796c14d929
ci: revert runnning mysql on arm64
5 years ago
Antoine GIRARD
1c827e55c4
Merge branch 'master' into optimize-ci
5 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
5 years ago
Antoine GIRARD
3f117fd06a
Merge branch 'master' into optimize-ci
5 years ago
GiteaBot
497e15fdc2
[skip ci] Updated translations via Crowdin
5 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
5 years ago
Lunny Xiao
20cbb24972
Merge branch 'master' into optimize-ci
5 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>
5 years ago
zeripath
00a48e1895
Merge branch 'master' into optimize-ci
5 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>
5 years ago
Antoine GIRARD
e278a9c69f
typo
5 years ago
Antoine GIRARD
b1c53ba7eb
chore: clean un-needed move
5 years ago
Antoine GIRARD
dd88cc49d8
ci: test mysql8 in place pgsql arm64
5 years ago
Antoine GIRARD
a6ddf35cfa
Merge branch 'master' into optimize-ci
5 years ago
Antoine GIRARD
91e345450a
ci: activate ldap on arm64
5 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>
5 years ago
Antoine GIRARD
443efe21b6
ci: try offloading pgsql to arm64
5 years ago
Antoine GIRARD
ec38ee2864
Revert "ci: try offloading mysql8 to arm64"
...
This reverts commit c60de5db1c
.
5 years ago
Antoine GIRARD
c60de5db1c
ci: try offloading mysql8 to arm64
5 years ago
Antoine GIRARD
24aaa2d60d
ci: try re-ordering for optimizing time
5 years ago
Antoine GIRARD
d91127affc
ci: try re-ordering for optimizing time
5 years ago
Antoine GIRARD
25853375d9
ci: try re-ordering for optimizing time
5 years ago
Antoine GIRARD
dff29f12c8
ci: try re-ordering for optimizing time
5 years ago
Antoine GIRARD
e1fa574699
ci: try re-ordering for optimizing time
5 years ago
Antoine GIRARD
7819a84853
ci: try re-ordering for optimizing time
5 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.
5 years ago
techknowlogick
fef49f5e2e
golangci-lint 1.22.2 ( #9711 )
5 years ago
zeripath
960ac36099
Remove unused lock ( #9709 )
5 years ago
zeripath
edd31770aa
Missed q.lock.Unlock() will cause panic ( #9705 )
5 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
5 years ago
GiteaBot
f2e6c4538e
[skip ci] Updated translations via Crowdin
5 years ago
zeripath
eadb45e891
Restore IsPasswordSet previous value ( #9682 )
5 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.
5 years ago
Lunny Xiao
4d06d10dba
Move tracked time api convert to convert package ( #9665 )
5 years ago
guillep2k
705b1e49a8
Don't attempt to close issue if already closed ( #9696 )
...
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
Ryan
438e159d04
Remove deprecation comment for CreateOrgRepo ( #9670 )
...
Remove mistakenly added `deprecated: true` swagger comment from the `/orgs/{orgr}/repos` handler
5 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>
5 years ago
Antoine GIRARD
e90e435f04
Remove un-needed script import since #9554 ( #9694 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
Lunny Xiao
7a3a90aca3
Fix wrong original git service type on a migrated repository ( #9693 )
5 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>
5 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>
5 years ago