[Pulp-dev] Katello/Pulp3 Integration mtg

2021-02-03 Thread Grant Gainey
February 3, 2021 Overview - Katello Schedule - 3.18 November 2020 - pulpcore 3.7 - 4.0 branching ~February 2021 (dry-run needed by end-of-Dec) - pulpcore 3.9 - 4.1 branching ~May 2021 - pulpcore 3.10

[Pulp-dev] FYI: Use get_model() in migrations. Maybe audit your plugin too?

2021-02-03 Thread Brian Bouterse
We ran into an issue (I originally created ) where migrations were importing a Model like: from my_plugin.apps.models import MyModel Instead Django wants us to use `apps.get_model('app_name', 'MyModel')` which reconstructs a historical model from the DB. I

[Pulp-dev] CLI-Meeting minutes

2021-02-03 Thread Matthias Dellweg
## Feb 3, 2021 * open PR's - https://github.com/pulp/pulp-cli/pulls * Command Structure * Do we want interspersed arguments (e.g. lookup parameters before the action to perform) (Our current technology should allow both) * **examples** `pulp file repository -t file --name foo