Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/license-initializer/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build integration
//go:build integration

package main

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/common/certificates/ca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build integration
//go:build integration

package certificates

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/common/certificates/pem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build integration
//go:build integration

package certificates

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/common/watches/handler_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build integration
//go:build integration

package watches_test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build integration
//go:build integration

package license

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build integration
// +build integration

package trial

Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build tools
//go:build tools

package utils

Expand Down
1 change: 0 additions & 1 deletion test/e2e/agent/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build agent || e2e
// +build agent e2e

package agent

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/agent/recipes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build agent e2e
//go:build agent || e2e

package agent

Expand Down
1 change: 0 additions & 1 deletion test/e2e/agent/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build agent || e2e
// +build agent e2e

package agent

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/agent/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build agent e2e
//go:build agent || e2e

package agent

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/apm/association_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build apm e2e
//go:build apm || e2e

package apm

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/apm/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build apm e2e
//go:build apm || e2e

package apm

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/apm/standalone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build apm e2e
//go:build apm || e2e

package apm

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/apm/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build apm e2e
//go:build apm || e2e

package apm

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/beat/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build beat e2e
//go:build beat || e2e

package beat

Expand Down
1 change: 0 additions & 1 deletion test/e2e/beat/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build beat || e2e
// +build beat e2e

package beat

Expand Down
3 changes: 2 additions & 1 deletion test/e2e/beat/recipes_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.
// +build beat e2e

//go:build beat || e2e

package beat

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/beat/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build beat e2e
//go:build beat || e2e

package beat

Expand Down
1 change: 0 additions & 1 deletion test/e2e/beat/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build beat || e2e
// +build beat e2e

package beat

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/beat/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build beat e2e
//go:build beat || e2e

package beat

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/ems/ems_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build ems e2e
//go:build ems || e2e

package ems

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/ent/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build ent e2e
//go:build ent || e2e

package ent

Expand Down
1 change: 0 additions & 1 deletion test/e2e/ent/ent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build ent || e2e
// +build ent e2e

package ent

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/autoscaling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/certs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/disable_predicates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/failure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/forced_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/keystore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/mutation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/podtemplate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/remote_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/reversal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/stack_monitoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/suspend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/topology_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/es/version_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build es || e2e
// +build es e2e

package es

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/es/volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build es e2e
//go:build es || e2e

package es

Expand Down
1 change: 0 additions & 1 deletion test/e2e/global_ca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build mixed || e2e
// +build mixed e2e

package e2e

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kb/association_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

// +build kb e2e
//go:build kb || e2e

package kb

Expand Down
Loading