Skip to content

Tags: box-project/box

Tags

4.7.0

Toggle 4.7.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build: Update the RequirementChecker (#1609)

Update the RequirementChecker

Co-authored-by: theofidry <5175937+theofidry@users.noreply.github.com>

4.6.10

Toggle 4.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: Improve performance of Box::collectRemainingFiles() (#1560)

The `->notPath()` filter of Symfony Finder is either accepting a “literal path”
or a regular expression and converts each literal path to a regular expression
and then filters the file stream by applying each regex individually. This
leads to O(bufferedFileNames^2) calls to `preg_match()`, well over 20 million
for PHPStan.

Fix this by performing a simple `in_array()` check on the buffered files. This
brings down the time to compile PHPStan from 2:35 to 0:25 on my machine.

I have verified that the resulting PHPStan Phar hash is identical before and
after this change.

Fixes #1551.

4.6.9

Toggle 4.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Put file sorting behind a CLI flag (#1553)

4.6.8

Toggle 4.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: Add tests against Symfony 7.3 (#1547)

4.6.7

Toggle 4.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix Windows detection (#1530)

4.6.6

Toggle 4.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: Add an image for the linux/arm64/v8 platform (#1470)

4.6.5

Toggle 4.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: Add an image for the linux/arm64/v8 platform (#1470)

4.6.4

Toggle 4.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Update dependencies (#1452)

4.6.3

Toggle 4.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Allow thecodingmachine/safe v3 (#1448)

4.6.2

Toggle 4.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump peaceiris/actions-gh-pages from 3 to 4 in /.github/…

…workflows in the dependencies group (#1351)

build(deps): bump peaceiris/actions-gh-pages

Bumps the dependencies group in /.github/workflows with 1 update: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages).


Updates `peaceiris/actions-gh-pages` from 3 to 4
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>