Skip to content

Commit

Permalink
feat: remove deprecated codes & update wasm binding (#530)
Browse files Browse the repository at this point in the history
* feat: remove deprecated codes & update wasm binding

* chore: style & clippy
  • Loading branch information
darkskygit authored Sep 4, 2023
1 parent a5dd80a commit 0be9fb3
Show file tree
Hide file tree
Showing 93 changed files with 111 additions and 8,565 deletions.
538 changes: 25 additions & 513 deletions Cargo.lock

Large diffs are not rendered by default.

29 changes: 13 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
[workspace]

members = [
"apps/doc_merger",
"apps/keck",
"libs/jwst",
# "libs/jwst-binding/jwst-ffi",
"libs/jwst-binding/jwst-jni",
# "libs/jwst-binding/jwst-py",
"libs/jwst-binding/jwst-swift",
"libs/jwst-binding/jwst-swift/jwst-swift-integrate",
# "libs/jwst-binding/jwst-wasm",
"libs/jwst-codec",
"libs/jwst-codec-utils",
"libs/jwst-core",
"libs/jwst-logger",
"libs/jwst-rpc",
"libs/jwst-storage",
"libs/jwst-storage/src/migration",
"apps/doc_merger",
"apps/keck",
"libs/jwst-binding/jwst-jni",
"libs/jwst-binding/jwst-swift",
"libs/jwst-binding/jwst-swift/jwst-swift-integrate",
"libs/jwst-binding/jwst-wasm",
"libs/jwst-codec",
"libs/jwst-codec-utils",
"libs/jwst-core",
"libs/jwst-logger",
"libs/jwst-rpc",
"libs/jwst-storage",
"libs/jwst-storage/src/migration",
]
resolver = "2"

Expand Down
16 changes: 8 additions & 8 deletions apps/cloud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ serde = { version = "1.0.155", features = ["derive"] }
serde_json = "1.0.94"
tempfile = "3.4.0"
tokio = { version = "1.26.0", features = [
"macros",
"rt-multi-thread",
"signal",
"macros",
"rt-multi-thread",
"signal",
] }
tower-http = { version = "0.4.0", features = [
"auth",
"cors",
"propagate-header",
"request-id",
"trace",
"auth",
"cors",
"propagate-header",
"request-id",
"trace",
] }
utoipa = { version = "3.1.0", features = ["axum_extras"] }
form_urlencoded = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/keck/src/server/api/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn doc_apis(router: Router) -> Router {
#[cfg(feature = "schema")]
{
let mut openapi = ApiDoc::openapi();
openapi.info.description = Some(vec![README, DISTINCTIVE_FEATURES].join("\n"));
openapi.info.description = Some([README, DISTINCTIVE_FEATURES].join("\n"));

let name = "jwst";
if cfg!(debug_assertions) || std::env::var("JWST_DEV").is_ok() {
Expand Down
36 changes: 0 additions & 36 deletions libs/cloud-database/Cargo.toml

This file was deleted.

17 changes: 0 additions & 17 deletions libs/cloud-database/migration/Cargo.toml

This file was deleted.

41 changes: 0 additions & 41 deletions libs/cloud-database/migration/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions libs/cloud-database/migration/src/lib.rs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

1 comment on commit 0be9fb3

@vercel
Copy link

@vercel vercel bot commented on 0be9fb3 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.