47f6a4ec3f
go1.16 ( #14783 )
2021-02-28 18:08:33 -05:00
12a1f914f4
Vendor Update Go Libs ( #13166 )
...
* update github.com/alecthomas/chroma v0.8.0 -> v0.8.1
* github.com/blevesearch/bleve v1.0.10 -> v1.0.12
* editorconfig-core-go v2.1.1 -> v2.3.7
* github.com/gliderlabs/ssh v0.2.2 -> v0.3.1
* migrate editorconfig.ParseBytes to Parse
* github.com/shurcooL/vfsgen to 0d455de96546
* github.com/go-git/go-git/v5 v5.1.0 -> v5.2.0
* github.com/google/uuid v1.1.1 -> v1.1.2
* github.com/huandu/xstrings v1.3.0 -> v1.3.2
* github.com/klauspost/compress v1.10.11 -> v1.11.1
* github.com/markbates/goth v1.61.2 -> v1.65.0
* github.com/mattn/go-sqlite3 v1.14.0 -> v1.14.4
* github.com/mholt/archiver v3.3.0 -> v3.3.2
* github.com/microcosm-cc/bluemonday 4f7140c49acb -> v1.0.4
* github.com/minio/minio-go v7.0.4 -> v7.0.5
* github.com/olivere/elastic v7.0.9 -> v7.0.20
* github.com/urfave/cli v1.20.0 -> v1.22.4
* github.com/prometheus/client_golang v1.1.0 -> v1.8.0
* github.com/xanzy/go-gitlab v0.37.0 -> v0.38.1
* mvdan.cc/xurls v2.1.0 -> v2.2.0
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-10-16 01:06:27 -04:00
3270e7a443
[Vendor] update go-swagger v0.21.0 -> v0.25.0 ( #12670 )
...
* Update go-swagger
* vendor
2020-09-01 10:01:23 -04:00
684b7a999f
Dump: add output format tar and output to stdout ( #10376 )
...
* Dump: Use mholt/archive/v3 to support tar including many compressions
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Dump: Allow dump output to stdout
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Dump: Fixed bug present since #6677 where SessionConfig.Provider is never "file"
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Dump: never pack RepoRootPath, LFS.ContentPath and LogRootPath when they are below AppDataPath
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Dump: also dump LFS (fixes #10058 )
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Dump: never dump CustomPath if CustomPath is a subdir of or equal to AppDataPath (fixes #10365 )
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* Use log.Info instead of fmt.Fprintf
Signed-off-by: Philipp Homann <homann.philipp@googlemail.com >
* import ordering
* make fmt
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: Matti R <matti@mdranta.net >
2020-06-05 16:47:39 -04:00
fdf750e4d4
[Vendor] blevesearch v0.8.1 -> v1.0.7 ( #11360 )
...
* Update blevesearch v0.8.1 -> v1.0.7
* make vendor
Co-authored-by: zeripath <art27@cantab.net >
2020-05-10 06:40:54 +01:00
82dbb34c9c
Vendor Update: go-gitlab v0.22.1 -> v0.31.0 ( #11136 )
...
* vendor update: go-gitlab to v0.31.0
* migrate client init to v0.31.0
* refactor
2020-04-19 21:23:05 +01:00
2fa1078911
go 1.14 ( #10467 )
2020-03-20 10:29:31 -04:00
256b178176
Update swagger to 0.20.1 ( #8010 )
...
* update swagger to 0.20.1
* fiw swagger version for validate
2019-08-28 08:55:22 +02:00
86750325c7
workaround broken drone build ( #7362 )
...
* workaround broken swagger
only master brach is not working, latest release seems to work
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* make vendor
Signed-off-by: Michael Gnehr <michael@gnehr.de >
* Don't export GO111MODULE
* set go-swagger to fixed release version
mentioned here: https://github.com/go-gitea/gitea/pull/7362#discussion_r300831537
Signed-off-by: Michael Gnehr <michael@gnehr.de >
2019-07-06 16:16:43 +01:00
d77176912b
Use Go1.11 module ( #5743 )
...
* Migrate to go modules
* make vendor
* Update mvdan.cc/xurls
* make vendor
* Update code.gitea.io/git
* make fmt-check
* Update github.com/go-sql-driver/mysql
* make vendor
2019-03-27 19:15:23 +08:00
078c404c3b
Prometheus endpoint ( #5256 )
...
* Add prometheus collector and route
* dep ensure -add github.com/prometheus/client_golang/prometheus
* dep ensure -update github.com/golang/protobuf
* add metrics to reserved usernames
* add comment head in metrics package
* fix style imports
* add metrics settings
* add bearer token check
* mapping metrics configs
* fix lint
* update config cheat sheet
* update conf sample, typo fix
2018-11-04 22:20:00 -05:00
3f3383dc0a
Migrate to dep ( #3972 )
...
* Update makefile to use dep
* Migrate to dep
* Fix some deps
* Try to find a better version for golang.org/x/net
* Try to find a better version for golang.org/x/oauth2
2018-05-21 15:34:20 +03:00
b6a95a8cb3
Integrate public as bindata optionally ( #293 )
...
* Dropped unused codekit config
* Integrated dynamic and static bindata for public
* Ignore public bindata
* Add a general generate make task
* Integrated flexible public assets into web command
* Updated vendoring, added all missiong govendor deps
* Made the linter happy with the bindata and dynamic code
* Moved public bindata definition to modules directory
* Ignoring the new bindata path now
* Updated to the new public modules import path
* Updated public bindata command and drop the new prefix
2016-11-30 00:26:36 +08:00