Commit graph

57 commits

Author SHA1 Message Date
4837d62419 17 - Remove temporary pull_request trigger from CI image workflow
All checks were successful
Build CI Image / build (push) Successful in 5m44s
CI / ci (push) Successful in 2m36s
2026-06-10 22:34:23 +00:00
4b93da6893 17 - Use custom CI image
All checks were successful
CI / ci (push) Successful in 2m26s
2026-06-10 22:18:59 +00:00
763fc17041 17 - Add custom CI image build with PHP 8.4
All checks were successful
Build CI Image / build (push) Successful in 10m18s
CI / ci (push) Successful in 9m33s
2026-06-10 21:56:25 +00:00
334a7ccd70 16 - Remove diagnostic CI steps for cache investigation 2026-06-10 21:54:03 +00:00
0e79599606 16 - Further debug changes
All checks were successful
CI / ci (push) Successful in 8m50s
2026-06-10 18:53:01 +00:00
d4d4a9202a 16 - Check cache url connectivity
Some checks failed
CI / ci (push) Has been cancelled
2026-06-10 18:44:26 +00:00
815683afc8 16 - Add CI debug step
All checks were successful
CI / ci (push) Successful in 8m49s
2026-06-10 18:31:44 +00:00
dd36462782 16 - force pipeline run
All checks were successful
CI / ci (push) Successful in 8m36s
2026-06-10 18:19:09 +00:00
e6ab5ccbb6 15 - Introduce Deptrac for lightweight architecture enforcement
All checks were successful
CI / ci (push) Successful in 9m11s
2026-06-10 16:51:13 +00:00
f3c06363db Fix static analysis nullCoalesce error
All checks were successful
CI / ci (push) Successful in 9m19s
2026-06-10 15:41:59 +00:00
7e91d570c7 Fix static analysis CI step error
Some checks failed
CI / ci (push) Failing after 8m17s
2026-06-09 23:32:46 +00:00
0f32bf59a3 Fix dependencies CI issue
Some checks failed
CI / ci (push) Failing after 8m15s
2026-06-06 07:41:34 +00:00
397e4b6bb0 6 - Relax PHP constraint to >=8.3, use 8.3 in CI
Some checks failed
CI / ci (push) Failing after 27m7s
2026-06-06 01:02:24 +00:00
7982da2d60 6 - Fix CI workflow phpstan issue
Some checks failed
CI / ci (push) Has been cancelled
2026-06-06 00:21:49 +00:00
1db9de31df 6 - Use symfony linters
Some checks failed
CI / ci (push) Failing after 8m44s
2026-06-05 23:51:31 +00:00
e7eb36948a 6 - Add Forgejo Actions CI pipeline
Some checks failed
CI / ci (push) Failing after 9m48s
2026-06-05 23:38:01 +00:00
b39fe0f2cd 4 - Rating panel: visit log display + log-a-visit form 2026-06-05 23:16:40 +00:00
4c54a95f50 4 - Expose user ID to map controller, add rating panel container 2026-06-05 23:14:48 +00:00
17331526aa 4 - Extend SubjectPresenter with aggregate fields + add show endpoint 2026-06-05 23:12:38 +00:00
dc6c4a082d Address PHPStan issues 2026-06-05 22:51:24 +00:00
5821209e4d 4 - Add createdAt column 2026-06-05 22:32:53 +00:00
6c02f9b4c1 4 - Replace prompt() with anchored Leaflet popup, themed to aqua 2026-06-05 21:56:56 +00:00
02fae2737d 4 - Replace prompt() with DaisyUI modal for adding subjects 2026-06-05 21:45:00 +00:00
c154404c6f 3 - Style navbar 2026-06-05 19:38:42 +00:00
1daec3cc71 3 - Style register form 2026-06-05 19:23:00 +00:00
0c71abe72c 3 - Add split-screen auth layout + styled login form 2026-06-05 19:21:55 +00:00
b044315f0b 3 - Install Tailwind + DaisyUI, add directives to app.css 2026-06-05 19:19:28 +00:00
f8c0bcc191 Add map pins: load and create subjects via Leaflet 2026-06-05 18:50:54 +00:00
dd78bf42e3 Add proper auth pages 2026-06-05 18:41:50 +00:00
67a6c7d8dc Add Leaflet map to homepage via AssetMapper and Stimulus 2026-06-05 18:03:35 +00:00
408d9f944c Assert lat/long is displayed on list 2026-06-05 17:46:57 +00:00
8ad0280b86 Add lat,long to subject 2026-06-05 13:24:19 +00:00
c524592485 Minor fixes 2026-06-05 12:09:34 +00:00
f3d5d729bf Add update+delete endpoints 2026-06-05 11:57:21 +00:00
3e297f4d5c Resolve PHPStan issues 2026-06-05 11:15:30 +00:00
a8133b3233 Add rating delete endpoint 2026-06-05 11:01:20 +00:00
eac85a9045 Update rating + add note field 2026-06-04 22:20:33 +00:00
a3963d093e List and add ratings 2026-06-04 22:00:51 +00:00
40eb1ca7a8 Move to Api/ 2026-06-04 19:46:16 +00:00
64577e3529 Add entity Rating 2026-06-04 19:45:25 +00:00
f0d17e9b44 Transform subject controller to API 2026-06-03 21:49:30 +00:00
9f42085d5d Add tech line 2026-06-02 22:50:32 +00:00
eee55ded4c Expand description minimally + add AI statement 2026-06-02 22:48:32 +00:00
f93a2e5e19 Add createdBy on subject 2026-06-02 22:42:51 +00:00
63638c2236 Split integration tests 2026-06-02 22:29:21 +00:00
cc213bfb15 Add basic auth 2026-06-02 22:26:03 +00:00
4ce856198a Add subject list 2026-06-02 21:39:23 +00:00
1963855c64 Add subject, show subjects 2026-06-02 20:01:42 +00:00
6c7abd9725 Rename IndexController to SubjectController 2026-06-02 18:30:18 +00:00
b5dd18cac9 Add phpstan, set up composer scripts 2026-06-02 17:52:39 +00:00