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): add ListTasks query#20282

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
johnstcn merged 3 commits intomainfromcj/gh-coder-internal-981-list-tasks
Oct 14, 2025

Conversation

@johnstcn
Copy link
Member

@johnstcnjohnstcn commentedOct 13, 2025
edited
Loading

@johnstcnjohnstcn self-assigned thisOct 13, 2025
@johnstcnjohnstcnforce-pushed thecj/gh-coder-internal-981-list-tasks branch 2 times, most recently frome901f8d to7b6e819CompareOctober 13, 2025 20:00
@johnstcnjohnstcnforce-pushed thecj/gh-coder-internal-981-list-tasks branch from7b6e819 to4c1b0b2CompareOctober 14, 2025 11:14
@johnstcnjohnstcn marked this pull request as ready for reviewOctober 14, 2025 11:29
Copy link
Contributor

@DanielleMaywoodDanielleMaywood left a comment

Choose a reason for hiding this comment

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

one non-blocking and one slightly blocking question

}

func (q*querier)ListTasks(ctx context.Context,arg database.ListTasksParams) ([]database.Task,error) {
// TODO(Cian): replace this with a sql filter for improved performance.
Copy link
Contributor

Choose a reason for hiding this comment

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

non-blocking: should an issue be created for this?

Copy link
Member

Choose a reason for hiding this comment

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

Also non-blocking, this type of filter blocks pagination. But that's not critical yet.

Copy link
MemberAuthor

@johnstcnjohnstcnOct 14, 2025
edited
Loading

Choose a reason for hiding this comment

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

Will file a follow-up issue (EDIT:coder/internal#1061)

}

func (q*querier)ListTasks(ctx context.Context,arg database.ListTasksParams) ([]database.Task,error) {
// TODO(Cian): replace this with a sql filter for improved performance.
Copy link
Member

Choose a reason for hiding this comment

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

Also non-blocking, this type of filter blocks pagination. But that's not critical yet.

@johnstcnjohnstcn merged commit9f22937 intomainOct 14, 2025
30 checks passed
@johnstcnjohnstcn deleted the cj/gh-coder-internal-981-list-tasks branchOctober 14, 2025 16:33
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 14, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@mafredrimafredrimafredri approved these changes

@DanielleMaywoodDanielleMaywoodDanielleMaywood approved these changes

Assignees

@johnstcnjohnstcn

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@johnstcn@mafredri@DanielleMaywood

[8]ページ先頭

©2009-2025 Movatter.jp