Conversation
refactor: replace result types with try-catch patterns feat: create error utilities chores: remove Result type
refactor: update database function using DatabasError class
…for-db-queries Ocpb 120 refactor error handling for db queries
…job timeout to 10 minutes
…-124 branch that caused the build to fail. Will remove again in next commit
…eport and summary
…ailed, when combined with run tests step
…compilation error
…tests Ocpb 143 mock open ai api for E2E tests
…or-an-hour-when-there-s-a-failure Ocpb 156 stop e2 e tests running for an hour when there s a failure
- Remove secondary and accent color options from branding interface - Change 'Color' terminology to 'Colour' - Update BrandingData interface to only include primary color - Remove secondary/accent color handling from API routes - Update TenantContext to only manage primary color - Remove secondary/accent CSS variables and utilities - Add database migration to remove secondary_color and accent_color columns
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
I tried to run the tests but the setup didn't seem to work. (mocking problems with OpenAI and Supabase, and Jest configuration issues with ESM modules). I ran build an linting checks though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change involves the addition of an evals page. I have included a super lightweight password protection with a password that can be found at 'EVALS_ADMIN_PASSWORD' in the environment variables. This is just a temporary measure so that users cannot see our backend data. It should be replaced by a proper RLS-based system once we have auth.