Skip to content

Environments#85

Merged
kapicic merged 21 commits intodevfrom
stevank/eng-871/environments
Aug 28, 2025
Merged

Environments#85
kapicic merged 21 commits intodevfrom
stevank/eng-871/environments

Conversation

@skosijer
Copy link
Copy Markdown
Contributor

@skosijer skosijer requested a review from kapicic August 19, 2025 19:22
@kapicic kapicic self-assigned this Aug 26, 2025
@kapicic kapicic changed the title Environments [DRAFT] Environments Aug 26, 2025
@kapicic kapicic changed the base branch from main to develop August 26, 2025 14:56
@kapicic kapicic marked this pull request as ready for review August 26, 2025 14:56
) {
const { conversationId, messageId } = await params;

if (!conversationId || !messageId) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check isn't necessary. Without the path params this route won't be found anyway.

Comment thread prisma/schema.prisma Outdated
model DataSourceProperty {
id String @id @default(cuid())
// TODO: update to enum after and migrate all existing datasource connection strings
type String
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice this has a TODO comment, but making sure we want this to be String and not to the defined enum. Maybe it was for migration ordering?

@bears4barrett bears4barrett self-requested a review August 26, 2025 18:42
@kapicic kapicic deleted the branch dev August 27, 2025 14:24
@kapicic kapicic closed this Aug 27, 2025
@kapicic kapicic reopened this Aug 27, 2025
@kapicic kapicic changed the base branch from develop to dev August 27, 2025 14:28
@kapicic kapicic merged commit 49a7fa5 into dev Aug 28, 2025
4 checks passed
@kapicic kapicic deleted the stevank/eng-871/environments branch August 28, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants