-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
feat(plugins): upgrade wasmer to 3.1.1 #2706
Merged
Merged
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18206c2 - Browse repository at this point
Copy the full SHA 18206c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded8105 - Browse repository at this point
Copy the full SHA ded8105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205337a - Browse repository at this point
Copy the full SHA 205337aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d955d14 - Browse repository at this point
Copy the full SHA d955d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03a59d - Browse repository at this point
Copy the full SHA b03a59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ada9f - Browse repository at this point
Copy the full SHA d6ada9fView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49db594 - Browse repository at this point
Copy the full SHA 49db594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b3449 - Browse repository at this point
Copy the full SHA 64b3449View commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0411be4 - Browse repository at this point
Copy the full SHA 0411be4View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34bcd0d - Browse repository at this point
Copy the full SHA 34bcd0dView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52c3c9c - Browse repository at this point
Copy the full SHA 52c3c9cView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eba512e - Browse repository at this point
Copy the full SHA eba512eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4f755 - Browse repository at this point
Copy the full SHA ac4f755View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6545156 - Browse repository at this point
Copy the full SHA 6545156View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2830927 - Browse repository at this point
Copy the full SHA 2830927View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9385129 - Browse repository at this point
Copy the full SHA 9385129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c4219 - Browse repository at this point
Copy the full SHA 09c4219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940e034 - Browse repository at this point
Copy the full SHA 940e034View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbfef04 - Browse repository at this point
Copy the full SHA bbfef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990f1ac - Browse repository at this point
Copy the full SHA 990f1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039fbf9 - Browse repository at this point
Copy the full SHA 039fbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6845525 - Browse repository at this point
Copy the full SHA 6845525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f72b90 - Browse repository at this point
Copy the full SHA 8f72b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb813b - Browse repository at this point
Copy the full SHA 2bb813bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4153c85 - Browse repository at this point
Copy the full SHA 4153c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29305be - Browse repository at this point
Copy the full SHA 29305beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2372e3d - Browse repository at this point
Copy the full SHA 2372e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4403ca - Browse repository at this point
Copy the full SHA b4403caView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4be9e96 - Browse repository at this point
Copy the full SHA 4be9e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed0d94 - Browse repository at this point
Copy the full SHA 9ed0d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2f1f0 - Browse repository at this point
Copy the full SHA 4f2f1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eabeec - Browse repository at this point
Copy the full SHA 8eabeecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0126884 - Browse repository at this point
Copy the full SHA 0126884View commit details -
Configuration menu - View commit details
-
Copy full SHA for adffe53 - Browse repository at this point
Copy the full SHA adffe53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 444ed46 - Browse repository at this point
Copy the full SHA 444ed46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5ba2e - Browse repository at this point
Copy the full SHA 4a5ba2eView commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d740b97 - Browse repository at this point
Copy the full SHA d740b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49df0fa - Browse repository at this point
Copy the full SHA 49df0faView commit details
Commits on Aug 28, 2023
-
fix(panes): refocus pane properly on tab change (zellij-org#2734)
* fix(panes): stacked panes focus bug * style(fmt): rustfmt
Configuration menu - View commit details
-
Copy full SHA for 5964dc8 - Browse repository at this point
Copy the full SHA 5964dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e21d9 - Browse repository at this point
Copy the full SHA 51e21d9View commit details -
xtask/pipeline: Fix publish task (zellij-org#2711)
* xtask/pipeline: Fix publish task which was previously stuck in an infinite loop after successfully publishing a crate. The error originated in the code only checking for error conditions but not breaking out of the inner infinite loop in case of success. * xtask: Improve publish failure UX by offering the user more actions to choose from when an error occured. * utils/assets: Add generated prost files to assets to make sure they're available at build time and are picked up by all components. It seems we hit some strange bug with the build script where, when running `cargo publish --dry-run` the build script **is not** run before regularly compiling zellij-utils. This shouldn't happen according to the docs, but I cannot explain what's causing it. So we're using this as a workaround for now to make a smooth release. * xtask: Prevent accidental git commit deletion when dry-running a publish. * utils: Add comments to protobuf-related code to explain why these changes were performed. The comments all include a link to an issue comment explaining the situation in greater detail. * xtask: Build protobuf definitions when building any part of the project, similar to how we build the plugins when required. This should ensure that all crates built through `cargo xtask` (which is the officially supported build method) will receive up-to-date protobuf definitions.
Configuration menu - View commit details
-
Copy full SHA for 26a3974 - Browse repository at this point
Copy the full SHA 26a3974View commit details -
Configuration menu - View commit details
-
Copy full SHA for b151ddb - Browse repository at this point
Copy the full SHA b151ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a29d97 - Browse repository at this point
Copy the full SHA 8a29d97View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dafab2e - Browse repository at this point
Copy the full SHA dafab2eView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74794a2 - Browse repository at this point
Copy the full SHA 74794a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48a477 - Browse repository at this point
Copy the full SHA c48a477View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df13df1 - Browse repository at this point
Copy the full SHA df13df1View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12bf8cb - Browse repository at this point
Copy the full SHA 12bf8cbView commit details
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.