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(core-distributor): core-manager refactoring [fixes NET-820] #2265

Merged
merged 30 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3d5ec37
feat(core-distributor): core-manager refactoring
gurinderu May 24, 2024
053d84a
enhance error message
gurinderu May 27, 2024
f9b1552
enhance error message
gurinderu May 27, 2024
8e2e64a
introduce system assignment + fixed releasing on worker error
gurinderu May 27, 2024
b342640
use persistent core manager in swarm
gurinderu May 27, 2024
a1026f7
fix test
gurinderu May 28, 2024
e75f553
fixed docs
gurinderu May 28, 2024
5140efd
fixed test
gurinderu May 30, 2024
de17a54
review fixes
gurinderu May 30, 2024
494f56d
fix tests
gurinderu May 30, 2024
fca6792
merge
gurinderu May 30, 2024
3b7f456
fix network case
gurinderu May 30, 2024
0f6abb0
update libs
gurinderu May 31, 2024
56254a8
add tests
gurinderu Jun 3, 2024
b861f14
renames
gurinderu Jun 3, 2024
c73c52e
review fixes
gurinderu Jun 4, 2024
7a414d4
review fixes
gurinderu Jun 4, 2024
6b24377
review fixes
gurinderu Jun 4, 2024
1001e80
review fixes
gurinderu Jun 4, 2024
18ca48b
review fixes
gurinderu Jun 4, 2024
546c98e
review fixes
gurinderu Jun 4, 2024
0f2ee4d
review fixes
gurinderu Jun 4, 2024
5a5c186
review fixes
gurinderu Jun 4, 2024
f911590
Update crates/created-swarm/src/swarm.rs
gurinderu Jun 4, 2024
26c68ab
review fixes
gurinderu Jun 4, 2024
98c9331
review fixes
gurinderu Jun 4, 2024
d581e9a
review fixes
gurinderu Jun 4, 2024
770a764
fix tests
gurinderu Jun 4, 2024
d855387
drop ccp-test-utils & use our dummy thread pinner
gurinderu Jun 4, 2024
83ab0ca
Merge branch 'master' into feature/net-820
mikevoronov Jun 4, 2024
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
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ fluence = { index = "git://crates.fluence.dev/index" }
[build]
# required by tokio console https://github.com/tokio-rs/console
rustflags = ["--cfg", "tokio_unstable"]
rustdocflags = ["--cfg", "tokio_unstable"]

190 changes: 158 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading