Commit Graph

161 Commits

Author SHA1 Message Date
Joe Ardent fc2d575e18 clean up serde code during blog post writing 2023-06-28 09:51:15 -07:00
Joe Ardent b89d463e50 remove multi-column indexes 2023-06-25 11:00:33 -07:00
Joe Ardent 0bcd508577 update readme 2023-06-22 16:39:41 -07:00
Joe Ardent 84d70336d3 rename some templates, lean in to big-endian IDs 2023-06-22 14:10:18 -07:00
Joe Ardent 4211ead59e tidy the db_ids a bit 2023-06-22 10:01:04 -07:00
Joe Ardent 656e6dceed add working ULID-based IDs for primary keys 2023-06-21 16:30:13 -07:00
Joe Ardent be96100237 mostly done, but logins aren't working 2023-06-20 16:32:36 -07:00
Joe Ardent 8e54c6f99a more template renaming and tidying 2023-06-20 12:14:18 -07:00
Joe Ardent 987d0937c9 rename handler 2023-06-20 09:38:48 -07:00
Joe Ardent a40794242b checkpoint merge from watches 2023-06-19 16:56:49 -07:00
Joe Ardent cea9af1112 add working 'add new watch' handler 2023-06-19 16:54:28 -07:00
Joe Ardent 5ded14d958 checkpoint merge from watches 2023-06-18 12:06:33 -07:00
Joe Ardent 78b77dbd30 more "search" fleshing out 2023-06-18 12:04:09 -07:00
Joe Ardent 0fbcfb9c8c remove useless route 2023-06-18 12:04:09 -07:00
Joe Ardent 139840cb4a checkpoint merge from watches 2023-06-15 16:19:44 -07:00
Joe Ardent 7c42b6316a flesh out get_watch() 2023-06-15 16:19:07 -07:00
Joe Ardent 48a1233534 Use graphemes for input length checks instead of number of bytes. 2023-06-15 13:13:12 -07:00
Joe Ardent 1540153b67 add search results page 2023-06-14 22:11:43 -07:00
Joe Ardent 5f02fb265a move macro import to lib.rs 2023-06-14 22:05:50 -07:00
Joe Ardent 0d03ce3d12 add a couple more tests for optional user 2023-06-14 16:00:28 -07:00
Joe Ardent b59dfb5bf0 final tweak of proc macro 2023-06-14 15:44:54 -07:00
Joe Ardent f456e07559 make derive not do a trait 2023-06-13 22:08:28 -07:00
Joe Ardent 62955548bb tidy the generated code a bit 2023-06-13 16:15:47 -07:00
Joe Ardent 46f52ff7ee Merge branch 'maybemaybeuser' 2023-06-13 15:57:12 -07:00
Joe Ardent 695f450c64 Use proc macro for optional optional user. 2023-06-13 15:56:15 -07:00
Joe Ardent ec2b60098e add user-aware header 2023-06-13 14:33:31 -07:00
Joe Ardent e310e547f6 shit is fucked up, probably abandoning 2023-06-13 12:34:54 -07:00
Joe Ardent 4026bf16b7 add logo 2023-06-11 17:06:27 -07:00
Joe Ardent 256f71b4a8 more readme formatting 2023-06-11 15:53:18 -07:00
Joe Ardent a0105dd178 tweak readme formatting 2023-06-11 15:50:59 -07:00
Joe Ardent f71daa703c add readme 2023-06-11 15:42:17 -07:00
Joe Ardent 28182ff604 Checkpoint merge in from "watches". 2023-06-10 15:34:01 -07:00
Joe Ardent 9ac4810d80 Add demo of query params for searching watches. 2023-06-10 15:32:50 -07:00
Joe Ardent 8b1eef17f7 Simplify form input handling.
The form input values were coming to the handlers already-urldecoded, so no need to re-decode them.
2023-06-10 15:30:36 -07:00
Joe Ardent c94890b9f0 checkpoint 2023-06-10 11:32:40 -07:00
Joe Ardent a8356dae58 Merge branch 'main' into watches 2023-06-09 15:05:13 -07:00
Joe Ardent dc3f90228f Merge WIP material from "watches" branch. 2023-06-09 15:03:52 -07:00
Joe Ardent dd9a32dfd7 minor mod and visibility re-org 2023-06-09 15:01:16 -07:00
Joe Ardent c44c89005c add working endpoints for getting your watches 2023-06-08 15:45:34 -07:00
Joe Ardent 1e9d97bd19 tweak endpoints 2023-06-08 09:17:11 -07:00
Joe Ardent 9505266ef9 minor re-org and rename of main page template struct. 2023-06-08 09:16:38 -07:00
Joe Ardent 55c75110d0 add comment about using ULIDs maybe 2023-06-06 14:59:00 -07:00
Joe Ardent 898e8d381e tweak the db model for watches, add handler skeletons 2023-06-06 14:08:49 -07:00
Joe Ardent 1a4ffaa99d adds Watches struct 2023-06-05 16:51:27 -07:00
Joe Ardent edaf9e50f3 remove unreachable error code 2023-06-04 15:37:08 -07:00
Joe Ardent 6b8589575c Merge branch 'tests' into 'main'
Yoontigration tests

See merge request nebkor/ww!1
2023-06-03 23:12:42 +00:00
Joe Ardent 9292454dd3 Add test for duplicate username. 2023-06-03 16:10:48 -07:00
Joe Ardent 8d040ad368 Finish signup tests. 2023-06-03 15:45:19 -07:00
Joe Ardent 38a6cdeb84 backport test utils improvments to login tests 2023-06-03 13:58:37 -07:00
Joe Ardent 09a07f2c57 more test skeletons 2023-06-03 12:36:18 -07:00