Eric Allam
7c1b13ba3b
Increase webhook delivery attempts to the max 25 attempts over 3 days
2023-08-07 14:25:23 +01:00
D-K-P
4b654e5b3b
Fixed broken docs link
2023-08-07 13:29:11 +01:00
Eric Allam
726a50ace7
Point to the workspace version of @trigger.dev/sdk
@trigger.dev/core@2.0.4
@trigger.dev/express@2.0.4
@trigger.dev/github@2.0.4
@trigger.dev/integration-kit@2.0.4
@trigger.dev/nextjs@2.0.4
@trigger.dev/openai@2.0.4
@trigger.dev/plain@2.0.4
@trigger.dev/react@2.0.4
@trigger.dev/resend@2.0.4
@trigger.dev/sdk@2.0.4
@trigger.dev/slack@2.0.4
@trigger.dev/stripe@2.0.4
@trigger.dev/supabase@2.0.4
@trigger.dev/typeform@2.0.4
@trigger.dev/cli@2.0.4
2023-08-07 13:17:36 +01:00
github-actions[bot]
9deffb67c4
chore: Update version for release ( #267 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07 13:08:27 +01:00
Matt Aitken
ff04bf44ee
CLI: detect package manager using artifacts if they exist ( #261 )
...
* Detect package manager from artifacts (e.g. package-lock.json) and fallback to process.env.npm_config_user_agent
* Added a changeset
2023-08-07 13:01:22 +01:00
Matt Aitken
e740297829
Cli: improve Next.js project detection ( #262 )
...
* Detect presence of a “next” dependency
* Use a strict undefined check instead
* Changeset: Detect Next.js project by looking at dependencies, not next.config.js
* Read a package json file
* First check for next.config file, otherwise use next dependency
* Update changeset description
2023-08-07 13:01:03 +01:00
D-K-P
a31705e198
Added text summarizer / github issue reminder jobs to the examples table
2023-08-07 12:58:43 +01:00
Eric Allam
f0bdf53364
Auto index production endpoints every 10 minutes
2023-08-07 12:49:37 +01:00
Matt Aitken
9638499163
Add your first endpoint in the dashboard ( #269 )
...
* Created the sheet
* Started work on the resource route
* Created ValidateCreateEndpointService and the EndpointValidateApi (name TBC)
* The TriggerClient responds with the id
* Tidied some stuff up
* Alternative: EndpointApi doesn’t take endpointSlug. Instead just Ping() does
* Create cool-snakes-deny.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
2023-08-07 11:28:34 +01:00
Matt Aitken
9104c252b7
Telemetry (new user) ( #268 )
...
* Removed old telemetry
* Started adding TriggerClient telemetry
* Added a log if the telemetry client is created, event renamed to “user.created”
2023-08-07 11:28:13 +01:00
Matt Aitken
72cf345602
Added “thumbsRating” to docs pages
2023-08-07 10:50:02 +01:00
jemiluv8
d5b8f8299d
update cli init to create index file in examples folder ( #225 )
...
* update cli init to create index file in examples folder
* add patch changeset
* Create silly-baboons-join.md
* remove comment in router file
add comment in jobs index to instruct them to
* rename examplesIndex to examplesIndexFileName
* import jobs module in routeContent for createTriggerPageRoute just as we did for createTriggerAppRoute
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2023-08-06 16:42:32 +01:00
Matt Aitken
dd22b88d25
Latest lockfile… 🙄
@trigger.dev/cli@2.0.3
@trigger.dev/core@2.0.3
@trigger.dev/express@2.0.3
@trigger.dev/github@2.0.3
@trigger.dev/integration-kit@2.0.3
@trigger.dev/nextjs@2.0.3
@trigger.dev/openai@2.0.3
@trigger.dev/plain@2.0.3
@trigger.dev/react@2.0.3
@trigger.dev/resend@2.0.3
@trigger.dev/sdk@2.0.3
@trigger.dev/slack@2.0.3
@trigger.dev/stripe@2.0.3
@trigger.dev/supabase@2.0.3
@trigger.dev/typeform@2.0.3
2023-08-03 22:52:46 +01:00
github-actions[bot]
62b9c5879c
chore: Update version for release ( #248 )
2023-08-03 22:47:23 +01:00
Eric Allam
1b0973fbc1
Fixed error when configuring a new endpoint failed and fixed ping to now throw an error when parsing JSON
🚀 Publish Trigger.dev Docker / ʦ TypeScript (push) Has been cancelled
🚀 Publish Trigger.dev Docker / publish (push) Has been cancelled
v.docker.2.0.0-beta.19
2023-08-03 16:02:16 +01:00
Eric Allam
fc78854ed4
@trigger.dev/cli: Don't require the TRIGGER_API_URL to be set (it has a default)
2023-08-03 14:49:46 +01:00
Eric Allam
ed15bb0618
Another small supabase tweak
2023-08-03 13:09:56 +01:00
Eric Allam
ced9034428
Another small supabase doc fix
2023-08-03 13:08:42 +01:00
Eric Allam
7ec329d5d6
Fixed broken image in supabase docs
2023-08-03 13:06:23 +01:00
Eric Allam
81180999de
The dev command should use a POST request when doing the PING to the local server
2023-08-03 13:01:08 +01:00
Eric Allam
feaa79ecf3
@trigger.dev/supabase: Automatically enable database webhooks when using triggers
2023-08-03 13:00:29 +01:00
Eric Allam
d34dc0847c
More OpenAI examples
2023-08-03 09:55:07 +01:00
Eric Allam
1b7c7520b4
new Job -> client.defineJob
2023-08-03 09:53:15 +01:00
Eric Allam
34d77e830c
Incorporate improved OpenAI docs from old repo
2023-08-03 09:51:25 +01:00
Eric Allam
87c302bf26
Document how to enable supabase database webhooks
2023-08-03 09:39:58 +01:00
Eric Allam
d462c901f5
A couple of quickstart tweaks
2023-08-02 17:16:39 +01:00
D-K-P
55c3d79cc8
Deleted the info box on the integration pages
2023-08-02 17:11:41 +01:00
Eric Allam
ce901c92e4
Update @trigger.dev/supabase to the latest supabase-management-js
2023-08-02 17:01:02 +01:00
Matt Aitken
0fd409c6dc
Latest lockfile
@trigger.dev/cli@2.0.2
@trigger.dev/core@2.0.2
@trigger.dev/express@2.0.2
@trigger.dev/github@2.0.2
@trigger.dev/integration-kit@2.0.2
@trigger.dev/nextjs@2.0.2
@trigger.dev/openai@2.0.2
@trigger.dev/plain@2.0.2
@trigger.dev/react@2.0.2
@trigger.dev/resend@2.0.2
@trigger.dev/sdk@2.0.2
@trigger.dev/slack@2.0.2
@trigger.dev/stripe@2.0.2
@trigger.dev/supabase@2.0.2
@trigger.dev/typeform@2.0.2
2023-08-02 16:08:50 +01:00
github-actions[bot]
f4e7379768
chore: Update version for release ( #247 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 16:06:27 +01:00
Matt Aitken
ee99191fb4
Sync all package version numbers
2023-08-02 15:58:56 +01:00
Matt Aitken
18124ae32a
Sync all of the package version numbers
2023-08-02 15:45:20 +01:00
Eric Allam
de3373b8f9
Fixed pnpm lock file
🚀 Publish Trigger.dev Docker / ʦ TypeScript (push) Has been cancelled
🚀 Publish Trigger.dev Docker / publish (push) Has been cancelled
v.docker.2.0.0-beta.18
2023-08-02 15:40:26 +01:00
Eric Allam
bdb4e6e2bd
Only publish latest docker images when tagged with v.docker.x.y.z
2023-08-02 15:38:53 +01:00
Matt Aitken
0a790de2c1
core version changed to 1.0.0. Dependencies for core set to ^1.0.0
2023-08-02 15:21:19 +01:00
Eric Allam
ffb55bfde6
Add react package docs
2023-08-02 15:18:03 +01:00
github-actions[bot]
c0fbe56f79
chore: Update version for release ( #246 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@trigger.dev/core@0.0.5
@trigger.dev/react@1.0.1
@trigger.dev/sdk@2.0.1
2023-08-02 15:10:36 +01:00
Eric Allam
342ab0d471
Adding docs back into this repo
2023-08-02 15:09:35 +01:00
Matt Aitken
aa9fe7d408
core made public, react and sdk now have it as a dependency (not dev)
2023-08-02 15:07:14 +01:00
Eric Allam
f499c10f09
Run pnpm i to fix pnpm-lock
🚀 Publish Trigger.dev Docker / ʦ TypeScript (push) Has been cancelled
🚀 Publish Trigger.dev Docker / publish (push) Has been cancelled
@trigger.dev/cli@0.2.1
@trigger.dev/express@2.0.0
@trigger.dev/github@1.0.0
@trigger.dev/integration-kit@2.0.0
@trigger.dev/nextjs@1.0.0
@trigger.dev/openai@1.0.0
@trigger.dev/plain@1.0.0
@trigger.dev/react@1.0.0
@trigger.dev/resend@1.0.0
@trigger.dev/sdk@2.0.0
@trigger.dev/slack@1.0.0
@trigger.dev/stripe@0.1.0
@trigger.dev/supabase@0.1.1
@trigger.dev/typeform@1.0.0
v2.0.0-beta.17
2023-08-02 14:19:46 +01:00
github-actions[bot]
45ed7cdf38
chore: Update version for release ( #238 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 14:18:12 +01:00
Eric Allam
fa271aaed2
Tweaked the SDK package readme
2023-08-02 13:42:45 +01:00
Eric Allam
8883476dcb
Specify limited paths that will cause our github workflows to run
2023-08-02 13:27:44 +01:00
Eric Allam
c1755ff85b
Removed error logging from the stripe integration
2023-08-02 11:53:42 +01:00
Eric Allam
6d04f6c62a
Added default retry settings for all integration tasks
2023-08-02 11:53:09 +01:00
Eric Allam
53363711bb
Fixed type errors in the cli
2023-08-02 11:50:50 +01:00
Eric Allam
442ee45e97
Upgrade to Remix 1.19.2-pre.0 to try and fix premature close issue
...
https://github.com/remix-run/remix/issues/4993#issuecomment-1661221726
2023-08-02 11:49:04 +01:00
Eric Allam
8405b337f9
Fix seed files by copying any .node query engine file in entrypoint.sh
2023-08-02 10:21:41 +01:00
Matt Aitken
facae926ce
Added telemetry to the CLI ( #242 )
...
* Basic CLI telemetry
* Telemetry for init command
* Better error handling
* Fix for “Module not found: Can't resolve 'encoding' in” node-fetch warning
* Telemetry for dev and tidied up init
* Minor improvements to the telemetry
* Latest package lock file
* Set the PostHog key to the prod one
* Changesets
* Formatted
2023-08-02 09:47:08 +01:00
Eric Allam
9544624e00
Adding compound triggers to Stripe and added a WIP express adapter
2023-08-01 16:06:42 +01:00