Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make repo compliant #498

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Make repo compliant #498

merged 1 commit into from
Feb 22, 2024

Conversation

RaphaelVogel
Copy link
Member

How to categorize this PR?

  • Changed license in hack/boilerplate.go.txt
  • Updated CONTRIBUTING.md file
  • Created/Updated LICENSE file
    • Deleted LICENSE.md file
  • Created/Updated .reuse/dep5 file
  • Created/Updated LICENSES folder
  • Added badge for reuse compliance in README.md file and registered repo with REUSE API
  • License/Copyright header replacement for 'non-go' files
    • Dockerfile
    • Makefile
    • .ci/it-prepare.py
    • .ci/integrationtest-config.yaml
    • .ci/scripts/gh_config.py
    • .ci/scripts/pull_secrets.py
    • test/.test-defs/ItConfigValue.yaml
    • test/.test-defs/ItIntegrationTestDef.yaml
    • test/.test-defs/ItCheckFile.yaml
    • test/.test-defs/ItCheckFileNotExist.yaml
    • test/.test-defs/ItConfigSecretFile.yaml
    • test/.test-defs/ItCheckDynamicEnvVar.yaml
    • test/.test-defs/ItFailingIntegrationTestDef.yaml
    • test/.test-defs/ItNameWithDotTestDef.yaml
    • test/.test-defs/ItTimeoutIntegrationTestDef.yaml
    • test/.test-defs/ItCheckFileWithContent.yaml
    • test/.test-defs/ItSerialTestDef.yaml
    • test/.test-defs/ItExitHandlerTestDef.yaml
    • test/.test-defs/ItCheckEnvVar.yaml
    • test/.test-defs/ItConfigSecret.yaml
    • charts/testmachinery/local-values.yaml
    • charts/testmachinery/Chart.yaml
    • charts/testmachinery/values.yaml
    • charts/testmachinery/charts/reserve-excess-capacity/Chart.yaml
    • charts/testmachinery/charts/reserve-excess-capacity/values.yaml
    • charts/testmachinery/charts/reserve-excess-capacity/templates/reserve-excess-capacity.yaml
    • charts/testmachinery/charts/argo/Chart.yaml
    • charts/testmachinery/charts/argo/values.yaml
    • charts/testmachinery/charts/argo/templates/crds.yaml
    • charts/testmachinery/charts/argo/templates/config.yaml
    • charts/testmachinery/charts/argo/templates/rbac.yaml
    • charts/testmachinery/charts/argo/templates/argo.yaml
    • charts/testmachinery/charts/argo/templates/_helper.tpl
    • charts/testmachinery/charts/logging/Chart.yaml
    • charts/testmachinery/templates/crd.yaml
    • charts/testmachinery/templates/rolebinding-managed-namespaces.yaml
    • charts/testmachinery/templates/deployment-tm-controller.yaml
    • charts/testmachinery/templates/gh-secrets.yaml
    • charts/testmachinery/templates/service-tm-controller.yaml
    • charts/testmachinery/templates/serviceaccount-tm-controller.yaml
    • charts/testmachinery/templates/secret-tm-config.yaml
    • charts/testmachinery/templates/docker-pull-secret.yaml
    • charts/testmachinery/templates/rbac.yaml
    • charts/testmachinery/templates/configmap-imagevector-overwrite.yaml
    • charts/testmachinery/templates/secret-tls.yaml
    • charts/testmachinery/templates/_helper.tpl
    • charts/testmachinery/templates/managed-namspaces.yaml
    • charts/testmachinery/templates/validating-webhook.yaml
    • charts/testmachinery/templates/secrets-in-managed-namespaces.yaml
    • charts/tm-bot/Chart.yaml
    • charts/tm-bot/values.yaml
    • charts/tm-bot/templates/deployment.yaml
    • charts/tm-bot/templates/ingress.yaml
    • charts/tm-bot/templates/service.yaml
    • charts/tm-bot/templates/rbac.yaml
    • charts/tm-bot/templates/secret-tls.yaml
    • charts/tm-bot/templates/_helper.tpl
    • charts/tm-bot/templates/secret-config.yaml
    • charts/tm-bot/templates/secret-gh.yaml
    • charts/tm-bot/templates/serviceaccount.yaml
    • hack/prepare-gardener-helm-release
    • hack/config/memory-limit.yaml
    • .test-defs/dummy.yaml
    • .test-defs/conformanceTestgridParallel.yaml
    • .test-defs/conformanceTestgrid.yaml
    • examples/14-single-testrun.yaml
    • examples/13-shoot-testrun.yaml
    • examples/10-int-testrun.yaml
    • examples/05-gh-config.yaml
    • examples/11-local-testrun.yaml
    • examples/12-dummy-testrun.yaml
    • examples/20-GuestbookTestDef.yaml
    • pkg/testmachinery/collector/testdata/02_testrun_export.yaml
    • pkg/testmachinery/collector/testdata/01_testrun.yaml
    • .ci/test
    • .ci/integration
    • .ci/test-definitions
    • .ci/integration-bot
    • .ci/prepare_release
    • .ci/check
    • test/.test-defs/scripts/check-env
    • test/.test-defs/scripts/check-file
    • test/.test-defs/scripts/check-file-not
    • test/.test-defs/scripts/check-dynamic-env
    • test/.test-defs/scripts/check-file-content
    • charts/testmachinery/charts/argo/templates/ingress.yaml
    • hack/build-test-defs.sh
    • hack/install
    • hack/update-github-templates.sh
    • hack/generate-code
    • hack/images/golang/setup
    • hack/boilerplate.go.txt
  • License/Copyright header replacement for 'go' files
    • cmd/testrunner/main.go
    • cmd/testrunner/cmd/cmd.go
    • cmd/testrunner/cmd/run_testrun/options.go
    • cmd/testrunner/cmd/run_testrun/run_testrun.go
    • cmd/testrunner/cmd/notify/notify.go
    • cmd/testrunner/cmd/collect/collect.go
    • cmd/testrunner/cmd/alert/alert.go
    • cmd/testrunner/cmd/docs/docs.go
    • cmd/testrunner/cmd/version/version.go
    • cmd/testrunner/cmd/run_template/options.go
    • cmd/testrunner/cmd/run_template/run_template.go
    • cmd/prepare/prepare.go
    • cmd/prepare/main.go
    • cmd/testmachinery-controller/main.go
    • cmd/testmachinery-controller/app/options.go
    • cmd/testmachinery-controller/app/app.go
    • cmd/local-validator/main.go
    • cmd/logging/main.go
    • cmd/elasticsearch/main.go
    • cmd/elasticsearch/cmd/cmd.go
    • cmd/elasticsearch/cmd/precompute/query.go
    • cmd/elasticsearch/cmd/precompute/precompute.go
    • cmd/tm-bot/main.go
    • cmd/tm-bot/app/options.go
    • cmd/tm-bot/app/app.go
    • test/testrunner/run/testrunner_run_suite_test.go
    • test/testrunner/run/testrunner_run_test.go
    • test/validationwebhook/validationwebhook_suite_test.go
    • test/validationwebhook/testrun_validation_test.go
    • test/framework/operation.go
    • test/framework/types.go
    • test/framework/framework.go
    • test/framework/validate.go
    • test/framework/namespace.go
    • test/resources/basic_testrun.go
    • test/utils/utils.go
    • test/utils/mocks.go
    • test/controller/garbagecollection/garbagecollection_suite_test.go
    • test/controller/garbagecollection/garbagecollection_test.go
    • test/controller/testflow/testflow_test.go
    • test/controller/testflow/testflow_suite_test.go
    • test/controller/testflow/testflow_exit_test.go
    • test/controller/testflow/testflow_resume_test.go
    • test/controller/testflow/testflow_kubeconfig_test.go
    • test/controller/resultcollection/resultcollection_test.go
    • test/controller/resultcollection/resultcollection_suite_test.go
    • test/controller/locations/locations_suite_test.go
    • test/controller/locations/locations_testlocation_suite_test.go
    • test/controller/locations/locations_locationset_suite_test.go
    • test/controller/testdefinition/testdefinition_test.go
    • test/controller/testdefinition/testdefinition_suite_test.go
    • pkg/testrunner/list.go
    • pkg/testrunner/execution.go
    • pkg/testrunner/run.go
    • pkg/testrunner/types.go
    • pkg/testrunner/util.go
    • pkg/testrunner/execution_test.go
    • pkg/testrunner/testrunner_suite_test.go
    • pkg/testrunner/testrunner.go
    • pkg/testrunner/result/collect.go
    • pkg/testrunner/result/types.go
    • pkg/testrunner/result/collector.go
    • pkg/testrunner/result/summary-poster_test.go
    • pkg/testrunner/result/notification.go
    • pkg/testrunner/result/summary-poster.go
    • pkg/testrunner/result/result_suite_test.go
    • pkg/testrunner/template/shoot_template_test.go
    • pkg/testrunner/template/values.go
    • pkg/testrunner/template/template_suite_test.go
    • pkg/testrunner/template/types.go
    • pkg/testrunner/template/template_test.go
    • pkg/testrunner/template/template.go
    • pkg/testrunner/template/helper.go
    • pkg/testrunner/componentdescriptor/types.go
    • pkg/testrunner/componentdescriptor/componentdescriptor.go
    • pkg/testrunner/componentdescriptor/componentdescriptor_test.go
    • pkg/testmachinery/config.go
    • pkg/testmachinery/labels.go
    • pkg/testmachinery/testmachinery.go
    • pkg/testmachinery/testflow/types.go
    • pkg/testmachinery/testflow/flow.go
    • pkg/testmachinery/testflow/validation.go
    • pkg/testmachinery/testflow/testflow.go
    • pkg/testmachinery/testflow/validation_test.go
    • pkg/testmachinery/testflow/node/node.go
    • pkg/testmachinery/prepare/prepare.go
    • pkg/testmachinery/config/config_suite_test.go
    • pkg/testmachinery/config/config.go
    • pkg/testmachinery/config/types.go
    • pkg/testmachinery/config/set.go
    • pkg/testmachinery/collector/elasticsearch.go
    • pkg/testmachinery/collector/exports.go
    • pkg/testmachinery/collector/exports_test.go
    • pkg/testmachinery/collector/precompute.go
    • pkg/testmachinery/collector/collector.go
    • pkg/testmachinery/collector/helper.go
    • pkg/testmachinery/collector/collector_test.go
    • pkg/testmachinery/collector/summary.go
    • pkg/testmachinery/collector/collector_suite_test.go
    • pkg/testmachinery/collector/summary_test.go
    • pkg/testmachinery/controller/testmachinery_controller.go
    • pkg/testmachinery/controller/ttl/add.go
    • pkg/testmachinery/controller/ttl/controller.go
    • pkg/testmachinery/controller/ttl/controller_test.go
    • pkg/testmachinery/controller/ttl/controller_suite_test.go
    • pkg/testmachinery/controller/health/healthz.go
    • pkg/testmachinery/controller/admission/webhooks/validator.go
    • pkg/testmachinery/controller/watch/cache_test.go
    • pkg/testmachinery/controller/watch/polling_test.go
    • pkg/testmachinery/controller/watch/cache.go
    • pkg/testmachinery/controller/watch/defaults.go
    • pkg/testmachinery/controller/watch/watch_test.go
    • pkg/testmachinery/controller/watch/eventbus.go
    • pkg/testmachinery/controller/watch/polling.go
    • pkg/testmachinery/controller/watch/watch.go
    • pkg/testmachinery/controller/reconciler/resume.go
    • pkg/testmachinery/controller/reconciler/update.go
    • pkg/testmachinery/controller/reconciler/delete.go
    • pkg/testmachinery/controller/reconciler/types.go
    • pkg/testmachinery/controller/reconciler/resume_test.go
    • pkg/testmachinery/controller/reconciler/timer.go
    • pkg/testmachinery/controller/reconciler/update_test.go
    • pkg/testmachinery/controller/reconciler/utils.go
    • pkg/testmachinery/controller/reconciler/testrun_control.go
    • pkg/testmachinery/controller/configwatcher/configwatcher.go
    • pkg/testmachinery/locations/testlocations.go
    • pkg/testmachinery/locations/location/gitlocation.go
    • pkg/testmachinery/locations/location/locallocation.go
    • pkg/testmachinery/testrun/testrun.go
    • pkg/testmachinery/testrun/kubeconfigs_test.go
    • pkg/testmachinery/testrun/kubeconfigs_suite_test.go
    • pkg/testmachinery/testrun/validation.go
    • pkg/testmachinery/testrun/kubeconfigs.go
    • pkg/testmachinery/errors/errors.go
    • pkg/testmachinery/argo/actions.go
    • pkg/testmachinery/argo/argo.go
    • pkg/testmachinery/testdefinition/test.go
    • pkg/testmachinery/testdefinition/testdefinition.go
    • pkg/testmachinery/testdefinition/artifactset.go
    • pkg/testmachinery/testdefinition/testdefinition_test.go
    • pkg/testmachinery/testdefinition/testdefinition_suite_test.go
    • pkg/testmachinery/metadata/metadata.go
    • pkg/testmachinery/ghcache/ghcache.go
    • pkg/testmachinery/ghcache/ratelimitcontrol.go
    • pkg/testmachinery/ghcache/cache.go
    • pkg/apis/doc.go
    • pkg/apis/testmachinery/group.go
    • pkg/apis/testmachinery/install/install.go
    • pkg/apis/testmachinery/v1beta1/register.go
    • pkg/apis/testmachinery/v1beta1/types.go
    • pkg/apis/testmachinery/v1beta1/constants.go
    • pkg/apis/testmachinery/v1beta1/doc.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_testflow_test.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_testdefinition_test.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_testflow.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_testdefinition.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_suite_test.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_config_test.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_location_test.go
    • pkg/apis/testmachinery/v1beta1/validation/validation_config.go
    • pkg/apis/testmachinery/v1beta1/validation/validation.go
    • pkg/apis/config/register.go
    • pkg/apis/config/config.go
    • pkg/apis/config/constants.go
    • pkg/apis/config/config_s3.go
    • pkg/apis/config/config_testmachinery.go
    • pkg/apis/config/doc.go
    • pkg/apis/config/bot.go
    • pkg/apis/config/install/install.go
    • pkg/apis/config/v1beta1/register.go
    • pkg/apis/config/v1beta1/config.go
    • pkg/apis/config/v1beta1/defaults.go
    • pkg/apis/config/v1beta1/config_s3.go
    • pkg/apis/config/v1beta1/config_testmachinery.go
    • pkg/apis/config/v1beta1/doc.go
    • pkg/apis/config/v1beta1/bot.go
    • pkg/apis/config/validation/validation.go
    • pkg/logger/config.go
    • pkg/logger/logger.go
    • pkg/logger/helper.go
    • pkg/util/gardener.go
    • pkg/util/jsonpath_test.go
    • pkg/util/error.go
    • pkg/util/versions_test.go
    • pkg/util/util_test.go
    • pkg/util/slack-table-post.go
    • pkg/util/testrun.go
    • pkg/util/docker_image.go
    • pkg/util/util_suite_test.go
    • pkg/util/util.go
    • pkg/util/slack-table-post_test.go
    • pkg/util/testrun_test.go
    • pkg/util/read.go
    • pkg/util/kubernetes_version_test.go
    • pkg/util/gardener_test.go
    • pkg/util/error_test.go
    • pkg/util/workflow_test.go
    • pkg/util/jsonpath.go
    • pkg/util/waitgroup.go
    • pkg/util/workflow.go
    • pkg/util/s3/doc.go
    • pkg/util/s3/s3.go
    • pkg/util/s3/mocks/object.go
    • pkg/util/output/table.go
    • pkg/util/slack/slack.go
    • pkg/util/cmdutil/viper/viper.go
    • pkg/util/cmdutil/viper/usage.go
    • pkg/util/elasticsearch/elasticsearch.go
    • pkg/util/elasticsearch/doc.go
    • pkg/util/elasticsearch/bulk/types.go
    • pkg/util/elasticsearch/bulk/es_bulk_suite_test.go
    • pkg/util/elasticsearch/bulk/esbulk.go
    • pkg/alert/alert.go
    • pkg/shootflavors/flavors_test.go
    • pkg/shootflavors/types.go
    • pkg/shootflavors/extendedflavors_test.go
    • pkg/shootflavors/extendedflavors_validation_test.go
    • pkg/shootflavors/shootflavors_suite_test.go
    • pkg/shootflavors/extendedflavors.go
    • pkg/shootflavors/flavors.go
    • pkg/testrun_renderer/types.go
    • pkg/testrun_renderer/renderer.go
    • pkg/common/types.go
    • pkg/common/common.go
    • pkg/common/types_shootflavor.go
    • pkg/common/error/error.go
    • pkg/version/version.go
    • pkg/tm-bot/server.go
    • pkg/tm-bot/options.go
    • pkg/tm-bot/healthz.go
    • pkg/tm-bot/ui/ui.go
    • pkg/tm-bot/ui/auth/auth.go
    • pkg/tm-bot/ui/auth/noauth.go
    • pkg/tm-bot/ui/auth/dummyauth.go
    • pkg/tm-bot/ui/pages/home.go
    • pkg/tm-bot/ui/pages/page.go
    • pkg/tm-bot/ui/pages/testrun.go
    • pkg/tm-bot/ui/pages/utils.go
    • pkg/tm-bot/ui/pages/status.go
    • pkg/tm-bot/ui/pages/command_help.go
    • pkg/tm-bot/ui/pages/runs.go
    • pkg/tm-bot/ui/pages/pagination/pagination_test.go
    • pkg/tm-bot/ui/pages/pagination/pagination.go
    • pkg/tm-bot/plugins/respond.go
    • pkg/tm-bot/plugins/persistance.go
    • pkg/tm-bot/plugins/plugins.go
    • pkg/tm-bot/plugins/command_test.go
    • pkg/tm-bot/plugins/plugins_test.go
    • pkg/tm-bot/plugins/request.go
    • pkg/tm-bot/plugins/plugins_suite_test.go
    • pkg/tm-bot/plugins/cmdparser.go
    • pkg/tm-bot/plugins/echo/echo.go
    • pkg/tm-bot/plugins/test/types.go
    • pkg/tm-bot/plugins/test/util.go
    • pkg/tm-bot/plugins/test/single/config.go
    • pkg/tm-bot/plugins/test/single/run.go
    • pkg/tm-bot/plugins/test/single/test.go
    • pkg/tm-bot/plugins/test/common/config.go
    • pkg/tm-bot/plugins/test/common/run.go
    • pkg/tm-bot/plugins/test/common/test.go
    • pkg/tm-bot/plugins/resume/resume.go
    • pkg/tm-bot/plugins/skip/skip.go
    • pkg/tm-bot/plugins/errors/errors.go
    • pkg/tm-bot/plugins/xkcd/xkcd.go
    • pkg/tm-bot/tests/tests_test.go
    • pkg/tm-bot/tests/tests_suite_test.go
    • pkg/tm-bot/tests/testrunner.go
    • pkg/tm-bot/tests/status.go
    • pkg/tm-bot/tests/tests.go
    • pkg/tm-bot/github/types.go
    • pkg/tm-bot/github/request.go
    • pkg/tm-bot/github/client.go
    • pkg/tm-bot/github/doc.go
    • pkg/tm-bot/github/authorization.go
    • pkg/tm-bot/github/manager.go
    • pkg/tm-bot/github/ghval/ghval.go
    • pkg/tm-bot/hook/handler.go
    • hack/tools.go
    • pkg/testmachinery/testrun/types.go
    • pkg/apis/testmachinery/v1beta1/zz_generated.deepcopy.go
    • pkg/util/cmdutil/cmdutil.go
    • pkg/util/cmdutil/viper/util.go
    • pkg/apis/config/v1beta1/zz_generated.conversion.go
    • pkg/apis/config/v1beta1/zz_generated.deepcopy.go
    • pkg/apis/config/v1beta1/zz_generated.defaults.go
    • pkg/apis/config/zz_generated.deepcopy.go
    • pkg/apis/testmachinery/v1beta1/zz_generated.conversion.go
    • pkg/apis/testmachinery/v1beta1/zz_generated.defaults.go
    • pkg/openapi/openapi_generated.go
    • pkg/util/strconf/zz_generated.deepcopy.go

Additional Information
NOTICE.md seems to be outdated. Please use .reuse/dep5 file if source code is copied over into this repository

@RaphaelVogel RaphaelVogel added the area/ipcei IPCEI (Important Project of Common European Interest) label Feb 21, 2024
@RaphaelVogel RaphaelVogel requested a review from a team as a code owner February 21, 2024 16:16
@gardener-robot gardener-robot added needs/review Needs review kind/api-change API change with impact on API users needs/second-opinion Needs second review by someone else size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) labels Feb 21, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Feb 21, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Feb 22, 2024
@hendrikKahl hendrikKahl added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Feb 22, 2024
Copy link
Contributor

@hendrikKahl hendrikKahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review needs/second-opinion Needs second review by someone else labels Feb 22, 2024
@hendrikKahl hendrikKahl merged commit 42f8b9a into gardener:master Feb 22, 2024
11 checks passed
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipcei IPCEI (Important Project of Common European Interest) kind/api-change API change with impact on API users reviewed/lgtm Has approval for merging reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants