Skip to content

Commits

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

    Unverified

    No user is associated with the committer email.
    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

    Unverified

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

Commits on May 8, 2021

  1. Use --build

    RA80533 authored and RA80533 committed May 8, 2021

    Unverified

    No user is associated with the committer email.
    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

    Unverified

    No user is associated with the committer email.
    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
    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

    Unverified

    No user is associated with the committer email.
    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
  2. Removing the tslint config

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    09b4a82 View commit details
  3. Adding ESLint config and required dev dependencies

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    06765f9 View commit details

Commits on Aug 25, 2020

  1. remove build-cli from top-level package.json

    Robert Brignull committed Aug 25, 2020
    Copy the full SHA
    0bb8872 View commit details

Commits on Aug 24, 2020

  1. Copy the full SHA
    a6e6d4b View commit details

Commits on Aug 12, 2020

  1. address comments

    Robert Brignull committed Aug 12, 2020
    Copy the full SHA
    5b0aafa View commit details

Commits on Aug 11, 2020

  1. Add a CLI interface to the upload-sarif action

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    6d7a135 View commit details

Commits on Aug 7, 2020

  1. remove direct dependency on @actions/io

    Robert committed Aug 7, 2020
    Copy the full SHA
    de0b590 View commit details

Commits on Jul 7, 2020

  1. add sinon types

    Robert Brignull committed Jul 7, 2020

    Unverified

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

Commits on Jul 6, 2020

  1. use @actions/github

    Robert Brignull committed Jul 6, 2020
    Copy the full SHA
    0086c2e View commit details

Commits on Jun 26, 2020

  1. Copy the full SHA
    6afe410 View commit details

Commits on Jun 24, 2020

  1. Add sinon package for mocking

    Sam Partington committed Jun 24, 2020
    Copy the full SHA
    b0af569 View commit details
  2. Run npm install so have clear baseline

    Sam Partington committed Jun 24, 2020
    Copy the full SHA
    43c1bea View commit details

Commits on Jun 23, 2020

  1. Copy the full SHA
    403832b View commit details
  2. Update TSLint configuration to detect bad indentation.

    Chris Gavin committed Jun 23, 2020
    Copy the full SHA
    211ad30 View commit details
Older