Commit graph

317 commits

Author SHA1 Message Date
a49c0d2d88 Fix duplicate method name 2022-11-26 21:56:49 -07:00
d4f5097317 Enumerate pending follows, fix CSS 2022-11-26 21:56:33 -07:00
80915212ac Automate re-tagging and pushing 2022-11-26 21:56:06 -07:00
adaa3873ba Tweaks to working state 2022-11-26 20:05:35 -07:00
fc2662d2f7 Create some quick and dirty admin endpoints 2022-11-26 19:26:39 -07:00
0db988a754 Rework so that dockerized deployments can self-configure 2022-11-26 18:13:56 -07:00
5c69288d48 Working towards a queue of follow requests 2022-11-26 17:24:53 -07:00
ae6171f357 Add a deploy script 2022-11-26 16:04:44 -07:00
c945500589 Whyyy docker-specific behavior 2022-11-26 15:46:42 -07:00
3080602530 don't need that 2022-11-26 14:20:38 -07:00
4c0be2bc4d public-dns -> public_dns 2022-11-26 14:20:22 -07:00
66d1ed26f7 Remove dead migration code 2022-11-21 01:51:42 -07:00
5c0a2223a0 Import the async caches 2022-11-21 00:04:31 -07:00
b86caa7fe6 Unused code. 2022-11-20 22:41:51 -07:00
1c41b6dca4 Fmt 2022-11-20 22:39:44 -07:00
53bf982217 Start trimming some of the __main__ crud 2022-11-20 22:34:07 -07:00
ef339ef916 Setting up to do some minimal admin auth for the relay 2022-11-20 22:00:12 -07:00
a9ab987add DNS for the relay 2022-11-19 23:55:01 -07:00
28f0b369a1 Sigh. 2022-11-19 23:51:09 -07:00
c0b8db46aa Intern the relay 2022-11-19 23:45:47 -07:00
dc888b5958 WIP 2022-10-26 22:23:41 -06:00
c178f4f718 Tweaking the diff and equality logic 2022-10-19 09:52:18 -06:00
88f35e4798 Cram has graduated 2022-10-19 09:00:14 -06:00
983635eb4f Tweaking the stack analyzer 2022-08-19 00:43:42 -06:00
a6b20ed7c3 Get and2/3 working 2022-08-17 00:18:08 -06:00
c484691aca Get or3 working 2022-08-17 00:11:01 -06:00
96cbc75be2 Get or2 working again via the assembler 2022-08-17 00:07:09 -06:00
4ac9de366b Make the handle_* methods user-visible 2022-08-13 00:09:55 -06:00
edd237f0be [NO TESTS] WIP 2022-08-13 00:07:38 -06:00
3533471567 [NO TESTS] WIP 2022-08-13 00:03:49 -06:00
82e4cc5c7f Notes for later. 2022-08-12 23:53:48 -06:00
ce23c6b43b Create a generic interpreter API 2022-08-12 23:46:34 -06:00
9feae8df4c Fmt. 2022-08-12 23:26:56 -06:00
b1a309527a Rewrite using handlers, singledispatch, hooks 2022-08-12 23:26:42 -06:00
a79644aa23 Integrate marking labels/slots 2022-08-09 10:05:26 -06:00
99f456e0ee Renaming variant operations 2022-08-09 09:39:33 -06:00
8e19f22640 Promote cram out 2022-07-28 23:45:00 -06:00
438df41f91 Junk table dispatch for execute 2022-07-28 20:46:56 -06:00
95043de7e4 return will abort the loop, use continue 2022-07-28 19:25:45 -06:00
0cfedb398a More cases of neading to clean during execution 2022-07-28 19:25:30 -06:00
e39df4d663 Sigh 'stable' releases 2022-07-28 19:24:38 -06:00
1cf8dab616 Add a way to bust the log cache 2022-07-28 19:24:17 -06:00
cff7c8d5e7 Deal with the node being a bad link 2022-07-28 18:24:03 -06:00
b2929290c0 ton.tirefire 2022-07-28 15:16:44 -06:00
3ab04dcb32 Be better at removing dead links 2022-07-27 23:04:25 -06:00
6d5713d021 Update docstring 2022-07-26 00:24:30 -06:00
e718bae88e Implement auto-migrate (aka fmt) 2022-07-26 00:23:26 -06:00
547396b76e Hardening cram, stratify uninstalls 2022-07-25 22:44:10 -06:00
0fb3cfa595 Ignore .gitkeep files 2022-07-21 22:48:59 -06:00
5d132514c1 Short hostname only 2022-07-21 22:48:49 -06:00
d5d63fd7e8 Fmt. 2022-07-15 19:37:34 -06:00
bd880213de Refactor to make Opcode the base class 2022-07-15 19:33:32 -06:00
6d9d9b3fd5 Ditch the .impl pattern for now 2022-07-02 01:47:11 -06:00
7e5a558163 Slam out a two-pass assembler 2022-07-02 00:35:03 -06:00
7e0273c7ad [NO TESTS] WIP 2022-06-27 22:35:21 -06:00
102210bcee Get VARAINT/VTEST implemented 2022-06-16 10:55:18 -06:00
3eda062c21 [broken] Throw out builtin bool 2022-06-15 23:10:54 -06:00
9d03c1425e Rewrite bootstrap to sorta support type signatures 2022-06-15 23:01:55 -06:00
56e12252f5 Wire up define_type 2022-06-15 21:56:52 -06:00
0564031502 Better module printing 2022-06-15 09:46:03 -06:00
70ffb3a8f7 Code better in the morning 2022-06-15 09:21:43 -06:00
d926a5e404 [broken] Almost to a reworked Function model 2022-06-15 01:46:32 -06:00
197dfd0089 Better parser tests 2022-06-15 01:12:22 -06:00
26e77a1df2 Calling it a night 2022-06-14 01:19:30 -06:00
f3791adee8 Typing tweaks 2022-06-13 21:11:15 -06:00
c59034383c Shuffling a bunch of stuff around 2022-06-13 20:23:43 -06:00
6d96a4491f [NO TESTS] WIP 2022-06-13 11:44:28 -06:00
862a8663b2 [NO TESTS] WIP 2022-06-11 15:04:55 -06:00
e3e3d7613c Eliminate CALLS, add SLOT & DEBUG, rewrite bootstrap 2022-06-11 00:28:24 -06:00
34c550ba7f Tapping towards structs and variants 2022-06-07 10:32:15 -06:00
6bc9bb9b59 [NO TESTS] WIP 2022-06-01 00:22:53 -06:00
533960376d Fmt. 2022-06-01 00:11:14 -06:00
b439466887 Get CLOSUREC working 2022-06-01 00:09:59 -06:00
aef6cc088d Get CLOSUREF/CALLC working 2022-05-31 23:54:11 -06:00
e8c12be6e8 Test stubs need returns now 2022-05-31 23:17:32 -06:00
b6e1a61a85 An evening of hacking 2022-05-31 23:08:29 -06:00
9b965dba05 Split out Ichor 2022-05-31 19:25:18 -06:00
1e7517138a Shogoth -> Shoggoth 2022-05-31 19:04:14 -06:00
d146b90250 Rename 2022-05-31 18:24:39 -06:00
342b113cdb A single-stepping GCODE tool 2022-05-31 09:41:32 -06:00
bd3fe9bb00 Fmt. 2022-05-31 09:41:10 -06:00
65091be070 [NO TESTS] WIP 2022-05-31 09:39:53 -06:00
a65702be42 Tapping 2022-05-16 20:31:36 -06:00
13f3bfad0e Tapping towards a slightly functional reader 2022-05-11 23:21:22 -07:00
51802b46b6 Be smart about the READONLY flag; consolidate delete 2022-05-11 22:58:35 -07:00
bf1dd67523 Errant whitespace 2022-05-11 11:01:23 -07:00
0d6d3319d8 Function references; stubs for closures 2022-04-21 00:17:59 -06:00
4396ec6496 Happy hacking; setting up for structs 2022-04-15 00:31:58 -06:00
ac5a950344 Fmt. 2022-04-12 01:49:29 -06:00
9721622e19 Get the Shogoth VM to a bit better state; py3.10 Ba'azel 2022-04-12 01:49:12 -06:00
feb6980d4f A bytecode VM sketch 2022-03-29 01:29:18 -06:00
977b6d8677 Add a licensing note 2022-03-17 11:03:45 -06:00
42d73b2271 Import the garage project 2022-02-21 16:35:36 -07:00
38eeaef35f Reuse the old feed static IP 2022-02-21 16:35:01 -07:00
1a8399be3d Realpath 2022-02-21 16:35:01 -07:00
57d637755f TOML format 2022-02-15 10:24:06 -07:00
aa2ee00134 config.toml -> pkg.toml, get cleanup working 2022-02-15 10:22:53 -07:00
735a3c65d8 A second cut at the cram tool, now with TOML and tests 2022-02-15 02:17:54 -07:00
011bd6019b Add a record for feed 2022-02-02 00:45:14 -07:00
df9aae1253 Reader's 'done' 2022-01-09 16:32:11 -07:00