Skip to content

Commit 4a5c9f1

Browse files
committed
docs(changelog): note faster local scan setup for large repositories
Ref: CE-379
1 parent 312dcf9 commit 4a5c9f1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Changed: faster local scan setup for large repositories
6+
7+
- Replaced repeated per-pattern recursive manifest globs with one streaming
8+
filesystem walk per scan root. Excluded directories and `.git` are pruned
9+
before descent, reducing filesystem metadata work without building a
10+
repository-sized in-memory file index.
11+
- Removed the unconditional `git fetch --all` from CLI initialization. Pull
12+
request scans now use local refs first and fetch only a required base or head
13+
ref when the checkout does not contain enough history.
14+
- Added native Buildkite commit, branch, pull-request range, and GitHub SCM
15+
configuration fallbacks so Buildkite jobs no longer need GitHub
16+
Actions-shaped environment-variable shims.
17+
- Added INFO-level timings for CLI run registration, organization setup, Git
18+
initialization and fetches, changed-file detection, supported-pattern lookup,
19+
and manifest discovery.
20+
- Supported manifest patterns are cached for each CLI invocation once the API
21+
returns them, so a transient lookup failure no longer keeps the run on the
22+
smaller local fallback pattern set. Manifest results from `--sub-path` routing
23+
are reused during scan creation.
24+
325
## 2.6.4
426

527
### Changed: bump pinned @coana-tech/cli to 15.10.13

0 commit comments

Comments
 (0)