Commit Graph

74 Commits

Author SHA1 Message Date
1a3309ae54 Source-level timeouts 2025-03-31 07:17:46 -07:00
6683876d25 Update usage strings 2025-03-07 11:19:36 -08:00
a5902f3c11 Unified action command 2025-03-07 11:19:36 -08:00
672591bafe Unified source command 2025-03-07 11:19:36 -08:00
92ce484dea Add command groups 2025-03-07 11:19:36 -08:00
fabd5110c3 Unified fetch command 2025-03-07 11:19:36 -08:00
5213045a33 Add confirmation prompt to source deactivation 2025-03-07 11:19:36 -08:00
3d09e60e66 Unified channel command 2025-03-07 11:19:36 -08:00
317be81010 Rename file 2025-03-07 11:19:36 -08:00
93b3a95f33 Move env command to top level 2025-03-07 11:19:36 -08:00
af9bf6190e Rename files 2025-03-07 11:19:36 -08:00
54ded65e72 Move item commands to top level 2025-03-07 11:19:36 -08:00
f6e51a992c Rename variables 2025-03-07 11:19:36 -08:00
a0c7d620ad Unified deactivate command 2025-03-07 11:19:36 -08:00
d5a00b7dc3 Unified list command 2025-03-07 11:19:25 -08:00
27eb3cb211 Add makefile command to make intake-sources available 2025-02-24 12:08:06 -08:00
f39f525294 Set cwd to data dir to enable custom scripts 2025-02-24 11:30:12 -08:00
1c8ec5ff8f Move postprocessing to update so it only runs on new items 2025-02-24 09:25:01 -08:00
d5b3af1f86 Correctly distinguish missing on_create argv from error 2025-02-24 09:05:38 -08:00
1795fe94b1 Add timeout parameter to CLI commands that execute actions 2025-02-21 21:05:50 -08:00
ee32e8ecd4 Set global default timeout to 2 minutes 2025-02-21 20:49:55 -08:00
1be261f54d Remove crontab integration 2025-02-20 08:03:08 -08:00
76353c4029 Implement background fetch 2025-02-20 07:19:21 -08:00
7446f92cc8 Automatic crontab updates on modifying INTAKE_CRON 2025-02-12 10:14:31 -08:00
7361fd4600 Combine action add/edit with on conflict replace 2025-02-12 09:49:27 -08:00
b12a411fd6 Add crontab integration 2025-02-10 13:42:48 -08:00
8d9dcec038 Add error item on action failure 2025-02-10 08:23:03 -08:00
f38cfa3008 Add RandomHex() helper 2025-02-10 08:23:03 -08:00
bc19b0a70f Simplify Execute setup 2025-02-07 15:06:05 -08:00
3874abf8bd Add offset and limit parameters to item queries 2025-02-07 07:29:32 -08:00
b4db1d4f11 Fix migrate command not failing when migration fails 2025-02-05 22:08:29 -08:00
2894493d34 Support INTAKE_TTX env settings 2025-02-05 13:53:09 -08:00
c0d8e8ae31 Add tt{l,d,s} to item add command 2025-02-05 12:14:53 -08:00
f7dd694b67 Support tt{l,d} in source updates 2025-02-05 11:38:30 -08:00
ff943704c4 Add passwd --stdin 2025-02-04 20:22:50 -08:00
c8227b405d Implement passwd command 2025-02-02 00:20:51 -08:00
e40e2a3245 Add channels 2025-01-31 17:24:30 -08:00
a0e4f1f9c4 Error on nonexistent sources instead of returning nothing 2025-01-31 14:22:38 -08:00
37142229ea Make item updates transactional 2025-01-31 09:55:07 -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
a238d1f239 Add source environment variables 2025-01-31 07:50:56 -08:00
9cfa568eff Pass state directly through Execute instead of statePath 2025-01-30 16:04:31 -08:00
68038839ec Remove argument used only for logging 2025-01-30 08:28:13 -08:00
9bf840fcec Eliminate global variables in cmd 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
680d8db6bb action execute respects item action support 2025-01-29 09:13:48 -08:00
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