|
7ca6ccfaf3
|
Rename variables
|
2025-01-29 09:07:57 -08:00 |
|
|
d23efdf00b
|
Check Item equality with a function
Using == won't work when the Action field is a map[string]RawMessage
|
2025-01-29 08:52:39 -08:00 |
|
|
453bc9d601
|
Replace AddItem with AddItems
|
2025-01-29 07:43:06 -08:00 |
|
|
6c312a1aae
|
Update data path resolution
|
2025-01-27 21:54:46 -08:00 |
|
|
fcea58148e
|
Use --id instead of --item for item add
|
2025-01-24 21:15:19 -08:00 |
|
|
f153263bc4
|
Add on_create triggers
|
2025-01-24 15:41:52 -08:00 |
|
|
f89d5f5d05
|
Hook up the web to the db
|
2025-01-24 07:15:54 -08:00 |
|
|
13c2c64583
|
Create basic layout for web server
|
2025-01-23 16:58:29 -08:00 |
|
|
a84a464901
|
Implement updating items
|
2025-01-23 14:24:16 -08:00 |
|
|
1fb9e5853c
|
Add --diff to action execute
|
2025-01-23 13:50:45 -08:00 |
|
|
4a75e8e814
|
Implement most of action execute
|
2025-01-23 13:32:09 -08:00 |
|
|
9a77beb582
|
Add more information to CLI help text
|
2025-01-23 13:23:21 -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 |
|
|
7b8d3796bd
|
Implement action {add,delete,edit,list}
|
2025-01-23 08:37:56 -08:00 |
|
|
14df3cac03
|
Implement source {add,list,delete}
|
2025-01-23 08:37:56 -08:00 |
|
|
4355a79ec0
|
Refactor db open to helper func
|
2025-01-23 08:37:56 -08:00 |
|
|
cb161b4f91
|
Reorganize CLI commands
|
2025-01-23 06:57:39 -08:00 |
|
|
2a58c01319
|
Refactor db access to ensure pragmas are set, fix foreign keys
|
2025-01-19 21:33:49 -08:00 |
|
|
10f4294328
|
Add Execute() and test command
|
2025-01-17 13:49:23 -08:00 |
|
|
4b93a258a6
|
Refactor item formatting into core/item.go
|
2025-01-17 07:30:01 -08:00 |
|
|
c040f97680
|
Add feed command
|
2025-01-17 07:05:57 -08:00 |
|
|
6bd9449baf
|
Add deactivate command
|
2025-01-16 22:02:38 -08:00 |
|
|
a67b21bf41
|
Add command to add items
|
2025-01-16 21:46:49 -08:00 |
|
|
43fb2c3917
|
Add migrate command for initializing databases
|
2025-01-16 21:30:41 -08:00 |
|
|
390f972b0e
|
cobra init
|
2025-01-16 09:38:12 -08:00 |
|