1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-11 06:21:19 +00:00
forgejo/routers
Cirno the Strongest f3c4baa84b
Show dropdown with all statuses for commit ()
* Show dropdown with all statuses for commit

* Use popups

* Remove unnecessary change

* Style popup

* Use divided list

* As per @silverwind

* Refactor GetLastCommitStatus

* Missing dropdown on repo home and commit page

* Fix tests

* Make status icon be a part of a link on PR list

* Fix missing translation call

* Indent fix

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-12-20 11:13:12 +08:00
..
admin Handle and propagate errors when checking if paths are Dirs, Files or Exist () 2020-11-27 21:42:08 -05:00
api/v1 [Refactor] CombinedStatus and CommitStatus related functions & structs () 2020-12-18 11:33:32 +08:00
dev
events
org Add markdown support in organization description () 2020-11-15 16:28:08 +00:00
private Use native git variants by default with go-git variants as build tag () 2020-12-17 22:00:47 +08:00
repo Show dropdown with all statuses for commit () 2020-12-20 11:13:12 +08:00
routes Fix missing stylesheets on installation page () 2020-11-28 19:52:30 +02:00
user Show dropdown with all statuses for commit () 2020-12-20 11:13:12 +08:00
utils Return the full rejection message and errors in flash errors () 2020-10-20 19:50:10 -04:00
home.go Simplify CheckUnitUser logic () 2020-09-15 19:49:34 -04:00
init.go Move webhook type from int to string () 2020-12-08 11:41:14 +01:00
install.go Handle and propagate errors when checking if paths are Dirs, Files or Exist () 2020-11-27 21:42:08 -05:00
metrics.go Move metrics from macaron to chi () 2020-11-17 15:50:06 -05:00
swagger_json.go