.. |
sql
|
Add check constraints to ensure names aren't empty
|
2025-02-20 16:07:06 -08:00 |
action_test.go
|
Combine action add/edit with on conflict replace
|
2025-02-12 09:49:27 -08:00 |
action.go
|
Correctly distinguish missing on_create argv from error
|
2025-02-24 09:05:38 -08:00 |
channel_test.go
|
Disable welcome item since it broke some tests
|
2025-02-12 09:38:10 -08:00 |
channel.go
|
List sources not in a channel on channel edit page
|
2025-02-21 07:37:18 -08:00 |
cron_test.go
|
Move spec parsing failures to their own test
|
2025-05-03 21:52:38 -07:00 |
cron.go
|
Split up spec parsing and usage
|
2025-05-03 21:47:11 -07:00 |
data.go
|
Set cwd to data dir to enable custom scripts
|
2025-02-24 11:30:12 -08:00 |
db_test.go
|
Disable welcome item since it broke some tests
|
2025-02-12 09:38:10 -08:00 |
db.go
|
Add transaction DB implementation
|
2025-01-31 08:53:11 -08:00 |
env_test.go
|
Add source environment variables
|
2025-01-31 07:50:56 -08:00 |
env.go
|
Web edit sources
|
2025-02-12 10:04:58 -08:00 |
error.go
|
Add error item on action failure
|
2025-02-10 08:23:03 -08:00 |
execute_test.go
|
Move postprocessing to update so it only runs on new items
|
2025-02-24 09:25:01 -08:00 |
execute.go
|
Set cwd to data dir to enable custom scripts
|
2025-02-24 11:30:12 -08:00 |
info.go
|
Enable setting rev via -ldflags
|
2025-05-02 15:00:19 -07:00 |
item_test.go
|
Support tt{l,d} in source updates
|
2025-02-05 11:38:30 -08:00 |
item.go
|
Add RandomHex() helper
|
2025-02-10 08:23:03 -08:00 |
items_test.go
|
Add offset and limit parameters to item queries
|
2025-02-07 07:29:32 -08:00 |
items.go
|
Fix incorrect backfilling
|
2025-03-02 20:56:44 -08:00 |
migrations_test.go
|
Convert DB to interface
|
2025-01-31 08:44:09 -08:00 |
migrations.go
|
defer rows.Close()
|
2025-01-31 16:05:11 -08:00 |
passwd.go
|
Add login to web interface
|
2025-02-06 06:39:02 -08:00 |
source_test.go
|
Support fetch spec formats for batching
|
2025-05-03 22:19:41 -07:00 |
source.go
|
Support fetch spec formats for batching
|
2025-05-03 22:19:41 -07:00 |