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
Dhruwang Jariwala
a771ae189a
refactor: rename Project to Workspace across entire codebase ( #7620 )
2026-03-31 17:01:17 +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
f0a0cf531a
chore: clean up unused npm dependencies ( #7417 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2026-03-05 10:48:13 +00:00
Anshuman Pandey
f7e8bc1630
feat: attributes data types ( #7246 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2026-02-13 08:55:06 +00:00
Bhagya Amarasinghe
e079055a43
fix(helm): DB migration job ( #7152 )
2026-01-23 07:58:54 +00:00
dependabot[bot]
c1a4cc308b
chore(deps): bump the npm_and_yarn group across 2 directories with 1 update ( #7081 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matti Nannt <matti@formbricks.com >
2026-01-15 15:10:33 +01:00
Victor Hugo dos Santos
935e24bd43
chore: clean-up new cache package ( #6532 )
2025-09-12 11:16:13 +00:00
Anshuman Pandey
96031822a6
feat: s3 compatible storage ( #6536 )
...
Co-authored-by: Victor Santos <victor@formbricks.com >
2025-09-12 08:17:33 +00:00
Piyush Gupta
dd394f1d2c
chore: remove cron jobs and survey scheduling functionality ( #6505 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-09-11 06:57:11 +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
a3764f0316
chore: increase data migration timeout to 600s ( #6455 )
2025-08-21 21:46:30 +02:00
Victor Hugo dos Santos
23c2d3dce9
feat: Add Regex No Code Action Page Filter ( #6305 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-07-31 05:48:12 +00:00
Victor Hugo dos Santos
4e52556f7e
feat: add single contact using the API V2 ( #6168 )
2025-07-10 10:34:18 +00:00
Anshuman Pandey
2c34f43c83
fix: adds build step to the database package for optimizing docker build ( #5970 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2025-07-02 03:42:01 +00:00
victorvhs017
6328be220a
fix: updated api docs to use - instead of > ( #6107 )
2025-06-26 09:54:34 -07:00
Anshuman Pandey
9ae226329b
fix: decreases environment ttl to 5 minutes ( #6087 )
2025-06-25 10:30:36 +00:00
Harsh Bhat
397643330a
docs: Update docs for Private file upload and general client API ( #6045 )
2025-06-23 08:26:10 -07:00
Anshuman Pandey
2c6a90f82b
fix: storage api endpoint openapi spec ( #5057 )
2025-03-25 12:16:35 +00:00
Piyush Gupta
5527f184b7
feat: adds configurable logging ( #4914 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-03-21 06:09:13 -07:00
Piyush Gupta
140aee749b
feat: new management api crud endpoint for responses ( #4716 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Victor Santos <victor@formbricks.com >
Co-authored-by: victorvhs017 <115753265+victorvhs017@users.noreply.github.com >
2025-03-06 17:16:06 +00:00