Skip to content

chore: remove unit tag followup #4085

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

Merged
merged 1 commit into from
Aug 5, 2025
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions cmd/atlas/atlas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package main

import "testing"
Expand Down
2 changes: 0 additions & 2 deletions internal/api/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/httprequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/accesslists/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package accesslists

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/accesslists/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package accesslists

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/accesslists/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package accesslists

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/accesslists/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package accesslists

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/accesslogs/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package accesslogs

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/acknowledge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package alerts

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package alerts

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package alerts

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/disable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/enable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/fields_type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/settings/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package settings

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/alerts/unacknowledge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package alerts

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/api/command_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/api/strings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package api

import "testing"
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auditing/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auditing

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auditing/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auditing

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auth/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auth

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auth/logout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auth

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auth/register_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auth

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/auth/whoami_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package auth

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package copyprotection

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package copyprotection

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/backup/compliancepolicy/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package compliancepolicy

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/backup/compliancepolicy/enable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package compliancepolicy

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package encryptionatrest

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package encryptionatrest

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package pointintimerestore

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package ondemand

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package ondemand

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package ondemand
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package scheduled

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package scheduled

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/cli/backup/compliancepolicy/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build unit

package compliancepolicy

import (
Expand Down
Loading
Loading