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

Pull request for no-ap-in-storage #583

Merged
3 commits merged into from
Dec 14, 2017
Merged

Commits on Dec 13, 2017

  1. storage: remove double check of granularity

    The storage engine check twice that the granularity matches. Do it once only.
    jd committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    cea2f2e View commit details
    Browse the repository at this point in the history
  2. storage: merge GranularityDoesNotExist and AggregationDoesNotExist

    We often don't have enough information to distinguish the two and it does not
    matter in the end. Simplify the code base a bit by merging the two without
    losing information.
    jd committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    2ec6f26 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge branch 'master' into no-ap-in-storage

    pastamaker-bot authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    4f14e6a View commit details
    Browse the repository at this point in the history