-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: thecodingmachine/graphqlite
base: v8.1.1
head repository: thecodingmachine/graphqlite
compare: v8.1.2
- 8 commits
- 10 files changed
- 4 contributors
Commits on Sep 9, 2025
-
Bump actions/setup-node from 4 to 5 (#759)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4d71ee - Browse repository at this point
Copy the full SHA c4d71eeView commit details -
Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#758)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ed662c - Browse repository at this point
Copy the full SHA 5ed662cView commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb7c195 - Browse repository at this point
Copy the full SHA cb7c195View commit details
Commits on Dec 11, 2025
-
chore: symfony 8 dependencies (#770)
* chore: symfony 8 dependencies * fix ExceptionLogger
Configuration menu - View commit details
-
Copy full SHA for 62552cb - Browse repository at this point
Copy the full SHA 62552cbView commit details
Commits on Dec 15, 2025
-
Bump actions/upload-artifact from 4 to 6 (#775)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe53eac - Browse repository at this point
Copy the full SHA fe53eacView commit details -
Bump actions/cache from 4 to 5 (#774)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b01944a - Browse repository at this point
Copy the full SHA b01944aView commit details -
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6 (#773)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ef3465 - Browse repository at this point
Copy the full SHA 0ef3465View commit details
Commits on Dec 17, 2025
-
fix: validate files in FilesSnapshot before processing (#772)
Add check to ensure each file is valid before processing. Without this change filemtime throws an error if the file doesn't exist but is part of cache, which is very common in dev environment. For production it won't matter since is_file is cached, for some reason is_file is also faster than file_exists. Symfony codebase also prefers is_file over file_exists when checking existence of php file.
Configuration menu - View commit details
-
Copy full SHA for 76c0ef9 - Browse repository at this point
Copy the full SHA 76c0ef9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.1.1...v8.1.2