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

Relative date queries (continuation of #2418) #2598

Merged
merged 29 commits into from
Jun 16, 2017
Merged

Relative date queries (continuation of #2418) #2598

merged 29 commits into from
Jun 16, 2017

Commits on Jan 28, 2017

  1. trying relative dates

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    47b0b54 View commit details
    Browse the repository at this point in the history
  2. trying relative dates

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    5624e24 View commit details
    Browse the repository at this point in the history
  3. wrong dateutil package

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    03dfaf9 View commit details
    Browse the repository at this point in the history
  4. some flake8 spacing

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    bee758a View commit details
    Browse the repository at this point in the history
  5. need dateutil in install ?

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    9bc75b0 View commit details
    Browse the repository at this point in the history
  6. tests

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    868746b View commit details
    Browse the repository at this point in the history
  7. tests flake8 issues

    added some doc
    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    8d054f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b89b90 View commit details
    Browse the repository at this point in the history
  9. without dateutil

    euri10 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    3e76c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. using a pattern may avoid copy-paste error when used 3 times after

    fixed an error with the weeks that didn't use the sign correctly
    added more tests, this is where py.test fixtures would shine
    euri10 committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    af679de View commit details
    Browse the repository at this point in the history
  2. fixed E226 flake8

    euri10 committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    d48d1f8 View commit details
    Browse the repository at this point in the history
  3. implementing changes asked

    corrected rst
    fixed flake8 in test
    euri10 committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    e4a7d37 View commit details
    Browse the repository at this point in the history
  4. removed unrelated PR changes

    corrected docs with correct example
    added relative date usage to it
    euri10 committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    c9177f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Explain relative dates

    The previous version wasn't user-friendly enough and too technical.
    euri10 committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    f0aca5e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Change relative date's format to further simplify it

    A relative date doesn't need to be prefixed by @ anymore.
    The relative date pattern now displays named groups.
    Digits have been change to [0-9] to avoid other digit characters.
    Removed the @ character in tests.
    Updated subsequent documentation.
    euri10 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    d2cd4c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Merge branch 'relativedate'

    Solved conflicts with upstream of new parse classmethod of DateQuery
    
    # Conflicts:
    #	beets/dbcore/query.py
    euri10 committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    6664b65 View commit details
    Browse the repository at this point in the history
  2. Corrected some flake8 errors

    euri10 committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    92c118f View commit details
    Browse the repository at this point in the history
  3. Corrected some flake8 errors

    euri10 committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    527d0a8 View commit details
    Browse the repository at this point in the history
  4. Corrected some flake8 errors, overindentation and pycharm reformat

    don't seem to play well
    euri10 committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    ae3f9bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f97787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26940b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a6c8cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    130c581 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Configuration menu
    Copy the full SHA
    01cf0d0 View commit details
    Browse the repository at this point in the history
  2. Renamed relative to relative_units

    Changed the return in case of a relative date, by default precision is
    to the second, aka 5
    Removed old 'relative' precision that indeed isn't necessary anymore
    Corrected doc according to current relative date format, no more @
    euri10 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    93f064f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'relativedate'

    euri10 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    eaae3fb View commit details
    Browse the repository at this point in the history
  4. Move the relative date docs downward

    It's important to introduce the .. syntax before we get here.
    sampsyo committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    690ed73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b4272 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a52d3d5 View commit details
    Browse the repository at this point in the history