Skip to content
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

Try updating to the new location and current version for root's acme #6141

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

interfect
Copy link

I ran into #3459 (comment) when trying to set up SSL terminated directly by wiki.js on DigitalOcean, and I noticed it was running into trouble in some code in the acme module that has been changed for a bugfix since about the 3.0.3 we are using, but which hasn't been picked up because the module moved in NPM. It now lives in @root with a bunch of the other related modules, and the current version is 3.1.0.

This is an attempt to move to that version of the module, to maybe resolve my weird LetsEncrypt issues. If this doesn't pass tests, there are other 3.0.x patch releases under @root we could try.

I'm not sure this will really fix the bug though; the commit I think I need:

therootcompany/acme.js@0aa939a

is only in 3.1.1, not 3.1.0. And 3.1.1 is released on Github but never got published in NPM; see therootcompany/acme.js#4

Nonetheless, I don't think it makes sense to keep using the old module name.

I tried to npm install to get any lockfiles to update, but it did not appear to make any changes to tracked files. I also tried to npm run test to make sure this actually works, and I got a bunch of error-level messages from the linter that had nothing to do with my change, like:

error: Custom event name 'resetEditorConflict' must be kebab-case (vue/custom-event-name-casing) at client/components/editor/ckeditor/conflict.vue:86:24:
  84 |     useLocal () {
  85 |       this.$store.set('editor/checkoutDateActive', this.latest.updatedAt)
> 86 |       this.$root.$emit('resetEditorConflict')
     |                        ^
  87 |       this.close()
  88 |     },
  89 |     useRemote () {

I think I'm not setting up the project for development in the same way as other contributors are, but there's nothing in the README or contributing file that suggests that I should be doing anything different. So hopefully CI can test this and no lockfile changes are needed.

@auto-assign auto-assign bot requested a review from NGPixel February 8, 2023 03:18
@NGPixel
Copy link
Member

NGPixel commented Feb 8, 2023

The project is using yarn, not npm.

@interfect
Copy link
Author

OK, I did rm -Rf node_modules and then yarn install && yarn test to regenerate the Yarn lockfile.

That didn't fix my inability to get the project tests to run; do I need to get the linter working on my machine for you to look at this @NGPixel?

@interfect
Copy link
Author

I think the yarn test tests might not actually be used; https://docs.requarks.io/dev doesn't mention running them ever.

@interfect
Copy link
Author

@NGPixel I think this is ready for review, right? Or do you need something else from me here?

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.

2 participants