Christoph Obexer

Results 19 issues of Christoph Obexer

kindOrder references https://github.com/helm/helm/blob/master/pkg/tiller/kind_sorter.go which is now probably: https://github.com/helm/helm/blob/ab12382ddcd3a27a974b45ed96e47697de221244/pkg/releaseutil/kind_sorter.go#L31 which lists a few more Kind values as are currently listed in: https://github.com/argoproj/gitops-engine/blob/4eb3ca3feefbd6aa3cd800ef6a6ba396b8e70f05/pkg/sync/sync_tasks.go#L22 Looks like Argo needs to update the kindOrder to...

If branch coverage has been disabled (the coverage contains no branch coverage). The 3 columns concerning the branch coverage are not useful and should be hidden.

enhancement

During an upgrade of my application, which uses olric embedded, all replicas get restarted in quick succession. Most keys will never be read, or will be read very infrequently ......

enhancement

While there is an effort underway to standardize on https://openmetrics.io/ the current industry standard is still Prometheus metrics. Having olric metrics available in Promethus compatible text format would allow very...

enhancement

In order to communicate liveness and readiness to the Kubernetes cluster, I would like to have some visibility into the olric cluster health. For example: If the current node can't...

While automating the configuration of System Robot Accounts we currently need a login with system administrative access. **Describe the solution you'd like** I want to create an api access key...

helm alias set: configure an alias that maps a name to an oci url used like with legacy repositories `@name` or `alias:name` helm alias list: shows aliases and substitutions helm...

size/XL

### Reviewing cheatsheet Before merging the PR, comments starting with - ❌ ❓**must** be fixed - 🤔 💅 **should** be fixed - 💭 **may** be fixed - 🎉 celebrate happy...

5 min review

the .eq call on line https://github.com/binaryage/firequery/blob/master/firefox/chrome/content/firequery.js#L683 uses far too much CPU time if there is a lot of data attached to DOM nodes, this can be seen in the attached...