[Pulp-dev] Renaming master to main for pulp_deb

2020-12-10 Thread Quirin Pamp
I am considering renaming the "master" branch in pulp_deb to "main" and using 
"main" as the new default branch.
I have prepared a PR that performs the relevant code changes: 
https://github.com/pulp/pulp_deb/pull/239

Before I go any further I would like to collect some feedback if anyone can 
think of any problems that might result from this change.
Are there any other repositories that might reference the default (master) 
branch of the pulp_deb plugin in code?
Are there any URLs in documentation that might need to be changed?
Is there some other (technical) reason not to go ahead with this, or use a 
different name than "main"?

Quirin Pamp (quba42)
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev


[Pulp-dev] moving plugin docs to docs.pulpproject.org

2020-12-10 Thread Dennis Kliban
Each plugin repository in the Pulp organization on GitHub has been
configured with a PULP_DOCS_KEY secret that enables publishing docs to
docs.pulpproject.org/.

Each plugin should enable publishing docs to docs.pulpproject.org by
setting 'publish_docs_to_pulpprojectdotorg' to true in the
template_config.yaml and re-running the 'plugin-template --github' command.

Once your plugin has been configured to publish to docs.pulpproject.org,
please update the README for the git repository as well as pulpproject.org
with the new links for documentation[0]. After this, the readthedocs.org
site should be disabled.

[0] https://pulpproject.org/content-plugins/
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev


Re: [Pulp-dev] Object label feature proposal

2020-12-10 Thread David Davis
Thank you all for the feedback. It seemed like most people were in favor of
option 1. Moreover, I looked into key/value fields in postgresql and our
options would be to use either jsonb (which would be painfully slow to
search across) or hstore (which is a separate module and not built into
postgresql). So I've updated the ticket with a version of option 1.

https://pulp.plan.io/issues/7127

More feedback is welcome. Also, please feel free to groom it. :)

David


On Wed, Dec 2, 2020 at 1:08 PM David Davis  wrote:

> I've put together some design proposals to support object labels in Pulp
> 3. This would add key/value labels to a variety of objects in Pulp that
> users could use to store information and to filter objects with.
>
> Story: https://pulp.plan.io/issues/7127
>
> Proposals: https://hackmd.io/N4WFhHGWQtib7D1JIKzCDQ?view
>
> The goal is to deliver this feature as part of 3.10.
>
> Thanks.
>
> David
>
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev