You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
qwerty287 7db2f110ad
Add API to get issue/pull comments and events (timeline) (#17403)
* Add API to get issue/pull comments and events (timeline)
Adds an API to get both comments and events in one endpoint with all required data.
Closes go-gitea/gitea#13250

* Fix swagger

* Don't show code comments (use review api instead)

* fmt

* Fix comment

* Time -> TrackedTime

* Use var directly

* Add logger

* Fix lint

* Fix test

* Add comments

* fmt

* [test] get issue directly by ID

* Update test

* Add description for changed refs

* Fix build issues + lint

* Fix build

* Use string enums

* Update swagger

* Support `page` and `limit` params

* fmt + swagger

* Use global slices

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
admin Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 3 years ago
base Handle invalid issues (#18111) 3 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Add archived label for code search results in archived repo's (#17817) 3 years ago
mail Multiple Escaping Improvements (#17551) 3 years ago
org org settings -> webhook/labels/deletion should also active the menu (#17809) 3 years ago
repo Allow admin to associate missing LFS objects for repositories (#18143) 3 years ago
shared Change <a> elements to underline on hover (#17898) 3 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago
user Use conditions but not repo ids as query condition (#16839) 3 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago