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

feat(cache): pr fingerprint implementation #18850

Merged
merged 68 commits into from
Feb 21, 2023

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    1d893a1 View commit details
    Browse the repository at this point in the history
  2. refactor code

    RahulGautamSingh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cd181c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    80df5e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1061209 View commit details
    Browse the repository at this point in the history
  3. refactor code

    RahulGautamSingh committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8ff8337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dc2e65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    941911f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    061f236 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2075c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. update comments

    RahulGautamSingh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2710240 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. add tests'

    RahulGautamSingh committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6486b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76134e4 View commit details
    Browse the repository at this point in the history
  3. Update lib/util/cache/repository/types.ts

    Co-authored-by: Rhys Arkins <rhys@arkins.net>
    RahulGautamSingh and rarkins authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ba33c96 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    32e74d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fd556 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Dec 12, 2022

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

Commits on Jan 8, 2023

  1. - refactor logs

    - update pr cache logic
    RahulGautamSingh committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d201966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d78cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a0fa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    cc0e82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e72018 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. use luxon

    RahulGautamSingh committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0dd6343 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. update test

    RahulGautamSingh committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b4baced View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. update logic

     - set prCache when fingerprints mismatch
     - log prCache not found only if cache is enabled
    RahulGautamSingh committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0de8553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e275c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffd4fac View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. apply suggestions

    RahulGautamSingh committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    10bf02c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. filter config

    RahulGautamSingh committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    4ee9e56 View commit details
    Browse the repository at this point in the history
  2. update tests

    RahulGautamSingh committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d507a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c10632 View commit details
    Browse the repository at this point in the history
  4. refactor

    RahulGautamSingh committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    37de2d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cf6377 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. rename files

    RahulGautamSingh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    58c8b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923d9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0e4571 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70dd247 View commit details
    Browse the repository at this point in the history
  5. fix coverage

    RahulGautamSingh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a3edb54 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    5a37612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a02ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be8186 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    f9980de View commit details
    Browse the repository at this point in the history
  2. update tests

    RahulGautamSingh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9aef1ed View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Update lib/workers/repository/update/pr/index.ts

    Co-authored-by: Rhys Arkins <rhys@arkins.net>
    RahulGautamSingh and rarkins authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    033d445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c37b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a4d217 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cabe559 View commit details
    Browse the repository at this point in the history
  5. add sensible tests

    RahulGautamSingh committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5556ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7853e86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bc3932 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    e47c5d8 View commit details
    Browse the repository at this point in the history
  2. refactor: format

    RahulGautamSingh committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ab3e3e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f110be6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. fix tests

    RahulGautamSingh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b32cd60 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    c2c35d9 View commit details
    Browse the repository at this point in the history
  2. apply suggestions

    RahulGautamSingh committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a5af9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2d733f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    22498b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667350f View commit details
    Browse the repository at this point in the history
  3. Update types.ts

    RahulGautamSingh authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    07ceb04 View commit details
    Browse the repository at this point in the history
  4. Update types.ts

    RahulGautamSingh authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4f5385d View commit details
    Browse the repository at this point in the history
  5. fix lint issue

    RahulGautamSingh committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    487633c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Update lib/util/cache/repository/types.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    RahulGautamSingh and viceice authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3f5351e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d7e4b View commit details
    Browse the repository at this point in the history
  3. prettier-fix

    RahulGautamSingh committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    fcda03c View commit details
    Browse the repository at this point in the history