Skip to content
#

cloud-native

Here are 763 public repositories matching this topic...

lens
akka
gastaldi
gastaldi commented Mar 11, 2021

Describe the bug
Running qs --help (installed through jbang app install --name qs cli@quarkusio) shows that the executable name is quarkus in the usage section

/ ᐅ qs --help
[jbang] Resolving dependencies...
[jbang]     Resolving io.quarkus:quarkus-cli:1.11.3.Final:runner...Done
[jbang] Dependencies resolved
Usage: quarkus [-ehV] [--verbose] [COMMAND]
  -e, --errors  
yugabyte-db
tokers
tokers commented Mar 18, 2021

Issue description

Currently the serverless plugin functions don't have args, when we want to access some per-request data in api_ctx, we have to use ngx.ctx.api_ctx, which is obscure for new users. So I think we can push the api_ctx table to all serverless functions. For instance, we can write a function like:

"serverless-pre-function": {
            "phase": "rewrite",
daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

chaos-mesh
YangKeao
YangKeao commented Mar 10, 2021
pods, err := selector.SelectAndFilterPods(ctx, r.Client, r.Reader, &dnschaos.Spec, config.ControllerCfg.ClusterScoped, config.ControllerCfg.TargetNamespace, config.ControllerCfg.AllowedNamespaces, config.ControllerCfg.IgnoredNamespaces)

This line of code occurs several times in Chaos Mesh code base, and most of these config.xxx.xxx won't change during the runtime. Please construct

Improve this page

Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."

Learn more