Add copyright header (#17300)

* Add copyright header

Signed-off-by: sfelipe <sfelipe@vmware.com>

* Remove copyright from vib runtime_parameters files

Signed-off-by: sfelipe <sfelipe@vmware.com>

* Add copyright header for pinniped-auth.sh

Signed-off-by: sfelipe <sfelipe@vmware.com>

* Update templates copyright header format

Signed-off-by: sfelipe <sfelipe@vmware.com>

---------

Signed-off-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
Felipe V.C. Serafim
2023-06-26 10:28:56 +02:00
committed by GitHub
parent 825360fa2e
commit da68be8e95
2795 changed files with 13154 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: 🐞 Bug
description: Create a report to help us improve
labels: ["tech-issues"]

View File

@@ -1 +1,4 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
blank_issues_enabled: false

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: "\U0001F680 Feature request"
description: Suggest an idea for this project
labels: ["feature-request"]

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Assign asset label'
on:
pull_request_target:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[CI/CD] CD Pipeline'
on: # rebuild any PRs and main branch changes
push:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[CI/CD] CI Pipeline'
on: # rebuild any PRs and main branch changes
pull_request_target:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Close Solved issues'
on:
schedule:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Comments based card movements'
on:
issue_comment:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Delete Solved cards'
on:
workflow_dispatch:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Update README metadata'
on:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[CI/CD] Markdown linter'
on:
pull_request:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Move closed issues'
on:
issues:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
# This workflow is built to manage the triage support by using GH issues.
name: '[Support] Cards movements'
on:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Review based card movements'
on:
pull_request_target:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[SRP] Secure Release Pipeline Report'
on:
schedule:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Close stale issues and PRs'
on:
workflow_dispatch:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Synchronize team members in the .env file'
on:
schedule:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
# This workflow is built to manage the triage support by using GH issues.
name: '[Support] Organize triage'
on:

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
airflow-trigger-dag:
exec: airflow dags trigger example_bash_operator

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('visits the apache start page', () => {

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
https://apache:{{ .Vars.service.ports.https }}:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import {
random,

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://apisix-data-plane:{{ .Vars.dataPlane.service.ports.http }}:
# The proxy does respond but the route is not registered

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import {
random,

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://appsmith:{{ .Vars.client.service.ports.http }}:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase();

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://argo-cd-server:{{ .Vars.server.service.ports.http }}:
status: 307

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase();

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('renders application correctly', () => {

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/app:
exists: true

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
{{ .Vars.persistence.mountPath }}:
exists: true

View File

@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0
package integration
import (

View File

@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0
package integration
import (

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
{{- $uid := .Vars.controller.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.controller.podSecurityContext.fsGroup }}

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('allows running a query', () => {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
const BASE_URL = 'http://vmware-clickhouse.my';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/clickhouse/etc/conf.d/00_default_overrides.xml:
mode: "0644"

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('renders landing page correctly', () => {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
const BASE_URL = 'http://vmware-concourse.my';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
{{- $user := (split ":" .Vars.secrets.localUsers)._0 }}
{{- $pwd := (split ":" .Vars.secrets.localUsers)._1 }}

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/bitnami/concourse/workdir:
exists: true

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
Cypress.on('uncaught:exception', (err, runnable) => {
if (err.message.includes('Cannot read properties of undefined') ||
err.message.includes('is not a function')) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/consul/conf/consul.json:
exists: true

View File

@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0
package integration
import (

View File

@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0
package integration
import (

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://contour-envoy:{{ .Vars.envoy.service.ports.https }}:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
const BASE_URL = 'http://bitnami-discourse.my';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/bitnami/discourse:
exists: true

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/bitnami/dokuwiki:
exists: true

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.random() + 1).toString(36).substring(7);

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
https://drupal:{{ .Vars.service.ports.https }}:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('allows to enrol and verify certificate', () => {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
// ***********************************************************
// This example plugins/index.js can be used to load plugins

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
const COMMAND_DELAY = 2000;
for (const command of ['click']) {

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
# During the initilization process, EJBCA is restarted to apply some settings. It
# might happen that GOSS tests are launched precisely when this restart is triggered,

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
https://ejbca:{{ .Vars.service.ports.https }}:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
import { random } from '../support/utils';
import body from '../fixtures/documents.json';

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
export let random = (Math.floor(Math.random() * 10000) + 10000)

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/elasticsearch/config/elasticsearch.yml:
mode: "0644"

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://etcd:{{ .Vars.service.ports.peer }}/version:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('can check metrics endpoint', () => {

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
http://127.0.0.1:{{ .Vars.containerPorts.http }}/metrics:
status: 200

View File

@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/
/// <reference types="cypress" />
it('should show available task slots', () => {

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
addr:
# Container ports
tcp://localhost:{{ .Vars.jobmanager.containerPorts.rpc }}:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
http:
# Container ports
http://localhost:{{ .Vars.containerPorts.http }}/:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/fluentd/conf/fluentd-inputs.conf:
exists: true

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
addr:
{{- $chartReleaseName := (index .Vars.extraDeploy 3).metadata.name }}
tcp://{{ $chartReleaseName }}:80:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
{{- $uid := .Vars.sourceController.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.sourceController.podSecurityContext.fsGroup }}

Some files were not shown because too many files have changed in this diff Show More