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

allow ContributionView-only filters in contribution extraction endpoints #306

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

tyrasd
Copy link
Member

@tyrasd tyrasd commented Aug 17, 2023

fixes #305

The problem was that the code used the same method for both the full history data extraction and the "simple" contribution extraction endpoints. While the full history data extraction does in fact not work with contributions-only filters, the code prematurely exited even for the pure contribution extraction use case. This is now fixed by moving the full-history extraction specific code to where it does not interfere with the contribution extraction code path.

Checklist

@tyrasd tyrasd changed the title allow contribonly filters in contrib extraction endpoint(s) allow ContributionView-only filters in contribution extraction endpoints Aug 17, 2023
@tyrasd tyrasd added the bug Something isn't working label Aug 17, 2023
@tyrasd tyrasd force-pushed the issue-305 branch 2 times, most recently from 98492cb to aef201c Compare August 17, 2023 14:42
@tyrasd tyrasd merged commit 44c01dc into master Aug 31, 2023
1 check passed
@tyrasd tyrasd deleted the issue-305 branch August 31, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changeset filter is not usable with /contributions/geometry endpoint
2 participants