smithy-rs/CODEOWNERS

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
3.2 KiB
Plaintext
Raw Normal View History

* @smithy-lang/aws-sdk-rust
# Server
/codegen-server-test/ @smithy-lang/smithy-rs-server
/codegen-server/ @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-http-server/ @smithy-lang/smithy-rs-server
# Python Server
/codegen-server-test/python/ @smithy-lang/smithy-rs-server
/codegen-server/python/ @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-http-server-python/ @smithy-lang/smithy-rs-server
Initial implementation of Typescript server bindings (#2277) * A barely working code generation in typescript * Extract shared socket into feature inside aws-smithy-http-server * Building a fully functional application, I think * Add NAPI build.rs * Refactor all names to use typescript instead of js * Add (hopefully) the PR bot for TS * Clippy fixes * Fix documentation Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> * set_reuse_port in socket not on windows Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> * Add example implementation * Allow the new application to build * Remove all occurrences of Python * Simplify README * Fix issue with the codegen-diff-revision script * Try to prevent the ci-lint to bother us with TODO at this stage of development * Remove codegen-client from typescript dependencies Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com> * Add CODEOWNERS and fix some other linting issues * Add license * Prevent from running tests on typescript in Windows Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com> * Initial work to remove error from this PR * Update to call_async Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> * types/node in package.json Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> * Generate app.ts Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> * Improve makefile * Adapting code to the latest changes and removing runtime dependency (for now). * Removing rust-runtime/aws-smithy-http-server-typescript. * Making CI happy. * Restoring ServerCodegenDecorator to be like main. * Adding back the aws-smithy-http-server-typescript crate back. * Removing index.js file. --------- Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de> Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com> Co-authored-by: 82marbag <69267416+82marbag@users.noreply.github.com> Co-authored-by: Alberto Pose <albepose@amazon.com>
2023-04-06 23:27:17 +08:00
# Typescript Server
/codegen-server-test/typescript/ @smithy-lang/smithy-rs-server
/codegen-server/typescript/ @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-http-server-typescript/ @smithy-lang/smithy-rs-server
# Shared ownership
/.changelog/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/.github/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/CHANGELOG.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/README.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/build.gradle.kts @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/buildSrc/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/codegen-core/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/design/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/examples/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/gradle.properties @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/tools/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-async/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-eventstream/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-http/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-json/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-protocol-test/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-types/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-types-convert/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/aws-smithy-xml/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/inlineable/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/build.gradle.kts @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/rust-runtime/Cargo.toml @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server