Commit graph

264 commits

Author SHA1 Message Date
Mike Stefanello
4488b2255a 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
f718a6b798 Rename lib_store and redis_store imports. Cache get remove redundant nil check. 2024-03-14 20:43:27 -04:00
Stefan Aurori
472dc0c358 Update go-redis to v9 and gocache to v4 2024-03-10 17:23:03 -04:00
mikestefanello
740aebd1a9 Update crypto library. 2023-12-18 21:02:30 -05:00
mikestefanello
203a856895 Move htmx template into layouts. 2023-12-18 20:59:40 -05:00
mikestefanello
60c8aefd49 Use consts for route names and templates. 2023-12-16 11:07:20 -05:00
mikestefanello
a787d5dc7f Added additional make commands. 2023-12-16 08:12:51 -05:00
mikestefanello
5f877c3d38 Restore local live reloading of templates. 2023-12-12 20:07:58 -05:00
mikestefanello
29fbadbadd Replace template dir file path hack with embed directive. 2023-12-10 09:33:34 -05:00
mikestefanello
11f5ddcee4 Fix flaky context error test. 2023-11-15 20:14:00 -05:00
Mike Stefanello
524d1a4915 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
ff82ba532a fixes 45 - cant generate 2023-11-14 12:46:57 +01:00
Mike Stefanello
ed327dc066 Merge pull request #44 from mips171/mips171/bump_bulma_htmx
bump Bulma and HTMX
2023-10-01 18:52:36 -04:00
Nicholas Smith
9c0f0087d2 bump Bulma and HTMX 2023-10-01 13:23:42 +10:00
mikestefanello
a75b07485c Merge branch 'main' of github.com:mikestefanello/pagoda into main 2023-09-17 11:38:26 -04:00
mikestefanello
2618920e85 Pin PG version to 15 to avoid broken schema migrations. 2023-09-17 11:38:10 -04:00
Mike Stefanello
ef5aecc4b0 Merge pull request #35 from testwill/ioutil
chore: remove refs to deprecated io/ioutil
2023-09-17 11:18:38 -04:00
guoguangwu
d815040397 chore: remove refs to deprecated io/ioutil 2023-07-26 11:08:24 +08:00
Mike Stefanello
bc917d4788 Merge pull request #33 from Jimmy99/patch-2
Update README.md
2023-05-25 15:55:50 -04:00
Dimitri Balios
3aad9e5efb Update README.md
Fix typo
2023-05-25 21:50:20 +02:00
Mike Stefanello
aed537d84e Merge pull request #32 from Jimmy99/patch-1
Update README.md for typo
2023-05-22 18:13:57 -04:00
Dimitri Balios
180b237b05 Update README.md for typo
Typo fix "faciliate" to "facilitate"
2023-05-22 23:10:28 +02:00
mikestefanello
bdbef15593 Update dependencies. 2023-02-25 07:49:58 -05:00
Mike Stefanello
b7de694716 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
bb880ef091 Update Makefile 2023-02-23 10:35:33 +02:00
Mike Stefanello
50ea32fe70 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
7bb28427d6 Bind DB and Redis to 127.0.0.1 2023-01-25 14:49:13 -08:00
Mike Stefanello
e676c48458 Merge pull request #25 from migeorge/update-test-workflow
Update Test Workflow
2023-01-18 09:01:42 -05:00
Mike George
d052aba309 move to v3 actions 2023-01-17 22:35:14 -05:00
Mike Stefanello
c90ffac0e8 Merge pull request #24 from mips171/mips171/makefile
Makefile fix to run worker
2023-01-05 20:32:31 -05:00
mips171
b03beccfb2 Update Makefile 2023-01-06 10:53:34 +10:00
Nicholas Smith
7e4d92fc92 feedback 2023-01-05 08:01:50 +10:00
Nicholas Smith
1f947eae7a regen entities on reset 2023-01-04 22:03:15 +10:00
Nicholas Smith
fd0487abac add make down 2023-01-04 22:02:53 +10:00
Nicholas Smith
70f96b4735 fix worker target 2023-01-04 22:02:05 +10:00
mikestefanello
76ccf3b8db Fixed docker make targets. 2022-11-04 18:49:25 -04:00
mikestefanello
bf8df2624b Bump Go version. 2022-11-02 19:37:07 -04:00
mikestefanello
2a69237f17 Bump Go version. 2022-11-02 19:34:40 -04:00
mikestefanello
071ede73dd Updated dependencies. 2022-11-02 19:27:42 -04:00
mikestefanello
dceb232cb2 Reorganized directories and packages. 2022-11-02 19:23:26 -04:00
mikestefanello
965fb540c7 Switch to viper for config management. 2022-11-02 14:50:19 -04:00
Mike Stefanello
99a7ec8a9e Merge pull request #14 from ahashim/dockerizing-db-and-cache
Dockerizing db and cache
2022-10-10 19:53:55 -04:00
Mike Stefanello
b33ef2e8d7 Merge pull request #15 from hbd/patch-1
fix: typo when logging fatal error
2022-10-10 13:41:46 -04:00
Zak
3c6bff3a3d fix: typo when logging fatal error
Small fix to format the error instead of printing `v`
2022-10-10 08:49:11 -07:00
Ahmed Hashim
521fea2530 docs: only removing the psql and redis-cli dependencies from README.md + trailing whitespace characters 2022-10-09 08:57:43 -04:00
Ahmed Hashim
9dc83a65cf docs: removing the psql and redis-cli dependencies from README.md because they are now provided through their docker containers 2022-10-09 08:13:34 -04:00
Ahmed Hashim
b4621afbd9 feat: connect to redis-cli from within docker container instead of users localhost 2022-10-09 08:08:32 -04:00
Ahmed Hashim
ac0adde9e6 feat: connect to psql from within docker container instead of users localhost 2022-10-09 08:07:12 -04:00
Ahmed Hashim
ea1ee27b89 feat: updgrading docker compose command to support the latest version 2022-10-09 08:06:14 -04:00
mikestefanello
11e0514d33 Updated echo. 2022-10-01 21:32:14 -04:00