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

Data history #7

Open
larsgw opened this issue Feb 11, 2023 · 1 comment
Open

Data history #7

larsgw opened this issue Feb 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@larsgw
Copy link
Member

larsgw commented Feb 11, 2023

{
  repository(name: "catalog", owner: "identification-resources") {
    ref(qualifiedName: "main") {
      target {
        ... on Commit {
          blame(path: "catalog.csv") {
            ranges {
              commit {
                oid
                committedDate
              }
              startingLine
              endingLine
              age
            }
          }
        }
      }
    }
  }
  rateLimit {
    limit
    cost
    remaining
    resetAt
  }
}
@larsgw larsgw added the enhancement New feature or request label Feb 11, 2023
@larsgw
Copy link
Member Author

larsgw commented Aug 29, 2023

This needs to be pre-processed, rate limit is probably not enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant