Dylan Page
06/15/2023, 5:41 PMGabriel Martinez
06/15/2023, 8:43 PMGabriel Martinez
06/15/2023, 9:18 PMGabriel Martinez
06/15/2023, 9:27 PMDylan Page
06/20/2023, 10:03 PMGitHub
06/20/2023, 10:05 PMYunchi Luo
06/26/2023, 8:13 PMSimon Heather
07/02/2023, 12:04 PMgo generate server/core/runtime/pre_workflow_hook_runner.go
I get the following error:
panic: loading input failed: Did not find interface name "PostWorkflowHookRunner"
If I change the //go:generate
line in the the file from:
//go:generate pegomock generate --package mocks -o mocks/mock_pre_workflows_hook_runner.go PreWorkflowHookRunner
to
//go:generate pegomock generate <http://github.com/runatlantis/atlantis/server/core/runtime|github.com/runatlantis/atlantis/server/core/runtime> --package mocks -o mocks/mock_pre_workflows_hook_runner.go PreWorkflowHookRunner
the mock file is generated successfully.
Can somebody check to see if they get the same issue on the main
branch?Dylan Page
07/02/2023, 10:31 PMJustin S
07/06/2023, 7:48 PMSimon Heather
07/06/2023, 9:15 PMSimon Heather
07/07/2023, 4:18 PMDylan Page
07/07/2023, 4:33 PMDylan Page
07/08/2023, 5:56 PMTestRunAutoplanCommandWithError_DeletePlans
GitHub
07/12/2023, 8:44 PMLuke Massa
07/14/2023, 3:31 AMGabriel Martinez
07/20/2023, 10:32 AMDylan Page
08/11/2023, 7:12 PMGitHub
08/11/2023, 8:50 PMatlantis/apply
check to successful
if all plans are No Changes
by @chroju in #3378
• fix(gitlab): Prevent nil pointer dereference when HeadPipeline is empty by @marceloboeira in #3428
• chore: Fix Go Static Check Errors by @X-Guardian in #3637
• chore(deps): lock file maintenance in server/events/testdata/test-repos/workspace-configured/main.tf by @renovate in #3655
• chore(deps): update alpine docker tag to v3.18.3 in dockerfile by @renovate in #3656
• fix: gitlab client failing test by @ghaiszaher in #3653
• fix(deps): update github.com/hashicorp/terraform-config-inspect digest to f15f31b in go.mod by @renovate in #3658
• fix(deps): update module golang.org/x/term to v0.11.0 in go.mod by @renovate in #3650
• fix(deps): update module github.com/go-playground/validator/v10 to v10.15.0 in go.mod by @renovate in #3654
• fix(deps): update module github.com/xanzy/go-gitlab to v0.90.0 in go.mod by @renovate in #3647
• fix(deps): update module golang.org/x/text to v0.12.0 in go.mod by @renovate in #3652
• fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.5 in go.mod by @renovate in #3659
• chore(deps): update dependency hashicorp/terraform to v1.5.5 in .circleci/config.yml by @renovate in #3660
• chore(deps): update dependency node to v18.17.1 in .node-version by @renovate in #3661
• chore: update to use go1.21 by @chenrui333 in #3657
• fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.5 in go.mod by @renovate in #3662
New Contributors
• @tobaker made their first contribution in #3597
• @william-richard made their first contribution in #3621
• @ttretau made their first contribution in #3620
• @ghaiszaher made their first contribution in #3653
Full Changelog: v0.24.4...v0.25.0
runatlantis/atlantisincoming-webhook
08/14/2023, 7:18 PMBruno Schaatsbergen
08/21/2023, 7:39 AMLuke Massa
09/07/2023, 4:12 AMBrett Galkowski
09/07/2023, 11:03 PMatlantis.yaml
. Ideally though, I think it would make more sense as a server flag since it would be common to re-use the same policy checking tool across many projects -- but I can't figure out how it would then be passed to this method in project_command_runner.go
.PePe Amengual
09/11/2023, 5:16 AMDylan Page
09/11/2023, 1:58 PMSlackbot
09/12/2023, 11:36 PMBrett Galkowski
09/15/2023, 5:35 PM--- FAIL: TestDefaultProjectCommandBuilder_TerraformVersion (1.17s)
terraform_client_test.go:482: [1.3.9 != 1.3.10]
exp: 1.3.9******
got: 1.3.10
Running make test
from main fails this test as wellBrett Galkowski
09/20/2023, 6:23 PMLuke Massa
09/25/2023, 5:04 PMDylan Page
09/25/2023, 5:46 PM