Jeremy Dorn

Results 88 issues of Jeremy Dorn

Instead of going through Auth0, we can now support enterprise SSO connections directly in GrowthBook using OpenId Connect. This also lets us support SSO for self-hosted deployments. TODO: - [...

Users switching between self-hosted and cloud (or 2 self-hosted deployments) can already export and import config.yml (data sources, metrics, dimensions). They should also be able to do that same for...

Namespaces are used to enforce mutually exclusive experiments. However, that only works if experiments use the same hashAttribute for splitting traffic. As an example, consider 2 experiments: 1. namespace =...

Support SSO for self-hosted deployments (Google, Okta, Auth0, etc.). This will be our first Enterprise feature that is not covered under the MIT license Changes - New `packages/enterprise` directory with...

When creating an experiment analysis, we should have support for custom starter templates that pre-fill description, hypothesis, goal metrics, and guardrails. If there's only a single template defined, the NewExperiment...

Currently, features have a single default value. So, if you want a feature to have different values in different environments today, you need to use override rules. This is overkill...

We currently do an inner join when pulling experiment results for a metric. Because of that, if there are no metric conversions yet, no rows are returned. That means we...

Mixpanel metrics currently require a single event name. However, there are cases where you might want to include multiple events. This is common for engagement metrics where if a user...

We're currently using Node.js 14. It's still receiving security updates, but we should update to Node.js 16 or 18 soon anyway to stay on top of things. In addition, there...