Skip to content
#

paas

Here are 393 public repositories matching this topic...

sharadregoti
sharadregoti commented Feb 4, 2021

Describe the bug

The response of MongoDB is inconsistent wrt to SQL databases if the schema has links of type array. When the nested table doesn't have any rows/documents in it. The response returned is different

Expected behaviour

Actual behaviour

Steps to reproduce

  • Fire the query & observer the result
link table as array
if nested table has no rows, postgres 
yangsoon
yangsoon commented Jun 7, 2021

Describe the bug

When apply traitDefinition which use context in CUE Template, It will fail to generate openapi json schema to ConfigMap

# label.yaml
apiVersion: core.oam.dev/v1beta1
kind: TraitDefinition
metadata:
  annotations:
    definition.oam.dev/description: "Add labels for your Workload."
  name: labels
  namespace: vela-system
spec:
  appliesToWorkloads:
   

Improve this page

Add a description, image, and links to the paas 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 paas topic, visit your repo's landing page and select "manage topics."

Learn more