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 NuGet global-packages folder #303

Merged
merged 35 commits into from
May 29, 2023
Merged

feat: Cache NuGet global-packages folder #303

merged 35 commits into from
May 29, 2023

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    af15115 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused files

    nogic1008 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8752594 View commit details
    Browse the repository at this point in the history
  3. docs: fix incorrect action

    nogic1008 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4e3fa35 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. ci: add e2e test for cache

    nogic1008 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    71228fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40f9e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2683943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fcae62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    061d7af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cffdfc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    d958ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3025f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6985ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b6d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    9bc24e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b95dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f40f1c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    9703c80 View commit details
    Browse the repository at this point in the history
  2. ci: copy NuGet lock file to root

    to pass "test-setup-with-cache" e2e test
    nogic1008 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f55c1f4 View commit details
    Browse the repository at this point in the history
  3. docs: change README guide

    nogic1008 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5b9469d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix: apply suggestions from code review

    Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
    nogic1008 and IvanZosimov committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1b0bc35 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. test: fix some failed unit tests

    - fix `restoreCache()` test for 9703c8
    - update installer script
    nogic1008 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ee0d3b4 View commit details
    Browse the repository at this point in the history
  2. build: rebuild dist

    nogic1008 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5cde892 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge branch 'actions/main' into feat/nuget-cache

    IvanZosimov committed May 15, 2023
    Configuration menu
    Copy the full SHA
    23aaf1d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update unit-tests

    - Additional unit test were added to setup-dotnet.test.ts
    IvanZosimov committed May 16, 2023
    Configuration menu
    Copy the full SHA
    79ba22d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update unit tests for unix systems

    IvanZosimov committed May 17, 2023
    Configuration menu
    Copy the full SHA
    4c5e506 View commit details
    Browse the repository at this point in the history
  2. Format and lint unit tests

    IvanZosimov committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b50a1c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from IvanZosimov/nuget-cache/update-unit-tests

    Nuget cache/update unit tests
    nogic1008 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    499093f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    72ff56e View commit details
    Browse the repository at this point in the history
  2. fix: rebuild dist

    nogic1008 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    173e371 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. fix: apply suggestions from code review

    Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
    nogic1008 and IvanZosimov committed May 28, 2023
    Configuration menu
    Copy the full SHA
    4a7f04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1e793 View commit details
    Browse the repository at this point in the history
  3. build: add DisableImplicitNuGetFallbackFolder option

    also add guide on README
    nogic1008 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    248bcfb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. docs: highlight warnings and notes

    IvanZosimov committed May 29, 2023
    Configuration menu
    Copy the full SHA
    10e8639 View commit details
    Browse the repository at this point in the history
  2. docs: update note about handling NU1403

    IvanZosimov committed May 29, 2023
    Configuration menu
    Copy the full SHA
    78b8e27 View commit details
    Browse the repository at this point in the history