summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Justin Wind [Thu, 5 Aug 2021 22:11:21 +0000 (15:11 -0700)]
add caching for topic content db calls (Postgres only)
Cache topicContentGetById responses, to avoid many large-payload db
calls when updating subscribers. Currently only enabled for Postgres,
which uses the LISTEN/NOTIFY mechanism on topic updates to invalidate
cache entries, ensuring data consistency.
Justin Wind [Thu, 5 Aug 2021 16:18:19 +0000 (09:18 -0700)]
renamed database schemaCheck method to initialize
As more functionality had been heaped onto this method, it's name was
updated to be more fitting.
Justin Wind [Mon, 2 Aug 2021 17:14:41 +0000 (10:14 -0700)]
minor tweaks to theme.css and html footer
- adjusted body margins so that short pages shouldn't have a scroll bar
- fixed footer links to be proper list
- fixed footer list css
Justin Wind [Fri, 2 Jul 2021 04:07:11 +0000 (21:07 -0700)]
Initial release
Justin Wind [Fri, 16 Apr 2021 17:46:37 +0000 (10:46 -0700)]
root commit (empty)