Commit Graph

170 Commits

Author SHA1 Message Date
Joe Ardent 521bbe9fa4 fix login button label 2023-12-26 16:04:37 -08:00
Joe Ardent e317097a6a fix inner join for watch quests 2023-12-26 15:22:10 -08:00
Joe Ardent cced08f653 fix html 2023-12-26 12:26:14 -08:00
Joe Ardent dd5ae09ab8 simplify auth and login 2023-12-24 16:21:55 -08:00
Joe Ardent c133031123 update lockfile 2023-12-24 15:53:06 -08:00
Joe Ardent e9e5436e02 Compute user digest on deserialization. 2023-12-23 10:01:51 -08:00
Joe Ardent 91a0ba05c4 add pw digest to user 2023-12-20 21:50:55 -08:00
Joe Ardent dfbf605257 minor re-org and tidy 2023-12-18 16:48:54 -08:00
Joe Ardent eda946fa4c everything works 2023-12-17 17:38:22 -08:00
Joe Ardent 57eb4001ee almost works, still need to impl auth 2023-12-17 16:41:04 -08:00
Joe Ardent d4a684de29 non-working update to latest deps 2023-12-10 13:52:27 -08:00
Joe Ardent 404d0d6159 add submodule and makefile for building julid 2023-10-22 13:57:00 -07:00
Joe Ardent 5831d974ec random styling and shit 2023-10-22 13:35:41 -07:00
Joe Ardent a09ec898f9 spiff the proc macro for user reflection in templates 2023-09-24 12:29:26 -07:00
Joe Ardent cc7afb3533 Get CSS working by adding a route to serve it. 2023-09-24 11:47:09 -07:00
Joe Ardent fd03e4a4db fix the logout button 2023-09-23 15:22:45 -07:00
Joe Ardent 1852c9b6ad ignore style playground 2023-09-23 14:25:49 -07:00
Joe Ardent bdd826b2f1 fuck css frameworks 2023-09-22 16:51:48 -07:00
Joe Ardent bc9f5c29cb add axum-htmx to deps because yolo 2023-09-21 21:47:39 -07:00
Joe Ardent 826c21b4df vendor in picnic scss lib 2023-09-21 17:43:18 -07:00
Joe Ardent 14c36397d1 fuckin' with shit 2023-09-21 16:58:41 -07:00
Joe Ardent cc14c30fcf delete watchquest benchmark bin 2023-07-29 12:29:40 -07:00
Joe Ardent 71fae193be minor tidy 2023-07-29 12:27:12 -07:00
Joe Ardent b8481dc106 finish the migration to julids 2023-07-28 16:15:27 -07:00
Joe Ardent 7aefedf993 Use Julids for DbId.
First phase just does a typedef of "DbId = Julid", and confirms the plugin will load into
sqlite. All tests pass. Next phase removes client-side generation of IDs.
2023-07-26 17:10:52 -07:00
Joe Ardent 8a23272cfe update deps 2023-07-26 12:49:32 -07:00
Joe Ardent c824a2b07a update to sqlx 0.7, using personal fork of axum-login 2023-07-26 12:46:53 -07:00
Joe Ardent 359a732a84 Fix the tests.
The test server had to be created in an async context or Hyper wouldn't run.
2023-07-21 15:15:47 -07:00
Joe Ardent 48308aa169 make db acquire sync; tests fail but app runs correctly 2023-07-18 17:37:24 -07:00
Joe Ardent c685dc1a6b add unique constraint for quests 2023-07-18 10:26:16 -07:00
Joe Ardent 5aa7a64354 add triggers for follows table, lowercase username index 2023-07-15 12:36:06 -07:00
Joe Ardent 2c7990ff09 use implicit rowid primary key for quests 2023-07-14 17:17:50 -07:00
Joe Ardent f6b5b181d8 update logo 2023-07-14 16:24:42 -07:00
Joe Ardent 70cdfe1941 update readme, change logo 2023-07-10 17:18:58 -07:00
Joe Ardent a9e3bcbfc3 close db connections on shutdown 2023-07-10 11:15:24 -07:00
Joe Ardent 3532f3daf7 remove dbg output for login 2023-07-08 22:06:50 -07:00
Joe Ardent 840fba6e92 more inappropriation 2023-07-08 22:00:26 -07:00
Joe Ardent b593711d11 Merge branch 'inappropriation' 2023-07-08 21:26:55 -07:00
Joe Ardent 2ed053fba2 no witches in templates 2023-07-08 21:26:28 -07:00
Joe Ardent 4ea285abb5 no witches in src or db 2023-07-08 21:21:12 -07:00
Joe Ardent 0e016552ab Clean up the import code.
Make things as batch-y as possible; add timers; tweak the db.
2023-07-08 13:16:05 -07:00
Joe Ardent c5993f57ee Merge branch 'importers' 2023-07-07 12:01:02 -07:00
Joe Ardent 49d405fd10 Best results yet, just use (user, watch) for quest ID. 2023-07-06 13:56:55 -07:00
Joe Ardent 4647abcefa Merge from importers.
checkin of some goodies.
2023-07-06 12:28:01 -07:00
Joe Ardent 4c44aa12b0 Now takes only 6 seconds, instead of 3600. Ready for final tests. 2023-07-06 12:24:25 -07:00
Joe Ardent 4f0540a903 super duper slowly adds watchquests 2023-07-06 08:48:42 -07:00
Joe Ardent 87fe035971 refactored omega code, same results as before 2023-07-05 16:26:20 -07:00
Joe Ardent 039fe2e5ec The DB options are prod-worthy, and speed up inserts by nearly 20x. 2023-07-04 21:27:50 -07:00
Joe Ardent 5e4f5c07d8 Update db config to production-friendly.
Four seconds to insert 10k records, with a prod-safe config. Stick with this design.
2023-07-04 16:24:28 -07:00
Joe Ardent 24926fed6a added results for ulids added by the omega user 2023-07-04 12:56:22 -07:00