puter icon indicating copy to clipboard operation
puter copied to clipboard

Fixed issue #208 and added dev-runner script for selfhosting

Open Braingix opened this issue 1 year ago • 10 comments

Braingix avatar Apr 02 '24 15:04 Braingix

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


ÂOdah Bernard seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 02 '24 15:04 CLAassistant

Thank you for your contribution, Odah. Could you look into the CLA, it's needed before we can merge.

jelveh avatar Apr 02 '24 15:04 jelveh

Thank you for your contribution, Odah. Could you look into the CLA, it's needed before we can merge.

I have signed it.

Braingix avatar Apr 02 '24 15:04 Braingix

The check isn't accepting it because the commit metadata differs from your GitHub account

KernelDeimos avatar Apr 02 '24 18:04 KernelDeimos

This commit has a large amount of style changes. Is this your editor doing that? We'd like to keep style changes separate from bug fixes and features, so these will need to be removed or PR'd separately

KernelDeimos avatar Apr 02 '24 18:04 KernelDeimos

This commit has a large amount of style changes. Is this your editor doing that? We'd like to keep style changes separate from bug fixes and features, so these will need to be removed or PR'd separately

I think I have format on save turned on in my editor. Didn't check for that.

Braingix avatar Apr 02 '24 18:04 Braingix

The check isn't accepting it because the commit metadata differs from your GitHub account

So I have to make another PR?

Braingix avatar Apr 02 '24 18:04 Braingix

The check isn't accepting it because the commit metadata differs from your GitHub account

So I have to make another PR?

For style changes I'm now thinking it's better to leave them out entirely. If we don't merge style changes it makes it more difficult for someone in the future to hide malicious changes in a massive "style PR" for example (like imagine something with 10x the changes of your PR, and then one line is changed somewhere; I think we don't want to set that precedent)

KernelDeimos avatar Apr 02 '24 18:04 KernelDeimos

The check isn't accepting it because the commit metadata differs from your GitHub account

So I have to make another PR?

For style changes I'm now thinking it's better to leave them out entirely. If we don't merge style changes it makes it more difficult for someone in the future to hide malicious changes in a massive "style PR" for example (like imagine something with 10x the changes of your PR, and then one line is changed somewhere; I think we don't want to set that precedent)

Got it.

Braingix avatar Apr 02 '24 19:04 Braingix

So I have to make another PR?

No, you should be able to add whichever email address you used for that commit, to your GitHub account. I think that will work.

And depending on how comfortable you are with git, you could:

  1. Do a soft reset of the commit. (git reset --soft HEAD~1) This undoes the commit but keeps the file changes.
  2. Discard the code-formatting changes.
  3. Test it still works.
  4. Create a new commit of the changes.
  5. Force-push to update it here. (git push --force)

And in future I'd recommend using a separate branch for each PR, it makes things a bit easier to manage.

AtkinsSJ avatar Apr 03 '24 09:04 AtkinsSJ

Closing as this is no longer active

KernelDeimos avatar Apr 21 '24 00:04 KernelDeimos