Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | feat: Add commit page | Gabriel A. Giovanini | |
2024-06-23 | fix: Handle about file not found | Gabriel A. Giovanini | |
2024-06-23 | ref: Move binary handling up to the handler | Gabriel A. Giovanini | |
Now it is up to the handler to decide whether it wants to render a file or not, git only returns the content. | |||
2024-06-23 | fix: Fix bin file not being writen to tar | Gabriel A. Giovanini | |
FileContent was not working for bin file (nor was meant to). Moving to blob reader solves the issue. | |||
2024-06-22 | feat: Add archive capability | Gabriel A. Giovanini | |
2024-06-15 | feat: Add per repository about page | Gabriel A. Giovanini | |
2024-06-15 | feat: Add summary page | Gabriel A. Giovanini | |
2024-06-15 | fix: Add support lightweight tags | Gabriel A. Giovanini | |
For now all tags are read as reference. That cause tags to not carry its message body by default but it will be added in the future. For now simple tags will do. | |||
2024-06-09 | feat: Add global reference to ref and name | Gabriel A. Giovanini | |
2024-06-08 | feat: Add error handling | Gabriel A. Giovanini | |
2024-06-07 | feat: Rework some pages | Gabriel A. Giovanini | |
2024-06-07 | feat: Add compression | Gabriel A. Giovanini | |
2024-06-07 | feat: Add blob endpoint | Gabriel A. Giovanini | |
2024-06-01 | ref: Remove mux | Gabriel A. Giovanini | |
2024-06-01 | feat: Add ref support | Gabriel A. Giovanini | |
Now log and tree can be loaded using a given reference. | |||
2024-06-01 | feat: Add refs page | Gabriel A. Giovanini | |
UI now it is a broken state. I'll all pages working first so I can better style it later. | |||
2024-06-01 | feat: Add initial log | Gabriel A. Giovanini | |
2024-05-30 | feat: Add git sub page | Gabriel A. Giovanini | |
2024-05-30 | feat: Add initial git item page | Gabriel A. Giovanini | |
2024-05-27 | feat: Wraps handler into its own package | Gabriel A. Giovanini | |
Although this creates more complex folder structure will allow in the feature for a easier testing of those given handlers. |