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

Implement Last Serial for Python Repositories #351

Open
gerrod3 opened this issue Mar 15, 2021 · 0 comments
Open

Implement Last Serial for Python Repositories #351

gerrod3 opened this issue Mar 15, 2021 · 0 comments
Labels
feature request New feature request high priority This should be focused on first / is blocking someone

Comments

@gerrod3
Copy link
Contributor

gerrod3 commented Mar 15, 2021

Original Pulp Redmine Issue: https://pulp.plan.io/issues/7491

When syncing with PyPi a check for the field last_serial is performed to see if an update is needed. Currently this field is defaulted to 0 in the sync operation so the update is always performed, but this optimization can be added by creating a last_serial field for each Python repository. This field would be passed onto the sync operation and would update after each sync. This field is currently hard-coded to 1000000000 in the PyPi live API when Pulp distributes Python content, but this value can be switch to the repository's value after it is created.

@gerrod3 gerrod3 added feature request New feature request high priority This should be focused on first / is blocking someone labels Mar 15, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Oct 27, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Oct 27, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Oct 27, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Oct 27, 2021
@gerrod3 gerrod3 added this to the 3.6.0 milestone Oct 28, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 8, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 10, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 12, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 12, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 12, 2021
gerrod3 added a commit to gerrod3/pulp_python that referenced this issue Nov 15, 2021
@gerrod3 gerrod3 removed this from the 3.6.0 milestone Dec 14, 2021
@gerrod3 gerrod3 added this to the 3.7.0 milestone Feb 7, 2022
@gerrod3 gerrod3 removed this from the 3.7.0 milestone Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request high priority This should be focused on first / is blocking someone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant