Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add Fossil create, clone, unregister, and destroy flows |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
51c7397b76348e7cc2267f26e913c845 |
| User & Date: | pluto 2026-08-30 06:48:52.221 |
Context
|
2026-08-30
| ||
| 06:56 | Add internal Fossil server and reverse proxy for repository routes check-in: e9c2e79418 user: pluto tags: trunk | |
| 06:48 | Add Fossil create, clone, unregister, and destroy flows check-in: 51c7397b76 user: pluto tags: trunk | |
| 06:40 | Add admin login, SQLite sessions, and CSRF protection check-in: 0c5c363130 user: pluto tags: trunk | |
Changes
Changes to src/trilobite/fossil_command.gleam.
Added src/trilobite/repo_lifecycle.gleam.
Changes to src/trilobite/repository.gleam.
Changes to src/trilobite/route_policy.gleam.
Changes to src/trilobite/store.gleam.
Changes to src/trilobite/views.gleam.
Changes to src/trilobite/web.gleam.
Added test/trilobite/fossil_command_test.gleam.
Added test/trilobite/repo_lifecycle_test.gleam.
Changes to test/trilobite/repository_test.gleam.
Changes to test/trilobite/web_test.gleam.