Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | ref: Move to gorilla mux | Gabriel A. Giovanini | |
Go's default mux is very limited while comes to overlapping routes. For example "/{name}/about" conflicts with "/static/" and it throws a panic. In the case I would like static to have precedence over everything else. | |||
2024-05-30 | feat: Add initial git item page | Gabriel A. Giovanini | |
2024-05-30 | feat: Add navbar selection | 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. | |||
2024-05-26 | feat: Add about page | Gabriel A. Giovanini | |
2024-05-26 | feat: Add actual git listing implementation | Gabriel A. Giovanini | |
2024-05-26 | feat: Add bare bones project list | Gabriel A. Giovanini | |
2024-05-25 | feat: Add utils | Gabriel A. Giovanini | |
2024-05-04 | feat: Close worker on error | Gabriel A. Giovanini | |
If a worker error the application, as a whole, is terminadated. | |||
2024-05-04 | feat: Add config parsing | Gabriel A. Giovanini | |
2024-05-01 | feat: Initial http server code | Gabriel A. Giovanini | |