pulumi/pkg/engine/lifecycletest
Ricard Solé ec09ac96aa build: configures gazelle to behave correctly with multiple go.mod
This patch does a few things:
1. Configures a `//:gazelle-update-repos` target that can update the
   deps.bzl file according to the contents of `go.work`
2. Configures gazelle's proto strategy to `package` and `go_package`.
   This helps gazelle do the right thing by only creating one target
   per package, and using the `go_package` option as the grouping
   identifier.
3. It sets a few `gazelle:resolve` directives for gazelle to be able
   to find the right protos - I'm not sure this is required anymore
   (see next point).
4. It configures each go module with `gazelle:prefix` so that gazelle
   knows to use the correct `importpath` (`sdk/v3`, `pkg/v3`, etc).
5. Fixes a few busted imports (or they seemed busted anyway!)
6. Adds a few `gazelle:ignore` and `gazelle:exclude` for code that
   seems to be test input and gazelle shouldn't actually be trying
   create BUILD files for.
2024-03-19 09:15:24 +01:00
..
BUILD.bazel build: configures gazelle to behave correctly with multiple go.mod 2024-03-19 09:15:24 +01:00
alias_test.go Send old inputs to Delete (#14051) 2023-10-13 14:12:26 +00:00
analyzer_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
delete_before_replace_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
golang_sdk_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
import_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
pending_delete_test.go Cleanup result.Result in pkg/engine (#14136) 2023-10-11 14:44:09 +00:00
provider_test.go Send old inputs to Delete (#14051) 2023-10-13 14:12:26 +00:00
pulumi_test.go more 2023-11-08 19:52:28 +01:00
refresh_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
resource_reference_test.go Lifecycle tests shouldn't use a closed host (#14063) 2023-09-28 21:50:18 +00:00
step_generator_test.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
target_test.go Tests and fix for --target-dependents with explicit providers (#14238) 2023-10-18 13:10:22 +00:00
test_plan.go Use `assert.NoError` rather than `assert.Nil` (#14233) 2023-10-13 09:46:07 +00:00
update_plan_test.go Send old inputs to Delete (#14051) 2023-10-13 14:12:26 +00:00