tests/testthat/_snaps/06-get_issues-GitLab.md

issues_by_repo GitLab query is built properly

Code
  gl_issues_from_repo_query
Output
  [1] "\n      query getIssuesFromRepo ($fullPath: ID!) {\n          project(fullPath: $fullPath) {\n            issues(first: 100\n                   ) {\n              pageInfo {\n                hasNextPage\n      \t\t\t\t  endCursor\n      \t\t\t\t}\n              edges {\n                node {\n                  number: iid\n                  title\n                  description\n                  created_at: createdAt\n                  closed_at: closedAt\n                  state\n                  url: webUrl\n                  author {\n                    login: username\n                  }\n                }\n              }\n            }\n          }\n        }\n      "


Try the GitStats package in your browser

Any scripts or data that you put into this service are public.

GitStats documentation built on June 8, 2025, 12:29 p.m.