Skip to content

Commits

Commits on Feb 16, 2021

  1. Increase the default amount of RAM reserved for the OS

    Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory.
    For Unix, reserve 1GB.
    For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
    Aditya Sharad committed Feb 16, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4c94e29 View commit details
  2. Add capability to specify auth from env var or stdin

    This commit adds two new ways of specifying GitHub auth:
    
    1. from the GITHUB_TOKEN environment variable
    2. from standard input
    
    This commit does not include any documentation changes and the
    descriptions of new command line options will need to be tweaked.
    Andrew Eisenberg authored and Andrew Eisenberg committed Feb 16, 2021
    Copy the full SHA
    88714e3 View commit details

Commits on Feb 15, 2021

  1. Merge branch 'main' into allow-override-temp

    Chris Gavin authored and GitHub committed Feb 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    04d2b00 View commit details
  2. Merge main into allow-override-temp.

    Chris Gavin committed Feb 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7b72f1c View commit details
  3. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6452109 View commit details
  4. Convert GitHub variant to an enum.

    Chris Gavin committed Feb 15, 2021

    Unverified

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

Commits on Feb 13, 2021

  1. Add detection for GitHub AE.

    Chris Gavin committed Feb 13, 2021

    Unverified

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

Commits on Feb 2, 2021

  1. Merge branch 'main' into remove-uploadFromActions-params

    Sam Partington authored and GitHub committed Feb 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    10a2f1b View commit details
  2. Fix lint errors

    Simon Engledew committed Feb 2, 2021

    Unverified

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

Commits on Feb 1, 2021

  1. Do not report warning: undefined

    Simon Engledew committed Feb 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1f07e28 View commit details
  2. Allow overriding path of temporary files.

    Chris Gavin committed Feb 1, 2021

    Unverified

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

Commits on Jan 29, 2021

  1. Remove pull request warnings

    Simon Engledew committed Jan 29, 2021

    Unverified

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

Commits on Jan 28, 2021

  1. Remove intermediate variables

    Sam Partington committed Jan 28, 2021
    Copy the full SHA
    19fe854 View commit details
  2. Remove parameters from uploadFromActions

    Retrieve the relevant values in the method itself instead.
    Sam Partington committed Jan 28, 2021
    Copy the full SHA
    c2377b2 View commit details

Commits on Jan 27, 2021

  1. Update default CodeQL to 20210127

    Robin Neatherway committed Jan 27, 2021
    Copy the full SHA
    18f9eb6 View commit details

Commits on Jan 26, 2021

  1. Merge branch 'main' into fix-version-in-message

    Chris Gavin authored and GitHub committed Jan 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f109c77 View commit details
  2. Fix deduplication of bundle download sources.

    Chris Gavin committed Jan 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d182a0e View commit details
  3. Fix the formatting of a warning message.

    Chris Gavin committed Jan 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    5261491 View commit details
  4. Unverified

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

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

Commits on Jan 25, 2021

  1. Unverified

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

Commits on Jan 22, 2021

  1. Fix wonky comment

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ee4d067 View commit details
  2. Add more granular exception handling

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6be1f5c View commit details
  3. Disambiguate report messages

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8a9922d View commit details
  4. Swap method naming to account for new functionality

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    795b192 View commit details
  5. Correctly report WorkflowMissing

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    28e2860 View commit details
  6. Do not warn users if a workflow cannot be read

    This will still send a LintFailed message status report.
    Simon Engledew committed Jan 22, 2021

    Unverified

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

Commits on Jan 19, 2021

  1. only insert external repos token if supplied

    Robert committed Jan 19, 2021
    Copy the full SHA
    cb574a7 View commit details

Commits on Jan 15, 2021

  1. Removed unused vars in config-utils.test.ts

    Eric Cornelissen committed Jan 15, 2021
    Copy the full SHA
    9a753aa View commit details
  2. Merge branch 'main' into simon-engledew/fix-incorrect-branch-warning

    Simon Engledew authored and GitHub committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b6fc713 View commit details
  3. Implement PR feedback

    Simon Engledew committed Jan 15, 2021

    Unverified

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

Commits on Jan 14, 2021

  1. Merge branch 'main' into robertbrignull/external-token-option

    Robert authored and GitHub committed Jan 14, 2021

    Unverified

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

Commits on Jan 13, 2021

  1. Fix overzealous warning when PR scanning is not required

    Simon Engledew committed Jan 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0853901 View commit details
  2. Use the fully qualified ref name

    Robin Neatherway committed Jan 13, 2021
    Copy the full SHA
    369cad8 View commit details
  3. Correct typo in setting upload base ref

    Robin Neatherway committed Jan 13, 2021
    Copy the full SHA
    884ee1d View commit details
Older