• Joined on 2023-09-23
martin pushed to main at martin/doorman 2025-06-10 18:59:34 -07:00
f3863719b5 add readmes for ui and schema
8e18bfd53e add readme for doorman-client
70651987bf add main readme
664fbda653 set up local env vars
2679374dc8 change .env.example name
Compare 6 commits »
martin opened issue martin/doorman#55 2025-06-10 12:21:32 -07:00
feature: use localdb in dev
martin closed issue martin/doorman#33 2025-06-09 16:28:14 -07:00
enhance: use lambda caching strategies to optimize some cold starts
martin commented on issue martin/doorman#33 2025-06-09 16:28:12 -07:00
enhance: use lambda caching strategies to optimize some cold starts

I think this is not much an issue

martin closed issue martin/doorman#54 2025-06-08 19:54:42 -07:00
bug: fix staging integ test
martin commented on issue martin/doorman#54 2025-06-08 19:54:40 -07:00
bug: fix staging integ test

its still ok though, because it sufficiently tests staging and prod runtime initialization errors

martin pushed to main at martin/doorman 2025-06-08 19:49:30 -07:00
a2d6776d59 fix args
martin opened issue martin/doorman#54 2025-06-08 19:47:16 -07:00
bug: fix staging integ test
martin pushed to main at martin/doorman 2025-06-08 19:44:25 -07:00
aedc8a3741 add load system env
martin pushed to main at martin/doorman 2025-06-08 19:39:40 -07:00
fad9539bd3 fix promotion by adding the SID in the config
martin pushed to main at martin/doorman 2025-06-08 19:31:53 -07:00
fa2fa11449 deploy prod by promoting staging to be faster
80dddd9a55 add test for not found msg
5595a29352 change err to msg
Compare 3 commits »
martin closed issue martin/doorman#53 2025-06-08 19:23:13 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json
martin commented on issue martin/doorman#53 2025-06-08 19:23:11 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json

done. now we return with msg instead of err. Next deployment we should not alarm at all

martin commented on issue martin/doorman#53 2025-06-08 19:14:12 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json

this is super noisy for client side errors

martin commented on issue martin/doorman#53 2025-06-08 19:13:49 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json

even if you return a json with err in it it would alarm

martin commented on issue martin/doorman#53 2025-06-08 19:13:23 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json

twilio alarms kinda suck lol

martin commented on issue martin/doorman#52 2025-06-08 19:12:26 -07:00
chore: zod validations on all routes

started this work on doorman-schema

martin opened issue martin/doorman#53 2025-06-08 19:11:52 -07:00
chore: change err to msg so that I don't get notifications when that is in the response json
martin pushed to main at martin/doorman 2025-06-08 19:01:03 -07:00
8f75081e6b add staging deployment + test to gitea workflow