Thomas Neidhart

Results 160 comments of Thomas Neidhart

so far I encountered nobody using that feature, if there is interest in it I will raise priority accordingly and make sure that is supported asap.

Some research reveals that there is currently no API to create a merge queue, see also this request: https://github.com/orgs/community/discussions/50893 The graphql API allows to query existing merge queue, but there...

https://github.com/orgs/community/discussions/77614

ty for the pointer. Rulesets are the same as branch protection rules, just better and more consistent. I expect at some point in time GitHub will deprecate branch protection rules...

Created https://github.com/eclipse-csi/otterdog/issues/282 and will merge soon as the implementation is finished. I wonder if they will add API support for merge queues in branch protection rules as well. In the...

this will probably never be supported by GitHub's API, support for merge queues is not there for rulesets and they are the way to go, so closing for now.

while it would be nice to use pydantic for our models but there is too much custom functionality to make that work.

the VSCode Marketplace has a search field in the top navbar when opening an extension, open-vsx.org could do the same easily imho:

Looks like you manages to publish your extension now with this description: ![image](https://github.com/user-attachments/assets/0ffd036c-440d-4cec-a7fc-283e0feb40b2) What steps did you take and can this ticket now be closed?

its not groovy format, but [jsonnet](https://jsonnet.org/) which is a templating language for json. However, there are ideas to provide a different configuration format, see #17. jsonnet is a bit complex...