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

SDK 2.7.0-beta #367

Merged
merged 109 commits into from
Nov 2, 2023
Merged

SDK 2.7.0-beta #367

merged 109 commits into from
Nov 2, 2023

Commits on Dec 2, 2022

  1. Update phpunit and psalm

    roxblnfk committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    89758d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    8e9fe86 View commit details
    Browse the repository at this point in the history
  2. Extract EncodedPayloads from EncodedValues; add EncodedHeader; transi…

    …t Encoded header into Request object
    roxblnfk committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1c8bb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30556c6 View commit details
    Browse the repository at this point in the history
  4. Refactor EncodedPayloads

    roxblnfk committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d90652d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Add tests for Header in Workflow; add ability to declare Header with …

    …Workflow Client execution
    roxblnfk committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a86afa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    8174f00 View commit details
    Browse the repository at this point in the history
  2. Add RequestInterface::getHeader();

    refactor EncodedValues and EncodedHeader;
    init EncodedHeaderTestCase;
    fix Encoders, Input, Request;
    add Header into the ExecuteChildWorkflow command;
    roxblnfk committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2df471a View commit details
    Browse the repository at this point in the history
  3. Update Workflow* classes

    roxblnfk committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    883f257 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    686be6b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Support activity headers

    roxblnfk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f32a347 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    roxblnfk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fcc6f77 View commit details
    Browse the repository at this point in the history
  3. Fix functional tests

    roxblnfk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    40628f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    9ec8c60 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    d0260df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccb3f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a76081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    672ab8b View commit details
    Browse the repository at this point in the history
  5. Add class parameter to InterceptorProvider; add interfaces: ActivityI…

    …nboundInterceptor, WorkflowOutboundInterceptor
    roxblnfk committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    83b4e8d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    1238ddf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add WorkflowInboundInterceptor interface; add test for WorkflowInboun…

    …dInterceptor::execute()
    roxblnfk committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fb31547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da53f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    9640427 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Add Pipeline class

    roxblnfk committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5cca0a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Improve Pipeline; simplify InterceptorProvider; intercept Signal call…

    …ing in workflow, use new Pipeline to run existing interceptors.
    roxblnfk committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bb2ac80 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Update worker to include php files recursive; include interceptors.

    Simplify Instance class.
    Add ActivityName getter into `ExecuteActivity` command.
    Cleanup Instance and its children
    roxblnfk committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    af60b07 View commit details
    Browse the repository at this point in the history
  2. Replace InterceptorProvider with PipelineProvider.

    Move internal classes into Internal namespace.
    Make Instance class more strict.
    roxblnfk committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4695023 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    27e60ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e1edc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    9365d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Always clean static context after each action; repair workflow execut…

    …ion interception:
    
    - make WorkflowInput immutable; add method `with()`;
    - create WFContext with next Input before WF run;
    - make WorkflowContext::$input protected again; also add the `withInput()` method;
    roxblnfk committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    fbe5532 View commit details
    Browse the repository at this point in the history
  2. Repair workflow signal interception:

    - make SignalInput immutable; add method `with()`;
    - create WFContext with next Input before WF Signal run
    roxblnfk committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bac885c View commit details
    Browse the repository at this point in the history
  3. Repair Activity inbound interceptor, add ActivityInput;

    repair Workflow outbound request interceptor
    roxblnfk committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2abf7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    2b69c28 View commit details
    Browse the repository at this point in the history
  2. Fix ActivityContext::doNotCompleteOnReturn() behavior; discard stat…

    …ic context nullification; fix context cloning on Signal run
    roxblnfk committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b978181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a42ac View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    4aa3370 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Rename WorkflowOutboundInterceptor to `WorkflowOutboundRequestInter…

    …ceptor`; add `WorkflowOutboundInterceptor`; update request objects
    roxblnfk committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    767c1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9867e6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6256c95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a513bb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    ec0021a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Make an interception for WorkflowClientCallsInterceptor::signal(); …

    …fix `InterceptorCallException` throwing;
    roxblnfk committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e56bffa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    f90632e View commit details
    Browse the repository at this point in the history
  2. Make an interception for cancel() and terminate() methods of `Wor…

    …kflowClientCallsInterceptor`
    roxblnfk committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e942a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b94e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    63be296 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/interceptors

    # Conflicts:
    #	src/Internal/Transport/Router/InvokeActivity.php
    #	tests/Fixtures/data/Test_ActivityStubWorkflow.log
    #	tests/Fixtures/data/Test_BinaryPayload.log
    #	tests/Fixtures/data/Test_CancelledWithCompensationWorkflow.log
    #	tests/Fixtures/data/Test_ContinueAsNew.log
    #	tests/Fixtures/data/Test_ExecuteChildStubWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteChildStubWorkflow_02.log
    #	tests/Fixtures/data/Test_ExecuteChildWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteProtoWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteSimpleDTOWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteSimpleWorkflowWithSequenceInBatch.log
    #	tests/Fixtures/data/Test_ExecuteSimpleWorkflow_1.log
    #	tests/Fixtures/data/Test_ExecuteWorkflowWithParallelScopes.log
    #	tests/Fixtures/data/Test_MultipleWorkflowsInSingleWorker.log
    #	tests/Fixtures/data/Test_PromiseChaining.log
    #	tests/Fixtures/data/Test_SideEffect.log
    #	tests/Fixtures/data/Test_Timer.log
    roxblnfk committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ad87421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998292e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request #293: add interceptors

    New abstractions:
    
    - `Interceptor` - the main internal interface for all interceptors
    - `Pipeline` - internal pipeline of interceptors
    - `PipelineProvider` - interface that provides a `Pipeline` for a specific type of interceptor
    
    There are Interceptors:
    
    - `ActivityInboundInterceptor` - an interface
    - `WorkflowClientCallsInterceptor` - an interface
    - `WorkflowInboundInterceptor` - an interface
    - `WorkflowOutboundRequestInterceptor` - an interface
        - `WorkflowOutboundInterceptor` - an abstract class that implements the interface
    roxblnfk authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6f2cbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361d733 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    70cb4a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b9394 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    4a3edc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Fix Header tests

    roxblnfk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    9759da3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    565f48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6e9ac View commit details
    Browse the repository at this point in the history
  3. Move all non-internal interceptor-related classes into Temporal\Inter…

    …ceptor namespace; add interceptor Base classes
    roxblnfk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8f8dc90 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    3e52abf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Intercept requests: UpsertSearchAttributes, SideEffect, Cancel, Cance…

    …lExternalWorkflow, CompleteWorkflow
    roxblnfk committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    133fd82 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    2655949 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Cleanup

    roxblnfk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5ba42c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b8984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5bb80b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    52cd3a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    b02d1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24626f9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    0107bff View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Intercept panic() calls

    roxblnfk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    cd18a43 View commit details
    Browse the repository at this point in the history
  2. Set Activity context when interceptors pipeline is called; fix interc…

    …eptor interface comments
    roxblnfk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fae2573 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    329b987 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    73047f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54347d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef7fad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a70f026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c4dc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ec078c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bffa28 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #305: update WorkflowOutboundCallsInterceptor, add…

    … GrpcClientInterceptor
    roxblnfk authored May 22, 2023
    Configuration menu
    Copy the full SHA
    1360ca7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Clean test interceptors; test ContinueAsNew command headers; test tha…

    …t awaits works with OutgoingRequest interceptor
    roxblnfk committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d4eab96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39dd4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90eb63b View commit details
    Browse the repository at this point in the history
  4. Add Header tests

    roxblnfk committed May 25, 2023
    Configuration menu
    Copy the full SHA
    64530da View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    12b8fac View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix PR review issues

    roxblnfk committed May 31, 2023
    Configuration menu
    Copy the full SHA
    25d93c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    9d8937f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    3c00c06 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Proto file: add history_length fields.

    Write history length into WorkflowInfo.
    roxblnfk committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b3610cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into HEAD

    # Conflicts:
    #	src/Client/WorkflowClient.php
    #	src/Internal/Workflow/WorkflowContext.php
    #	src/Workflow.php
    #	src/Workflow/WorkflowContextInterface.php
    roxblnfk committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a1a382a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2c224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb9880e View commit details
    Browse the repository at this point in the history
  5. Adding SystemInfoInterceptor (#320)

    Co-authored-by: roxblnfk <[email protected]>
    msmakouz and roxblnfk authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3a17811 View commit details
    Browse the repository at this point in the history
  6. Adding RoadRunner version checker (#307)

    Co-authored-by: roxblnfk <[email protected]>
    msmakouz and roxblnfk authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    097cf12 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge remote-tracking branch 'temporalio/2.6.0' into 2.7.0

    # Conflicts:
    #	api/v1/GPBMetadata/Protocol.php
    #	api/v1/Temporal/Roadrunner/Internal/Message.php
    #	proto
    #	resources/protocol.proto
    #	src/Client/GRPC/ServiceClient.php
    #	src/Internal/Declaration/WorkflowInstance.php
    #	src/Internal/Workflow/Process/Process.php
    #	src/Internal/Workflow/WorkflowContext.php
    #	src/Worker/Transport/Codec/ProtoCodec/Decoder.php
    #	tests/Fixtures/data/Test_ExecuteProtoWorkflow.log
    roxblnfk committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3c12a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693e431 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge branch 'master' into 2.7.0

    # Conflicts:
    #	src/Internal/Transport/Router/InvokeQuery.php
    #	src/Internal/Transport/Router/InvokeSignal.php
    #	src/Internal/Transport/Router/StartWorkflow.php
    #	src/Internal/Workflow/ActivityStub.php
    #	src/Internal/Workflow/ExternalWorkflowStub.php
    #	src/Worker/Transport/Codec/JsonCodec/Decoder.php
    #	src/Worker/Transport/Codec/ProtoCodec/Decoder.php
    #	src/Worker/Transport/Codec/ProtoCodec/Encoder.php
    #	src/Worker/Transport/Command/Command.php
    #	src/Worker/Transport/Command/FailureResponse.php
    #	src/Worker/Transport/Command/Request.php
    #	src/Worker/Transport/Command/RequestInterface.php
    #	src/Worker/Transport/Command/Response.php
    #	src/Worker/Transport/Command/SuccessResponse.php
    #	tests/Fixtures/data/Test_ActivityStubWorkflow.log
    #	tests/Fixtures/data/Test_BatchedSignal.log
    #	tests/Fixtures/data/Test_BatchedSignal_01.log
    #	tests/Fixtures/data/Test_BinaryPayload.log
    #	tests/Fixtures/data/Test_CancelledMidflightWorkflow.log
    #	tests/Fixtures/data/Test_CancelledNestedWorkflow.log
    #	tests/Fixtures/data/Test_CancelledWithCompensationWorkflow.log
    #	tests/Fixtures/data/Test_ContinueAsNew.log
    #	tests/Fixtures/data/Test_EmptyWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteChildStubWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteChildStubWorkflow_02.log
    #	tests/Fixtures/data/Test_ExecuteChildWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteProtoWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteSimpleDTOWorkflow.log
    #	tests/Fixtures/data/Test_ExecuteSimpleWorkflowWithSequenceInBatch.log
    #	tests/Fixtures/data/Test_ExecuteSimpleWorkflow_1.log
    #	tests/Fixtures/data/Test_ExecuteWorkflowWithParallelScopes.log
    #	tests/Fixtures/data/Test_GetQuery.log
    #	tests/Fixtures/data/Test_MultipleWorkflowsInSingleWorker.log
    #	tests/Fixtures/data/Test_PromiseChaining.log
    #	tests/Fixtures/data/Test_RuntimeSignal.log
    #	tests/Fixtures/data/Test_SendSignalBeforeCompletingWorkflow.log
    #	tests/Fixtures/data/Test_SideEffect.log
    #	tests/Fixtures/data/Test_SignalChildViaStubWorkflow.log
    #	tests/Fixtures/data/Test_SignalSteps.log
    #	tests/Fixtures/data/Test_Timer.log
    #	tests/Functional/WorkflowTestCase.php
    #	tests/Unit/Router/StartWorkflowTestCase.php
    roxblnfk committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    784056e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    a654a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge branch 'master' into 2.7.0

    # Conflicts:
    #	composer.json
    #	src/Internal/Client/WorkflowStarter.php
    #	src/Internal/Transport/Router/InvokeQuery.php
    #	src/Internal/Transport/Router/StartWorkflow.php
    #	src/Internal/Workflow/Process/Process.php
    #	src/Internal/Workflow/Process/Scope.php
    #	src/Internal/Workflow/WorkflowContext.php
    #	src/Worker/Transport/Codec/JsonCodec/Decoder.php
    #	src/Worker/Transport/Codec/ProtoCodec/Decoder.php
    #	src/Worker/Transport/Command/Response.php
    #	src/Worker/Transport/Command/ServerRequest.php
    #	src/Worker/Transport/RoadRunner.php
    #	src/Worker/Transport/RoadRunnerVersionChecker.php
    #	src/Workflow/WorkflowContextInterface.php
    #	src/Workflow/WorkflowInfo.php
    #	tests/Functional/HistoryLengthWorkflowTestCase.php
    #	tests/Unit/Framework/Server/ServerMock.php
    roxblnfk committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    351514f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Get rid of unnecessary Header::setDataConverter() calls; mark the met…

    …hods Header::setDataConverter() and Header::toHeader() internal
    roxblnfk committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    25286ab View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    9980fa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    0f63cd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Add WorkflowClientCallsInterceptorTrait; fix signature of WorkflowOut…

    …boundCallsInterceptor interface
    roxblnfk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f3c0a33 View commit details
    Browse the repository at this point in the history
  2. Transport Client now carries Workflow contexts instead of just info.

    It is required to resolve promises in the right context.
    roxblnfk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    28affbc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Make all properties in interceptor configs readonly. Activity input: …

    …add activity method reflection when possible
    roxblnfk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5ef06ca View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge pull request #366: polishing and improvements interceptors

    Update Interceptors: polishing and improvements
    roxblnfk authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b5a52f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c4fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f4f868 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    roxblnfk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3f5340c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    647b6fa View commit details
    Browse the repository at this point in the history