Commit Graph

232 Commits

Author SHA1 Message Date
mikestefanello
11def45666 Log request URI rather than path. 2024-06-19 09:32:22 -04:00
mikestefanello
ca22f54c89 Added redirect package. 2024-06-16 11:30:11 -04:00
mikestefanello
6730b6a319 Added redirect support with query params. 2024-06-16 10:53:43 -04:00
mikestefanello
71f7de8771 Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
Mike Stefanello
5531e0bec2
Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
mikestefanello
6a7070a729 Misc cleanup. 2024-06-15 09:09:36 -04:00
Mike Stefanello
9acf73a4d9
Replace Echo logger with slog. (#67)
* Replace Echo logger with slog.
2024-06-14 21:01:48 -04:00
Mike Stefanello
5ebd42d8f9
Improve form and template usage (#66)
* Improve form and template usage.
2024-06-14 12:35:35 -04:00
mikestefanello
7d85ff0b08 Updated documentation. 2024-06-10 08:28:00 -04:00
mikestefanello
afa8b5d2cc Fixed typo. 2024-06-09 21:42:43 -04:00
mikestefanello
28abc92e74 Easier form and form submission handling. 2024-06-09 21:39:04 -04:00
Mike Stefanello
400b9b36ba
Merge pull request #65 from mikestefanello/handlers-3
Switch from routes to self-registering handlers to group related routes.
2024-06-09 19:57:04 -04:00
mikestefanello
2c635b5c75 Switch from routes to self-registering handlers to group related routes. 2024-06-09 12:31:30 -04:00
mikestefanello
30389de16f Added radio form element example. 2024-05-18 16:19:27 -04:00
mikestefanello
0e204428b6 Updated actions go version. 2024-04-27 16:26:50 -04:00
mikestefanello
0783709b3c Update dependencies. 2024-04-27 16:23:44 -04:00
Mike Stefanello
a122851717
Merge pull request #60 from jordanstephens/patch-1
Fix a broken link
2024-04-01 08:54:28 -04:00
Jordan Stephens
114ed8444c
Fix a broken link 2024-03-30 18:47:33 -07:00
Mike Stefanello
f6a96e2025
Merge pull request #58 from saurori/cache-up
Update Cache related go modules go-redis to v9 and gocache to v4
2024-03-21 19:58:44 -04:00
Stefan Aurori
15739cc82e Rename lib_store and redis_store imports. Cache get remove redundant nil check. 2024-03-14 20:43:27 -04:00
Stefan Aurori
e8952e964c Update go-redis to v9 and gocache to v4 2024-03-10 17:23:03 -04:00
mikestefanello
b1c47426d9 Update crypto library. 2023-12-18 21:02:30 -05:00
mikestefanello
97cd9d0fee Move htmx template into layouts. 2023-12-18 20:59:40 -05:00
mikestefanello
c2b6928fb4 Use consts for route names and templates. 2023-12-16 11:07:20 -05:00
mikestefanello
5af18e2473 Added additional make commands. 2023-12-16 08:12:51 -05:00
mikestefanello
81c65fcc30 Restore local live reloading of templates. 2023-12-12 20:07:58 -05:00
mikestefanello
3df20c01a7 Replace template dir file path hack with embed directive. 2023-12-10 09:33:34 -05:00
mikestefanello
0879aaf21d Fix flaky context error test. 2023-11-15 20:14:00 -05:00
Mike Stefanello
ba96445704
Merge pull request #48 from gedw99/main
fixes Issue 45 - cant generate using ent and then run
2023-11-15 20:06:58 -05:00
ged wed
42c7957bf4 fixes 45 - cant generate 2023-11-14 12:46:57 +01:00
Mike Stefanello
44da53d99f
Merge pull request #44 from mips171/mips171/bump_bulma_htmx
bump Bulma and HTMX
2023-10-01 18:52:36 -04:00
Nicholas Smith
6a3f4b5ff2 bump Bulma and HTMX 2023-10-01 13:23:42 +10:00
mikestefanello
68b850c87b Merge branch 'main' of github.com:mikestefanello/pagoda into main 2023-09-17 11:38:26 -04:00
mikestefanello
4867b9bab8 Pin PG version to 15 to avoid broken schema migrations. 2023-09-17 11:38:10 -04:00
Mike Stefanello
7eae6309fd
Merge pull request #35 from testwill/ioutil
chore: remove refs to deprecated io/ioutil
2023-09-17 11:18:38 -04:00
guoguangwu
3026ec218e chore: remove refs to deprecated io/ioutil 2023-07-26 11:08:24 +08:00
Mike Stefanello
f688bff1d2
Merge pull request #33 from Jimmy99/patch-2
Update README.md
2023-05-25 15:55:50 -04:00
Dimitri Balios
575bf805e2
Update README.md
Fix typo
2023-05-25 21:50:20 +02:00
Mike Stefanello
1f42ce7db8
Merge pull request #32 from Jimmy99/patch-1
Update README.md for typo
2023-05-22 18:13:57 -04:00
Dimitri Balios
d875747e31
Update README.md for typo
Typo fix "faciliate" to "facilitate"
2023-05-22 23:10:28 +02:00
mikestefanello
fec8698526 Update dependencies. 2023-02-25 07:49:58 -05:00
Mike Stefanello
6d3dfe2531
Merge pull request #28 from Jimmy99/main
Update Makefile to fix deprecated ent init command
2023-02-25 07:47:55 -05:00
Dimitri Balios
842ddbdc9d
Update Makefile 2023-02-23 10:35:33 +02:00
Mike Stefanello
4f776b76b3
Merge pull request #26 from joshlemer/docker-compose-bind-localhost
Bind DB and Redis to 127.0.0.1
2023-02-05 13:05:48 -05:00
Josh Lemer
96799be6ec Bind DB and Redis to 127.0.0.1 2023-01-25 14:49:13 -08:00
Mike Stefanello
859925bc45
Merge pull request #25 from migeorge/update-test-workflow
Update Test Workflow
2023-01-18 09:01:42 -05:00
Mike George
911793ec61 move to v3 actions 2023-01-17 22:35:14 -05:00
Mike Stefanello
19315b894e
Merge pull request #24 from mips171/mips171/makefile
Makefile fix to run worker
2023-01-05 20:32:31 -05:00
mips171
5b73526436
Update Makefile 2023-01-06 10:53:34 +10:00
Nicholas Smith
baa65ebbfa feedback 2023-01-05 08:01:50 +10:00