-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump publiclab-editor from 2.1.2 to 2.2.0 #8297
Bump publiclab-editor from 2.1.2 to 2.2.0 #8297
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8297 +/- ##
=======================================
Coverage 81.27% 81.27%
=======================================
Files 101 101
Lines 5859 5859
=======================================
Hits 4762 4762
Misses 1097 1097 |
Awesome! |
Please give this a try in GitPod and confirm that it works, folks! Then let's merge!!! |
I found I wasn't able to publish a post when testing it in GitPod -- can someone else try that out? Let's look at the Ruby and JS consoles to see what happened! |
seeing the same too. And is this not the same code we have on stable? The Publish bar on stable is not responding for me, and the |
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.
Also noticed the tool bar needs a little adjustment too. Have seen what the issue is, i can either fix this, or make it an FTO issue?
The toolbar in rich mode starts floating from the foot of the 4th step instead of from the foot f the contenteditable div. This wasn't obvious in the editor example
Hmm, on https://stable.publiclab.org? This should have the same Ruby code, but not the same Editor code of course. That's no good, though! We may need to open a new priority issue for that. Do you see any Ruby error output in GitPod we can reference to trace this?
It would be great if you could open a PR directly for it, as we'll want to resolve that ASAP to get this release published. Thank you @Shulammite-Aso !! |
OK, I'm going through this now carefully in GitPod and stable, checking: Stable:
GitPod:
|
OK, 500 on
Could it relate to |
Aha. It's because it can't connect to Redis:
I hope that means that this would work in production... checking... |
Linking to enabling Redis in GitPod here: #8162 However, I think that we should fail gracefully if Redis isn't available. Checking how. |
Update! The issue was different on stable: https://stable.publiclab.org/notes/warren/08-18-2020/test-post-1351 - it was a duplicate title |
Image upload itself in the new editor seems to work fine in GitPod but not in stable. Just checking that and then I'll merge this! |
ah ok confirmed that same missing image is happening for comment uploads on https://stable.publiclab.org/notes/warren/08-18-2020/test-post-1351 so unrelated. @icarito and I are debugging that... seems the image exists but is not being routed to. Probably doesn't affect production... |
@dependabot rebase |
Trying a rebase now that we ought to have Redis running in GitPod after #8317 |
Bumps [publiclab-editor](https://github.com/publiclab/PublicLab.Editor) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/publiclab/PublicLab.Editor/releases) - [Commits](https://github.com/publiclab/PublicLab.Editor/commits/v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
7e86b06
to
13877f8
Compare
Confirmed images now working again on stable: https://stable.publiclab.org/notes/warren/08-18-2020/test-post-1351asdfasdfga |
Testing in GitPod again post Redis fix... |
🎉 🎉 🎉 🎉 🎉 Thanks all! This was great. Sorry for the last minute unrelated issues but thanks for your patience. |
https://stable.publiclab.org/post to test, then publishing to live site! |
Works in GitPod too now. Thanks! |
Bumps publiclab-editor from 2.1.2 to 2.2.0.
Release notes
Sourced from publiclab-editor's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: