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

Remove unused field Remote.validate #194

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

asmacdo
Copy link
Contributor

@asmacdo asmacdo commented Jun 28, 2019

This field was intended for plugin use, but so far plugins validate
unconditionally. For now, we remove the field from core but plugins can
add it on their own if they have a use for it.

Required PR: pulp/pulp_file#250

https://pulp.plan.io/issues/4714
fixes #4714

asmacdo added a commit to asmacdo/pulp_file that referenced this pull request Jun 28, 2019
This field was intended for plugin use, but so far plugins validate
unconditionally. For now, we remove the field from core but plugins can
add it on their own if they have a use for it.

https://pulp.plan.io/issues/4714
fixes pulp#4714
@codecov
Copy link

codecov bot commented Jun 28, 2019

Codecov Report

Merging #194 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
- Coverage   66.56%   66.54%   -0.03%     
==========================================
  Files          68       68              
  Lines        3191     3189       -2     
==========================================
- Hits         2124     2122       -2     
  Misses       1067     1067
Impacted Files Coverage Δ
pulpcore/app/models/repository.py 64.13% <ø> (-0.2%) ⬇️
pulpcore/app/serializers/repository.py 98.73% <ø> (-0.02%) ⬇️
pulpcore/app/viewsets/task.py 93.42% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59f3450...989ddd8. Read the comment docs.

@asmacdo asmacdo merged commit 9e6e5d3 into pulp:master Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants