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

Release: 1.0-v3-alpha4-b9 #325

Merged
merged 314 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
314 commits
Select commit Hold shift + click to select a range
89443c6
fix: drop pgo profile setup step
sgammon Jul 27, 2023
acf817d
chore: re-issue api pins
sgammon Jul 26, 2023
e08066d
feat: web crypto api intrinsics
sgammon Jul 27, 2023
5815c7b
chore: update `graalvm` api pins
sgammon Jul 27, 2023
4d0447c
chore: update js facade
sgammon Jul 27, 2023
af53074
fix: compression of new js modules tarball
sgammon Jul 27, 2023
842a29e
chore: enable gvm build report
sgammon Jul 27, 2023
010919a
fix: console appender fetch npe
sgammon Jul 27, 2023
c0c2d0d
fix: don't default to rich console for tool logging
sgammon Jul 27, 2023
572cc04
fix: runtime modules
sgammon Jul 27, 2023
548d315
fix: re-apply module `__runtime__` directory fix
sgammon Jul 27, 2023
ee1d673
fix: use `System.out` for interactive sessions
sgammon Jul 27, 2023
e5d66b2
fix: mount `express` intrinsic module
sgammon Jul 27, 2023
942250f
chore: add test scripts for vm server
sgammon Jul 27, 2023
21c1e0f
chore: additional gvm components in ci
sgammon Jul 27, 2023
8628b0d
feat: windows builds in ci
sgammon Jul 27, 2023
192b292
feat: windows native cli builds in ci
sgammon Jul 27, 2023
8c77da5
fix: default mingw native targets to disabled state
sgammon Jul 27, 2023
22b0fcc
feat: add esbuild wasm layer (for later)
sgammon Jul 27, 2023
c392ad1
fix: `test` package in windows build
sgammon Jul 27, 2023
c9aadaf
fix: build debug/release cli bins separately, proper artifact names
sgammon Jul 27, 2023
b69834a
fix: wait for build, not tests, to build cli
sgammon Jul 27, 2023
191c686
fix: align node version during build
sgammon Jul 27, 2023
78ff1c0
fix: multi-os and multi-arch artifacts
sgammon Jul 28, 2023
67eb491
fix: application of os-specific native image release args
sgammon Jul 28, 2023
985d90e
fix: don't fail build on artifact failure, drop invalid native-image arg
sgammon Jul 28, 2023
4c91bf7
fix: linux release args for cli native build
sgammon Jul 28, 2023
24bc014
fix: further ci and classpath fixes for windows
sgammon Jul 28, 2023
3930e12
fix: drop ci windows builds (temp)
sgammon Jul 28, 2023
85379fa
feat: combined `serve`, `shell`, `run` command
sgammon Jul 28, 2023
4e5bbbd
chore: update kjs yarn lock
sgammon Jul 28, 2023
d904804
chore: refactor and introduce `ServerAgent` generic intrinsic interface
sgammon Jul 28, 2023
dc28df6
feat(cli): server from code snippet, cli entry cleanup
sgammon Jul 28, 2023
b214955
fix: properly disable windows build
sgammon Jul 28, 2023
8facf94
chore: drop stray iprof, update graalvm module pins
sgammon Jul 28, 2023
a1bc1af
fix: mount intrinsic directly at `crypto` property
sgammon Jul 28, 2023
e3564ca
feat: `randomUUID` implementation and tests
sgammon Jul 28, 2023
c22e9ed
feat: failure case testing for `AbstractDualTest`
sgammon Jul 28, 2023
da6c52b
chore: general cleanup in `JsRuntime`
sgammon Jul 28, 2023
36cda9b
feat(js): web crypto `getRandomValues` intrinsic
sgammon Jul 28, 2023
65c15da
test: unit testing for `getRandomValues` intrinsic
sgammon Jul 28, 2023
67b495b
chore: cleanup, transition more repos to pkgst
sgammon Jul 28, 2023
a25c7de
fix: align gradle node version → `20`
sgammon Jul 28, 2023
60ee780
chore: restore kotlin and truffle dependencies
sgammon Jul 28, 2023
53ff2f9
chore: update graalvm api pins
sgammon Jul 28, 2023
aa6a30c
feat(cli): quality of life enhancements
sgammon Jul 28, 2023
2e8d41c
fix: restore `compatibility` mode for linux-amd64
sgammon Jul 28, 2023
e462bcc
fix: use mosaic deps from elide github packages
sgammon Jul 28, 2023
2b2b7ec
fix: drop xl macos machines
sgammon Jul 28, 2023
86201e9
fix: package permissions for build workflow
sgammon Jul 28, 2023
f429db5
fix: use elide repo for mosaic deps
sgammon Jul 28, 2023
8bd2262
fix: register intrinsics for webcrypto with js runtime feature
sgammon Jul 28, 2023
739e027
fix: double logging from cli tool loggers
sgammon Jul 28, 2023
845aad3
chore: scale down linux in ci
sgammon Jul 29, 2023
0fefee3
fix: remove requirement for mosaic scope
sgammon Jul 29, 2023
8bb240f
fix: properly throw user code exceptions
sgammon Jul 29, 2023
b31b3b3
chore: update pnpm lock
sgammon Jul 29, 2023
59341fd
fix: boost ci machine size for native build
sgammon Jul 29, 2023
344f964
fix: g1 support on linux-amd64
sgammon Jul 29, 2023
2a89674
chore: add bin compression test script
sgammon Jul 29, 2023
490d538
fix: build memory limit in ci
sgammon Jul 29, 2023
1ba114f
chore: empty vsc settings for project
sgammon Jul 29, 2023
4a87741
fix: ignore build elide binaries
sgammon Jul 29, 2023
317fb20
fix: windows build support
sgammon Jul 29, 2023
afbabc9
fix: boost memory in ci linux build
sgammon Jul 29, 2023
be868d4
fix: don't start extra thread for main
sgammon Jul 29, 2023
39450e3
chore: add node loadtest script
sgammon Jul 29, 2023
83a1d6c
fix: misaligned linux runner for native cli build
sgammon Jul 29, 2023
82caf0a
chore: remove weird reflected classes
sgammon Jul 29, 2023
6dbdd30
chore: freeze experiments for binary size
sgammon Jul 29, 2023
c45d1b0
fix: boost memory for macos native debug build
sgammon Jul 29, 2023
4928135
chore: add dependency linter plugin
sgammon Jul 29, 2023
7eb9af6
feat: refactor for jpms support
sgammon Jul 29, 2023
ca4893a
chore: update api pins
sgammon Jul 30, 2023
e232a77
fix: jpms modules from graalvm
sgammon Jul 30, 2023
7675528
fix: kotlin version for benchmarks
sgammon Jul 30, 2023
d07e4b9
fix: graalvm api pins
sgammon Jul 30, 2023
e8386b1
chore: switch to `multiplatform` plugin for js builds
sgammon Jul 30, 2023
3a58adb
fix: build fixes, allow prerelease deps
sgammon Jul 30, 2023
2b3e9d8
chore: switch to release of `mosaic`, prep wasm repo
sgammon Jul 30, 2023
8728b0c
chore: convert `graalvm-react` into multiplatform module
sgammon Jul 30, 2023
a36181f
chore: convert `frontend` into multiplatform module
sgammon Jul 30, 2023
9f9cf4f
fix: general build cleanup
sgammon Jul 30, 2023
e2b8440
feat: add `wasm` target support to `base` module (early)
sgammon Jul 30, 2023
fa087f9
chore: upgrade to release of `elide-uuid`
sgammon Jul 30, 2023
110d91c
chore: general build cleanup from past several commits
sgammon Jul 30, 2023
78edc08
chore: update kjs yarn lock
sgammon Jul 30, 2023
b91493f
fix: module opens args after jline dep fix
sgammon Jul 30, 2023
2d11dbb
chore: general build cleanup for push
sgammon Jul 30, 2023
f5dd2b6
chore: setup for jshell via espresso
sgammon Jul 30, 2023
44053b3
chore: lenient dependency locking and verification by default
sgammon Jul 31, 2023
e7e3473
fix: use wasm repositories codebase wide
sgammon Jul 31, 2023
c9dc901
feat: `wasm` target support for `model` package
sgammon Jul 31, 2023
1e288d2
chore: drop `kotter`, add `capnproto`
sgammon Jul 31, 2023
a417ced
chore: merged `yarn.lock` for monorepo
sgammon Jul 31, 2023
b2f93c6
fix: missing `jshell` module for `cli`
sgammon Jul 31, 2023
eb26302
feat: transition `proto-core` and `proto-kotlinx` to mpp
sgammon Jul 31, 2023
fb76221
feat: `wasm` target support for `ssr` module
sgammon Jul 31, 2023
45438d4
chore: add empty `proto-capnp` module
sgammon Jul 31, 2023
0ea3d8d
chore: update yarn lock
sgammon Jul 31, 2023
5a6c46e
chore: activate dependency locking
sgammon Jul 31, 2023
1d8f914
chore: add verification metadata
sgammon Jul 31, 2023
5059986
fix: drop outdated `KotlinJvmTest` patch
sgammon Jul 31, 2023
3c8fd1f
feat(ci): report build provenance and dependency graph
sgammon Jul 31, 2023
a79baac
chore: upgrade gradle → `8.3-rc2`
sgammon Jul 31, 2023
48c308a
chore: update lockfiles, verification metadata
sgammon Jul 31, 2023
c7cf4b5
chore: enable configuration cache
sgammon Jul 31, 2023
fa90a74
feat: execution controller for jshell (coming soon)
sgammon Jul 31, 2023
e6c13a7
fix: ci reporting for provenance
sgammon Jul 31, 2023
65ade99
fix: yarn lock ci step
sgammon Jul 31, 2023
7993239
fix: add api pin for `proto-capnp`
sgammon Jul 31, 2023
abfd776
fix: disable config cache (as always, it's broken)
sgammon Jul 31, 2023
9a711a8
fix: update proto module api pins
sgammon Jul 31, 2023
8781e73
fix: build error with atomicfu runtime in `ssr`
sgammon Jul 31, 2023
1724421
fix: apply another fix for atomicfu issue
sgammon Jul 31, 2023
f72f1f0
feat: security hardening for ci
step-security-bot Jul 31, 2023
b63cbad
fix: quoting of action coordinates
sgammon Jul 31, 2023
ae1251a
chore: update container images
sgammon Jul 31, 2023
f9fd28a
chore: general readme updates
sgammon Jul 31, 2023
76559fe
feat: add `elide-uuid` as submodule
sgammon Jul 31, 2023
3da7cfc
fix: complaints about indentation in uuid project
sgammon Jul 31, 2023
852bcba
chore: update verification metadata
sgammon Jul 31, 2023
2719310
fix: allow lock write during api check
sgammon Jul 31, 2023
ba41c10
chore: try windows builds again
sgammon Jul 31, 2023
0b3af54
chore: build-wide cleanup of kotlin dsl assignment
sgammon Jul 31, 2023
c91617c
chore: update lockfiles
sgammon Jul 31, 2023
b50fccf
chore: update uuid project
sgammon Jul 31, 2023
f5033a2
fix: conditional uuid module build
sgammon Jul 31, 2023
6dec1bc
chore: update packages readme
sgammon Jul 31, 2023
0da9da0
chore: update lockfiles
sgammon Jul 31, 2023
a60971c
chore: better doc for packages root
sgammon Jul 31, 2023
5820ae5
chore: cleanup empty dependencies block in `frontend` module
sgammon Jul 31, 2023
b8844dc
fix: stray enabled config cache
sgammon Jul 31, 2023
e86c7e7
fix: unwind plugin dependency for build classpath
sgammon Jul 31, 2023
d5250c8
chore: build cleanup before release
sgammon Jul 31, 2023
d69811e
chore: jvm baseline → jvm20
sgammon Jul 31, 2023
2462e1e
fix: restore rpc tests
sgammon Jul 31, 2023
b8a6928
chore: restore windows native builds
sgammon Jul 31, 2023
216f701
fix: proper use of buildDirectory property
sgammon Jul 31, 2023
53e5a40
fix: allow toolchain provisioning (needed on windows)
sgammon Jul 31, 2023
6f2f47e
fix: decompression of cli pgo profiles
sgammon Jul 31, 2023
6b88fca
fix: formatting issues, add default git config
sgammon Jul 31, 2023
42144ac
chore: update verification metadata for windows
sgammon Jul 31, 2023
6813af4
chore: add `runtime` submodule
sgammon Jul 31, 2023
2975c1c
chore: update `uuid` package with test fixes
sgammon Jul 31, 2023
c4216f5
fix: drop detekt from main build job
sgammon Jul 31, 2023
a1b8219
fix: install only necessary graalvm components in ci
sgammon Jul 31, 2023
1691186
chore: only build cli targets if pr is labeled for it
sgammon Jul 31, 2023
65e98ad
chore: activate `Werror` mode
sgammon Aug 1, 2023
c812d7f
fix: trust pre-release wasm artifacts
sgammon Aug 1, 2023
869ec14
fix: suppress irrelevant build warnings, general build cleanup
sgammon Aug 1, 2023
9f04d15
chore: bump bundler jvm target → `20`
sgammon Aug 1, 2023
3b0d8a5
fix: drop custom toolchain for jpms sourceset build
sgammon Aug 1, 2023
3e100f8
chore: re-enable native test support
sgammon Aug 1, 2023
718965e
fix: native junit testing
sgammon Aug 1, 2023
e989bab
chore: update test native metadata
sgammon Aug 1, 2023
620b5cb
fix: clean up native builds before merge
sgammon Aug 1, 2023
35819b2
chore: cleanup esbuild wasm libs
sgammon Aug 1, 2023
a676735
fix: verify detached configurations
sgammon Aug 1, 2023
9c6d0ce
fix: more windows memory for release build, msvc install
sgammon Aug 1, 2023
bb57d76
feat: refactor for `alpha4`
sgammon Aug 1, 2023
7d993cc
fix: depend on `stlib` from `wasm` module
sgammon Aug 1, 2023
7d1b928
fix: drop jline3 feature, fix module graph
sgammon Aug 1, 2023
28e7a49
chore: update `proto-protobuf` api pins
sgammon Aug 1, 2023
5f4f136
chore: run import optimizer
sgammon Aug 1, 2023
29e38f9
fix: include stdlib dep in targets
sgammon Aug 1, 2023
2ed46b4
fix: make wasm package build conditional
sgammon Aug 1, 2023
dd42d24
fix: trust source and doc jars
sgammon Aug 1, 2023
12c2b30
chore: general cleanup
sgammon Aug 1, 2023
bb6fe95
fix: missing imports in `Token` and `TokenValue` models
sgammon Aug 1, 2023
0b33830
fix: new kover task name
sgammon Aug 1, 2023
53c8308
fix: makefile boost to jvm 20 target
sgammon Aug 1, 2023
a04c267
fix: linter and wasm testing in ci
sgammon Aug 1, 2023
3dcebbe
fix: drop language flags in ci
sgammon Aug 1, 2023
4de0b80
fix: test retries for `rpc` module
sgammon Aug 1, 2023
b43aa69
fix: general build fixes, align gradle enterprise plugin
sgammon Aug 1, 2023
b03c285
chore: initialize more elide code at build time
sgammon Aug 1, 2023
c37bcf2
fix: native test targets for `graalvm` module
sgammon Aug 2, 2023
b9d2767
chore: openrewrite recipe deps
sgammon Aug 2, 2023
29d7da3
fix: add compose dev repository
sgammon Aug 2, 2023
ac0b4ec
chore: optimize kotlin daemon args
sgammon Aug 2, 2023
7309558
fix: wasm build stash
sgammon Aug 2, 2023
db2db8e
fix: disable `wasm` module build, not working
sgammon Aug 2, 2023
ee3387a
fix: drop `testCodeCoverageReport` task
sgammon Aug 2, 2023
f979aa6
feat: middleware support for express intrinsics.
darvld Jul 30, 2023
f58f088
fix(graalvm): add netty and reactor-netty imports to module-info
darvld Aug 1, 2023
cdfd899
fix(graalvm): fix api pins.
darvld Aug 1, 2023
66de675
fix: drop empty protos which aren't ready yet
sgammon Aug 2, 2023
be8fd96
fix: yarn install issue on node 20
sgammon Aug 2, 2023
bb1601e
fix: snapshot publishing of proto multi-platform libs
sgammon Aug 2, 2023
97ae701
fix: update `proto-protobuf` api pins
sgammon Aug 2, 2023
fdff3c6
fix: upgrade node for wasm tests
sgammon Aug 2, 2023
15de189
chore: update verification metadata and locks
sgammon Aug 2, 2023
b5638fa
fix: multiplatform jvm library publishing
sgammon Aug 2, 2023
39c79de
chore: update verification metadata for linux
sgammon Aug 2, 2023
a083938
chore: update verification metadata for windows
sgammon Aug 2, 2023
5d6251b
fix: disable engine caching in test mode
sgammon Aug 2, 2023
36f44b7
feat: distribution archives for cli
sgammon Aug 2, 2023
d2d03ee
chore: update install shell script
sgammon Aug 2, 2023
980c7b2
feat: windows exe through npm distribution
sgammon Aug 2, 2023
732a47e
chore: general build cleanup
sgammon Aug 2, 2023
bc136db
chore: installer and package bump → `1.0-v3-alpha4-b9`
sgammon Aug 2, 2023
5c2c6f2
feat: dist package content
sgammon Aug 2, 2023
1c5efb7
fix: drop windows debug build until fixed
sgammon Aug 2, 2023
cf1bf99
fix: native compile avoidance in ci
sgammon Aug 3, 2023
14617ec
fix: more fixes for native build in ci
sgammon Aug 3, 2023
c95063f
chore: transition to typed project accessors
sgammon Aug 3, 2023
2345eb3
fix: don't ignore test errors in ci
sgammon Aug 3, 2023
c7c3984
chore: typed project accessors pt 2
sgammon Aug 3, 2023
84f61db
chore: copyright headers for benchmarks
sgammon Aug 3, 2023
726581a
fix: don't build native by default via makefile
sgammon Aug 3, 2023
860f092
chore: fixup benchmarks project, add to main build
sgammon Aug 4, 2023
4b5a0c3
fix: native `server` build and test, general build cleanup
sgammon Aug 4, 2023
a22b6d7
chore: update verification metadata
sgammon Aug 4, 2023
d6fc084
chore: re-enable strict mode in `cli` module
sgammon Aug 4, 2023
f2499f3
chore: file headers for `frontend` module
sgammon Aug 4, 2023
6525cef
chore: file headers for `cli` module
sgammon Aug 4, 2023
2054c9a
fix: module dependencies and file headers for `graalvm` module
sgammon Aug 4, 2023
9fbf841
fix: missing package, windows cli upload in ci
sgammon Aug 4, 2023
7175ba3
chore: frontend dependency updates
sgammon Aug 4, 2023
816ba8f
fix: adapt to new frontend package structures
sgammon Aug 4, 2023
30e073c
chore: upgrade micronaut → `3.10.0`
sgammon Aug 4, 2023
658ddd8
chore: ksp update, various build cleanups
sgammon Aug 4, 2023
0efd030
chore: update gradle → `8.3-rc-3`
sgammon Aug 4, 2023
2a0bb4b
chore: sync plugin dependencies
sgammon Aug 4, 2023
e50d88a
chore: update lockfiles
sgammon Aug 4, 2023
16e8cf5
chore: plugin version bump → `1.0.0-beta23`
sgammon Aug 4, 2023
805990f
chore: fill out support doc
sgammon Aug 4, 2023
366783f
fix: disable Werror in `cli` module
sgammon Aug 4, 2023
a5c0043
chore: license headers in `test`, `server`, `proto`, `rpc`
sgammon Aug 4, 2023
2a0bf36
chore: further header updates in `tools`, `graalvm`
sgammon Aug 4, 2023
339fffb
fix: `jszip` and `node-fetch` resolutions
sgammon Aug 4, 2023
03593e6
chore: re-enable pkgst for frontend deps
sgammon Aug 4, 2023
2a25240
fix: peer `typescript` package version
sgammon Aug 4, 2023
9a3b7cb
feat: typescript definitions, js fixes
sgammon Aug 4, 2023
e3601e4
fix: suppress warnings for external enums
sgammon Aug 4, 2023
db1821a
fix: warning suppression in `cli` module
sgammon Aug 4, 2023
9cba882
fix: plugin ci jobs
sgammon Aug 4, 2023
6d95e1f
chore: sync plugin sources
sgammon Aug 4, 2023
3d8a368
fix: move conventions to jvm 17
sgammon Aug 4, 2023
cf5645e
fix: typo in plugin settings
sgammon Aug 4, 2023
430313d
feat: deprecate `Symbolic`, move to `core` module
sgammon Aug 4, 2023
1802902
chore: remove inert doc directives, general cleanup
sgammon Aug 4, 2023
c37d23c
chore: update api pins
sgammon Aug 4, 2023
4f7fe22
chore: update uses of `Symbolic` and related resolver
sgammon Aug 4, 2023
3f2e3da
fix: finish refactor of `Symbolic` types
sgammon Aug 4, 2023
0dd563c
fix: `elide.strict` mode
sgammon Aug 4, 2023
b3cf203
chore: update api pins for proto modules
sgammon Aug 4, 2023
5012140
chore: update yarn lock
sgammon Aug 4, 2023
958f9ba
fix: server native tests + disable in ci
sgammon Aug 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,225 changes: 1,215 additions & 10 deletions .editorconfig

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[commit]
gpgsign = true
signoff = true
[merge]
conflictstyle = diff3
[tag]
gpgsign = true
16 changes: 16 additions & 0 deletions .github/AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Elide Project Authors

This file lists the Elide project authors. A contributor is considered an _author_ to the extent their contributions are
significant enough to impact copyright considerations. This is left to the discretion of project authors but typically
applies when a full feature is contributed by a single author.

### Sam Gammon (@sgammon)

Sam is the original author of Elide and the primary maintainer. He is the code-owner by default unless otherwise
specified. All administrative rights have been delegated to second parties. The previous major versions of Elide, `v1`
and `v2`, were authored by Sam in Python and Java/Kotlin before being retired for Elide's current implementation.

### Dario Valdespino (@darvld)

Dario is a core contributor and maintainer of Elide. He is the code-owner and author of the Express JS intrinsics and
the serving engine.
30 changes: 30 additions & 0 deletions .github/CLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Elide Contributor License Agreement

> Version `1.0`

In order to clarify the intellectual property license granted with Contributions from any person or entity, Elide Ventures LLC ("Elide") must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Elide; it does not change your rights to use your own Contributions for any other purpose.
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Elide. Except for the license granted herein to Elide and recipients of software distributed by Elide, You reserve all right, title, and interest in and to Your Contributions.

## Definitions.

"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Elide. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Elide for inclusion in, or documentation of, any of the products owned or managed by Elide (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Elide or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Elide for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."

## Grant of Copyright License

Subject to the terms and conditions of this Agreement, You hereby grant to Elide and to recipients of software distributed by Elide a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

## Grant of Patent License

Subject to the terms and conditions of this Agreement, You hereby grant to Elide and to recipients of software distributed by Elide a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.

You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Elide, or that your employer has executed a separate Corporate CLA with Elide.

You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.

You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.

Should You wish to submit work that is not Your original creation, You may submit it to Elide separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".

You agree to notify Elide of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect
77 changes: 76 additions & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1,76 @@
**Coming soon.**
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies within all project spaces, and it also applies when
an individual is representing the project or its community in public spaces.
Examples of representing a project or community include using an official
project e-mail address, posting via an official social media account, or acting
as an appointed representative at an online or offline event. Representation of
a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
23 changes: 23 additions & 0 deletions .github/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Elide Project Contributors

This file lists the Elide project contributors. A contributor is someone who has contributed code in any substantive
(non-trivial) capacity to the project, but is not necessarily considered a project author.

### Sam Gammon (@sgammon)

Sam is the original author of Elide and the primary maintainer. He is the code-owner by default unless otherwise
specified. All administrative rights have been delegated to second parties.

### Dario Valdespino (@darvld)

Dario is a core contributor and maintainer of Elide. He is the code-owner and author of the Express JS intrinsics and
the serving engine.

### Damien O'Hara (@mfwgenerics)

Damien is a contributor to Elide and additionally the author of several upstream components (Kapshot, Koala, etc.). He
has also helped with extensive code review and thought partnership in the design of Elide.

### Sebastian Schuberth (@sschuberth)

Sebastian is a contributor to Elide.
34 changes: 34 additions & 0 deletions .github/DCO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
48 changes: 48 additions & 0 deletions .github/GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Elide Project Governance

**The Elide project is an open source software framework and runtime.** It is supported in part by [Elide][1] the
company, which is known formally as _Elide Ventures, LLC_, a registered Delaware Limited Liability Company. Elide is
also supported by contributions from independent engineers all over the world.

Elide is a community project, and we welcome new contributors. We are committed to fostering a welcoming environment.
We expect contributors to follow the [Contributor Covenant Code of Conduct][2] when discussing the project in any forum.

## Project Leadership

The Elide project is led by a core team of authors. The current authorship includes:

- **Sam Gammon (@sgammon)**: Primary author and maintainer of Elide. Code-owner by default unless otherwise noted.
- **Dario Valdespino (@darvld)**: Core contributor and maintainer of Elide. Code-owner and author of the Express JS
intrinsics and the serving engine.

## Process and Governance

Most design and development discussion happens via [GitHub Discussions][3] in an open manner where anybody can join in.
Proposals typically form in that area and move to a place of consensus before any implementation work begins.

Once a proposal has been made and a consensus has been reached, the core team will work with the author(s) to determine
the best path forward. This may include the author(s) implementing the proposal, or it may fall to the core team to
implement the proposal.

### Code review

During the development process, code review is done via GitHub pull requests. The core team reviews and merges all pull
requests. Contributors may opt to keep their pull requests as drafts until such time as they are ready for review.

### Developer Certificate of Origin (DCO)

Elide requires that all contributors **sign their commits** with a valid cryptographic key registered to their GitHub
account and email address. **All commits** must also carry a `Signed-off-by` tag in order to be considered for merge.
This tag indicates that the contributor has read and agreed to the [Developer Certificate of Origin (DCO)][4].

### Contributor License Agreement (CLA)

Elide requires that all contributors agree to the terms of the [Elide Contributor License Agreement (CLA)][5]. This
agreement clarifies intellectual property rights with regard to the Elide Framework and Runtime. It does not change your
rights to use your own contributions for any other purpose.

[1]: https://elide.dev
[2]: ./CODE_OF_CONDUCT.md
[3]: https://github.com/orgs/elide-dev/discussions
[4]: ./DCO.md
[5]: ./CLA.md
12 changes: 10 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Pull Request Template
## Summary

**Coming soon.**
Add a summary about your PR here.

- [ ] feat: task list here

## Changelog

- feat(cli): added a thing
- fix(dev): fixed a thing
- chore: updated → `1.0`
98 changes: 97 additions & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1 +1,97 @@
**Coming soon.**
# Security Policy: Elide Project

> Version: `1.0`

The Elide project and team take security very seriously; a big point of Elide's existence is a lack of isolation in
other runtimes.

Security issues are addressed promptly, and we continuously enhance project security where at all possible.

## Supported Versions

The Elide project is still early, but we intend to support the latest release and immediate past release.
Once the project hits a level of stability suitable for a `1.0` version we will update this document and issue an
LTS release.

**Current version support matrix:**

| Version | Supported |
|-----------------|---------------------------------------------|
| `v3-alpha4-*` | :white_check_mark: |
| `v3-alpha3-*` | :white_check_mark: (Immediate past release) |
| `v2` and before | :x: No support (ancient) |

## Reporting a Vulnerability

**We use GitHub issues to track vulnerabilities.** [Click here][9] to report a new issue.
If you need to report a vulnerability privately, please use the email address on our main GitHub organization page
(`apps` at `elide` dot `cloud`).

If you need to provide secure information or your report needs to be encrypted, please use our PGP key, as listed on
public key servers at the same email address.

The Elide team will respond to vulnerabilities promptly. We will work with you to understand the scope of the issue and
confirm the vulnerability.

Once confirmed, we will work to address the issue and release a patch as soon as possible, including backporting to the
latest release and immediate past release.

Other (older) releases may receive backports on a case-by-case basis.

## Security Advisories

We will publish security advisories for any vulnerabilities that we address.

These advisories will be published on our GitHub organization page and will be linked to from this document;
the main `elide` repository will also have a link to this document.

**At this time, no security advisories have been announced.**

## Supply Chain Security

Elide leverages [dependency verification][1] and [dependency locking][2] for all supported tooling; in any case, we
select the minimum set of high-quality dependencies necessary to deliver a feature.

In most cases, Elide only depends on standard libraries and language-endorsed extensions.

### Dependency Verification and Locking

Elide employs Gradle for dependency assurance, with `SHA-256` and `PGP` used for hashing and signing.

### Attestations and Signing

Elide ships with [SLSA attestations][3] for all modules, and embeds an SBOM with each binary artifact.
Library releases are signed with PGP and published to Maven Central; all releases are additionally registered with
[Sigstore][4].

Container image bases carry SLSA attestations and are registered with Sigstore.

## Continuous Updates

Elide pins to the latest versions of all dependencies, by default, modulo (1) known vulnerabilities and (2) support for
current features. Every attempt is made to use only stable dependencies; sometimes this is not possible with the speed
at which development occurs on Elide.

Elide employs Dependabot and Renovate for automated dependency updates, and we continuously monitor for and adopt new
releases of all software Elide depends on.

## Upstream Policies

Elide is a meta-framework and runtime.

When used as a **library or framework**, the bulk of Elide's functionality is implemented by [Micronaut][5] and
[Netty][6]. When used as a **runtime**, Elide is built on top of [GraalVM][10].

You can find their security policies [here][7] (Micronaut), [here][8] (Netty), and [here][11] (GraalVM), respectively.

[1]: https://docs.gradle.org/current/userguide/dependency_verification.html
[2]: https://docs.gradle.org/current/userguide/dependency_locking.html
[3]: https://slsa.dev/
[4]: https://www.sigstore.dev/
[5]: https://micronaut.io/
[6]: https://netty.io/
[7]: https://github.com/micronaut-projects/micronaut-core/security/policy
[8]: https://github.com/netty/netty/security/policy
[9]: https://github.com/elide-dev/elide/issues/new
[10]: https://www.graalvm.org/
[11]: https://github.com/oracle/graal/security/policy
Loading