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 #504

Merged
merged 41 commits into from
May 17, 2021
Merged

Merge main into v1 #504

merged 41 commits into from
May 17, 2021

Commits on Apr 28, 2021

  1. Add category input

    Daverlo committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    40fb1f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    76f5ada View commit details
    Browse the repository at this point in the history
  2. Add category option to runner

    Daverlo committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c6e734c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    519d077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93cbc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b741b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa53f64 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Address comments

    Daverlo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    cd7eedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a117668 View commit details
    Browse the repository at this point in the history
  3. Fix undefined environment

    Daverlo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0c0bc0e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    603c47c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. 1 Configuration menu
    Copy the full SHA
    ea18d47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #463 from github/daverlo/categoryInput

    Add category input
    Daverlo authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    cf682cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f742f91 View commit details
    Browse the repository at this point in the history
  4. fix windows hopefully

    robertbrignull committed May 10, 2021
    Configuration menu
    Copy the full SHA
    3c96019 View commit details
    Browse the repository at this point in the history
  5. Update contributing guide

    This adds a section on checking in compiled artifacts.
    aeisenberg committed May 10, 2021
    1 Configuration menu
    Copy the full SHA
    3280a85 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #492 from github/aeisenberg/contributing

    Update contributing guide
    aeisenberg authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    224195b View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    d2ef04e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    793b377 View commit details
    Browse the repository at this point in the history
  9. Fix security vulnerabilities

    Ran `npm audit fix`.
    
    Even though this fixes a "high" severity vulnerability, all affected
    packages are dev packages only.
    aeisenberg committed May 10, 2021
    Configuration menu
    Copy the full SHA
    489dbb0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #482 from github/robertbrignull/python-deps-test

    Make matrix run all cases of the python-deps tests
    adityasharad authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    a56e777 View commit details
    Browse the repository at this point in the history
  11. Remove confusing words

    Co-authored-by: Robert <robertbrignull@github.com>
    aeisenberg and robertbrignull authored May 10, 2021
    Configuration menu
    Copy the full SHA
    a9cdff8 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    22d495f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #493 from github/aeisenberg/contributing2

    Fix information about `npm ci`
    aeisenberg authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    ef38c53 View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    22d1f7f View commit details
    Browse the repository at this point in the history
  15. Output environment file for Windows

    Edoardo Pirovano committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a5506d8 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #494 from github/aeisenberg/audit-fix

    Fix security vulnerabilities
    aeisenberg authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    458b791 View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    84b6ff0 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #495 from edoardopirovano/windows-env-file

    Output environment file for Windows
    adityasharad authored May 10, 2021
    1 Configuration menu
    Copy the full SHA
    4c0671c View commit details
    Browse the repository at this point in the history

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.
    aeisenberg committed May 12, 2021
    Configuration menu
    Copy the full SHA
    ddcb299 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Add a tasks.json

    This is just a helpful way to ensure you can run `tsc --watch` from
    inside vscode.
    aeisenberg authored May 13, 2021
    Configuration menu
    Copy the full SHA
    38c131a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #499 from github/aeisenberg/non-parallel-loc

    Update loc count library
    aeisenberg authored May 13, 2021
    Configuration menu
    Copy the full SHA
    a924f03 View commit details
    Browse the repository at this point in the history
  3. Use the prefix id for keying into metrics rules

    Fixes a bug where we were looking for incorrect keys for metrics rules.
    Previously, we were using full language names in the keys. Now, we use
    the short language names in the metric ids. This is done through a
    simplification of the code.
    
    Also, this change does two smaller things:
    
    1. Prints out the baseline count to the logs
    2. Adds the `assertNever` function to ensure we never miss a case in
       a switch statement. This function is borrowed from vscode-codeql.
    aeisenberg committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e8b2a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c963ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #502 from github/aeisenberg/metric-id

    Use the prefix id for keying into metrics rules
    aeisenberg authored May 13, 2021
    Configuration menu
    Copy the full SHA
    a77f6b0 View commit details
    Browse the repository at this point in the history
  6. Change include path for lines of code counting

    Previously, we were always using `**` in the include path. the
    effect of this was to always count lines in the entire
    repository unless explicitly added to the paths-ignore. This
    was incorrect behaviour. Now we only using `**` if the include
    path is otherwise empty.
    aeisenberg committed May 13, 2021
    Configuration menu
    Copy the full SHA
    8e61fc2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #500 from github/aeisenberg/paths-include

    Change include path for lines of code counting
    aeisenberg authored May 13, 2021
    Configuration menu
    Copy the full SHA
    6a0bd27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da06f4f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #501 from github/aeisenberg/add-task

    Add a tasks.json
    aeisenberg authored May 13, 2021
    Configuration menu
    Copy the full SHA
    97887fe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Add warnings about CLI hack to codeql.ts

    These warnings refer to a hack that was added to the CLI in
    github/semmle-code#39335
    
    They can be removed again once the CLI has a more principled way for
    the CLI to recognize that it's being invoked by the runner/action.
    hmakholm committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e7d4215 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from github/hmakholm/pr/warn-magic-names

    Add warnings about CLI hack to codeql.ts
    hmakholm authored May 14, 2021
    Configuration menu
    Copy the full SHA
    21830ef View commit details
    Browse the repository at this point in the history