-
Notifications
You must be signed in to change notification settings - Fork 153
DRAFT - Atomic deployment #1978
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
Draft
noise64
wants to merge
107
commits into
main
Choose a base branch
from
main-atomic-deployment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Move diff module to common * make fix
* update apis with explicit deployment ids * add apis to fetch specific revision of entities * move deployment to environment subresource * regenerate openapi
* checkpoint * reuse deleted for http apis * add optional revision_id to deployment identity * component: get by revisions * checkpoint * checkpoint * checkpoint * env list, cleanups * consistent repo::Result style * cleanup * token repo * run registry integ tests on CI and cleanups * make fix
* remove unused repo method * oauth2 repo init * oauth2 * fix http api deployments FK * http api def / dep tests and fixes * http api deployment: test with and without subdomain, fixes * make fix * calculate hash in repo for env, comp, http * cleanup
* deployment listings, deploy by revision and version * deployment history cleanup * htt api deployment: checked defs by name, error handling cleanups * make fix / leftovers * require clone on Pool, typo fix * cleanups * format * format * deployment version check * make fix * component version check * http_api_def version check * fix query
* component service wip * fmt * disable broken ci steps * disable ci steps with needs on disabled steps * disable openapi and config checks * reenable integration tests for registry-service * fix description * fix test
* rename * account usage service, init * error cleanups
* wip * wip * wip * wip * component service batch 2
* wip * finish component service api * comments
* wip * fix client generation * fix test
* wip * wip * wip * wip * wip * wip * wip * update registry service wiring * wip * wip * wip * wip * wip * wip * wip * wip * better error reporting * test green * fmt * fix * update openapi
Update main atomic deployment
fix build & more comments
Add update component test
# Conflicts: # .github/workflows/ci.yaml # Cargo.lock # Cargo.toml # cli/golem-cli/src/command_handler/worker/mod.rs # cli/golem-cli/src/model/invoke_result_view.rs # cli/golem-cli/src/model/worker.rs # golem-client/build.rs # golem-common/Cargo.toml # golem-common/src/base_model.rs # golem-common/src/lib.rs # golem-common/src/macros.rs # golem-common/src/model/auth.rs # golem-common/src/model/component.rs # golem-common/src/model/component_constraint.rs # golem-common/src/model/error.rs # golem-common/src/model/mod.rs # golem-common/src/model/plugin.rs # golem-common/src/model/project.rs # golem-common/src/model/public_oplog/mod.rs # golem-component-compilation-service/Cargo.toml # golem-service-base/src/error/worker_executor.rs # golem-service-base/src/model/mod.rs # golem-service-base/src/storage/blob/memory.rs # golem-service-base/src/testing.rs # golem-service-base/tests/blob_storage.rs # golem-test-framework/Cargo.toml # golem-test-framework/src/dsl/mod.rs
* enable shard-manager and begin on wex * reenable component-compilation service and remove dep on worker executor (#2131) * wip * reenable component-compilation service and remove dep on worker executor * wip * wip * wip * update * wip * update * finish plugins * wip * wip * wip * wip * wip * wip * wip * update * merge main atomic * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * fmt * update openapi * update hashes * fix test
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * trim grpc * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * green * update openapi
* wip * fmt * revert ci changes
* second batch of worker-executor tests * update openapi
* durability suite * wip * fmt * hot update suite green * http suite green * indexed storage suite green * key_value_storage suite green * keyvalue suite green * observability test suite green * rdbms_service suite green * wip * wip * wip * wip * revert suite green * rust_rpc suite green * rust_rpc_stubless suite green * scalability suite green * wip * transaction suite green * wip * wip * wip * wasi suite green * restore suite tags * fix test
…nts. (#2263) * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fmt * wip * wip * fmt * remove unused * remove unused * fix
…on tests (#2271) * worker integration tests * fmt
* wip * fork suite * rib suite * rib_repl suite * sharding suite * fmt * wip
…es (#2283) * wip * wip * wip * wip * wip * wip * wip * update openapi
* reenable cli + plugin installation id -> priority * exported_resource_instances * CLI environment checkpoint * fixes after merge with atomic main * add cascade base model (from cli proto) * break up cascade model * cleanup * pre-hash selectors * cascade vec prop + cleanup * manifest changes checkpoint * make fix * manifest trace + fixes * flip cascading of env and custom presets * fixes after merging with main-atomic * cleanups * disable CLI
…ain-atomic-deployment # Conflicts: # sdks/rust/Cargo.lock # sdks/rust/golem-rust/src/agentic/agent_impl.rs
# Conflicts: # test-components/benchmarks/wit/deps/golem-1.x/golem-host.wit # test-components/benchmarks/wit/deps/golem-1.x/golem-oplog.wit
# Conflicts: # cli/golem-cli/src/app/build/gen_rpc.rs # cli/golem-cli/src/app/context.rs # cli/golem-cli/src/command_handler/component/mod.rs # cli/golem-cli/src/model/app.rs # cli/golem-cli/src/model/component.rs # cli/golem-cli/src/model/deploy_diff/component.rs # cli/golem-cli/src/model/text/component.rs # cli/golem-cli/src/wasm_rpc_stubgen/stub.rs # cli/golem-cli/tests/stubgen/add_dep.rs # cli/golem-cli/tests/stubgen/compose.rs # cli/golem-cli/tests/stubgen/stub_wasm.rs # cli/golem-cli/tests/stubgen/wit.rs # golem-api-grpc/proto/golem/component/component.proto # golem-api-grpc/proto/golem/component/v1/component_service.proto # golem-common/src/model/component_metadata.rs # golem-common/src/model/protobuf.rs # golem-service-base/src/dto/mod.rs # golem-service-base/src/model/mod.rs # golem-service-base/src/testing.rs # golem-test-framework/src/components/component_service/filesystem.rs # golem-test-framework/src/components/component_service/mod.rs # golem-test-framework/src/components/worker_service/forwarding.rs # golem-test-framework/src/dsl/mod.rs # golem-worker-executor/src/durable_host/mod.rs # golem-worker-executor/src/grpc/mod.rs # golem-worker-executor/src/model/mod.rs # golem-worker-executor/src/services/oplog/multilayer.rs # golem-worker-executor/src/services/oplog/tests.rs # golem-worker-executor/src/services/worker.rs # golem-worker-executor/src/worker/invocation_loop.rs # golem-worker-executor/src/worker/mod.rs # golem-worker-executor/src/workerctx/default.rs # golem-worker-executor/src/workerctx/mod.rs # golem-worker-executor/tests/agent.rs # golem-worker-executor/tests/api.rs # golem-worker-executor/tests/common/mod.rs # golem-worker-executor/tests/observability.rs # golem-worker-executor/tests/revert.rs # golem-worker-executor/tests/rust_rpc.rs # golem-worker-executor/tests/rust_rpc_stubless.rs # golem-worker-executor/tests/transactions.rs # integration-tests/tests/api/component.rs # openapi/golem-component-service.yaml # openapi/golem-service.yaml # test-components/benchmarks/Cargo.lock
* wip * update test components * wip * wip * update * update * update * update * update * update * update
* debugging service * fmt * fmt * test utils in separate crate instead of feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Opened only for checking diffs and keeping it green for now