plone / plone.app.querystring

Provides an queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style Plone collections
https://pypi.org/project/plone.app.querystring/
2 stars 26 forks source link

Support getting querystring vocabs in context #137

Closed davisagli closed 10 months ago

davisagli commented 10 months ago

Add a way to get querystring info with vocabularies fetched in a specific context.

(This doesn't change anything on its own. I'm going to make a related PR in plone.restapi which uses it.)

mister-roboto commented 10 months ago

@davisagli thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

davisagli commented 10 months ago

@jenkins-plone-org please run jobs

davisagli commented 10 months ago

@jenkins-plone-org please run jobs

davisagli commented 10 months ago

@jenkins-plone-org please run jobs

tisto commented 10 months ago

@davisagli do you want me to make a release or will you take care of it?

davisagli commented 10 months ago

@tisto Go ahead if you want, otherwise I can

tisto commented 10 months ago

@davisagli I am busy with plone.rest(api) right now, so feel free to go ahead. :)