valentijnscholten

Results 78 comments of valentijnscholten

Might be related to active/verified changes?

I would be interested in a JIRA Publisher and am glad to help out on any PR to incorporate this.

I have fix in the works, just need to get my head around Vue and state changes which I have never worked with before. https://github.com/valentijnscholten/dependency-track/tree/clone-acl

Managed to implement it using a PostProcessor: https://github.com/DefectDojo/django-DefectDojo/pull/4541/commits/97d47552e00bd8144ce2db710f8016534ad6a61a Maybe not the cleanest method, but quite portable as it almost doesn't use any `drf-spectacular` code.

Turns out my solution is still missing a piece. I need a mapping from endpoint (path) to serializer, which the postprocessor doesn't have access to I think? I will try...

I am trying to do more or less this: 1) Find all API views 2) For some API views (either subclass of a PrefetchListMixin or view having a parameter named...

OK, didn't see that. I got this info from the official swagger docs, so I was expecting it to be common. Since it's just a few lines of code, I...

I have extracted the description generator code and added a call in `publing.py#build_choice_field`. This seems to work for some fields, but not for all: - A BaseCSVFilter based filter: still...

sqaushed. thanks for looking into it, no rush, good to know it will eventually be implemented.