Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | Refactor resolvers. | Marius Peter | |
2025-06-15 | Refactor Git_presenters to Resolvers. | Marius Peter | |
What this module really does is resolve Git types to values usable by ogit views. | |||
2025-06-15 | Regroup Dream_html functionality in Views module. | Marius Peter | |
2025-06-15 | Factor out main ogit module from ogit bin. | Marius Peter | |
2025-06-09 | Clean up. | Marius Peter | |
2025-06-09 | Refactor. | Marius Peter | |
2025-06-09 | Refactor miscellaneous functions. | Marius Peter | |
2025-06-09 | Implement Topnav module with proper routes. | Marius Peter | |
2025-06-09 | Implement blob display. | Marius Peter | |
2025-06-08 | Implement Tree and Blob views. | Marius Peter | |
Getting real close to something good now! | |||
2025-06-07 | Routes.link_to now accepts arbitrary nodes as content. | Marius Peter | |
2025-05-29 | Start work on Trees. | Marius Peter | |
Making slow but steady progress... Bulldozer mindset. | |||
2025-05-28 | Add link_to route generator. | Marius Peter | |
2025-05-28 | Improve page title. | Marius Peter | |
2025-05-27 | Refactor + proper implementation for refs and log handlers. | Marius Peter | |
2025-05-27 | Refactor + proper implementation for refs and log pages. | Marius Peter | |
Great progress! Ogit is increasingly looking like a usable (useful?) product. | |||
2025-05-27 | Refactor and provide better implementation for all_branches. | Marius Peter | |
2025-05-27 | Search configuration file in alternative directories. | Marius Peter | |
2025-05-26 | Update config. | Marius Peter | |
2025-05-25 | Add TOML config management. | Marius Peter | |
2025-05-25 | Refactor helpers as presenters. | Marius Peter | |
Rather than generically ``helping'', this module provides intermediate representations of ocaml-git objects usable by the Views module. | |||
2025-05-25 | Rename repo_name to repo. | Marius Peter | |
2025-05-18 | Good progress today 💯 | Marius Peter | |
2025-05-18 | Add all_branches function sketch. | Marius Peter | |
2025-05-18 | Consistently use Lwt_result. | Marius Peter | |
2025-05-18 | Modularize everything. | Marius Peter | |
2025-05-17 | Add custom types. | Marius Peter | |
2025-05-17 | Added custom let* for handlers. | Marius Peter | |
The error page is now displayed for any intermediate error. | |||
2025-05-17 | Added repo_commit view. | Marius Peter | |
2025-05-10 | Start proper implementation of git helper functions. | Marius Peter | |
2025-05-10 | Use Lwt.Syntax. | Marius Peter | |
2025-05-10 | Avoid opening HTML at the highest level in functions. | Marius Peter | |
2025-05-01 | Perform deep refactoring. | Marius Peter | |
Better separation of concern; this paves the way for better testing down the road. | |||
2025-05-01 | Add font files and svg favicon. | Marius Peter | |
2025-04-06 | Start working with utop session stashes... | Marius Peter | |
Hopefully, this will increase developement velocity! | |||
2025-03-16 | Moderate amount of progress today 💯 | Marius Peter | |
2025-03-16 | Restore global stylesheet. | Marius Peter | |
Mistakenly clobbered my work yesterday... | |||
2025-03-15 | Great work today, again! | Marius Peter | |
2025-03-02 | Great work today! 🔥 | Marius Peter | |
2025-03-02 | Update CSS global stylesheet. | Marius Peter | |
Now looks a lot more like the official OCaml website! | |||
2025-03-01 | Start work on Git "un"helper functions. | Marius Peter | |
Worse is better. I'll revisit the OCaml Git package once I'm more comfortable with OCaml overall. | |||
2025-02-02 | Isolate Git helper functions from Views. | Marius Peter | |
2025-02-02 | Change Views render function return type. | Marius Peter | |
All Views submodules' render functions now return a Dream_html node promise, rather than the node itself. | |||
2025-02-01 | Reorganized everything. | Marius Peter | |
Thank you DeepSeek! | |||
2025-01-26 | Finish off the week-end with this silly little commit. | Marius Peter | |
2025-01-26 | Remove all helper modules. | Marius Peter | |
Now, only God can help me. | |||
2025-01-26 | Update views. | Marius Peter | |
This doesn't even work. Why is OCaml so complicated?! | |||
2025-01-25 | Update handlers. | Marius Peter | |
2025-01-25 | Update helper modules. | Marius Peter | |
2025-01-25 | Remove .eml.html templates. | Marius Peter | |