Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-30 | fix: Remove extra padding to avoid overflow | Gabriel A. Giovanini | |
This will prevent horizontal scroll to show | |||
2025-03-25 | ref: Remove restriction to show commit ref | Gabriel A. Giovanini | |
This should make easier to locate where we are at. | |||
2025-03-25 | feat: Add ref page | Gabriel A. Giovanini | |
Now there is page more tailored to a single ref. | |||
2025-02-15 | ref: Redo text decoration and hover animationv0.2 | Gabriel A. Giovanini | |
Make both more cohesive within the application. | |||
2025-02-15 | ref: Make summary more lean | Gabriel A. Giovanini | |
Now it will only show the first 3 tags to better distribute the page content. | |||
2025-02-15 | docs: Update goals | Gabriel A. Giovanini | |
Makes clear what is needed for 1.0, also pushs mail based PR for the feature. | |||
2025-02-15 | feat: Remove under development warningv0.1 | Gabriel A. Giovanini | |
The project is good shape now that there is not need to the warning. | |||
2025-02-15 | feat: Add tag and branch to log | Gabriel A. Giovanini | |
Now it is possible to see tag and branch on the log page. | |||
2025-02-15 | feat: Add wrapper for commit | Gabriel A. Giovanini | |
Add a wrapper to the commit log that also contains possible reference. This will be useful once to later display the reference in the commit log. | |||
2025-02-08 | fix: Use correct copyright name | Gabriel A. Giovanini | |
2025-02-08 | chore: Add missing features for 1.0 | Gabriel A. Giovanini | |
2025-02-08 | chore: Update readme TODOsv0.0.21 | Gabriel A. Giovanini | |
2025-02-08 | feat: Add syntax highlight to diff | Gabriel A. Giovanini | |
2025-02-08 | chore: Update dependencies | Gabriel A. Giovanini | |
2025-02-08 | ref: Use proper time formatting | Gabriel A. Giovanini | |
2025-02-08 | feat: Include humanize code | Gabriel A. Giovanini | |
2025-02-08 | feat: Add time to commit logs | Gabriel A. Giovanini | |
2025-02-08 | ref: Format file | Gabriel A. Giovanini | |
2025-02-08 | feat: Include sourcehut scss copyright | Gabriel A. Giovanini | |
2025-02-06 | feat: Add option for remove ".git" suffixv0.0.20 | Gabriel A. Giovanini | |
2025-02-06 | feat: Add configuration for ordering repo list | Gabriel A. Giovanini | |
Now it is possible to order the list by; unordered, alphabetical and last commit both ascendent and descendent. | |||
2025-02-06 | feat: Add last commit information | Gabriel A. Giovanini | |
2025-01-26 | feat: Add log paginationv0.0.19 | Gabriel A. Giovanini | |
Now it is possible to navigate through all commit from a given repository. It implements a simple navigation which will plenty for now. | |||
2024-12-13 | docs: Add more documentation to the config example | Gabriel A. Giovanini | |
2024-12-13 | ref: Better log errorsv0.0.18 | Gabriel A. Giovanini | |
Some error were being ignored and not logged, making debugging what failed impossible. | |||
2024-12-12 | feat: Filter private repository from the UIv0.0.17 | Gabriel A. Giovanini | |
Now the whole application takes public into account. | |||
2024-12-12 | feat: Add private label to the UI | Gabriel A. Giovanini | |
Now private repository will have a private label on the list. | |||
2024-12-12 | fix: Ignore error log for ErrNoCookie | Gabriel A. Giovanini | |
When an unlogged user request the page it will always return ErrNoCookie. | |||
2024-12-12 | feat: Allow multiples scan configuration | Gabriel A. Giovanini | |
Now it allow to register multiples scan configuration | |||
2024-12-11 | chore: Update dependencies | Gabriel A. Giovanini | |
2024-12-11 | feat: Disable auth if passphrase is empty | Gabriel A. Giovanini | |
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup. | |||
2024-12-11 | fix: Add leading slash to avoid redirect | Gabriel A. Giovanini | |
2024-12-11 | feat: Add login redirect | Gabriel A. Giovanini | |
Now login will return to page before the user clicked on login | |||
2024-12-11 | feat: Add UI/Handler login process | Gabriel A. Giovanini | |
It adds the whole workflow to store and handle login on both UI and handler level. With that the login information should be available at any point given the context. | |||
2024-10-28 | fix: Add missing trailing backslash | Gabriel A. Giovanini | |
This will prevent refs tabs from returning 301. | |||
2024-10-28 | ref: Organize those block a bit better | Gabriel A. Giovanini | |
Those are some weird configuration to fix some edge cases. | |||
2024-10-28 | feat: Add service to handle auth | Gabriel A. Giovanini | |
2024-10-28 | feat: Add skeleton login page | Gabriel A. Giovanini | |
2024-10-28 | feat: Add login link to the header | Gabriel A. Giovanini | |
2024-10-28 | fix: Add ldflags to run | Gabriel A. Giovanini | |
Without it go run can't set the proper slug for the css file. | |||
2024-10-08 | fix: User author info instead of committerv0.0.16 | Gabriel A. Giovanini | |
Make use of the correct information when displaying commit info. | |||
2024-10-06 | feat: Add docker support | Marco Andronaco | |
2024-10-05 | ref: Make the warning less disruptivev0.0.15 | Gabriel A. Giovanini | |
Now the project is getting into a better shape I made the warning a less disruptive. | |||
2024-10-05 | feat: Remove config page | Gabriel A. Giovanini | |
That page was created as playground and had some debug purpose. Now that is not longer used and with introduction of sensible information (hash and aes-key) that has to go. | |||
2024-10-05 | feat: Make syntax highlight configurable | Gabriel A. Giovanini | |
Now cerrado has configurable theme through "syntax-highlight". | |||
2024-10-05 | ref: Use html syntax highlight for qtpl | Gabriel A. Giovanini | |
For lack of better syntax highlight this should make reading the file easier. | |||
2024-10-05 | ref: Makefile takes all go files into account | Gabriel A. Giovanini | |
It leverages the fact that make checks file modification timestamps so it does not compile again if there is no change. Now the all the files generated take that into account when using makefile (scss, qtpl and go). | |||
2024-10-05 | feat: Add hash and aes key to the config file | Gabriel A. Giovanini | |
This should the base configuration for user. Bcrypt hash will be used to authenticate and aes key will be used to generate the token. | |||
2024-10-05 | feat: Add command to generate hash and aes key | Gabriel A. Giovanini | |
This makes easier for an user to setup those value later. | |||
2024-10-05 | feat: Add install rule | Gabriel A. Giovanini | |
Now it is possible to run "make install". |