Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asynkron/protoactor-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: codeplaytech/protoactor-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 34 files changed
  • 2 contributors

Commits on Oct 21, 2021

  1. Add default instances of ActorSystem, Remote and Cluster.

    For most cases, it's a easier way to use one node in one os/process.
    cupen committed Oct 21, 2021
    Copy the full SHA
    437b2a2 View commit details
  2. Copy the full SHA
    5c6cf3c View commit details
  3. Copy the full SHA
    47855ae View commit details
  4. use docker-protoc

    cupen committed Oct 21, 2021
    Copy the full SHA
    e613c24 View commit details

Commits on Oct 22, 2021

  1. Copy the full SHA
    a06345e View commit details

Commits on Feb 8, 2022

  1. Copy the full SHA
    90dedaf View commit details

Commits on Apr 10, 2022

  1. chore: Add github action script

    cupen committed Apr 10, 2022
    Copy the full SHA
    8b7781d View commit details

Commits on May 16, 2022

  1. improved: etcd provider setups

    cupen committed May 16, 2022
    Copy the full SHA
    74c0c48 View commit details
  2. Copy the full SHA
    8463d7d View commit details
  3. Copy the full SHA
    fe3f6bd View commit details

Commits on Jul 12, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    61ff3aa View commit details

Commits on Jul 19, 2022

  1. improved(grain codegen): allow to access ClusterContext on grain in…

    …itializing.
    
    BREAKING CHANGE:
        `Init()` changed to `OnInit(ClusterInit, ClusterContext)`
        `Terminate()` changed to `OnTerminate(ClusterContext)`
    cupen committed Jul 19, 2022
    Copy the full SHA
    2a0354a View commit details

Commits on Aug 10, 2022

  1. Copy the full SHA
    bb5ed06 View commit details

Commits on Aug 11, 2022

  1. fix: avoid again

    cupen committed Aug 11, 2022
    Copy the full SHA
    814e56f View commit details

Commits on Jan 4, 2023

  1. fix: fix infinite loop in startTimer

    DamnWidget authored and cupen committed Jan 4, 2023
    Copy the full SHA
    f283d75 View commit details

Commits on Feb 15, 2023

  1. Copy the full SHA
    5b9e509 View commit details
Loading