flamingo icon indicating copy to clipboard operation
flamingo copied to clipboard

Flamingo Framework and Core Library. Flamingo is a go based framework to build pluggable applications. Focus is on clean architecture, maintainability and operation readiness.

Results 73 flamingo issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/leekchan/accounting](https://togithub.com/leekchan/accounting) | require | major | `v0.0.0-20191104051123-0b9b0bd19c36` -> `v1.0.0` | ---...

blocked
needs-tests

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/leekchan/accounting](https://togithub.com/leekchan/accounting) | require | minor | `v0.0.0-20191104051123-0b9b0bd19c36` -> `v0.3.1` | ---...

blocked
needs-tests

# Release v3.4.0 ๐Ÿ† ## Summary There are 5 ๐Ÿ†• feature, 10 ๐Ÿ‘พ fix, 3 ๐Ÿ›ก test, 4 ๐Ÿค– devops, 1 ๐Ÿ“š doc, 27 ๐Ÿงน chore, 4 ๐Ÿ“ other commits...

`allowParentTrace` is misleading, this actually controls if the parent's sampling decision is evaluated or not (in public server scenarios, you might not want to allow public traces)

## What? Flamingo uses Opencensus to collect application metrics and traces and transfer the data to a backend of the user's choice. This pull request aims to replace Opencensus with...

enhancement
blocked

In [this line,](https://github.com/i-love-flamingo/flamingo/blob/4227815b1ec86aba881c0c1c74d6f0f9b3771ca6/framework/opencensus/module.go#L50) an X-Correlation-ID is always added based on the SpanID. Not sure what we need this for, but it can cause problems in scenarios where an X-Correlation-ID is...

https://github.com/i-love-flamingo/flamingo/blob/4227815b1ec86aba881c0c1c74d6f0f9b3771ca6/core/oauth/module.go#L107 `preventSimultaneousSessions` is not used and confuses people

bug

DefaultConfig() settings are loaded for every child config area: https://github.com/i-love-flamingo/flamingo/blob/4227815b1ec86aba881c0c1c74d6f0f9b3771ca6/framework/config/area.go#L234 Doing so, a DefaultConfig defined in a Flamingo module loaded for a child area overwrites config values set in a...

Hello Flamingo team, due to an issue in https://github.com/census-instrumentation/opencensus-go, the memory stats do not seem to be updated for opencensus. In line https://github.com/i-love-flamingo/flamingo/blob/fa5bd34bea32f0a38948f2c7875aed733c62e7d4/framework/opencensus/module.go#L155-L158 the `RunMetricOptions` are instantiated without setting `UseDerivedCumulative`....

bug

The official successor of Opencensus is https://opentelemetry.io/. Start with a new repo first. Todos Tracing: - [ ] Deprecate opencensus and use opentelemetry - [ ] Integrate Tracing - [...

enhancement
Hackathon