Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
Yes, `BookFactory(title="bla")` in the above example currently works. That means if you use `[field.name for field in model_class._meta.fields]` to inspect which fields are available (besides just `declarations()`) then I suspect...
> This could be very interesting project to contribute to FactoryBoy. Imagine you have rich column types in your ORM. For example if a field represents Email type you can...
Due to these limitations I ended up not using this project and currently I don't work on any Django projects so my need for this no longer exists. Feel free...
The other is to always set it. I haven't looked at the code, but I think `git remote set-url` is a pretty cheap operation. AFAIK it's only changing `.git/config`.
I know, just linking up related issues.
I opened https://github.com/puppetlabs/puppetlabs-apache/pull/2338 as a replacement.
I'm unable to run tests locally, so I pushed this to see the results. They are red but rotated by now. I'll rebase to see if that's still the case.
I've rebased it and split it into two commits. First one that cleans things up (which I think should already be good to merge), then one that makes it enforcing....
To properly debug this I need the logs from `/var/log/audit` to see the real AVCs. What would be the best way to retrieve those if I can't run the tests...
I split off https://github.com/puppetlabs/puppetlabs-apache/pull/2320 which at least cleans some things up. Let's try to get that merged since I don't have time to finish this for now.