Skip to content

Commits

Commits on Jul 12, 2021

  1. 1.0.6

    github-actions[bot] committed Jul 12, 2021
    Copy the full SHA
    92df238 View commit details

Commits on Jun 28, 2021

  1. 1.0.5

    github-actions[bot] committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    5c3c29f View commit details

Commits on Jun 23, 2021

  1. Merge branch 'main' into csharp-loc

    Andrew Eisenberg committed Jun 23, 2021
    Copy the full SHA
    c5434c9 View commit details
  2. Fix C# line counting and add test

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    68b6873 View commit details
  3. Merge branch 'main' into mergeback/v1.0.3-to-main-cf6e0194

    Andrew Eisenberg authored and GitHub committed Jun 23, 2021
    Copy the full SHA
    c98b431 View commit details
  4. 1.0.4

    github-actions[bot] committed Jun 23, 2021
    Copy the full SHA
    1496843 View commit details
  5. Upgrade Actions Tool Cache.

    Chris Gavin committed Jun 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    476f13e View commit details

Commits on Jun 17, 2021

  1. 1.0.3

    github-actions[bot] committed Jun 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4954c37 View commit details

Commits on Jun 7, 2021

  1. 1.0.2

    github-actions[bot] committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    fbb9046 View commit details

Commits on Jun 2, 2021

  1. Add some dependencies for uploading artifacts

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0cbd4b5 View commit details

Commits on Jun 1, 2021

  1. Use commander preAction hook for setMode

    Hooks are new to commander v8. We can use hooks to ensure that `setMode`
    is called before every command is invoked.
    Andrew Eisenberg committed Jun 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    539d968 View commit details

Commits on May 31, 2021

  1. 1.0.1

    Andrew Eisenberg committed May 31, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f0e82b7 View commit details
  2. Fix EOF newlines after npm version patch

    The removeNPMAbsolutePaths check requires no newlines at the
    end of the file. This ensures that the version update mimics
    the behavior.
    Andrew Eisenberg committed May 31, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c02d8cc View commit details

Commits on May 27, 2021

  1. Add bump runner version whenever action is versioned

    Ensures that the runner version is bumped along with the action version.
    Andrew Eisenberg committed May 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ea89b06 View commit details

Commits on May 19, 2021

  1. Merge branch 'main' into aeisenberg/changelog

    Andrew Eisenberg authored and GitHub committed May 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1b3a351 View commit details
  2. Add a changelog

    Adds an empty changelog file and a reminder to update it when opening
    pull requests.
    
    Also, adds a 1.0.0 version number in the package.json, which is what
    we _could_ use for version numbering.
    Andrew Eisenberg committed May 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8566f9b View commit details
  3. Merge branch 'main' into chore/--build

    Andrew Eisenberg authored and GitHub committed May 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    98104d8 View commit details
  4. Remove final newline

    RA80533 authored and RA80533 committed May 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    781da98 View commit details

Commits on May 12, 2021

  1. Update loc count library

    This version will count lines of code in each file serially. It still
    runs all file system operations asynchronously. The only difference now
    is that it will only count one file at a time. It is slower, but it
    is able to count large repositories without running out of memory.
    Andrew Eisenberg committed May 12, 2021
    Copy the full SHA
    ddcb299 View commit details

Commits on May 10, 2021

  1. Output environment file for Windows

    Edoardo Pirovano committed May 10, 2021
    Copy the full SHA
    a5506d8 View commit details

Commits on May 8, 2021

  1. Use --build

    RA80533 authored and RA80533 committed May 8, 2021
    Copy the full SHA
    db6341a View commit details

Commits on Apr 28, 2021

  1. Update github-linguist dependency

    This version adds a larger list of auto-excluded binary files.
    And allows for the passing of a list of file types to restrict
    analysis to.
    Andrew Eisenberg committed Apr 28, 2021
    Copy the full SHA
    5c0a38d View commit details

Commits on Apr 23, 2021

  1. Merge branch 'main' into aeisenberg/add-github-linguist

    Andrew Eisenberg authored and GitHub committed Apr 23, 2021
    Copy the full SHA
    b6b197e View commit details

Commits on Apr 22, 2021

  1. Add the github-linguist package

    This commit only adds a single package and all of its transitive
    dependencies. The github-linguist package will be used for counting
    lines of code as a baseline for databases we are analyzing.
    Andrew Eisenberg committed Apr 22, 2021
    Copy the full SHA
    c4a84a9 View commit details
  2. Copy the full SHA
    8c91ba8 View commit details

Commits on Feb 15, 2021

  1. Copy the full SHA
    f8c5dac View commit details

Commits on Jan 26, 2021

  1. Fix deduplication of bundle download sources.

    Chris Gavin committed Jan 26, 2021
    Copy the full SHA
    d182a0e View commit details

Commits on Nov 18, 2020

  1. Ensure unqualified program names are present on PATH before executi…

    …ng them.
    Chris Gavin committed Nov 18, 2020
    Copy the full SHA
    726cfc8 View commit details

Commits on Oct 30, 2020

  1. Log a warning if the API version is not supported.

    Chris Gavin committed Oct 30, 2020
    Copy the full SHA
    1220ae5 View commit details

Commits on Oct 5, 2020

  1. Merge branch 'main' into cbraynor/fix201

    Chris Raynor authored and GitHub committed Oct 5, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0907cd5 View commit details

Commits on Oct 1, 2020

  1. Bump @actions/core from 1.2.0 to 1.2.6

    dependabot[bot] authored and GitHub committed Oct 1, 2020
    Copy the full SHA
    4290eab View commit details

Commits on Sep 29, 2020

  1. Resolve violations of import/no-extraneous-dependencies lint

    Fixes #201
    Chris Raynor committed Sep 29, 2020
    Copy the full SHA
    8200c13 View commit details

Commits on Sep 21, 2020

  1. Fix retrying uploads by using Octokit retry plugin.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    31c2eca View commit details

Commits on Sep 18, 2020

  1. Update to the latest version of @actions/github.

    Chris Gavin committed Sep 18, 2020
    Copy the full SHA
    9ed519f View commit details

Commits on Sep 14, 2020

  1. Regenerating node_modules

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    c96f843 View commit details
Older