Seva Kaloshin
Seva Kaloshin
Hi, guys! Thanks for repo, it's useful. But I confused about a place of templates, localization files, sql files in the project structure. What do you think about that?
I have example types: ``` types: DeviceGroupInfo: properties: id: number name: platform_id: number parent_id: number DeviceInfo: properties: id: number name: platform_id: number group_id: number created: datetime updated: datetime connected: boolean...
If `FIREBASE_AUTH_EMULATOR_HOST` is set, `VerifyIDToken` calls the Firebase Emulator, but shouldn't
### [REQUIRED] Step 2: Describe your environment * Operating System version: no matter * Firebase SDK version: firebase.google.com/go/v4 v4.10.0 * Library version: v4.10.0 * Firebase Product: auth ### [REQUIRED] Step...
The PR contains changes adding description of a new command `cadence workflow query-types`.
**What changed?** * `fx.App` of cadence server has been moved to `common/service/cadence` package * `RunMultipleServices` has been moved to `common/util/fx` package * Made all App initialization methods and structure public...
**What changed?** * `GetVersion` of `testWorkflowEnvironmentImpl` got support of new options `ExecuteWithVersion` and `ExecuteWithMinVersion` **Why?** Testing framework must emulate Cadence worker to enable customer writing unit tests. Without the change,...
**What changed?** - Added support for new version control options in workflow execution: - Introduced `GetVersionOption` interface and related options - Added `ExecuteWithVersion` option to use specific version instead of...
**What changed?** * Error handling was added to `namespaceRefreshLoop` **Why?** etcd `Watch` method may close `WatchChannel` in case of non-recoverable errors like `ErrCompaction`, according to [the doc](https://github.com/etcd-io/etcd/blob/main/client/v3/watch.go#L65-L67). `namespaceRefreshLoop` is used...
**What changed?** * `ShardStats` data storing is enabled only if `LoadBalancingMode` is `Greedy` **Why?** * We observed some intensive load on etcd during integration tests and concluded that ShardStats may...
**What changed?** * Introduced dynamic property for `LoadBalancingMode` * Merged `MigrationConfig` and `Config` to `DynamicConfig` * Split `StaticConfig` and `DynamicConfig` into 2 different files * Renamed `ConfigMode` to `MigrationMode` *...