summaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com
Commit message (Collapse)AuthorAgeFilesLines
* Update lunny/levelqueue to 0.3.0 (#11285)guillep2k2020-05-045-4/+30
| | | Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
* Add gitea-vet (#10948)John Olheiser2020-04-059-0/+207
| | | | | | | | | | | | | | | | | * Add copyright Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser <john.olheiser@gmail.com> * Combine tools.go into build.go and clean up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove extra GO111MODULE=on Signed-off-by: jolheiser <john.olheiser@gmail.com>
* update: macaron cores,gzip,session (#10522)65432020-02-285-4/+48
| | | | Co-authored-by: zeripath <art27@cantab.net>
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-026-34/+401
| | | | | | | | | | | | | | | | | | | | | * Upgrade levelqueue to version 0.2.0 This adds functionality for Unique Queues * Add UniqueQueue interface and functions to create them * Add UniqueQueue implementations * Move TestPullRequests over to use UniqueQueue * Reduce code duplication * Add bytefifos * Ensure invalid types are logged * Fix close race in PersistableChannelQueue Shutdown
* update gitea.com/macaron/macaron to 1.4.0 (#9608)65432020-01-053-14/+12
|
* upgrade levelqueue to 0.1.0 (#9192)Lunny Xiao2019-11-288-0/+394
|
* Move modules/gzip to gitea.com/macaron/gzip (#9058)Lunny Xiao2019-11-183-0/+409
| | | | | | * Move modules/gzip to gitea.com/macaron/gzip * Fix vendor
* Use gitea forked macaron (#7933)Tamal Saha2019-08-23107-0/+12861
Signed-off-by: Tamal Saha <tamal@appscode.com>