Skip to content

Cuebot fix missing onframe spec#16

Closed
lithorus wants to merge 19 commits intomasterfrom
cuebot_fix_missing_onframe_spec
Closed

Cuebot fix missing onframe spec#16
lithorus wants to merge 19 commits intomasterfrom
cuebot_fix_missing_onframe_spec

Conversation

@lithorus
Copy link
Owner

Link the Issue(s) this Pull Request is related to.
One line for each Issue. If merging this Pull Request should auto-close the Issue on that line,
preface the Issue URL/Number with "Fixes". Every Pull Request should have at least one Issue
linked.

Summarize your change.
If it's a simple change, a sentence or two is probably sufficient. If it's a complex change,
adding a list of the three or four main points can be helpful.

It's also helpful to describe why you're making this change.

lithorus and others added 19 commits September 27, 2025 00:47
- Modified `testing-pipeline.yml` to use `master` instead of `HEAD^1` in the version change check step.
…line.

- Added `git config` step to resolve `safe.directory` issue with actions/checkout.
- Updated `fetch-depth` to 0 for complete git history access.
- Removed `safe.directory` configuration as it is no longer necessary.
- Updated version change check to use dynamic base and head references with `--diff-filter=d` for improved accuracy.
- Adjusted `fetch-depth` to 2 and enabled `fetch-tags` for improved history access.
- Simplified version change check command by removing dynamic base and head references.
- Corrected syntax in the `git diff` command in `testing-pipeline.yml`.
- Updated `fetch-depth` to 2 and enabled `fetch-tags` for better commit history access.
- Simplified version change check by removing dynamic base and head reference logic.
- Updated `git diff` command to only track modified files using `--name-status` and `grep '^M'`.
- Ensured version check operates consistently against `master` branch.
- Changed `git diff` base from `master` to `HEAD^1` for consistency in change detection logic.
- Updated `testing-pipeline.yml` to reflect this change in version and migration checks.
…'` in `git diff` command.

- Streamlined logic to directly gather modified file list.
- Refined `git diff` command to filter only modified files in `testing-pipeline.yml`.
- Improved consistency in gathering changed file list.
- Rolled back version in `VERSION.in` to 1.12.
- Simplified `git diff` command by removing `grep '^M'` for modified files.
@lithorus lithorus closed this Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant