Zhuojie Zhou

Results 19 issues of Zhuojie Zhou

As we are constantly upgrading Flagr server, the client SDKs may experience unexpected changes from the server side. The integration tests should better include these SDKs instead of just simple...

enhancement
help wanted
good first issue

Quite a lot of nice features and `ctx` support from gorm v2. https://github.com/go-gorm/gorm/wiki/GORM-V2-Release-Note-Draft

Currently the flagr clients are supported in 4 languages: https://checkr.github.io/flagr/#/ ![image](https://user-images.githubusercontent.com/658840/87972243-6f944e80-ca7b-11ea-9140-95279bab489c.png) We'd like to include detailed documentation for - how to generate production ready clients from the swagger yaml definitions...

Some of the database logic is not wrapped into a transaction in crud.go, for example, https://github.com/checkr/flagr/blob/848bcf07b8ff4f6a4a056794d521c62535b2e3b8/pkg/handler/crud.go#L424 ## Expected Behavior Ideally, all the database logic of a request can be wrapped...

## Description Fix https://github.com/checkr/flagr/issues/326 ## Motivation and Context Add support for mssql ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which...

good first issue
docs

UI is good, but sometimes we also want to codify the configuration of flags into code, and we can have PRs and code reviews for flags. Currently, flagr supports https://github.com/checkr/flagr/blob/master/pkg/config/env.go#L51-L59...

## Description Prepare a realtime table to track the last evaluated at timestamp for each flag. This helps to prevent premature flag deletion, and also we can surface some realtime...

## Description Actually, we do need to instrument code to trace http handler and DB ## Motivation and Context ## How Has This Been Tested? ## Types of changes -...

Teams need more visibility into how and when flags are updated. For example, Email or Slack notifications can be good channels. Not sure if this feature is a good addon...

help wanted
good first issue
feature request