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

Improve DetectUnpinnedDotnetToolInstallVersions function #110

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2023

  1. FileConventions.Test: add test

    Add test for DetectUnpinnedDotnetToolInstallVersions function.
    tehraninasab committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    283602c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9909bdd View commit details
    Browse the repository at this point in the history
  3. FileConventions.Test: add failing test

    Add failing test for detecting unpinned version in npm package
    installations.
    tehraninasab committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f139e8b View commit details
    Browse the repository at this point in the history
  4. FileConventions: implement the function

    Implement DetectUnpinnedNpmPackageInstallVersions function.
    tehraninasab committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5545a54 View commit details
    Browse the repository at this point in the history
  5. FileConventions.Test: add test

    Add another test for DetectUnpinnedNpmPackageInstallVersions.
    tehraninasab committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6b83e51 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. scripts/unpinnedNpmPackageInstallVersions.fsx: add

    Add unpinnedNpmPackageInstallVersions.fsx script and specify
    package versions in npm install commands in GitHubCI.
    tehraninasab committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bd8be73 View commit details
    Browse the repository at this point in the history
  2. FileConventions.Test: add failing test

    Add failing test for DetectUnpinnedNpmPackageInstallVersions
    function.
    tehraninasab committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fadc5dc View commit details
    Browse the repository at this point in the history
  3. FileConventions: fix the function

    Fix DetectUnpinnedNpmPackageInstallVersions function.
    tehraninasab committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a356806 View commit details
    Browse the repository at this point in the history
  4. FileConventions: add another failing test

    Add failing test for DetectUnpinnedNpmPackageInstallVersions
    function.
    tehraninasab committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    145dd13 View commit details
    Browse the repository at this point in the history
  5. FileConventions: fix the function

    Fix DetectUnpinnedNpmPackageInstallVersions function.
    tehraninasab committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    871fe58 View commit details
    Browse the repository at this point in the history