6543 
							
						 
					 
					
						
						
							
						
						3270e7a443 
					 
					
						
						
							
							[Vendor] update go-swagger v0.21.0 -> v0.25.0 ( #12670 )  
						
						... 
						
						
						
						* Update go-swagger
* vendor 
						
						
					 
					
						2020-09-01 10:01:23 -04:00 
						 
				 
			
				
					
						
							
							
								PhilippHomann 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						2fa1078911 
					 
					
						
						
							
							go 1.14 ( #10467 )  
						
						
						
						
					 
					
						2020-03-20 10:29:31 -04:00 
						 
				 
			
				
					
						
							
							
								Antoine GIRARD 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Cherrg 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Mura Li 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Stanislav 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Antoine GIRARD 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Thomas Boerger 
							
						 
					 
					
						
						
							
						
						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