GiteaBot
9af60ce0bb
[skip ci] Updated translations via Crowdin
2020-09-07 22:28:18 +00:00
6543 and GitHub
cfd8e8a489
gitea dump: include version & Check InstallLock ( #12760 )
...
* gitea dump: include version
* Check InstallLock (close #12759 )
* fix test
* fix lint
2020-09-07 23:27:17 +01:00
GiteaBot
226aef7e0f
[skip ci] Updated translations via Crowdin
2020-09-07 15:06:09 +00:00
Lunny Xiao and GitHub
91e7ad569a
Add queue for code indexer ( #10332 )
...
* Add queue for code indexer
* Fix lint
* Fix test
* Fix lint
* Fix bug
* Fix bug
* Fix lint
* Add noqueue
* Fix tests
* Rename noqueue to immediate
2020-09-07 23:05:08 +08:00
zeripath and GitHub
a722dd72db
Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes ( #12752 )
...
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes
Fix #11738
Signed-off-by: Andrew Thornton <[email protected] >
2020-09-06 23:53:42 -04:00
d17efaa114
Upgrade bleve to v1.0.10 ( #12737 )
...
* Fix bug on migration 111
* Upgrade bleve to 1.0.10
Co-authored-by: zeripath <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-09-06 18:51:14 -04:00
zeripath and GitHub
1b9d5074a7
Add command to recreate tables ( #12407 )
...
Provides new command: `gitea doctor recreate-table` which will recreate
db tables and copy the old data in to the new table.
This function can be used to remove the old warning of struct defaults being
out of date.
Fix #8868
Fix #3265
Fix #8894
Signed-off-by: Andrew Thornton <[email protected] >
2020-09-06 22:52:01 +01:00
6543 and GitHub
ad2bf376df
RepoInit Respect AlternateDefaultBranch ( #12746 )
2020-09-06 16:58:54 -04:00
GiteaBot
0b198eb392
[skip ci] Updated translations via Crowdin
2020-09-06 19:54:31 +00:00
6543 and GitHub
f7b3e06026
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) ( #12745 )
...
* Update Vendor github.com/nfnt/resize
* switch resize algo NearestNeighbor -> Bilinear
2020-09-06 20:53:33 +01:00
GiteaBot
332dbe7393
[skip ci] Updated translations via Crowdin
2020-09-06 16:26:12 +00:00
f727e3e1c9
Fix editor.commit_empty_file_text locale string ( #12744 )
...
editor.commit_empty_file_text should read `about to commit`
not `about commit`
Signed-off-by: Andrew Thornton <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-09-06 12:24:24 -04:00
3408fb73b6
Add better Swagger description and a example for GetArchive ( #12743 )
...
Co-authored-by: techknowlogick <[email protected] >
2020-09-06 12:23:47 -04:00
GiteaBot
43c303d35c
[skip ci] Updated translations via Crowdin
2020-09-06 15:39:00 +00:00
0c6a802731
[Vendor] Update xanzy/go-gitlab v0.31.0 => v0.37.0 ( #12701 )
...
* update github.com/xanzy/go-gitlab v0.31.0 => v0.37.0
* vendor
* adapt changes
Co-authored-by: techknowlogick <[email protected] >
2020-09-06 11:37:53 -04:00
GiteaBot
0ed5e103fe
[skip ci] Updated translations via Crowdin
2020-09-06 15:01:20 +00:00
赵智超 and GitHub
b613d70b41
ui: Show git-pull-request icon for closed pull request ( #12742 )
...
As title, I think it's more reasonable, and it's the same as GH.
Signed-off-by: a1012112796 <[email protected] >
2020-09-06 11:00:16 -04:00
GiteaBot
a755e5adeb
[skip ci] Updated translations via Crowdin
2020-09-06 10:35:50 +00:00
Lunny Xiao and GitHub
e8958bfc38
Fix bug of migraition v111 ( #12738 )
2020-09-06 11:34:51 +01:00
GiteaBot
0cc4aadf58
[skip ci] Updated translations via Crowdin
2020-09-06 08:55:26 +00:00
Lunny Xiao and GitHub
6590cac89b
Fix bug on migration 111 ( #12736 )
...
* Fix bug on migration 111
* Check reviews when migrating v111
* Fix bug
* Fix commit
2020-09-06 16:54:29 +08:00
1c35353c53
implemet Cache for Stopwatches.APIFormat() ( #12730 )
...
Co-authored-by: techknowlogick <[email protected] >
2020-09-05 21:20:27 -04:00
f10d3ea803
[Vendor] Fix Version Compare Lib ( #12735 )
...
* switch to patched fork
* vendor
* reference upstream lib and use replace in go.mod
* reference upstream lib and use replace in go.mod
* Apply suggestions from code review
* vendor
Co-authored-by: techknowlogick <[email protected] >
2020-09-05 20:44:34 -04:00
GiteaBot
67ec27150e
[skip ci] Updated translations via Crowdin
2020-09-05 22:51:54 +00:00
zeripath and GitHub
69b8d7ba19
use assignment in tests ( #12734 )
...
Signed-off-by: Andrew Thornton <[email protected] >
2020-09-06 01:50:57 +03:00
GiteaBot
78509b5f9b
[skip ci] Updated translations via Crowdin
2020-09-05 20:13:09 +00:00
9a17e2830b
refactor repo_stats to use os.pipe ( #11726 )
...
* refactor repo_stats to use os.pipe
* woops. missing reader.
* stdout not stderr, woops
* Fix copyright date and ensure that the stderr is collected
Signed-off-by: Andrew Thornton <[email protected] >
Co-authored-by: Andrew Thornton <[email protected] >
2020-09-05 16:12:14 -04:00
GiteaBot
913ac9cacd
[skip ci] Updated translations via Crowdin
2020-09-05 17:39:52 +00:00
1ea1cade85
Add Created & Updated to Milestone ( #12662 )
...
* Add Created and Updated to Milestone table and expose via API
* Expose to UI - To Overloaded ?!?
* fix unit test
Co-authored-by: techknowlogick <[email protected] >
2020-09-05 13:38:54 -04:00
GiteaBot
7404786420
[skip ci] Updated translations via Crowdin
2020-09-05 16:43:55 +00:00
bc11caff94
[Vendor] Switch go-version lib ( #12719 )
...
* vendor: switch from "mcuadros/go-version" to "hashicorp/go-version"
* Adapt P1
* simplify
* fix lint
* adapt
* fix lint & rm old code
* no deadlock
* rm RWMutex and check GoVersion only 1-time
* Copyright header
Co-authored-by: techknowlogick <[email protected] >
2020-09-05 12:42:58 -04:00
9fdb4f887b
Update to go-org 1.3.2 ( #12728 )
...
* Update to go-org 1.3.2
Fix #12727
Signed-off-by: Andrew Thornton <[email protected] >
* Fix unit test
Signed-off-by: Andrew Thornton <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
2020-09-05 11:45:10 -04:00
GiteaBot
e80eda7d01
[skip ci] Updated translations via Crowdin
2020-09-05 11:59:34 +00:00
385433d2f4
additional data for type StopWatch in swagger api ( #12458 )
...
* additional data for type StopWatch in swagger api
* fix lint-backend issue with gofmt
* fix format in v1_json with 'make generate-swagger'
* using issue.LoadRepo() instead of getRepositoryByID()
Co-authored-by: jochen@homeland <no-go@localhost>
Co-authored-by: zeripath <[email protected] >
2020-09-05 12:58:33 +01:00
6543 and GitHub
dba5d82f86
Expose Attachemnt Settings by API ( #12514 )
...
close #12368
2020-09-05 08:43:06 +01:00
techknowlogick and GitHub
bab1204db4
Use pre-built hugo binary in release step ( #12725 )
...
* Use pre-built hugo binary in release step
* decrease verbosity of tar
2020-09-05 07:24:36 +01:00
b51bd7f1d6
Refactor webhook payload convertion ( #12310 )
...
* Refactor webhook payload convertion
* Fix lint
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 22:57:13 -04:00
e1535c74cc
Add 'make watch' ( #12636 )
...
* Add 'make watch'
This combines frontend and backend watch into a single command that runs
them in parallel on on SIGINT terminates both.
Termination is not super-clean but I guess it does not have to.
* move to tools/, trap more signals, remove gnu-specific flag
* simplify
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 20:55:06 -04:00
GiteaBot
9837b598fc
[skip ci] Updated translations via Crowdin
2020-09-04 22:47:21 +00:00
techknowlogick and GitHub
144de79c1b
Add details re: Kanban ( #12721 )
2020-09-04 18:46:21 -04:00
bda9e51fef
Remove async pre-empt hack if go >= 1.15 ( #12718 )
...
Signed-off-by: Andrew Thornton <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 14:59:19 -04:00
482b0e6d47
Bump min required golang to 1.13 ( #12717 )
...
* Bump min required golang to 1.13
* Update config.yaml
* Update Makefile
* per silverwind feedback
* per silverwind
Co-authored-by: zeripath <[email protected] >
2020-09-04 14:12:01 -04:00
2a52aeec49
API: Expose its limitation settings ( #12714 )
...
* API: Expose its limitation settings
* TESTs
Co-authored-by: zeripath <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 14:10:15 -04:00
GiteaBot
45c0ec3152
[skip ci] Updated translations via Crowdin
2020-09-04 17:30:03 +00:00
6543 and GitHub
fb603825f5
Test ignore migration rate limitation error ( #12715 )
2020-09-04 13:28:36 -04:00
ca81b6528b
UI: Inform user what meaning hourglass on reviews has ( #12713 )
...
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 12:36:37 -04:00
Lauris BH and GitHub
e710a34981
Add spent time to referenced issue in commit message ( #12220 )
2020-09-04 11:37:37 -04:00
4c557eff5d
Add github api token option to generate-license & generate-gitignore ( #12700 )
...
* Add github api token option to generate-license & generate-gitignore
Without api toke, Will face rate limit sometimes.
Signed-off-by: a1012112796 <[email protected] >
* Use Basic authentication with tokens
Signed-off-by: Andrew Thornton <[email protected] >
Co-authored-by: a1012112796 <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-09-04 10:02:37 -04:00
d7456106bf
fix go1.15 lint error in modules/public/public.go ( #12707 )
...
Co-authored-by: Lauris BH <[email protected] >
2020-09-04 16:15:54 +03:00
f083bd70df
Changelog for 1.12.4 release ( #12687 ) ( #12709 )
...
* Changelog for 1.12.4 release (#12687 )
Co-authored-by: zeripath <[email protected] >
* update gitea version in docs
Co-authored-by: techknowlogick <[email protected] >
Co-authored-by: zeripath <[email protected] >
2020-09-03 23:44:34 -04:00