Commit Graph

44 Commits

Author SHA1 Message Date
c18cc73496 Move template input types to html module 2025-01-24 21:41:46 -08:00
ab58837b5d Basic source feed view based on Python version 2025-01-24 21:27:26 -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
79dbea50c2 Import README content from Python, include todo list 2025-01-24 10:00:45 -08:00
f89d5f5d05 Hook up the web to the db 2025-01-24 07:15:54 -08:00
d71334cda7 Add air to devshell for live reloading 2025-01-23 16:58:55 -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
675cb64f47 Refactor get item functions 2025-01-23 11:36:51 -08:00
2d7d48846d Add transaction utility 2025-01-23 10:03:46 -08:00
0fa79abdfd Add missing err checks 2025-01-23 09:08:17 -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
fb0d4e9aee Add actions to the database 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
1468c3adc4 Split migrations and source logic into separate files
Merge commit '82a2b5e'; commit 'bd488d7' into HEAD
2025-01-18 14:03:50 -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
82a2b5eab9 Remove source code 2025-01-18 14:00:53 -08:00
f540ebcb4d Move migration logic to migrations.go 2025-01-18 13:59:31 -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
96ab254812 Refactor migrations to their own files 2025-01-16 21:11:07 -08:00
0c1b978264 Move db code to submodule 2025-01-16 14:56:10 -08:00
5798190254 Basic adding and deactivating items 2025-01-16 14:03:09 -08:00
dc92eb6738 Framework for database migration 2025-01-16 12:07:26 -08:00
390f972b0e cobra init 2025-01-16 09:38:12 -08:00
a47c1f1bfb go mod init 2025-01-16 06:57:49 -08:00
a3d898aa50 go init 2025-01-16 06:54:12 -08:00
7aae56415d direnv init 2025-01-16 06:54:12 -08:00
b399bd62ce Flake init 2025-01-16 06:54:12 -08:00
5146c1cb4d Initial commit 2022-08-10 16:23:08 +00:00