-
Notifications
You must be signed in to change notification settings - Fork 360
plugin bundling scripts need to check checksum when downloading #2539Add checksum verification #3336
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
base: main
Are you sure you want to change the base?
plugin bundling scripts need to check checksum when downloading #2539Add checksum verification #3336
Conversation
- Added 40px margin to bottom of sidebar toggle button - Prevents button from being hidden by auto-hiding taskbar - Added comprehensive test suite for button accessibility - Includes responsive design tests - Maintains cross-platform compatibility Fixes kubernetes-sigs#1287
Fix/sidebar toggle button position
kubernetes-sigs#2554-Kallal-Columns filter state preservation kubernetes-sigs#3258
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 7908837174 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Thanks @7908837174 It seems there's a bunch of unrelated commits in here. Here's how you can fix it:
Basically,
For the CLA check failing: If you click here you will see instructions on what to do: https://api.easycla.lfx.linuxfoundation.org/v2/repository-provider/github/sign/20677499/220546758/3336/#/?version=2 Your email address example . com is not a valid domain name. So that's probably why the CLA tool won't work... it needs a real email address. The github privacy preserving one works. Your main branch on your repo needs to be reset, then the branch should include only the commit(s) you want to include in the PR. You can reset the main branch like so:
Afterwards you should be able to create new branches with all these other commits in there. Then later to sync your new main branch you can do this:
|
Thanks for the tip!
…On Fri, 23 May, 2025, 13:44 René Dudfield, ***@***.***> wrote:
*illume* left a comment (kubernetes-sigs/headlamp#3336)
<#3336 (comment)>
Thanks @7908837174 <https://github.com/7908837174>
It seems there's a bunch of unrelated commits in here.
Here's how you can fix it:
- make a new branch with all your main things on it (so you have a
backup)
- sync your main branch to the headlamp main branch
- create a new branch with your commit on there (you can use git
cherry-pick to bring your commit in)
- create a new PR with your new branch
—
Reply to this email directly, view it on GitHub
<#3336 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLR2IIOO7W3S2OZJQFO7EUL273KHJAVCNFSM6AAAAAB5XTZBQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMBTGY2DIMJRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@7908837174 Let me know if you need any help? Feel free to dm me on the k8s slack if you want to chat to try and fix it together. But I think the instructions above should be comprehensive enough to fix things. |
Thanks for the tip!
…On Mon, 26 May, 2025, 23:59 René Dudfield, ***@***.***> wrote:
*illume* left a comment (kubernetes-sigs/headlamp#3336)
<#3336 (comment)>
@7908837174 <https://github.com/7908837174> Let me know if you need any
help? Feel free to dm me on the k8s slack if you want to chat to try and
fix it together.
But I think the instructions above should be comprehensive enough to fix
things.
—
Reply to this email directly, view it on GitHub
<#3336 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLR2IIJYB5N2NH7QK7PNWF33ANMQDAVCNFSM6AAAAAB5XTZBQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJQGQYTCNBQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Related files:
build-manifest.json
app-build-manifest.json
app/scripts/setup-plugins.js
container/fetch-plugins.sh