naoki kuroda
naoki kuroda
I upgraded Go version to 1.19 in go.mod. I executed `go mod tidy -go=1.19`.
## Related Issue - Info about Issue or bug Closes: #1588 #### Describe the changes you've made A clear and concise description of what you have done to successfully close...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Some logs are not printed where they should be. ### Steps...
**What this PR does / why we need it**: This PR removes an validation check in the Validate method of the NotificationMention struct. This contradicts our documentation( https://pipecd.dev/docs-v0.48.x/user-guide/configuration-reference/#notificationmention ), which...
The ptypes from the `github.com/golang/protobuf/ptypes` package is deprecated. We should replace it with `google.golang.org/protobuf`. ref: https://pkg.go.dev/github.com/golang/protobuf/ptypes
Add rfc for environment-level auto-archive system.
### Describe the feature you'd like ### Description Add a notification center feature to the Bucketeer admin dashboard to inform users about platform updates, announcements, and important changes. ### Proposed...
### Describe the feature you'd like ## Problem Statement Currently, there is no clear documentation or implementation for Single Sign-On (SSO) integration with the Bucketeer admin console. Enterprise users need...
### Describe the feature you'd like ## Problem Statement Currently, the SDK accepts a `tag` parameter during initialization to filter feature flags, but there is no API to retrieve the...
### Describe the feature you'd like ## Problem Statement The GetEvaluation API currently only supports `user_id × feature_id` queries, which always return the latest evaluation result. There's no way to...