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

Revamp of the date pipeline #22

Merged
merged 45 commits into from
Apr 8, 2022
Merged

Revamp of the date pipeline #22

merged 45 commits into from
Apr 8, 2022

Commits on Mar 15, 2022

  1. add fast_parse for days and months

    Keyvan BEROUKHIM committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f23cd26 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. add tests

    pass tests
    keyber committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    44f2b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb3b6c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. parse relative_dates

    keyber committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    84cae8c View commit details
    Browse the repository at this point in the history
  2. improve dates

    Keyvan BEROUKHIM committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    969efb0 View commit details
    Browse the repository at this point in the history
  3. comments

    keyber committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    f73de24 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. remove a test

    keyber committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e150c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d2f9f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    4d7c83a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115f87a View commit details
    Browse the repository at this point in the history
  3. use new way of normalizing

    keyber committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    caa2100 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    e9ffed0 View commit details
    Browse the repository at this point in the history
  2. docs: update filter docs

    bdura committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d7bfcb8 View commit details
    Browse the repository at this point in the history
  3. feat: add static dateparser

    bdura committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4606c84 View commit details
    Browse the repository at this point in the history
  4. feat: simplify patterns in dates

    Remove unneeded pattersn
    bdura committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    c844dea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix: wrong dict for months

    bdura committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dd5e4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7737523 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    177a971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e69751 View commit details
    Browse the repository at this point in the history
  3. feat: add periods

    Remove modifiers
    Update key parsing
    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3477fee View commit details
    Browse the repository at this point in the history
  4. tests: add dates testing

    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    920d80c View commit details
    Browse the repository at this point in the history
  5. fix: year only dates

    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e49378f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f1d3da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b0fd4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca0e8a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7dea9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    309017b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b86cd9e View commit details
    Browse the repository at this point in the history
  12. feat: add year validator

    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a0c1b86 View commit details
    Browse the repository at this point in the history
  13. fix: tests for dates

    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a55c018 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76a9411 View commit details
    Browse the repository at this point in the history
  15. docs: update dates pipeline

    bdura committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a8bfc16 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. feat: add durations

    Modify the axes.
    Types: absolute, relative (with direction), duration
    Mode: SINCE, UNTIL, etc
    bdura committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    fbd8d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd0a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce5b0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae67bb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc5c320 View commit details
    Browse the repository at this point in the history
  6. chore(dates): update changelog

    bdura committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    efec1bf View commit details
    Browse the repository at this point in the history
  7. docs(dates): update docs

    bdura committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    da80b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. feat(dates): add normalisation

    bdura committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8cc08cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9f902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281bead View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d78e6f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19e5d0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2019c88 View commit details
    Browse the repository at this point in the history