Eric Allam
59075f5fc2
EventFilter now supports more complex condition filters #271
2023-08-08 15:02:07 +01:00
Sai Hari
fa942fc9f5
feat: 🎸 add end-to-end test harness ( #253 )
...
* feat: 🎸 add end-to-end test harness
* Address PR comments
2023-08-08 13:55:25 +01:00
D-K-P
47a8a557cf
Replaced all the screenshots of the environments page
2023-08-08 11:47:25 +01:00
Yaswanth
b51d0b5399
Fix:[TRI-879]-Hides help panel when endpoints exists on the Environme… ( #256 )
...
* Fix:[TRI-879]-Hides help panel when endpoints exists on the Environments & API Keys page
* fix: adds check for fully configured client
g
---------
Co-authored-by: Crossover <crossover@MacBook-Pro.local >
2023-08-08 11:15:58 +01:00
D-K-P
763c84e3b3
Replaced api key screenshot and text
2023-08-08 10:41:33 +01:00
Eric Allam
dfb00e84e9
Fixing pnpm lock file
@trigger.dev/cli@2.0.5
@trigger.dev/core@2.0.5
@trigger.dev/github@2.0.5
@trigger.dev/integration-kit@2.0.5
@trigger.dev/nextjs@2.0.5
@trigger.dev/openai@2.0.5
@trigger.dev/react@2.0.5
@trigger.dev/resend@2.0.5
@trigger.dev/sdk@2.0.5
@trigger.dev/slack@2.0.5
@trigger.dev/stripe@2.0.5
@trigger.dev/supabase@2.0.5
@trigger.dev/typeform@2.0.5
@trigger.dev/express@2.0.5
@trigger.dev/plain@2.0.5
2023-08-08 07:35:25 +01:00
github-actions[bot]
b5a64545bb
chore: Update version for release ( #273 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08 07:32:24 +01:00
Eric Allam
3cf3eaff48
@trigger.dev/supabase: You can now trigger on multiple database events in the same job
2023-08-07 17:27:49 +01:00
Matt Aitken
4ca758a3de
job-catalog: added initial setup and CLI build step
🚀 Publish Trigger.dev Docker / ʦ TypeScript (push) Has been cancelled
🚀 Publish Trigger.dev Docker / publish (push) Has been cancelled
v.docker.2.0.0-beta.20
2023-08-07 15:07:58 +01:00
Matt Aitken
da81537009
Update job-catalog instructions
...
`pnpm run trigger:dev` should be `pnpm run dev:trigger`
2023-08-07 14:57:08 +01:00
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