Dhruwang
3c49b33dad
feat: make HUB_API_KEY required and add to Docker build secrets
...
Hub is mandatory in v5, so HUB_API_KEY should fail fast at startup
if not configured.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-07 16:56:55 +05:30
Dhruwang
4d1df795ad
feat: make CUBEJS_API_SECRET and CUBEJS_API_URL required
...
Makes Cube env vars mandatory in env.ts (per PR #7913 ) and adds them
as Docker build secrets with fallback values, following the same pattern
as DATABASE_URL, REDIS_URL, and HUB_API_URL.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-07 16:45:46 +05:30
Dhruwang
11055f812e
fix: add HUB_API_URL to Docker build secrets
...
HUB_API_URL is required by the Zod env validation at build time but was
not provided as a Docker secret, causing the release build to fail.
Adds HUB_API_URL with a dummy fallback (http://localhost:4000 ) to the
build pipeline, following the same pattern as DATABASE_URL/REDIS_URL.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-07 16:18:35 +05:30
Bhagya Amarasinghe
b17bb88daa
fix: require cube env vars in app config
2026-04-30 00:30:11 +05:30
Harsh Bhat
30fdb72c09
feat: add PostHog analytics ( #7454 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2026-03-12 09:53:14 +01:00
Matti Nannt
d64d561498
feat(ci): add conditional tagging based on 'Set as latest release' option ( #6628 )
2025-10-06 12:25:19 +00:00
Matti Nannt
8b28353b79
fix: release tag extraction in release action ( #6554 )
2025-09-16 17:33:32 +00:00
Matti Nannt
abbc7a065b
chore: update release pipeline for new infrastructure ( #6541 )
2025-09-16 10:33:24 +00:00
Matti Nannt
f139830020
fix: sentry source map upload workflow authentication ( #6327 )
...
Co-authored-by: Victor Santos <victor@formbricks.com >
Co-authored-by: Victor Hugo dos Santos <115753265+victorvhs017@users.noreply.github.com >
2025-09-02 21:57:41 +00:00
Matti Nannt
ec6d88bf11
fix: OneLeet Code Scanning Sentry action issues ( #6378 )
2025-08-08 08:06:57 +00:00
Piyush Gupta
a59ede20c7
fix: one leet security issues ( #6303 )
2025-08-01 14:35:11 +00:00
Victor Hugo dos Santos
d44aa17814
feat: add sentry sourcemaps to pre-releases ( #6242 )
2025-07-17 16:11:28 +00:00
victorvhs017
dab8ad00d5
feat: Add Sentry source maps ( #6047 )
2025-07-03 13:03:59 +00:00
Matti Nannt
e95e9f9fda
fix: security issue because of outdated pnpm version ( #5683 )
2025-05-07 00:17:54 +02:00
Matti Nannt
8018ec14a2
chore: use remote turbocache for building formbricks ( #5305 )
2025-04-09 10:38:17 +02:00
Dhruwang Jariwala
417005c6e9
fix: docker image not building ( #5069 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2025-03-27 02:32:03 +00:00
Dhruwang Jariwala
e35f732e48
fix: Remove hardcoded pg url ( #4878 )
2025-03-25 08:36:18 +00:00
Matti Nannt
5848dfb4f3
fix: next-config env variables are not unique ( #3003 )
2024-08-12 17:42:35 +02:00
Anshuman Pandey
9f0cdb7ac1
fix: build-web github action ( #2830 )
2024-07-09 13:02:38 +00:00
Anshuman Pandey
7958ef0d1f
fix: pnpm github action version ( #2851 )
2024-07-05 07:57:58 +00:00
Matti Nannt
a269da4e1c
chore: upgrade turbo to version 2 ( #2738 )
2024-06-07 07:59:44 +02:00
Piyush Gupta
b016d80cb2
feat: adds enterprise license check ( #2431 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-05-07 13:36:20 +00:00
Shubham Palriwala
24bde119cb
feat: web builds across GitHub Action are cross branch now ( #2410 )
2024-04-10 12:06:37 +00:00
Shubham Palriwala
f93c5b3c55
fix: e2e tests, make welcomeCard.headline optional, remove console logs ( #2374 )
2024-04-08 09:37:09 +00:00
Shubham Palriwala
52d1dc9ed9
fix: e2e tests breaking in main ( #2219 )
...
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-03-12 11:55:10 +00:00
Matti Nannt
71717c6b02
fix: github action ( #2131 )
2024-02-26 19:29:28 +00:00
Shubham Palriwala
967680263b
feat: cache web builds & playwright binaries in CI ( #2009 )
2024-02-05 11:19:11 +00:00