Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move pulpcore-plugin into pulpcore as a subpackage #347

Merged
merged 5 commits into from
Oct 28, 2019

Conversation

dralley
Copy link
Contributor

@dralley dralley commented Oct 22, 2019

@dralley dralley force-pushed the move-pulpcore-plugin branch 4 times, most recently from 3d272d0 to 7b01dbd Compare October 22, 2019 22:05
dralley added a commit to dralley/pulp_file that referenced this pull request Oct 22, 2019
dralley added a commit to dralley/pulp_file that referenced this pull request Oct 22, 2019
dralley added a commit to dralley/pulp_rpm that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_rpm that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_ansible that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_python that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_python that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_python that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_ansible that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_python that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_rpm that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 23, 2019
dralley added a commit to dralley/pulp_ansible that referenced this pull request Oct 23, 2019
@@ -0,0 +1,364 @@
import asyncio
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these test_files are in the code base itself, but I expected them inpulpcore/tests` https://github.com/pulp/pulpcore/tree/master/pulpcore/tests There should likely be both unit and functional tests. Also I checked Travis and they are not running there. The Travis tests need to pass with these the pulpcore-plugin tests also.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@dralley dralley force-pushed the move-pulpcore-plugin branch 16 times, most recently from 768e1f9 to b044dc6 Compare October 28, 2019 14:22
dralley added a commit to dralley/pulp_maven that referenced this pull request Oct 28, 2019
@@ -0,0 +1,7 @@
__version__ = '0.1.0rc8.dev'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking we will not have another version number for this package. We had talked about doing that, but since we couldn't depend on it with setuptools, we can just use pulpcore. For example with the changelog, we'll add custom towncrier extensions which will build two "sections" of the changelog, one for users, one for plugin writers. Both would use the version of pulpcore itself though (not this one). @daviddavis @dralley @dkliban does this sound right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is such a big PR though I'm in favor of merging as-is and fixing in a separate PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds right to be based on my memory of our discussion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is exactly as I remember it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line deleted

Copy link
Member

@bmbouter bmbouter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Let's merge and we can make additional improvements afterwards. Thanks @dralley ! 💯

dralley added a commit to dralley/pulp_installer that referenced this pull request Oct 28, 2019
Required PR: pulp/pulpcore#347

re: #5580
ihttps://pulp.plan.io/issues/5580
@dralley dralley merged commit 1e25989 into pulp:master Oct 28, 2019
@dralley dralley deleted the move-pulpcore-plugin branch October 28, 2019 16:04
mikedep333 pushed a commit to mikedep333/pulp_installer that referenced this pull request Nov 8, 2019
Required PR: pulp/pulpcore#347

re: #5580
ihttps://pulp.plan.io/issues/5580
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants