1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-07 23:35:16 +00:00

Commit graph

  • 42fd405534
    Merge pull request #16 from imjasonh/copilot/add-pr-risk-scorer main Jason Hall 2026-02-18 21:56:31 -05:00
  • 91d03c0c0b Fix golangci-lint staticcheck issues in cifixer eval_test.go copilot/add-pr-risk-scorer copilot-swe-agent[bot] 2026-02-19 02:51:19 +00:00
  • 6e73e0d463 Fix golangci-lint staticcheck issues in pr-reconciler main.go copilot-swe-agent[bot] 2026-02-19 02:17:05 +00:00
  • 1224664d2d Fix all golangci-lint issues: error handling, ineffassign, staticcheck, and unused code copilot-swe-agent[bot] 2026-02-19 02:08:09 +00:00
  • a4fd9b19cc Remove unused formatFileDiffs function and test to fix golangci-lint copilot-swe-agent[bot] 2026-02-18 22:32:13 +00:00
  • de6dbaaf07 Fix golangci-lint formatting issues copilot-swe-agent[bot] 2026-02-18 17:39:18 +00:00
  • 7cbd7ac6ea Add pr-risk-scorer service and Terraform infrastructure with LLM integration copilot-swe-agent[bot] 2026-02-18 17:26:31 +00:00
  • 1393815bc9 Rewrite risk scorer to use LLM agent framework with evaluation support copilot-swe-agent[bot] 2026-02-18 17:24:06 +00:00
  • ebaebe4044 Add comprehensive README documentation for pr-risk-scorer copilot-swe-agent[bot] 2026-02-18 17:14:38 +00:00
  • ec49bb999f Fix formatting issues in struct tags and remove extra blank line copilot-swe-agent[bot] 2026-02-18 17:13:20 +00:00
  • ae34b14b29 Add Terraform infrastructure for pr-risk-scorer deployment copilot-swe-agent[bot] 2026-02-18 17:12:12 +00:00
  • 85c5b630ad Address code review feedback - improve pattern matching and simplify helpers copilot-swe-agent[bot] 2026-02-18 17:08:43 +00:00
  • e56aeb29a6 Add pr-risk-scorer command with full implementation copilot-swe-agent[bot] 2026-02-18 17:07:15 +00:00
  • 0dfa7cbae1 Add internal/risk package with comprehensive tests copilot-swe-agent[bot] 2026-02-18 17:04:53 +00:00
  • 2617dd6bad Initial plan copilot-swe-agent[bot] 2026-02-18 16:59:31 +00:00
  • a0b010d627
    Merge pull request #14 from imjasonh/vfs Jason Hall 2026-02-05 21:56:45 -05:00
  • 0983014992 clean up logging vfs Jason Hall 2026-02-05 21:55:20 -05:00
  • a57a90de12 update litestream to vfs Jason Hall 2026-02-05 21:46:52 -05:00
  • d4600f2a19
    Merge pull request #13 from imjasonh/ci-fixer Jason Hall 2026-02-04 14:23:30 -05:00
  • 80bb808366 fix: resolve CI lint errors - remove unused function, fix deprecated calls, add error handling ci-fixer pr-reconciler 2026-02-04 19:05:12 +00:00
  • 4be99d04da re-enable lint, latest versions Jason Hall 2026-02-04 13:58:59 -05:00
  • 943c6d1f28 ci: temporarily disable golangci-lint until it supports Go 1.25 Jason Hall 2026-02-04 13:48:26 -05:00
  • aff5c420f6 fix: require Go 1.25.4 to match chainguard.dev/driftlessaf dependency Jason Hall 2026-02-04 13:46:07 -05:00
  • ba86d9a4ca fix: use latest golangci-lint to support Go 1.25 Jason Hall 2026-02-04 13:43:22 -05:00
  • b625fde14d fix: correct invalid Go version from 1.25.4 to 1.23.4 pr-reconciler 2026-02-04 18:43:04 +00:00
  • f936d8302f fix: use real chainguard.dev/driftlessaf module instead of broken replace directive Jason Hall 2026-02-04 13:39:45 -05:00
  • 6758e575c0 fix: correct singular/plural handling in CI status messages pr-reconciler 2026-02-04 18:19:54 +00:00
  • ab44593fa3 fix: correct go.mod replace directive timestamp and workflow cache path pr-reconciler 2026-02-04 18:15:49 +00:00
  • 68ea3d06be fix: handle error from strconv.Atoi in parsePRURL function pr-reconciler 2026-02-04 18:12:56 +00:00
  • 08124b3bf8 fix: correct invalid Go version in go.mod from 1.25.5 to 1.23 pr-reconciler 2026-02-04 18:09:17 +00:00
  • 4aaa1eec57 fix: use correct Vertex AI Claude model format (@ instead of -) Jason Hall 2026-02-04 13:04:40 -05:00
  • 0334f118a2 Fix Claude model version to claude-sonnet-4-5@20250514 Jason Hall 2026-02-04 12:57:53 -05:00
  • 58b6bdb0f2 Use requeue polling instead of check_run events for CI completion Jason Hall 2026-02-04 12:53:35 -05:00
  • 009f2ec186 Fix check_run events using subject instead of repo extension Jason Hall 2026-02-04 12:43:03 -05:00
  • 87ca77d9dd trigger CI to test check_run events Jason Hall 2026-02-04 12:30:59 -05:00
  • 63745e0cb6 update evaluateCIStatus Jason Hall 2026-02-04 12:25:20 -05:00
  • 0255000457 Treat zero checks as pending, not passing Jason Hall 2026-02-04 12:16:26 -05:00
  • 6100adadeb Improve CI fixer status messages in check run Jason Hall 2026-02-04 12:14:58 -05:00
  • 53052f0d98 Fix filter format for check-run-workqueue Jason Hall 2026-02-04 12:11:08 -05:00
  • 9b13ff140d Add check_run workqueue for CI completion events Jason Hall 2026-02-04 12:09:12 -05:00
  • b5cd02f65c Keep check run in_progress while waiting for CI checks Jason Hall 2026-02-04 12:03:57 -05:00
  • 805fe0e427 Trigger CI fixer retry Jason Hall 2026-02-04 12:02:20 -05:00
  • a7610d3f34 Grant Vertex AI permissions to reconciler for Claude API access Jason Hall 2026-02-04 11:57:49 -05:00
  • 2a82eb8ff1 Use configurable region for Vertex AI Claude API calls Jason Hall 2026-02-04 11:52:44 -05:00
  • 390a2400a2 Add driftlessaf CI workflow Jason Hall 2026-02-04 11:41:45 -05:00
  • 9f63f1f524 add ci-fixer Jason Hall 2026-02-04 11:38:44 -05:00
  • 01320dea88 implement example auto labeler Jason Hall 2026-02-03 14:53:46 -05:00
  • 36635ff021 test: verify sha logging test-sha-logging Jason Hall 2026-02-03 14:51:31 -05:00
  • bb9f18a024 test: add test.go to trigger auto-labeler test-autolabeler Jason Hall 2026-02-03 14:41:22 -05:00
  • e7291474b8
    Merge pull request #10 from imjasonh/diagram Jason Hall 2026-02-03 14:04:02 -05:00
  • d7d9657e6a add dashboard diagram Jason Hall 2026-02-03 14:03:27 -05:00
  • 193bb7fdce diagram Jason Hall 2026-02-03 13:52:28 -05:00
  • 1304f26650
    Merge pull request #9 from imjasonh/drift1 Jason Hall 2026-02-03 13:44:16 -05:00
  • a0b5d1f369 vars drift1 Jason Hall 2026-02-03 13:42:59 -05:00
  • fe6e09f4cf
    Merge pull request #8 from imjasonh/driftless Jason Hall 2026-02-03 13:40:29 -05:00
  • 622d10317b rm all the other stuff driftless Jason Hall 2026-02-03 13:34:52 -05:00
  • b99c8adb26 add bq recorder Jason Hall 2026-02-03 13:31:07 -05:00
  • dd51e78a7f summary Jason Hall 2026-02-03 12:55:32 -05:00
  • 627c94549d updates Jason Hall 2026-02-03 12:55:24 -05:00
  • 9f1f8c558f add driftless example Jason Hall 2026-02-03 10:02:36 -05:00
  • c09bdc56ad add container-vm and step-ca, both don't work Jason Hall 2026-02-03 08:42:20 -05:00
  • 4e047293ed dry Jason Hall 2025-11-30 14:52:44 -05:00
  • 02d119cd7a add readme Jason Hall 2025-11-30 14:18:50 -05:00
  • 4232d5780e container-vm: expose ports Jason Hall 2025-11-30 14:13:47 -05:00
  • 4810e4ce21 Fix Artifact Registry authentication for Container-Optimized OS Jason Hall 2025-11-28 14:25:22 -06:00
  • 436b5adcd0
    Merge pull request #3 from imjasonh/imjasonh-patch-1 Jason Hall 2025-11-28 13:12:48 -06:00
  • 30a55459e0
    Merge pull request #7 from imjasonh/copilot/sub-pr-3-yet-again imjasonh-patch-1 Jason Hall 2025-11-28 13:11:37 -06:00
  • 053d647d4e Fix metadata types and enhance gcplogs configuration copilot/sub-pr-3-yet-again copilot-swe-agent[bot] 2025-11-28 19:04:26 +00:00
  • 6f0fafb978 Add comprehensive observability support (logs, metrics, traces) copilot-swe-agent[bot] 2025-11-28 19:03:34 +00:00
  • ebe751f941 Initial plan copilot-swe-agent[bot] 2025-11-28 19:00:39 +00:00
  • c20be36cd2
    Merge pull request #6 from imjasonh/copilot/sub-pr-3-another-one Jason Hall 2025-11-28 09:36:22 -06:00
  • f10dc39455 Add comment explaining single quote escaping in container args copilot/sub-pr-3-another-one copilot-swe-agent[bot] 2025-11-28 15:33:54 +00:00
  • 34662400c9 Support multiple containers in structured format copilot-swe-agent[bot] 2025-11-28 15:32:45 +00:00
  • 8ac9ed9470 Initial plan copilot-swe-agent[bot] 2025-11-28 15:28:02 +00:00
  • 928c05dbfe
    Update cloud-init.yaml.tftpl Jason Hall 2025-11-28 09:26:47 -06:00
  • 2ecccd2529
    Update cloud-init.yaml.tftpl Jason Hall 2025-11-28 09:26:29 -06:00
  • 682694ee66
    Merge pull request #5 from imjasonh/copilot/sub-pr-3-again Jason Hall 2025-11-27 23:50:03 -06:00
  • a0935d8421 Improve variable descriptions for network and subnetwork copilot/sub-pr-3-again copilot-swe-agent[bot] 2025-11-28 05:07:16 +00:00
  • 6dbcb7ea4e Make VMs private and require network/subnetwork variables copilot-swe-agent[bot] 2025-11-28 05:06:41 +00:00
  • e3d44ad326 Initial plan copilot-swe-agent[bot] 2025-11-28 05:04:58 +00:00
  • a6dd99a8e6
    Merge pull request #4 from imjasonh/copilot/sub-pr-3 Jason Hall 2025-11-27 22:48:40 -06:00
  • 35ddd89c8b Require digest-based image reference and explicit service account copilot/sub-pr-3 copilot-swe-agent[bot] 2025-11-28 04:47:36 +00:00
  • ae9b8ff3da Initial plan copilot-swe-agent[bot] 2025-11-28 04:45:00 +00:00
  • eced27bb66
    Update cloud-init.yaml.tftpl Jason Hall 2025-11-27 22:43:32 -06:00
  • 77f04f964b
    Update cloud-init.yaml.tftpl Jason Hall 2025-11-27 22:43:20 -06:00
  • 461c610740
    Update variables.tf Jason Hall 2025-11-27 22:43:13 -06:00
  • 30b75fd65c
    Update cloud-init.yaml.tftpl Jason Hall 2025-11-27 22:42:44 -06:00
  • 5044f5442b
    Create cloud-init.yaml.tftpl Jason Hall 2025-11-27 22:35:57 -06:00
  • 8688c607f0
    Create outputs.tf Jason Hall 2025-11-27 22:35:23 -06:00
  • b0b77bc7fa
    Create variables.tf Jason Hall 2025-11-27 22:34:58 -06:00
  • db74a4fedc
    Create main.tf Jason Hall 2025-11-27 22:34:05 -06:00
  • 9ba46672ce cf-worker-container Jason Hall 2025-11-03 13:37:22 -05:00
  • 66dcb9bad9 Demonstrate EKS cluster with Chainguard node AMI eks Jason Hall 2025-09-22 09:37:10 -04:00
  • 51ee9aa0ec
    Add Gitea deployment with Cloud Run and GCS storage Jason Hall 2025-08-04 15:31:46 -04:00
  • 320d3267c3
    updates dag.dev Jason Hall 2024-07-10 16:50:40 -04:00
  • 4a20c940c2
    WIP: IAP'd dag.dev Jason Hall 2024-07-10 16:15:51 -04:00
  • 64e62489df
    add IAP example Jason Hall 2024-07-04 09:19:48 -04:00
  • d8bacf0744
    skip reqs Jason Hall 2024-06-28 18:48:51 -04:00
  • 4ea3a50608
    update Jason Hall 2024-06-28 18:46:17 -04:00
  • 637dbe4a4b
    update Jason Hall 2024-06-28 18:01:35 -04:00