Skip to content

Commits

Permalink
c6f02973ac
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Aug 24, 2020

  1. Copy the full SHA
    c6f0297 View commit details

Commits on Aug 17, 2020

  1. Improve description of queries property

    Co-authored-by: Alistair Christie <54933897+hubwriter@users.noreply.github.com>
    2 people authored and GitHub committed Aug 17, 2020

    Unverified

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

Commits on Jul 31, 2020

  1. Improve variable name

    Sam Partington committed Jul 31, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    443d18a View commit details
  2. Fix typo

    Sam Partington committed Jul 31, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d998a87 View commit details
  3. Tidy up test

    Sam Partington committed Jul 31, 2020
    Copy the full SHA
    f57bf21 View commit details

Commits on Jul 30, 2020

  1. Make test name more descriptive

    Sam Partington committed Jul 30, 2020
    Copy the full SHA
    ca2b74f View commit details
  2. Unverified

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

Commits on Jul 27, 2020

  1. Add new input to the init action configuration

    Sam Partington committed Jul 27, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f03827d View commit details
  2. Allow multiple overriding queries, comma-separated

    Sam Partington committed Jul 27, 2020
    Copy the full SHA
    2da4570 View commit details
  3. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    95cef22 View commit details
  4. Merge pull request #116 from github/status_reports_v2

    Upload much more data in status reports
    Robert authored and GitHub committed Jul 27, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7426813 View commit details
  5. Merge branch 'main' into status_reports_v2

    Robert authored and GitHub committed Jul 27, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ae2d7af View commit details
  6. Merge pull request #124 from github/lodash_update

    Update lodash
    Robert authored and GitHub committed Jul 27, 2020

    Unverified

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

Commits on Jul 24, 2020

  1. update lodash

    Robert committed Jul 24, 2020
    Copy the full SHA
    6f42543 View commit details
  2. Use templated strings for better readability

    Andrew Eisenberg authored and Andrew Eisenberg committed Jul 24, 2020
    Copy the full SHA
    93dd64d View commit details
  3. Upload much more data in status reports

    Robert committed Jul 24, 2020
    Copy the full SHA
    87758a1 View commit details

Commits on Jul 21, 2020

  1. Merge pull request #120 from github/default_queries_fix

    Default queries fix + reset env vars in tests
    Robert authored and GitHub committed Jul 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9769e4a View commit details
  2. fix typo

    Robert committed Jul 21, 2020
    Copy the full SHA
    315a9f4 View commit details
  3. address comments

    Robert committed Jul 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0446cb0 View commit details
  4. reset environment variables between tests

    Robert committed Jul 21, 2020
    Copy the full SHA
    29cf065 View commit details
  5. fix parsing of disable-default-queries field

    Robert committed Jul 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ee63f4e View commit details
  6. introduce tests

    Robert committed Jul 21, 2020
    Copy the full SHA
    5b4f4e4 View commit details

Commits on Jul 20, 2020

  1. Merge pull request #112 from github/undeclared-action-input

    Fix undeclared action inputs
    Robert authored and GitHub committed Jul 20, 2020

    Unverified

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

Commits on Jul 16, 2020

  1. fix undeclared action inputs

    Robert Brignull committed Jul 16, 2020
    Copy the full SHA
    c7c1aa8 View commit details
  2. Merge pull request #109 from github/codeql_search_path

    Move config parsing earlier + add to codeql search path
    Robert authored and GitHub committed Jul 16, 2020
    Copy the full SHA
    b673c57 View commit details
  3. await promise

    Robert Brignull committed Jul 16, 2020

    Unverified

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

Commits on Jul 15, 2020

  1. address review comments

    Robert Brignull committed Jul 15, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b86c370 View commit details
  2. Merge branch 'main' into codeql_search_path

    Robert Brignull committed Jul 15, 2020

    Unverified

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

Commits on Jul 14, 2020

  1. Merge pull request #111 from github/vscode-debugging

    Add support for debugging from VSCode
    Sam Partington authored and GitHub committed Jul 14, 2020
    Copy the full SHA
    d1d8076 View commit details
  2. Add support for debugging from VSCode

    https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md recommends passing the `debug` option to Ava.  However, in my experience Ava waits indefinitely when this option is used, without actually running any tests.
    
    The increased timeout setting is so that tests won't fail prematurely because you're slowly stepping through code.
    Sam Partington committed Jul 14, 2020

    Unverified

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

Commits on Jul 13, 2020

  1. move config parsing earlier + add to codeql search path

    Robert Brignull committed Jul 13, 2020
    Copy the full SHA
    da3d6d2 View commit details

Commits on Jul 10, 2020

  1. Merge pull request #103 from github/lgtm_filters

    Add support for LGTM_INDEX_FILTERS
    Robert authored and GitHub committed Jul 10, 2020
    Copy the full SHA
    c3dcf26 View commit details
  2. ban / as a path

    Robert Brignull committed Jul 10, 2020
    Copy the full SHA
    189b6ef View commit details
  3. Merge branch 'main' into lgtm_filters

    Robert Brignull committed Jul 10, 2020
    Copy the full SHA
    1a4c658 View commit details
  4. Merge pull request #100 from github/github_proxy

    Use @actions/github as a wrapper around octokit in order to support proxies
    Robert authored and GitHub committed Jul 10, 2020
    Copy the full SHA
    ec15477 View commit details
Older