-
-
Notifications
You must be signed in to change notification settings - Fork 53
feat: implement Klipper repository migration to RatOS fork #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
miklschmidt
wants to merge
45
commits into
development
Choose a base branch
from
feature/klipper-fork-migration
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
82b9f8a
feat: implement Klipper repository migration to RatOS fork
miklschmidt 9fdf7eb
fix: address CodeRabbit AI feedback and ShellCheck warnings
miklschmidt 0ee8fc4
revert: roll back exponential backoff implementation
miklschmidt 79c5978
feat: implement exit code capture and display for better debugging
miklschmidt 94a6bfd
fix: add ShellCheck disable directive for sourced file
miklschmidt 2366f9b
feat: add strict error handling with set -euo pipefail
miklschmidt 3aa2a21
feat(klipper-migration): integrate with unified logging system
miklschmidt a13c0c5
feat(ratos-update): update klipper migration integration with unified…
miklschmidt 19d24eb
docs(logging): add Klipper migration error codes to unified logging s…
miklschmidt 873c05a
test(logging): update mock data with Klipper migration error codes
miklschmidt a08bcbc
fix(klipper-migration): standardize error code naming consistency
miklschmidt 8cda3cf
feat(klipper-migration): enhance constants section with validation an…
miklschmidt e2be0e3
refactor(klipper-migration): optimize uncommitted changes detection w…
miklschmidt 9718010
feat(klipper-migration): add automatic cleanup for temporary migratio…
miklschmidt 9505fab
docs(logging): remove trailing punctuation from headings for MD026 co…
miklschmidt afe811c
fix(klipper): implement temp branch cleanup in checkout function
miklschmidt ed5b4f1
fix(klipper): update shebang to use portable env bash
miklschmidt 0dd355d
fix(klipper): standardize error handling for root user check
miklschmidt 8a6a394
feat(klipper): enhance environment variable validation robustness
miklschmidt 33e8a67
refactor(klipper): optimize uncommitted changes detection with Git pl…
miklschmidt c96cb9c
perf(klipper): optimize remote management logic for better performance
miklschmidt 39b2431
docs(logging): add new error codes for enhanced validation
miklschmidt c79bdb9
docs(klipper): add comprehensive documentation for migrate_klipper_re…
miklschmidt f0a85f8
chore(ai): add guidelines for processing task lists
miklschmidt 178fe6f
fix(klipper): fix temporary branch cleanup trap mechanism in checkout…
miklschmidt 71f767a
fix(cli): use /usr/bin/env bash instead of /bin/bash
miklschmidt 84a65a2
ci: Add bash script syntax check to CI
miklschmidt 3068cbd
feat(klipper): enhance temporary branch cleanup with function-level E…
miklschmidt 96ea2b9
feat(klipper): enhance URL detection and error code differentiation
miklschmidt e9b1950
fix(ci): improve node_modules exclusion pattern in bash script valida…
miklschmidt f0024d6
fix(ci): correct grep usage with find -print0 to eliminate duplicate …
miklschmidt cc4f7d8
feat(ci): improve robustness when no bash scripts are found
miklschmidt 70623c5
feat(ci): optimize shell script validation with parallel processing
miklschmidt 39e1997
ci: Improve .git directory exclusion in bash linter
miklschmidt d60c201
ci: Refine detection of extensionless bash scripts
miklschmidt b921b93
feat(klipper): improve portability of path resolution with command fa…
miklschmidt 0ccde04
refactor(klipper): optimize git command execution by eliminating dire…
miklschmidt 3ffe6cc
feat(klipper): enhance repository state validation with comprehensive…
miklschmidt 936b35e
feat(klipper): enhance script portability, maintainability, and corre…
miklschmidt a35ca1b
refactor(update): eliminate redundant repository validation in ensure…
miklschmidt cd8ebe0
feat(scripts): extract bash validation logic into standalone reusable…
miklschmidt e6e23c3
fix(scripts): resolve shellcheck SC2317 warnings in validate-bash-syn…
miklschmidt c95a8bc
feat(scripts): organize parallel validation output to eliminate inter…
miklschmidt 84b7d8e
feat(scripts): add real-time feedback to parallel bash validation
miklschmidt e6550f4
feat(klipper): dynamically extract target commit from moonraker.conf
miklschmidt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document the
MIGRATION_FAILEDerror codeThe migration script emits
MIGRATION_FAILEDon final failure (log_error … "main" "MIGRATION_FAILED"), but this code isn't listed under “Klipper Migration Error Codes”. AddMIGRATION_FAILEDto keep docs in sync with script behavior.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
183-183: Trailing punctuation in heading
Punctuation: ':'
(MD026, no-trailing-punctuation)
🤖 Prompt for AI Agents