Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable testifylint rules (#34075) | TheFox0x7 | 2025-03-31 | 1 | -1/+1 |
| | | | | enable testifylint rules disabled in: https://github.com/go-gitea/gitea/pull/34054 | ||||
* | Add priority to protected branch (#32286) | 6543 | 2024-11-27 | 1 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | ## Solves Currently for rules to re-order them you have to alter the creation date. so you basicly have to delete and recreate them in the right order. This is more than just inconvinient ... ## Solution Add a new col for prioritization ## Demo WebUI Video https://github.com/user-attachments/assets/92182a31-9705-4ac5-b6e3-9bb74108cbd1 --- *Sponsored by Kithara Software GmbH* | ||||
* | Optimize branch protection rule loading (#32280) | 6543 | 2024-10-29 | 1 | -0/+105 |
before if it was nonglob each load would try to glob it and the check that is not glob ... now we only do that once and no future loading will trigger it --- *Sponsored by Kithara Software GmbH* |