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): check if timings can be read#14697

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
BrunoQuaresma merged 2 commits intomainfrombq/fix-dbauthz-check
Sep 17, 2024

Conversation

BrunoQuaresma
Copy link
Collaborator

No description provided.

Copy link
Member

@mtojekmtojek left a comment

Choose a reason for hiding this comment

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

Screenshot 2024-09-17 at 14 52 33

dannykopping and BrunoQuaresma reacted with laugh emoji
@@ -1792,6 +1792,10 @@ func (q *querier) GetProvisionerJobByID(ctx context.Context, id uuid.UUID) (data
}

func (q *querier) GetProvisionerJobTimingsByJobID(ctx context.Context, jobID uuid.UUID) ([]database.ProvisionerJobTiming, error) {
_, err := q.GetProvisionerJobByID(ctx, jobID)
Copy link
Contributor

Choose a reason for hiding this comment

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

This approach raised my eyebrow, and I was going to suggest not doing it this way but I see we have precedent for this inGetProvisionerJobByID itself. Please add a comment explaining this.

Copy link
Member

Choose a reason for hiding this comment

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

I'm sure we use a similar pattern for workspace builds or templates.

@BrunoQuaresma
Copy link
CollaboratorAuthor

Screenshot 2024-09-17 at 14 52 33

LOL, but in my defense, the title is pretty descriptive and it is just 5 lines of code change

@BrunoQuaresmaBrunoQuaresma merged commit370f0b9 intomainSep 17, 2024
26 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/fix-dbauthz-check branchSeptember 17, 2024 13:57
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 17, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mtojekmtojekmtojek approved these changes

@dannykoppingdannykoppingdannykopping approved these changes

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@BrunoQuaresma@dannykopping@mtojek

[8]ページ先頭

©2009-2025 Movatter.jp