Commits
e8b2a9884b
Name already in use
Commits on May 13, 2021
-
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.
Andrew Eisenberg committedMay 13, 2021 Copy the full SHA e8b2a98View commit details
Commits on May 10, 2021
-
Merge pull request #495 from edoardopirovano/windows-env-file
Output environment file for Windows
Aditya Sharad authored and GitHub committedMay 10, 2021 Copy the full SHA 4c0671cView commit details -
Merge branch 'main' into windows-env-file
Edoardo Pirovano authored and GitHub committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 84b6ff0View commit details -
Merge pull request #494 from github/aeisenberg/audit-fix
Fix security vulnerabilities
Andrew Eisenberg authored and GitHub committedMay 10, 2021 Copy the full SHA 458b791View commit details -
Output environment file for Windows
Edoardo Pirovano committedMay 10, 2021 Copy the full SHA a5506d8View commit details -
Merge branch 'main' into aeisenberg/audit-fix
Andrew Eisenberg authored and GitHub committedMay 10, 2021 Copy the full SHA 22d1f7fView commit details -
Merge pull request #493 from github/aeisenberg/contributing2
Fix information about `npm ci`
Andrew Eisenberg authored and GitHub committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ef38c53View commit details -
Merge branch 'main' into aeisenberg/contributing2
Andrew Eisenberg authored and GitHub committedMay 10, 2021 Copy the full SHA 22d495fView commit details -
Co-authored-by: Robert <robertbrignull@github.com>
2 people authored and GitHub committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a9cdff8View commit details -
Merge pull request #482 from github/robertbrignull/python-deps-test
Make matrix run all cases of the python-deps tests
Aditya Sharad authored and GitHub committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a56e777View commit details -
Ran `npm audit fix`. Even though this fixes a "high" severity vulnerability, all affected packages are dev packages only.
Andrew Eisenberg committedMay 10, 2021 Copy the full SHA 489dbb0View commit details -
Andrew Eisenberg committed
May 10, 2021 Copy the full SHA 793b377View commit details -
Merge branch 'main' into robertbrignull/python-deps-test
Aditya Sharad authored and GitHub committedMay 10, 2021 Copy the full SHA d2ef04eView commit details -
Merge pull request #492 from github/aeisenberg/contributing
Update contributing guide
Andrew Eisenberg authored and GitHub committedMay 10, 2021 Copy the full SHA 224195bView commit details -
This adds a section on checking in compiled artifacts.
Andrew Eisenberg committedMay 10, 2021 Copy the full SHA 3280a85View commit details -
Robert committed
May 10, 2021 Copy the full SHA 3c96019View commit details -
put matrix vars in env vars for whitespace safety
Robert committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA f742f91View commit details -
Merge pull request #463 from github/daverlo/categoryInput
Add category input
David Verdeguer authored and GitHub committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA cf682cfView commit details -
Merge branch 'main' into daverlo/categoryInput
David Verdeguer committedMay 10, 2021 Copy the full SHA ea18d47View commit details
Commits on May 7, 2021
-
Merge pull request #483 from github/aeisenberg/fix-language
Fix lines of code mapping
Andrew Eisenberg authored and GitHub committedMay 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA f00bafbView commit details -
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.
Andrew Eisenberg committedMay 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA b6ae33fView commit details -
Robert committed
May 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 603c47cView commit details
Commits on May 6, 2021
-
Merge pull request #477 from github/hmakholm/pr/fix-escaping
fix value escaping in codeql-env.sh
Andrew Eisenberg authored and GitHub committedMay 6, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 35a83b9View commit details -
Merge branch 'main' into hmakholm/pr/fix-escaping
Henning Makholm authored and GitHub committedMay 6, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ad98dc6View commit details -
Merge pull request #480 from github/robertbrignull/logging_typo
Fix typos in logging
Robert authored and GitHub committedMay 6, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 418fcd5View commit details -
Robert committed
May 6, 2021 Copy the full SHA 031dc50View commit details -
Merge branch 'main' into hmakholm/pr/fix-escaping
Henning Makholm authored and GitHub committedMay 6, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ee062d3View commit details
Commits on May 5, 2021
-
Merge pull request #479 from github/aeisenberg/directory-fingerprint
Avoid fingerprinting directories
Andrew Eisenberg authored and GitHub committedMay 5, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a7d3945View commit details -
Avoid fingerprinting directories
Andrew Eisenberg committedMay 5, 2021 Unverified
No user is associated with the committer email.Copy the full SHA f584f94View commit details -
Merge branch 'main' into hmakholm/pr/fix-escaping
Andrew Eisenberg authored and GitHub committedMay 5, 2021 Copy the full SHA b477190View commit details -
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Henning Makholm and Andrew Eisenberg committedMay 5, 2021 -
Merge pull request #475 from github/aeisenberg/warning-message
Clarify the missing baseline lines of code warning message
Andrew Eisenberg authored and GitHub committedMay 5, 2021 -
fix value escaping in codeql-env.sh
Henning Makholm committedMay 5, 2021 -
Merge branch 'main' into aeisenberg/warning-message
Henry Mercer authored and GitHub committedMay 5, 2021 -
Merge pull request #476 from github/henrymercer/log-queries-during-in…
…terpretation Log each query as it's interpreted when calling codeql database analyze
Henry Mercer authored and GitHub committedMay 5, 2021