Commit Graph

464 Commits

Author SHA1 Message Date
Robert C. Martin
124e5a335a Lots is working. 2023-02-02 14:28:02 -06:00
Robert C. Martin
a0990921d7 Ready to try migration 10 for real. 2023-02-02 10:33:25 -06:00
Robert C. Martin
cb7eea5bda Migration 10 to XTDB 2023-02-02 10:03:15 -06:00
Robert C. Martin
dae63cb63a remove old data storage functions. 2023-02-01 13:34:32 -06:00
Robert C. Martin
b418a495c6 Create config/production-db. 2023-02-01 13:07:07 -06:00
Robert C. Martin
f3943cb749 All queries work. All tests pass. Test run passes too. And it even kinda works when I run prod. But it's not ready yet. Lots to do. 2023-01-31 14:15:16 -06:00
Robert C. Martin
c194af0733 Got rid of annoying log4j errors with the help of chatgpt. 2023-01-31 09:47:35 -06:00
Robert C. Martin
0bbfe7737c Begin adding xtdb. All tests work in-memory. 2023-01-31 09:34:58 -06:00
Robert C. Martin
dc7e1a89c1 Final separation of mem from db. (probably.) 2023-01-30 15:43:13 -06:00
Robert C. Martin
57483aed30 Separate mem from db. 2023-01-30 14:53:31 -06:00
Robert C. Martin
1a84f4147e ui-context is no more. YAY! 2023-01-30 14:26:08 -06:00
Robert C. Martin
61e5709cf0 Pulled ui-context from tabs_spec and user-configuration-spec 2023-01-29 10:00:29 -06:00
Robert C. Martin
530ef1ace7 got ui-context out of tabs-spec, article-tree-spec and article-tree-util-spec. 2023-01-29 09:39:00 -06:00
Robert C. Martin
7188c7a519 moved :node-map and :orphaned-references to mem. 2023-01-29 09:23:47 -06:00
Robert C. Martin
3789daee77 create update-mem and allow set-mem to be nested. 2023-01-29 09:03:13 -06:00
Robert C. Martin
1103548acb get rid of some ui-context references. More to come. 2023-01-29 08:32:56 -06:00
Robert C. Martin
1afeae504a Implement "test" argument for main. 2023-01-29 07:55:50 -06:00
Robert C. Martin
3419de4a4e Don't duplicate relays in events. 2023-01-28 21:16:36 -06:00
Robert C. Martin
be937b6a97 Removing ui-context. 2023-01-28 20:36:01 -06:00
Robert C. Martin
741b39c81d get-event-state has been replaced by get-mem and get-config and db. 2023-01-28 10:15:31 -06:00
Robert C. Martin
bce157fca2 bech32 encoding working with 64 byte numbers. 2023-01-27 14:09:53 -06:00
Robert C. Martin
934bc7a946 bech32 working. And in make-contact-list-from-tag 2023-01-27 12:19:24 -06:00
Robert C. Martin
39cd3b98c9 Encapsulate :user-configuration 2023-01-26 14:38:06 -06:00
Robert C. Martin
cfa8f915fd Get rid of :read-event-ids altogether. Replace with :read tag in the events. 2023-01-26 13:38:39 -06:00
Robert C. Martin
967316ebb3 Remove :text-event-map from article-tree, article-tree-util and fix article-tree-spec 2023-01-26 10:53:24 -06:00
Robert C. Martin
cbb4529d95 Remove :text-event-map from article-panel 2023-01-26 10:08:55 -06:00
Robert C. Martin
93d01cbdee Remove :text-event-map from event-handlers 2023-01-26 09:38:38 -06:00
Robert C. Martin
5b2454cb26 finish removing :text-event-map from article-tree-spec 2023-01-26 09:24:09 -06:00
Robert C. Martin
09be34d0b4 db in article-tree-spec 2023-01-25 14:39:52 -06:00
Robert C. Martin
f0bc7a58df Fix incoming tags that are blank. Replace them with blank:
Fix a bunch of other junk.
Put some progress messages in for loading event files.
2023-01-25 13:55:01 -06:00
Robert C. Martin
783d05b1ff use db in contact-list 2023-01-25 11:04:36 -06:00
Robert C. Martin
1a204e75ca use db in contact-list-spec 2023-01-25 10:49:49 -06:00
Robert C. Martin
3d417324c9 Separate config/get-db and in-memory/get-db. Get all tests to use in-memory/get-db. Change tests in formatters-spec to use db. 2023-01-25 09:06:12 -06:00
Robert C. Martin
8b1c5ada77 get-db and get-mem done in events-spec 2023-01-24 13:54:12 -06:00
Robert C. Martin
9a857bf9b2 get-db and get-mem done in event-composers-spec 2023-01-24 13:29:07 -06:00
Robert C. Martin
42bbb3dec6 Removed :profiles manipulations from event-composers-spec 2023-01-24 07:01:29 -06:00
Robert C. Martin
9a806d13a6 Remove :text-event-map from event-composers-spec 2023-01-24 06:20:02 -06:00
Robert C. Martin
798524b294 Extract event-composers-spec. Add get-event for db. Fix tests to use get-event. 2023-01-23 15:15:30 -06:00
Robert C. Martin
14c7843e86 Extract event-composers-spec. Add get-event for db. Fix tests to use get-event. 2023-01-23 14:45:55 -06:00
Robert C. Martin
ce8c8339dd refactored process-contact-list 2023-01-22 15:01:09 -06:00
Robert C. Martin
a8f2ead59f refactored process-server-recommendation (kind 2) 2023-01-22 14:39:32 -06:00
Robert C. Martin
d7b0612a66 db refactoring for process-text-event complete 2023-01-22 11:04:54 -06:00
Robert C. Martin
0039e61f4a process-name-event setup for db.
process-text-event partially set up for db.
2023-01-21 13:13:15 -06:00
Robert C. Martin
05f1eee307 Extracted event-handlers from events. 2023-01-19 11:00:08 -06:00
Robert C. Martin
78c16b73f3 Extracted composers from events 2023-01-19 10:26:18 -06:00
Robert C. Martin
050639e362 Sort functions in events. (part 1) 2023-01-18 21:15:52 -06:00
Robert C. Martin
3c0ce944f4 Extract main and move most of protocol into events. 2023-01-18 21:06:11 -06:00
Robert C. Martin
cb605a909f In websocket-relay check if socket has closed before sending or closing. 2023-01-17 15:32:27 -06:00
Robert C. Martin
d3f3cb7324 Merge remote-tracking branch 'origin/main' 2023-01-17 10:24:35 -06:00
Robert C. Martin
4b9f4c4e4f Relay refactoring complete. THAT was a good one. 2023-01-17 10:23:58 -06:00