cloud-native
Here are 763 public repositories matching this topic...
-
Updated
Mar 19, 2021 - Go
Describe the bug
When selecting "Help" -> "Documentation" Lens navigates to https://docs.k8slens.dev/ but should navigate to the documentation corresponding to the running version (e.g. https://docs.k8slens.dev/v4.1.0/).
Quite a few operator factory methods use d: java.time.Duration in the stream Java APIs for some reason. Given that the parameter names are not important for bin/source compatibility in Java perhaps we could change those to a clear name without problems?
-
Updated
Mar 15, 2021 - Go
-
Updated
Mar 6, 2021
-
Updated
Mar 19, 2021 - Go
-
Updated
Mar 19, 2021 - Go
-
Updated
Feb 28, 2021 - Shell
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 -
Updated
Mar 18, 2021
-
Updated
Mar 18, 2021
Feature Request
What problem are you trying to solve?
Currently in the Service mesh details table it shows some details but would be great to add all other namespaces information to it.
How should the problem be solved?
It would be nice
-
Updated
Mar 17, 2021 - Go
-
Updated
Mar 16, 2021 - Scala
Change '登陆' to '登录'
Describe the Bug
Change '登陆' to '登录'
/kind bug
/assign @leoendless
/priority Low
/milestone 3.1.0
/area console
C++ test PgMiniTest.SystemTableTxnTest takes way too long. On centos-gcc-debug, I got
./yb_build.sh --cxx-test pgwrapper_pg_mini-test --gtest_filter PgMiniTest.SystemTableTxnTest[ OK ] PgMiniTest.SystemTableTxnTest (957676 ms)
which is about 16 minutes. It has
for (int i = 1; i <= 100; ++i) {and I think this can be reduced down to 50
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",-
Updated
Sep 29, 2020 - Go
-
Updated
Mar 18, 2021 - Java
-
Updated
Feb 23, 2021 - Makefile
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
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
-
Updated
Mar 18, 2021 - Go
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 19, 2021 - Go
-
Updated
Mar 4, 2021 - Java
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
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."


Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://