Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Project items - issues, draft issues, prs in a project #184

Merged
merged 27 commits into from
Nov 3, 2022

Conversation

scottlepp
Copy link
Contributor

image

@scottlepp scottlepp requested a review from a team November 2, 2022 23:48
@scottlepp scottlepp linked an issue Nov 3, 2022 that may be closed by this pull request
Copy link
Contributor

@bossinc bossinc left a comment

Choose a reason for hiding this comment

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

I have a few suggestions but I might be wrong about some of them 😄

pkg/github/projects/project_items.go Show resolved Hide resolved
pkg/github/projects/project_items.go Outdated Show resolved Hide resolved
pkg/github/projects/project_items.go Show resolved Hide resolved
pkg/github/projects/project_items_filter.go Show resolved Hide resolved
pkg/github/projects/projects.go Outdated Show resolved Hide resolved
Copy link
Contributor

@yesoreyeram yesoreyeram left a comment

Choose a reason for hiding this comment

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

Overall LGTM. 🚀

only concerning thing is the infinite for loop in #184 (comment).

CHANGELOG.md Show resolved Hide resolved
pkg/github/projects/project_items.go Show resolved Hide resolved
pkg/github/projects/project_items.go Outdated Show resolved Hide resolved
src/dashboards/Github projects-1667481831135.json Outdated Show resolved Hide resolved
src/views/QueryEditorProjects.tsx Show resolved Hide resolved
@yesoreyeram
Copy link
Contributor

Does this only works with projects and not with classic projects. Say grafana/55 works where grafana/13 doesn't work also doesn't throw error.

@scottlepp
Copy link
Contributor Author

@yesoreyeram this uses the new projects api, not classic

Some values are not nullable. In those cases the type is not a pointer.

@yesoreyeram
Copy link
Contributor

yesoreyeram commented Nov 3, 2022

@yesoreyeram this uses the new projects api, not classic

can this be mentioned somewhere?

@scottlepp scottlepp merged commit a827538 into main Nov 3, 2022
@scottlepp scottlepp deleted the project-items branch November 3, 2022 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github: Add support for project queries
4 participants