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

Add a way to discover /wayland-protocols/[IID] route #43

Open
PolyMeilex opened this issue Sep 19, 2023 · 0 comments
Open

Add a way to discover /wayland-protocols/[IID] route #43

PolyMeilex opened this issue Sep 19, 2023 · 0 comments

Comments

@PolyMeilex
Copy link
Contributor

Now that we have a way to view gitlab MR protocols (#32) we need a way to advertise this to users.
Probably the best way to advertise this feature would be to implement a /wayland-protocols subpage that would list all open MRs.

GitLab API Quary similar to this one could be used for that

query {
  project(fullPath: "wayland/wayland-protocols") {
    mergeRequests(state: opened, first: 20) {
      count,
      nodes {
        iid
        title,
        diffStats { path },
      }
    }
  }
}
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

No branches or pull requests

1 participant