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

Support more ranges #312

Merged
merged 4 commits into from Jan 30, 2019
Merged

Support more ranges #312

merged 4 commits into from Jan 30, 2019

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Jan 30, 2019

Add range labels for:

            String::from("10.rebuild-darwin: 501-1,000"),
            String::from("10.rebuild-darwin: 1,001-2,500"),
            String::from("10.rebuild-darwin: 2,501-5,000"),
            String::from("10.rebuild-darwin: 5,001+"),
            String::from("10.rebuild-linux: 501-1,000"),
            String::from("10.rebuild-linux: 1,001-2,500"),
            String::from("10.rebuild-linux: 2,501-5,000"),
            String::from("10.rebuild-linux: 5,001+"),

Also adds comprehensive tests for the tagger. Keeps the 501+ tag so "legacy" searches still work.

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

1 participant