codeql-action/lib
Chuan-kai Lin d64cca4b60 Rename determineMergeBaseCommitOid()
The name suggests that the function computes the merge base, which for
Git means specifically the best common ancestors between multiple
commits or branches (see `git merge-base`).

But what the function actually does is to calculate the HEAD commit of
the PR base branch, as derived from the PR merge commit that the action
analyzes. So even though the function has to do with "merge" and "base",
using the term "merge base" is still misleading at best.

This commit renames the function to determineBaseBranchHeadCommitOid(),
which more clearly indicates what the function does.
2024-10-03 08:43:36 -07:00
..
testdata Avoid analyzing excluded language files for line counting 2021-04-28 16:07:55 -07:00
actions-util.js Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
actions-util.js.map Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
actions-util.test.js Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
actions-util.test.js.map Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
analyze-action-env.test.js Fix new linter errors 2024-08-05 19:22:26 +01:00
analyze-action-env.test.js.map Fix new linter errors 2024-08-05 19:22:26 +01:00
analyze-action-input.test.js Fix new linter errors 2024-08-05 19:22:26 +01:00
analyze-action-input.test.js.map Fix new linter errors 2024-08-05 19:22:26 +01:00
analyze-action-post.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
analyze-action-post.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
analyze-action.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
analyze-action.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
analyze.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
analyze.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
analyze.test.js Refactoring: Introduce common method to stub a config 2024-01-30 19:00:04 +00:00
analyze.test.js.map Refactoring: Introduce common method to stub a config 2024-01-30 19:00:04 +00:00
api-client.js fix lint 2024-07-01 12:14:01 +00:00
api-client.js.map fix lint 2024-07-01 12:14:01 +00:00
api-client.test.js Remove code specific to GitHub AE 2024-01-08 13:28:39 +00:00
api-client.test.js.map Remove code specific to GitHub AE 2024-01-08 13:28:39 +00:00
api-compatibility.json Update supported GitHub Enterprise Server versions 2024-08-21 00:13:14 +00:00
autobuild-action.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
autobuild-action.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
autobuild.js Further standardize doc URL messages 2024-07-23 14:18:04 +02:00
autobuild.js.map Further standardize doc URL messages 2024-07-23 14:18:04 +02:00
cli-errors.js Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
cli-errors.js.map Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
codeql.js Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
codeql.js.map Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
codeql.test.js Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
codeql.test.js.map Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
config-utils.js Merge remote-tracking branch 'upstream/main' into rvermeulen/extend-init-complete-status-report 2024-08-06 09:11:17 -07:00
config-utils.js.map Merge remote-tracking branch 'upstream/main' into rvermeulen/extend-init-complete-status-report 2024-08-06 09:11:17 -07:00
config-utils.test.js Add rollback mechanism for C# buildless 2024-06-11 18:45:16 +01:00
config-utils.test.js.map Add rollback mechanism for C# buildless 2024-06-11 18:45:16 +01:00
database-upload.js Rebuild 2024-06-25 09:21:42 +00:00
database-upload.js.map Rebuild 2024-06-25 09:21:42 +00:00
database-upload.test.js Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
database-upload.test.js.map Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
debug-artifacts.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
debug-artifacts.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
debug-artifacts.test.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
debug-artifacts.test.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
defaults.json Update default bundle to codeql-bundle-v2.19.0 2024-09-16 16:57:27 +00:00
diagnostics.js Fix writing diagnostics on Windows 2024-08-19 16:42:48 +01:00
diagnostics.js.map Fix writing diagnostics on Windows 2024-08-19 16:42:48 +01:00
doc-url.js Refactor all doc URLs into their own enum 2024-07-23 14:17:34 +02:00
doc-url.js.map Fix linting errors 2024-07-23 15:21:21 +02:00
environment.js Rebuild: add transpiled files 2024-09-11 15:13:10 -07:00
environment.js.map Rebuild: add transpiled files 2024-09-11 15:13:10 -07:00
feature-flags.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
feature-flags.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
feature-flags.test.js Remove supporting code for CodeQL 2.13.0 through 2.13.4 2024-08-05 19:28:35 +01:00
feature-flags.test.js.map Remove supporting code for CodeQL 2.13.0 through 2.13.4 2024-08-05 19:28:35 +01:00
fingerprints.js Fix new linter errors 2024-08-05 19:22:26 +01:00
fingerprints.js.map Fix new linter errors 2024-08-05 19:22:26 +01:00
fingerprints.test.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
fingerprints.test.js.map Fix linter errors 2023-01-18 21:00:05 +00:00
init-action-post-helper.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
init-action-post-helper.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
init-action-post-helper.test.js Rebuild: add transpiled files 2024-09-11 15:13:10 -07:00
init-action-post-helper.test.js.map Rebuild: add transpiled files 2024-09-11 15:13:10 -07:00
init-action-post.js Improve documentation 2024-09-16 23:05:17 +02:00
init-action-post.js.map Improve documentation 2024-09-16 23:05:17 +02:00
init-action.js Determine zstd availability earlier on to simplify log 2024-09-23 22:39:47 +01:00
init-action.js.map Determine zstd availability earlier on to simplify log 2024-09-23 22:39:47 +01:00
init.js Determine zstd availability earlier on to simplify log 2024-09-23 22:39:47 +01:00
init.js.map Determine zstd availability earlier on to simplify log 2024-09-23 22:39:47 +01:00
init.test.js Include underlying error in error message 2024-06-12 13:44:04 +01:00
init.test.js.map Include underlying error in error message 2024-06-12 13:44:04 +01:00
languages.js Rebuild 2024-06-25 09:21:42 +00:00
languages.js.map Rebuild 2024-06-25 09:21:42 +00:00
languages.test.js Implement support for language aliasing 2023-09-14 16:11:20 +01:00
languages.test.js.map Implement support for language aliasing 2023-09-14 16:11:20 +01:00
logging.js Improve logging for debug artifacts 2024-09-17 11:08:27 +02:00
logging.js.map Improve logging for debug artifacts 2024-09-17 11:08:27 +02:00
repository.js Rebuild 2024-06-25 09:21:42 +00:00
repository.js.map Rebuild 2024-06-25 09:21:42 +00:00
resolve-environment-action.js Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
resolve-environment-action.js.map Refactor: Pull out generic tool invocation functionality 2024-10-01 14:39:04 +01:00
resolve-environment.js Remove unneeded code for 2.13.4 and earlier 2024-08-05 17:48:55 +01:00
resolve-environment.js.map Remove unneeded code for 2.13.4 and earlier 2024-08-05 17:48:55 +01:00
setup-codeql.js Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
setup-codeql.js.map Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
setup-codeql.test.js Fall back to gzip if zstd fails 2024-09-23 22:53:13 +01:00
setup-codeql.test.js.map Fall back to gzip if zstd fails 2024-09-23 22:53:13 +01:00
start-proxy-action-post.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
start-proxy-action-post.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
start-proxy-action.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
start-proxy-action.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
status-report.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
status-report.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
status-report.test.js Add steady_state_default_setup as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
status-report.test.js.map Add steady_state_default_setup as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
tar.js Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
tar.js.map Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
testing-utils.js Rebuild 2024-06-25 09:21:42 +00:00
testing-utils.js.map Rebuild 2024-06-25 09:21:42 +00:00
tools-features.js Add job run UUID to SARIF output 2024-09-05 14:52:43 +02:00
tools-features.js.map Add job run UUID to SARIF output 2024-09-05 14:52:43 +02:00
tools-features.test.js Stop setting CODEQL_RUNNER environment variable if CLI already sets it (#2081) 2024-01-12 09:41:07 -08:00
tools-features.test.js.map Stop setting CODEQL_RUNNER environment variable if CLI already sets it (#2081) 2024-01-12 09:41:07 -08:00
tracer-config.js Enable direct tracing the autobuild build mode by default 2024-06-26 19:38:13 +01:00
tracer-config.js.map Enable direct tracing the autobuild build mode by default 2024-06-26 19:38:13 +01:00
tracer-config.test.js Enable direct tracing the autobuild build mode by default 2024-06-26 19:38:13 +01:00
tracer-config.test.js.map Enable direct tracing the autobuild build mode by default 2024-06-26 19:38:13 +01:00
trap-caching.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
trap-caching.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
trap-caching.test.js Add some comments to explain test case 2024-05-24 09:48:41 +01:00
trap-caching.test.js.map Add some comments to explain test case 2024-05-24 09:48:41 +01:00
upload-lib.js Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
upload-lib.js.map Rename determineMergeBaseCommitOid() 2024-10-03 08:43:36 -07:00
upload-lib.test.js Turn invalid helpUri attribute into a warning 2024-09-16 20:22:13 -07:00
upload-lib.test.js.map Turn invalid helpUri attribute into a warning 2024-09-16 20:22:13 -07:00
upload-sarif-action-post.js Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
upload-sarif-action-post.js.map Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482) 2024-10-01 09:59:05 -07:00
upload-sarif-action.js Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
upload-sarif-action.js.map Refactoring: Simplify retrieving error message 2024-09-16 22:38:35 +02:00
util.js Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
util.js.map Improve clean up if extraction fails 2024-10-02 15:45:55 +01:00
util.test.js Bump the npm group with 2 updates (#2190) 2024-03-12 07:27:21 -07:00
util.test.js.map Bump the npm group with 2 updates (#2190) 2024-03-12 07:27:21 -07:00
workflow.js Rebuild 2024-06-25 09:21:42 +00:00
workflow.js.map Rebuild 2024-06-25 09:21:42 +00:00
workflow.test.js Enable unsafe call rule 2024-06-13 19:38:06 +01:00
workflow.test.js.map Enable unsafe call rule 2024-06-13 19:38:06 +01:00