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

feat: remove yrs #514

Merged
merged 60 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
1d188c6
feat: remove yrs
darkskygit Aug 17, 2023
f26f747
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 21, 2023
4d4fe0f
chore: format codes
darkskygit Aug 21, 2023
b482de4
fix: dead lock in map
darkskygit Aug 21, 2023
dc47ab7
feat: keep storage thread alive
darkskygit Aug 21, 2023
61aa776
feat: merge update at startup
darkskygit Aug 21, 2023
5479def
feat: stop dispatch update at migrate
darkskygit Aug 21, 2023
2b3684b
feat: return changed update after apply
darkskygit Aug 21, 2023
a40e7ee
chore: disable remote temporarily
darkskygit Aug 21, 2023
1c94c52
chore: merge swift project
darkskygit Aug 21, 2023
c315b5f
feat: clearly update encode
darkskygit Aug 21, 2023
9969ff8
feat: make image minify feature optional
darkskygit Aug 21, 2023
d6c70de
chore: bump deps
darkskygit Aug 21, 2023
f39620d
chore: update headers
darkskygit Aug 21, 2023
c98cc52
feat: reorganize the structure of storage
darkskygit Aug 21, 2023
c97c623
chore: cleanup codes
darkskygit Aug 21, 2023
e9b0aab
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 21, 2023
455a92c
Merge commit '083a37a707b2b1630d9b58eb974f00a4a9418f59' into darksky/…
darkskygit Aug 23, 2023
8d87a29
feat: keck core
darkskygit Aug 23, 2023
cdc7b29
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 24, 2023
18489d9
fix: renew value in map
darkskygit Aug 24, 2023
592ab19
fix: sync protocol
darkskygit Aug 25, 2023
0ee6a9a
chore: cleanup subscribe
darkskygit Aug 26, 2023
4601ba2
feat: fix block apis
darkskygit Aug 26, 2023
8f00603
fix: collaboration test
darkskygit Aug 26, 2023
4a7ad67
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 28, 2023
58356f4
fix: lint
darkskygit Aug 28, 2023
1313146
fix: merge error
darkskygit Aug 28, 2023
70caee9
fix: build warning
darkskygit Aug 28, 2023
37e914a
chore: merge keck-core
darkskygit Aug 28, 2023
600d539
chore: adjust debug config
darkskygit Aug 28, 2023
e80fdc5
fix: keck test
darkskygit Aug 28, 2023
e5d5c1b
chore: fix lint
darkskygit Aug 28, 2023
eafb42b
chore: merge jwst-rpc
darkskygit Aug 28, 2023
023342d
chore: merge jwst-storage
darkskygit Aug 28, 2023
e0e8940
fix: data storage in offline env
darkskygit Aug 28, 2023
3645a70
feat: move jni binding to jwst
darkskygit Aug 28, 2023
c262657
chore: cleanup demo & deps
darkskygit Aug 28, 2023
b7f3ff5
chore: bump deps
darkskygit Aug 28, 2023
53f96af
feat: bump jni version
darkskygit Aug 28, 2023
9a2fa5f
feat: raw history parsing
darkskygit Aug 28, 2023
fd4dcd7
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 29, 2023
846fe33
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 29, 2023
dc5ca87
chore: add gc for doc merger
darkskygit Aug 29, 2023
7d39205
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 29, 2023
08b11c8
chore: add doc merge test
darkskygit Aug 29, 2023
ce693bf
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Aug 31, 2023
2584417
chore: improve workspace test case
darkskygit Aug 31, 2023
c0bd6d0
feat: improve doc merger
darkskygit Aug 31, 2023
878f318
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Sep 1, 2023
61eca90
chore: clippy fix
darkskygit Sep 1, 2023
5c74126
chore: add document for ancestor table
darkskygit Sep 1, 2023
ea3303e
chore: fix lint & loom test
darkskygit Sep 1, 2023
19a4b46
feat: remove cloud ci
darkskygit Sep 1, 2023
fe72633
Merge remote-tracking branch 'origin/master' into darksky/switch_bind…
darkskygit Sep 1, 2023
cedca13
chore: improve test
darkskygit Sep 1, 2023
b08c9cc
fix: lint
darkskygit Sep 1, 2023
5ab4509
chore: rename package & fix benchmark
darkskygit Sep 4, 2023
44d0985
chore: remove useless polyfill
darkskygit Sep 4, 2023
d76fce0
feat: bump jni version & enable large_refs for binding
darkskygit Sep 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: "Y-Octo Rust setup"
name: "Rust setup"
description: "Rust setup, including cache configuration"
inputs:
components:
description: "Cargo components"
required: false
targets:
description: "Cargo target"
required: false
toolchain:
description: "Rustup toolchain"
required: false
default: "stable"
components:
description: "Cargo components"
required: false
targets:
description: "Cargo target"
required: false
toolchain:
description: "Rustup toolchain"
required: false
default: "stable"

runs:
using: "composite"
steps:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ inputs.toolchain }}
targets: ${{ inputs.targets }}
components: ${{ inputs.components }}
- uses: Swatinem/rust-cache@v2
using: "composite"
steps:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ inputs.toolchain }}
targets: ${{ inputs.targets }}
components: ${{ inputs.components }}
- uses: Swatinem/rust-cache@v2
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Linux | Compare benchmark results
shell: bash
run: |
critcmp main pr | cargo run -p y-octo-utils --bin bench_result_render --features bench -- Linux >> summary.md
critcmp main pr | cargo run -p jwst-codec-utils --bin bench_result_render --features bench -- Linux >> summary.md
echo "" >> summary.md

- name: Linux | Cleanup benchmark results
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Windows | Compare benchmark results
shell: bash
run: |
critcmp main pr | cargo run -p y-octo-utils --bin bench_result_render --features bench -- Windows >> summary.md
critcmp main pr | cargo run -p jwst-codec-utils --bin bench_result_render --features bench -- Windows >> summary.md
cat summary.md > $GITHUB_STEP_SUMMARY

- name: Find Comment
Expand Down
Loading
Loading