| 5 months ago |
pygitweb |
b4b36f2 |
ruff SIM105: prefer contextlib.suppress() |
| 5 months ago |
pygitweb |
0c3e227 |
ruff SIM108: prefer ternary statements for assignment |
| 5 months ago |
pygitweb |
b281de8 |
ruff SIM103: return conditions directly |
| 5 months ago |
pygitweb |
257d690 |
ruff E402: module level imports at top level |
| 5 months ago |
pygitweb |
562a403 |
ruff SIM102: Nested conditions |
| 5 months ago |
pygitweb |
6208a28 |
ruff B904: propogate exceptions |
| 5 months ago |
pygitweb |
9da0f4a |
ruff B007: Unused loop variables |
| 5 months ago |
pygitweb |
35867c0 |
ruff E501: Move long lines to templates or otherwise shorten them |
| 5 months ago |
pygitweb |
997da40 |
ruff: format and check rules, apply automated fixes |
| 5 months ago |
pygitweb |
ee74cd2 |
tooling: pip -> UV dependencies |
| 5 months ago |
pygitweb |
dffbb00 |
postgit: initial work |
| 5 months ago |
pygitweb |
d65b1d9 |
css: upgrade to use modern nesting, variables, and other features |
| 6 months ago |
pygitweb |
5bf00f5 |
pygitweb: Default config and project discovery settings |
| 6 months ago |
pygitweb |
3ee2226 |
tasks: Link frontend up to api. Task creation and some editing is implemented. F... |
| 6 months ago |
pygitweb |
de61e02 |
tasks: Card popout and editing UI |
| 6 months ago |
pygitweb |
b40296b |
tasks: split out js |
| 6 months ago |
pygitweb |
9af949c |
tasks: Start of tasks work. Existing odb/refdb backend ported from previous work... |
| 6 months ago |
pygitweb |
ccd8854 |
settings: initial work - pages for pygitweb, pygit2, and per-project configs |
| 6 months ago |
pygitweb |
df79f94 |
pygitweb: Move the projects API from /{name} to /project/{name}, more restrictiv... |
| 6 months ago |
pygitweb |
2cd9224 |
distgit: initial hooks work |
| 6 months ago |
pygitweb |
b76ef5d |
css: fix navbar background styling |
| 6 months ago |
pygitweb |
c251f5a |
gitweb: Fix UTF-8 characters not rendering in the readmes correctly |
| 6 months ago |
pygitweb |
b84f4ef |
pygitweb: Clean and reorganize action routes into new 'actions.py' |
| 6 months ago |
pygitweb |
104d4bd |
actions: added 'object' action |
| 6 months ago |
pygitweb |
b4792a4 |
pygitweb: 'blobdiff' and 'blobpatch' actions |