forgejo/modules
SpaWn2KiLl 1f01f53c53 API add/generalize pagination (#9452)
* paginate results

* fixed deadlock

* prevented breaking change

* updated swagger

* go fmt

* fixed find topic

* go mod tidy

* go mod vendor with go1.13.5

* fixed repo find topics

* fixed unit test

* added Limit method to Engine struct; use engine variable when provided; fixed gitignore

* use ItemsPerPage for default pagesize; fix GetWatchers, getOrgUsersByOrgID and GetStargazers; fix GetAllCommits headers; reverted some changed behaviors

* set Page value on Home route

* improved memory allocations

* fixed response headers

* removed logfiles

* fixed import order

* import order

* improved swagger

* added function to get models.ListOptions from context

* removed pagesize diff on unit test

* fixed imports

* removed unnecessary struct field

* fixed go fmt

* scoped PR

* code improvements

* code improvements

* go mod tidy

* fixed import order

* fixed commit statuses session

* fixed files headers

* fixed headers; added pagination for notifications

* go mod tidy

* go fmt

* removed Private from user search options; added setting.UI.IssuePagingNum as default valeu on repo's issues list

* Apply suggestions from code review

Co-Authored-By: 6543 <6543@obermui.de>
Co-Authored-By: zeripath <art27@cantab.net>

* fixed build error

* CI.restart()

* fixed merge conflicts resolve

* fixed conflicts resolve

* improved FindTrackedTimesOptions.ToOptions() method

* added backwards compatibility on ListReleases request; fixed issue tracked time ToSession

* fixed build error; fixed swagger template

* fixed swagger template

* fixed ListReleases backwards compatibility

* added page to user search route

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
2020-01-24 14:00:29 -05:00
..
auth Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
avatar
base
cache
charset
context API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
convert Move newbranch to standalone package (#9627) 2020-01-14 11:38:04 +08:00
cron Refactor repository check and sync functions (#9854) 2020-01-20 20:01:19 +00:00
generate
git API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
gitgraph
graceful Make CertFile and KeyFile relative to CustomPath (#9868) 2020-01-19 19:07:44 +00:00
highlight
httplib
indexer API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
lfs
log
markup Don't convert ellipsis in markdown (#9905) 2020-01-22 16:30:20 +01:00
metrics
migrations API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
notification Fix repo indexer not updating upon push (#9957) 2020-01-24 20:00:49 +02:00
options
password
pprof
private
process
public
queue Update queue_redis.go (#9910) 2020-01-21 12:50:27 +00:00
recaptcha
references Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
repofiles Fix wrong permissions check when issues/prs shared operations (#9885) 2020-01-20 13:00:32 +01:00
repository API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
secret
session
setting Make archive prefixing configurable with a global setting (#9943) 2020-01-22 23:46:46 +00:00
ssh
structs Fix wrong hint when status checking is running on pull request view (#9886) 2020-01-22 11:46:04 +08:00
sync Fix missing unlock in uniquequeue (#9790) 2020-01-15 23:58:33 +02:00
task Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
templates Add top author stats to activity page (#9615) 2020-01-20 12:07:30 +02:00
test
timeutil
upload
user
util
validation
webhook Fix RocketChat (#9908) 2020-01-21 21:29:24 +01:00