Skip to content

Conversation

@noise64
Copy link
Contributor

@noise64 noise64 commented Aug 20, 2025

Opened only for checking diffs and keeping it green for now

noise64 and others added 30 commits August 4, 2025 20:45
* 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
noise64 and others added 30 commits October 18, 2025 18:37
# 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
* 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:
#	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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants