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

fix(coderd/database): consider tag sets when calculating queue position#16685

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
evgeniy-scherbina merged 20 commits intomainfrom15843-queue-position
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
1e35c53
fix(coderd/database): remove linux build tags from db package
evgeniy-scherbinaFeb 19, 2025
5c49221
fix(coderd/database): consider tag sets when calculating queue position
evgeniy-scherbinaFeb 20, 2025
4257ca0
test(coderd/database): skip tests when PostgreSQL is unavailable
evgeniy-scherbinaFeb 25, 2025
30f007c
test(coderd/database): create default provisioner in tests
evgeniy-scherbinaFeb 25, 2025
acb93ac
fix(coderd/database): correctly calculate pending and ranked jobs
evgeniy-scherbinaFeb 26, 2025
5aa0ffa
test(coderd/database): improve test coverage
evgeniy-scherbinaFeb 26, 2025
c1f421d
refactor(coderd/database): use empty tag sets
evgeniy-scherbinaFeb 26, 2025
e7693ee
test(coderd/database): improve test coverage
evgeniy-scherbinaFeb 27, 2025
a9ed7d2
test(coderd/database): wrap test cases in subtests
evgeniy-scherbinaFeb 27, 2025
574cdf6
refactor(coderd/database): minor refactoring in tests
evgeniy-scherbinaFeb 27, 2025
8b3446e
fix(coderd/database): linter
evgeniy-scherbinaFeb 27, 2025
c4316fd
refactor(coderd/database): use job_status generated column
evgeniy-scherbinaFeb 27, 2025
b4ea4db
perf: add index on provisioner_jobs table for status field
evgeniy-scherbinaFeb 27, 2025
675b3e9
Merge remote-tracking branch 'origin/main' into 15843-queue-position
evgeniy-scherbinaFeb 28, 2025
1f8e4e3
fix(coderd/database): increment migration number
evgeniy-scherbinaFeb 28, 2025
f9c9711
fix(coderd/database): update dump.sql
evgeniy-scherbinaFeb 28, 2025
61a9f58
perf: optimize get-queue-position sql query
evgeniy-scherbinaFeb 28, 2025
4f77f67
chore: update dbmem
evgeniy-scherbinaFeb 28, 2025
359a9e0
Merge remote-tracking branch 'origin/main' into 15843-queue-position
evgeniy-scherbinaMar 3, 2025
6f4da84
fix(coderd/database): increment migration number
evgeniy-scherbinaMar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
fix(coderd/database): remove linux build tags from db package
  • Loading branch information
@evgeniy-scherbina
evgeniy-scherbina committedFeb 25, 2025
commit1e35c53c692ffd9cc733de65aa0fd23250a1b401
2 changes: 0 additions & 2 deletionscoderd/database/db_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
//go:build linux

package database_test

import (
Expand Down
2 changes: 0 additions & 2 deletionscoderd/database/dbtestutil/postgres_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
//go:build linux

package dbtestutil_test

import (
Expand Down
2 changes: 0 additions & 2 deletionscoderd/database/migrations/migrate_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
//go:build linux

package migrations_test

import (
Expand Down
2 changes: 0 additions & 2 deletionscoderd/database/pubsub/pubsub_linux_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
//go:build linux

package pubsub_test

import (
Expand Down
2 changes: 0 additions & 2 deletionscoderd/database/querier_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
//go:build linux

package database_test

import (
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp