-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Commits on Jan 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 47b0b54 - Browse repository at this point
Copy the full SHA 47b0b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5624e24 - Browse repository at this point
Copy the full SHA 5624e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03dfaf9 - Browse repository at this point
Copy the full SHA 03dfaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee758a - Browse repository at this point
Copy the full SHA bee758aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc75b0 - Browse repository at this point
Copy the full SHA 9bc75b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868746b - Browse repository at this point
Copy the full SHA 868746bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d054f3 - Browse repository at this point
Copy the full SHA 8d054f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b89b90 - Browse repository at this point
Copy the full SHA 2b89b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e76c21 - Browse repository at this point
Copy the full SHA 3e76c21View commit details
Commits on Jan 29, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for af679de - Browse repository at this point
Copy the full SHA af679deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d48d1f8 - Browse repository at this point
Copy the full SHA d48d1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a7d37 - Browse repository at this point
Copy the full SHA e4a7d37View commit details -
corrected docs with correct example added relative date usage to it
Configuration menu - View commit details
-
Copy full SHA for c9177f2 - Browse repository at this point
Copy the full SHA c9177f2View commit details
Commits on Jan 30, 2017
-
The previous version wasn't user-friendly enough and too technical.
Configuration menu - View commit details
-
Copy full SHA for f0aca5e - Browse repository at this point
Copy the full SHA f0aca5eView commit details
Commits on Jan 31, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for d2cd4c0 - Browse repository at this point
Copy the full SHA d2cd4c0View commit details
Commits on Jun 15, 2017
-
Solved conflicts with upstream of new parse classmethod of DateQuery # Conflicts: # beets/dbcore/query.py
Configuration menu - View commit details
-
Copy full SHA for 6664b65 - Browse repository at this point
Copy the full SHA 6664b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c118f - Browse repository at this point
Copy the full SHA 92c118fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527d0a8 - Browse repository at this point
Copy the full SHA 527d0a8View commit details -
Corrected some flake8 errors, overindentation and pycharm reformat
don't seem to play well
Configuration menu - View commit details
-
Copy full SHA for ae3f9bf - Browse repository at this point
Copy the full SHA ae3f9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f97787 - Browse repository at this point
Copy the full SHA 6f97787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26940b6 - Browse repository at this point
Copy the full SHA 26940b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6c8cd - Browse repository at this point
Copy the full SHA 8a6c8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130c581 - Browse repository at this point
Copy the full SHA 130c581View commit details
Commits on Jun 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01cf0d0 - Browse repository at this point
Copy the full SHA 01cf0d0View commit details -
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 @
Configuration menu - View commit details
-
Copy full SHA for 93f064f - Browse repository at this point
Copy the full SHA 93f064fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaae3fb - Browse repository at this point
Copy the full SHA eaae3fbView commit details -
Move the relative date docs downward
It's important to introduce the .. syntax before we get here.
Configuration menu - View commit details
-
Copy full SHA for 690ed73 - Browse repository at this point
Copy the full SHA 690ed73View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b4272 - Browse repository at this point
Copy the full SHA b1b4272View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52d3d5 - Browse repository at this point
Copy the full SHA a52d3d5View commit details