Skip to content
#

cloud-native

Here are 768 public repositories matching this topic...

nathanloyer
nathanloyer commented Mar 15, 2021

Summary

We're starting up kong for integration tests for our custom plugins using the start_kong method implemented in spec/helpers.lua. We need to be able to set environment variables as our plugin is using some custom environment variables. Currently the only way through the start_kong method to set env vars is to prefix them with KONG_. I noticed that kong_exec, which start_kong calls ha

yelijing18
yelijing18 commented Dec 17, 2020

Wiki 文档

配置的优先级
文档中写到“优先级关系是:A < B < C”,存在歧义容易造成混淆,建议修改。
应使用更为确切的说法,优先级的定语是“高和低”而不是“大和小”,并不一定所有读者都有“优先级数值小即优先级高”的认知
同时,例子中使用 A、B 和 C 亦没有体现出数值的概念,进一步加深了读者的疑惑。
如:“优先级大”、“优先级数值小”和“优先级高”,是否应选择“优先级高”才是最清晰的表达方式?

lens
akka
agoncal
agoncal commented Feb 2, 2021

Description

This follows a discussion on Zulip[1].

To generate the DDL for JPA and/or Panache entities, I can use the schema-generation.scripts properties in the persistence.xml file as follow:

<property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.create-target" value="create.
yugabyte-db
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