Results 17 issues of Yuri

## What changed? Add an interceptor for frontend service. Interceptor will looks at error messages and replace unknown/internal messages to a common message ## Why? We are exposing/can expose to...

**What changed?** Add "$(GOBIN)" when calling goimport and mockgen. Add updating proto api-cloud submodule **Why?** Otherwise "make" doesn't work. **How did you test it?** by running "make" untill it succeed

## What changed? Adds stubs for UpdateActivityOptions API ## Why? To match the corresponding changes in the api repo. ## How did you test it? ## Potential risks ## Documentation...

## What changed? Add a functional test for "reset after timeout" scenario. ## Why? If was reported that this bug still exist. I think we need to have a functional...

## What changed? Attempt to make config singleton and check if it worth it. ## Why? ## How did you test it? ## Potential risks ## Documentation ## Is hotfix...

**What changed?** Added definitions for single activity API.

## What changed? First iteration for UpdateActivityOptions. Contains most of the logic for UpdateActivityOptions, working with proto, updating options, usage of updateMask, unit tests, etc. Functional tests will come next....

## What changed? ## Why? ## How did you test it? ## Potential risks ## Documentation ## Is hotfix candidate?

**What changed?** Note: ->[Previous PR we use to review](https://github.com/temporalio/api/pull/550) **Why?** Working on workflow rules. **Breaking changes** New API is added. **Server PR** [Implementation](https://github.com/temporalio/temporal/pull/7437)

## What changed? Add worker registry. Now this is functional class, with support for eviction by TTL and by capacity. ## Why? Properly store workers heartbeat, while also allowing to...