Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: remove dbmem#18803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugodutka merged 2 commits intomainfromhugodutka/remove-dbmem
Jul 9, 2025
Merged

chore: remove dbmem#18803

hugodutka merged 2 commits intomainfromhugodutka/remove-dbmem
Jul 9, 2025

Conversation

hugodutka
Copy link
Contributor

@hugodutkahugodutka commentedJul 8, 2025
edited
Loading

Remove the in-memory database. Addresses#15109.

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../admin/infrastructure/validated-architectures/index.md#general-concepts Status: 404 Cannot find: ../admin/infrastructure/validated-architectures/index.md#general-concepts

*[General Concepts](../admin/infrastructure/validated-architectures/index.md#general-concepts): Essential concepts and language used to describe how Coder is structured and operated.

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../admin/infrastructure/architecture.md Status: 404 Cannot find: ../admin/infrastructure/architecture.md

*[Architecture](../admin/infrastructure/architecture.md): A high-level overview of the infrastructure layout, key services, and how components interact.

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reachhttps://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/cliui Status: 404

*[cli](https://github.com/coder/coder/tree/main/cli): CLI interface for`coder` command built on[coder/serpent](https://github.com/coder/serpent). Input controls are defined in[cliui](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/cliui), and[testdata](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/testdata) contains golden files for common CLI calls

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reachhttps://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/testdata Status: 404

*[cli](https://github.com/coder/coder/tree/main/cli): CLI interface for`coder` command built on[coder/serpent](https://github.com/coder/serpent). Input controls are defined in[cliui](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/cliui), and[testdata](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/testdata) contains golden files for common CLI calls

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reachhttps://github.com/coder/coder/blob/docs-backend-contrib-guide/coderd/database/queries.sql.go Status: 404

*[queries](https://github.com/coder/coder/tree/main/coderd/database/queries): contains SQL files with queries,`sqlc` compiles them to[Go functions](https://github.com/coder/coder/blob/docs-backend-contrib-guide/coderd/database/queries.sql.go)

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../../coderd/database/migrations/testdata/fixtures Status: 404 Cannot find: ../../coderd/database/migrations/testdata/fixtures

[`migrations/testdata/fixtures`](../../coderd/database/migrations/testdata/fixtures)

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../../coderd/database/migrations/testdata/full_dumps Status: 404 Cannot find: ../../coderd/database/migrations/testdata/full_dumps

[`migrations/testdata/full_dumps`](../../coderd/database/migrations/testdata/full_dumps)

Choose a reason for hiding this comment

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

🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../../coderd/database/migrations/testdata/fixtures/000024_example.up.sql Status: 404 Cannot find: ../../coderd/database/migrations/testdata/fixtures/000024_example.up.sql

[`000024_example.up.sql`](../../coderd/database/migrations/testdata/fixtures/000024_example.up.sql)

@hugodutkahugodutkaforce-pushed thehugodutka/remove-dbmem branch fromc78f161 to1699c6dCompareJuly 8, 2025 16:38
@hugodutka
Copy link
ContributorAuthor

hugodutka commentedJul 8, 2025
edited
Loading

As far as I can tell, neither the changes in UI tests nor the linkspector errors are related to this PR. UI changes stem from some storybook views containing random strings that may change between CI runs, and the links are broken on main.

@hugodutkahugodutka marked this pull request as ready for reviewJuly 8, 2025 16:52
Copy link
Member

@johnstcnjohnstcn left a comment

Choose a reason for hiding this comment

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

🙏

It appears remaining tests depending on having dbmem have been addressed in#18797

I don't see any issues here, but deferring to Dean for approval.

@hugodutka
Copy link
ContributorAuthor

@johnstcn there were more PRs actually:#15109 (comment)

johnstcn reacted with heart emoji

Copy link
Member

@deansheatherdeansheather left a comment

Choose a reason for hiding this comment

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

🫰

@hugodutkahugodutkaforce-pushed thehugodutka/remove-dbmem branch from1699c6d tob14e99cCompareJuly 9, 2025 07:32
@hugodutkahugodutka merged commit3c2f3d6 intomainJul 9, 2025
32 of 35 checks passed
@hugodutkahugodutka deleted the hugodutka/remove-dbmem branchJuly 9, 2025 07:46
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 9, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn left review comments

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

@deansheatherdeansheatherdeansheather approved these changes

Assignees

@hugodutkahugodutka

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@hugodutka@johnstcn@deansheather

[8]ページ先頭

©2009-2025 Movatter.jp