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

Expose workflow history size and count to client #5392

Merged
merged 18 commits into from
Sep 12, 2023

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    119b8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ae6a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. test history

    timl3136 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    515088b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. add logger and add set func

    timl3136 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    440d304 View commit details
    Browse the repository at this point in the history
  2. add more logger

    timl3136 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9c8cff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 9, 2023

  1. remove logger causing issue

    timl3136 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    897c33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f7f37 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. add history size emitting into RecordDecisionTaskStarted method, also…

    … modified getMutatbleState to not return history Count (since it is just nextEventID - 1)
    timl3136 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c0be978 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. matching fields in cadence-idl

    Add mapper function
    
    sync idl change of adding js
    
    Remove logger and modify test due to thrift file change
    
    Refractor HistorySize to TotalSizeBytes
    
    sync cadence-idl
    timl3136 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0ba5ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b3c95 View commit details
    Browse the repository at this point in the history
  3. update go mod idl-ref

    timl3136 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    efab902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d5a9a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    66380a3 View commit details
    Browse the repository at this point in the history
  2. Respond to comments: remove excess log, change function naming, add u…

    …nit test for added fields
    timl3136 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7880143 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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