summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Justin Wind [Mon, 9 Aug 2021 16:54:43 +0000 (09:54 -0700)]
Merge branch 'v1.1-dev' as v1.1.0
Justin Wind [Mon, 9 Aug 2021 16:53:29 +0000 (09:53 -0700)]
bump package version to 1.1.0
Justin Wind [Sun, 8 Aug 2021 19:05:24 +0000 (12:05 -0700)]
fix and enforce indent rules
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)