nidus-sync/db
Eli Ribble 44c4f17f32
Massive rework of platform layer user/organization
The goal of this rework is to make it so I can pass around platform.User
instead of a pair of models.Organization and models.User. This is useful
for reason I kind of forget now, but it started with working on
notifications and ballooned massively from there into refactoring a
number of things that were bugging me.

This also includes a tiny amount of work on server-side events (SSE).

 * background stuff lives inside the platform now, which I need for
   having it push updates through SSE
 * userfile now lives in the platform, under file, so other platform
   functions can safely use it
 * oauth is broken into pieces and inside platform because other stuff
   was calling it already, but badly.
 * notifications go into the platform as well
2026-03-12 23:49:16 +00:00
..
dberrors Add new view for report counts and invalidated status 2026-03-12 15:27:36 +00:00
dbinfo Add new view for report counts and invalidated status 2026-03-12 15:27:36 +00:00
enums Add new view for report counts and invalidated status 2026-03-12 15:27:36 +00:00
fieldseeker-schema/insert Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
migrations Add new view for report counts and invalidated status 2026-03-12 15:27:36 +00:00
models Add new view for report counts and invalidated status 2026-03-12 15:27:36 +00:00
prepared_functions Use a prepared function and get a result 2025-12-02 22:44:51 +00:00
sql Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
bobgen.sh Remove bob submodule, add arcgis.user 2026-01-15 19:20:39 +00:00
bobgen.yaml Add tile cache and relationship to organization map layer 2026-03-06 21:13:32 +00:00
connection.go Simplify log output on startup 2026-02-13 21:15:09 +00:00
fieldseeker.go Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00
geo.go WIP migration of API from fieldseeker-sync 2025-12-16 16:37:53 +00:00
pgdata.go Save tags on pool rows, show errors in summary table 2026-02-16 16:38:04 +00:00
prepared.go Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00