https://github.com/osquery/osquery logo
#core
Title
# core
s

seph

03/12/2021, 2:34 AM
I am currently in some hairy yak… This release is over 100 commits, which is awesome. But my changelog script uses the graphql API, which has a max size of 100 records… Which means paginating in graphql. Which is like some baroque roll-your-own nonsense from 30 years ago.
And yes, I could have manually exception handled the 18 extra PRs. But I know I’d forget and it would break next time. So, it’s done now.
https://github.com/osquery/packaging-tools/pull/4 No real hurry on getting that one reviewed. But it’s there
m

Mike Myers

03/12/2021, 6:15 PM
that's pretty cool though
s

seph

03/12/2021, 7:06 PM
I have such a love/hate relationship to graphql