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

Detect cached folders from multiple directories #735

Merged
merged 21 commits into from
Jun 21, 2023

Commits on May 27, 2023

  1. Add project-dir

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    02aa329 View commit details
    Browse the repository at this point in the history
  2. Fix find lock file

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2d87f2f View commit details
    Browse the repository at this point in the history
  3. Remove package-dir input

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0b61567 View commit details
    Browse the repository at this point in the history
  4. format & resolve conflicts

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9e025d3 View commit details
    Browse the repository at this point in the history
  5. Add unit tests

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9b43de6 View commit details
    Browse the repository at this point in the history
  6. build dist

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    02b94f2 View commit details
    Browse the repository at this point in the history
  7. Apply change request fixes

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    8135560 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3d2aaf View commit details
    Browse the repository at this point in the history
  9. bump cache version

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d836439 View commit details
    Browse the repository at this point in the history
  10. run checks

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2b97a8f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    914a8e9 View commit details
    Browse the repository at this point in the history
  12. refactor, introduce cacheDependencyPathToProjectsDirectories

    it is necessary for the next PR related yarn optimization
    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5de08ea View commit details
    Browse the repository at this point in the history
  13. Changes requests

    dsame committed May 27, 2023
    Configuration menu
    Copy the full SHA
    7406bf5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Apply fixes

    dsame committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9ddc512 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. review fixes

    dsame committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d2b7e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. add e2e

    dsame committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    885f6b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Add unique

    dsame committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b8b9502 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. review updates

    dsame committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6aacde7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. review updates second stage

    dsame committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3ef5272 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Review fixes 3

    dsame committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    17a4854 View commit details
    Browse the repository at this point in the history
  2. imporve e2e tests

    dsame committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e9e4944 View commit details
    Browse the repository at this point in the history