|
9c42847ee2
|
Add transaction DB implementation
This and the previous commit allow passing transactions to query functions
|
2025-01-31 08:53:11 -08:00 |
|
|
d89f85e141
|
Convert DB to interface
|
2025-01-31 08:44:09 -08:00 |
|
|
ced1de05e8
|
Set source envs in action executions
|
2025-01-31 08:00:07 -08:00 |
|
|
9cfa568eff
|
Pass state directly through Execute instead of statePath
|
2025-01-30 16:04:31 -08:00 |
|
|
5692f60318
|
Add state blob to source
|
2025-01-30 15:22:57 -08:00 |
|
|
68038839ec
|
Remove argument used only for logging
|
2025-01-30 08:28:13 -08:00 |
|
|
f5e9277e26
|
Add statePath argument to Execute
|
2025-01-30 08:28:13 -08:00 |
|
|
34fa784c44
|
Factor out ExecuteItemAction helper
|
2025-01-30 08:28:13 -08:00 |
|
|
647584e55b
|
Order items by .time or .created
|
2025-01-29 22:41:50 -08:00 |
|
|
f804299180
|
Add actions to items
|
2025-01-29 08:52:39 -08:00 |
|
|
453bc9d601
|
Replace AddItem with AddItems
|
2025-01-29 07:43:06 -08:00 |
|
|
f153263bc4
|
Add on_create triggers
|
2025-01-24 15:41:52 -08:00 |
|
|
a84a464901
|
Implement updating items
|
2025-01-23 14:24:16 -08:00 |
|
|
4a75e8e814
|
Implement most of action execute
|
2025-01-23 13:32:09 -08:00 |
|
|
b7683f6805
|
Implement source fetch
|
2025-01-23 12:26:21 -08:00 |
|
|
dde799ff8e
|
Add option to show inactive items in feed
|
2025-01-23 11:40:56 -08:00 |
|
|
675cb64f47
|
Refactor get item functions
|
2025-01-23 11:36:51 -08:00 |
|
|
0fa79abdfd
|
Add missing err checks
|
2025-01-23 09:08:17 -08:00 |
|
|
14df3cac03
|
Implement source {add,list,delete}
|
2025-01-23 08:37:56 -08:00 |
|
|
2a58c01319
|
Refactor db access to ensure pragmas are set, fix foreign keys
|
2025-01-19 21:33:49 -08:00 |
|
|
bd488d7b47
|
Remove migrations code
|
2025-01-18 14:03:14 -08:00 |
|
|
cd00c0fedc
|
Move source logic to source.go
|
2025-01-18 14:02:17 -08:00 |
|