Matt Aitken
|
19d5cb596f
|
Merge remote-tracking branch 'origin/triggers-page'
|
2023-07-12 15:45:54 +01:00 |
|
Matt Aitken
|
1dc42daed4
|
Added SDK and API support to stop runs when they’re canceled
|
2023-07-12 13:14:23 +01:00 |
|
Matt Aitken
|
0a80e2f5ec
|
Added CANCELED TaskStatus to the server
|
2023-07-12 09:18:59 +01:00 |
|
Eric Allam
|
0012bb21ce
|
All logs are now structured logs
|
2023-07-11 13:11:30 +01:00 |
|
Eric Allam
|
61ed1fb202
|
Added support for output properties on tasks
|
2023-07-08 22:14:27 +01:00 |
|
Eric Allam
|
f01af9c0ec
|
Remove a bunch of unused webapp deps and upgrade packages to zod 3.21.4
|
2023-07-07 14:47:28 +01:00 |
|
Eric Allam
|
7464006e19
|
Associated trigger sources and dynamic triggers with their registration job
|
2023-07-07 13:47:19 +01:00 |
|
Matt Aitken
|
a19845b4ca
|
Added a jsdoc markr to the source id
|
2023-07-06 09:32:15 +01:00 |
|
Matt Aitken
|
931be39912
|
cronTrigger jsdocs
|
2023-07-05 19:32:35 +01:00 |
|
Matt Aitken
|
aaa70a9aab
|
eventTrigger() jsdocs
|
2023-07-05 10:59:37 +01:00 |
|
Matt Aitken
|
c83443a41a
|
io.runTask and io.registerTrigger jsdocs
|
2023-07-04 15:30:06 +01:00 |
|
Matt Aitken
|
722fe7b71e
|
registerCron and unregisterCron jsdocs
|
2023-07-04 12:48:32 +01:00 |
|
Matt Aitken
|
99c6cd0371
|
io.registerInterval and io.unregisterInterval jsdocs
|
2023-07-04 11:22:28 +01:00 |
|
github-actions[bot]
|
38fe9302cf
|
chore: Update version for release (next)
|
2023-07-04 09:36:25 +00:00 |
|
Eric Allam
|
2cbf50b1cc
|
@trigger.dev/sdk: deliverAt and timestamp event properties are now dates
|
2023-07-04 10:32:08 +01:00 |
|
Matt Aitken
|
e26923eb19
|
backgroundFetch jsdocs
|
2023-07-04 10:31:44 +01:00 |
|
github-actions[bot]
|
1e1c18c4a1
|
chore: Update version for release (next)
|
2023-07-03 21:49:48 +00:00 |
|
Matt Aitken
|
a11ddf6564
|
Added JSDocs related to logging
|
2023-07-03 16:21:14 +01:00 |
|
Eric Allam
|
486d6818ba
|
SDK: IO Logging now respects the job and client logLevel, and only outputs locally when ioLogLocalEnabled is true
|
2023-07-03 16:00:18 +01:00 |
|
Matt Aitken
|
1eb6bb8aa9
|
Added JSDocs for TriggerCient() and client.sendEvent()
|
2023-07-03 15:35:40 +01:00 |
|
Matt Aitken
|
e9209629f7
|
Show contextual help for an Integration
|
2023-06-30 17:24:55 +01:00 |
|
Eric Allam
|
24542d4e21
|
Adding support for trigger source in the run context
|
2023-06-28 12:07:47 +01:00 |
|
Matt Aitken
|
31176245bd
|
Changed the format slightly, added timestamps as further examples
|
2023-06-20 20:15:39 +01:00 |
|
Matt Aitken
|
da45c7e2b9
|
Added support for replacements in examples, added __CURRENT_DATE__ to start
|
2023-06-20 20:11:06 +01:00 |
|
Eric Allam
|
e4b0b1e305
|
Add support for background task operations, starting with fetch
|
2023-06-19 17:22:18 +01:00 |
|
Eric Allam
|
c94ca54aff
|
Add chat completion task
|
2023-06-16 15:02:24 +01:00 |
|
Eric Allam
|
e7f7c0704a
|
Revamped the integration schema and local only integrations now work in the UI
|
2023-06-16 14:15:17 +01:00 |
|
Eric Allam
|
817b4ed133
|
Endpoint registration and indexing now is only initiated outside of clients
|
2023-06-14 16:07:10 +01:00 |
|
Eric Allam
|
0736c68d77
|
Fixed duplicate export issue
|
2023-06-14 08:08:52 +01:00 |
|
Eric Allam
|
3589d26fb3
|
Implement task retrying to recording task attempts
|
2023-06-13 15:48:07 +01:00 |
|
Matt Aitken
|
2fa1536315
|
EventExamples are now in a separate table (upserted on job register)
|
2023-06-13 10:56:57 +01:00 |
|
Eric Allam
|
771348dd5e
|
Handle task errors and update the task status and add errors to the task output
|
2023-06-12 09:31:47 +01:00 |
|
Eric Allam
|
f430bcf54a
|
Renamed elements to properties
|
2023-06-09 11:04:22 +01:00 |
|
Matt Aitken
|
618bc927e9
|
Export ErrorWIthStack type
|
2023-06-09 10:10:57 +01:00 |
|
Matt Aitken
|
8d2dec28e8
|
The run detail column is now a separate outlet with event and task routes
|
2023-06-08 15:09:08 +01:00 |
|
Eric Allam
|
2ef99d8383
|
Re-architect pre-processing and executing jobs, and gather run elements
|
2023-06-07 13:12:02 +01:00 |
|
Matt Aitken
|
a03912b804
|
Added minimal styling for tasks
|
2023-06-06 18:19:31 +01:00 |
|
Eric Allam
|
d0e52f6186
|
Added style to tasks and made logs and wait minimal
|
2023-06-05 17:14:17 +01:00 |
|
Eric Allam
|
8a2cd974fd
|
Remove comboTrigger and add elements to JobVersion
|
2023-06-05 16:43:32 +01:00 |
|
Matt Aitken
|
0a898900bf
|
Added connectionKey to Task so we can tell which connection is associated with a task
|
2023-05-30 14:57:33 +01:00 |
|
Eric Allam
|
5ba72a59c4
|
Use reverse DNS for all internal events
|
2023-05-26 16:18:47 +01:00 |
|
Eric Allam
|
85f74ce761
|
Gracefully handle missing run connections and resume runs once the connections have been created
|
2023-05-26 16:00:04 +01:00 |
|
Matt Aitken
|
94d17dd033
|
Added icon to the EventSpecificationSchema
|
2023-05-25 16:56:05 +01:00 |
|
Eric Allam
|
e340abd386
|
Run jobs as users (custom events, and dynamic triggers/schedules)
|
2023-05-25 13:57:07 +01:00 |
|
Matt Aitken
|
f73ecb6898
|
Cast the cloned logger args
|
2023-05-25 13:00:34 +01:00 |
|
Eric Allam
|
d15b6ac79f
|
Dynamic schedules
|
2023-05-23 15:59:06 +01:00 |
|
Eric Allam
|
786f2e16ef
|
Static scheduled triggers are working, and now adding graphile worker jobs are done in prisma txs
|
2023-05-23 14:00:26 +01:00 |
|
Eric Allam
|
7c5eb6a3a3
|
Fixed dynamic triggers to be unregisterable (and a start on scheduled triggers)
|
2023-05-22 11:02:58 +01:00 |
|
Eric Allam
|
af258acf3a
|
Dynamic triggers can now be initialize via the API
|
2023-05-19 11:57:41 +01:00 |
|
Eric Allam
|
8e8c6641aa
|
Adding back in the ctx functions to IO
|
2023-05-19 09:53:12 +01:00 |
|