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

Move tracepoint ordering logic into tracepoint model, and add tests #2068

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    a154207 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Move tracepoint ordering logic into tracepoint model as scopes

    The controller still does the union of trackable ordered points
    with non-trackable unordered points, getting each from the model.
    Closes openstreetmap#2059
    krubokrubo committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a5ca1c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Move tracepoint ordering logic into tracepoint model as scopes

    The controller uses these scopes to do the union of trackable (and
    identifiable) points with anonymized private (and public) points.
    Closes openstreetmap#2059
    krubokrubo committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9f6e852 View commit details
    Browse the repository at this point in the history