1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
gitea/routers/api/v1/repo
zeripath a889d0cc8c
Add buttons to allow loading of incomplete diffs ()
This PR adds two buttons to the stats and the end of the diffs list to load the (some of) the remaining incomplete diff sections.

Contains 
    
Signed-off-by: Andrew Thornton <art27@cantab.net>


## Screenshots

### Show more button at the end of the diff
![Screenshot from 2021-09-04 11-12-37](https://user-images.githubusercontent.com/1824502/132091009-b1f6113e-2c04-4be5-8a04-b8ecea56887b.png)

### Show more button at the end of the diff stats box
![Screenshot from 2021-09-04 11-14-54](https://user-images.githubusercontent.com/1824502/132091063-86da5a6d-6628-4b82-bea9-3655cd9f40f6.png)
2021-10-15 17:05:33 +01:00
..
blob.go Swagger info corrections () 2019-12-20 19:07:12 +02:00
branch.go Support unprotected file patterns () 2021-09-11 16:21:17 +02:00
collaborators.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
commits.go Add API to get commit diff/patch () 2021-09-20 18:14:29 +02:00
file.go Add caller to cat-file batch calls () 2021-09-17 20:54:15 -04:00
fork.go Refactor the fork service slightly to take ForkRepoOptions () 2021-08-28 16:37:14 +08:00
git_hook.go Move macaron to chi () 2021-01-26 16:36:53 +01:00
git_ref.go Let branch/tag name be a valid ref to get CI status () 2021-07-13 08:14:14 +01:00
hook_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
hook.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
issue_comment.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
issue_label.go Calculate label URL on API () 2021-09-10 18:03:16 +02:00
issue_reaction.go [refactor] Unify the export of user data via API () 2021-03-27 17:45:26 +01:00
issue_stopwatch.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
issue_subscription.go [refactor] Unify the export of user data via API () 2021-03-27 17:45:26 +01:00
issue_tracked_time.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
issue.go API: don't allow merged PRs to be reopened () 2021-10-02 23:11:17 -04:00
key.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
label.go Calculate label URL on API () 2021-09-10 18:03:16 +02:00
language.go Add language statistics API endpoint () 2020-06-07 14:48:41 +03:00
main_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
migrate.go Make mirror feature more configurable () 2021-09-07 17:49:36 +02:00
milestone.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
mirror.go Make mirror feature more configurable () 2021-09-07 17:49:36 +02:00
notes.go Add an api endpoint to fetch git notes () () 2021-08-11 03:01:40 +02:00
pull_review.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
pull.go Add buttons to allow loading of incomplete diffs () 2021-10-15 17:05:33 +01:00
release_attachment.go Add repo_id for attachment () 2021-09-08 17:19:30 +02:00
release_tags.go [API] Add delete release by tag & fix unreleased inconsistency () 2021-02-07 19:32:18 +01:00
release.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
repo_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
repo.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
star.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
status.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
subscriber.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
tag.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
teams.go [API] List, Check, Add & delete endpoints for repository teams () 2021-02-01 22:57:12 +01:00
topic.go [API] generalize list header () 2021-08-12 14:43:08 +02:00
transfer.go Repository transfer has to be confirmed, if user can not create repo for new owner () 2021-03-01 01:47:30 +01:00
tree.go Rename context.Query to context.Form () 2021-07-29 03:42:15 +02:00