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

feat(coderd/database): support exact tags match in AcquireProvisionerJob query#12244

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

Closed
johnstcn wants to merge3 commits intomainfromcj/provisionerd_tag_policy
Closed
Changes from1 commit
Commits
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
PrevPrevious commit
fixup! address PR comments
  • Loading branch information
@johnstcn
johnstcn committedFeb 21, 2024
commit14fd776f46677a42d3896bcf26d02938074c8f63
2 changes: 1 addition & 1 deletioncoderd/database/dbmem/dbmem.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -748,7 +748,7 @@ var deletedUserLinkError = &pq.Error{
Routine: "exec_stmt_raise",
}

// m1 and m2 are equal iff |m1| = |m2| ^m1m2
// m1 and m2 are equal iff |m1| = |m2| ^m2m1
func tagsEqual(m1, m2 map[string]string) bool {
return len(m1) == len(m2) && tagsSubset(m1, m2)
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp