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

Merge main into v1 #491

Merged
merged 19 commits into from
May 10, 2021
Merged

Merge main into v1 #491

merged 19 commits into from
May 10, 2021

Commits on May 4, 2021

  1. Change from metric to rule

    The SARIF that we are interpreting has moved away from using `metric`
    to the more general term, `rule`. We need to adapt our baseline lines of
    code counting to use `rule` as well.
    aeisenberg committed May 4, 2021
    1 Configuration menu
    Copy the full SHA
    a2312a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #474 from github/aeisenberg/change-metric-id

    Change from `metric` to `rule`
    aeisenberg authored May 4, 2021
    1 Configuration menu
    Copy the full SHA
    925cef7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    e04c62b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2c0a857 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #476 from github/henrymercer/log-queries-during-in…

    …terpretation
    
    Log each query as it's interpreted when calling codeql database analyze
    henrymercer authored May 5, 2021
    1 Configuration menu
    Copy the full SHA
    46d0d27 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    c2ec5a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7e64d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #475 from github/aeisenberg/warning-message

    Clarify the missing baseline lines of code warning message
    aeisenberg authored May 5, 2021
    1 Configuration menu
    Copy the full SHA
    5321045 View commit details
    Browse the repository at this point in the history
  7. Update src/runner.ts

    Co-authored-by: Andrew Eisenberg <[email protected]>
    hmakholm and aeisenberg committed May 5, 2021
    Configuration menu
    Copy the full SHA
    a6ebb19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b477190 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    f584f94 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #479 from github/aeisenberg/directory-fingerprint

    Avoid fingerprinting directories
    aeisenberg authored May 5, 2021
    1 Configuration menu
    Copy the full SHA
    a7d3945 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    ee062d3 View commit details
    Browse the repository at this point in the history
  2. fix typos in logging

    robertbrignull committed May 6, 2021
    1 Configuration menu
    Copy the full SHA
    031dc50 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    418fcd5 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    ad98dc6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #477 from github/hmakholm/pr/fix-escaping

    fix value escaping in codeql-env.sh
    aeisenberg authored May 6, 2021
    1 Configuration menu
    Copy the full SHA
    35a83b9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Fix lines of code mapping

    We were inadvertently using codeql language ids instead of the action's
    language ids. There is now a 3-way mapping between the ids used by
    the lines counter library, the action, and codeql.
    aeisenberg committed May 7, 2021
    1 Configuration menu
    Copy the full SHA
    b6ae33f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #483 from github/aeisenberg/fix-language

    Fix lines of code mapping
    aeisenberg authored May 7, 2021
    1 Configuration menu
    Copy the full SHA
    f00bafb View commit details
    Browse the repository at this point in the history