-
-
Notifications
You must be signed in to change notification settings - Fork 16
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: refactor for alpha4
#350
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- feat: top-level project docs (`AUTHORS`, `CLA`, etc) - feat: add `CHANGELOG` file - feat: service loader support for intrinsics - feat: service loader support for intrinsic providers = feat: actual security policy - feat: native jline3 support - feat: add new `wasm` module with wasi definitions - feat: submodule for `uuid` and `runtime` - feat: wrapper upgrade plugin and module - feat: support for lombok - feat: support for openrewrite - feat: initial capnproto schemas - feat: re-enable support for `atomicfu` - feat: initialize most of `core` at build time - feat: project code of conduct - fix: testing for redakt plugin - fix: jpms fixes for graalvm dependencies - fix: stray test classes in reflection metadata - fix: native image testing for libraries and binaries - fix: ignore project members for DCO - fix: all known build warnings - fix: properly suppress deprecations in `proto` modules - fix: disable ssg tests which rely on sample project - chore: adopt embedded kotlin - chore: adopt assignment syntax - chore: update all plugins - chore: update cover → `0.7.3` - chore: jvm baseline → `17` - chore: jvm target → `20` - chore: remove unused build plugins - chore: suppress unused projects - chore: update detekt config - chore: update verification metadata - chore: update lockfiles - chore: license headers in most places Signed-off-by: Sam Gammon <sam@elide.ventures>
sgammon
added
✋ embargoed
PRs and issues that can't proceed because of some non-code condition
🚧 WIP
Works-in-progress. Blocks merge
dev
Dev tools, CI/CD, and other devops topics
labels
Aug 1, 2023
github-actions
bot
added
module:frontend
Modules, changes, and issues relating to Elide for browsers
module:server
Modules, changes, and issues relating to Elide for servers
module:base
Changes and issues relating to the Elide `base` module
module:model
Modules, changes, and issues relating to the Elide model layer
platform:jvm
PRs and issues relating to JVM support.
tools
Issues and PRs related to tooling
platform:browser
PRs and issues relating to browser support.
labels
Aug 1, 2023
Closed
This was referenced Aug 1, 2023
Signed-off-by: Sam Gammon <sam@elide.ventures>
sgammon
force-pushed
the
chore/refactor-alpha4
branch
from
August 1, 2023 21:36
37ee4e3
to
ef20617
Compare
- fix: rollback test retry plugin - chore: align gradle enterprise plugin version - chore: general build cleanup - chore: remove unused keys
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci:test-native
Run native tests
dev
Dev tools, CI/CD, and other devops topics
✋ embargoed
PRs and issues that can't proceed because of some non-code condition
module:base
Changes and issues relating to the Elide `base` module
module:frontend
Modules, changes, and issues relating to Elide for browsers
module:model
Modules, changes, and issues relating to the Elide model layer
module:server
Modules, changes, and issues relating to Elide for servers
platform:browser
PRs and issues relating to browser support.
platform:jvm
PRs and issues relating to JVM support.
tools
Issues and PRs related to tooling
🚧 WIP
Works-in-progress. Blocks merge
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.
Summary
Codebase-wide wholesale cleanup, refactor, and prep for release. See full changelog for more info. Two branches will be proposed on top of this: (1) full run of all formatters, and (2) upgrade to Micronaut v4. We can choose which to merge on top of this before merging into
release/alpha4
.PR Tree
ktlint
(WIP) #351Changelog
AUTHORS
,CLA
, etc)CHANGELOG
filewasm
module with wasi definitionsuuid
andruntime
atomicfu
core
at build timeproto
modules0.7.3
17
20