-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance GitHubClient and add test event: normalize API URLs for GitHu…
…b interactions, improve error handling during repository creation, and introduce a new test event JSON for template settings.
- Loading branch information
Your Name
committed
May 14, 2025
1 parent
a78d650
commit 089926f
Showing
3 changed files
with
79 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "owning_team": "platform-team", | ||
| "project_name": "example-template-repos-cluster", | ||
| "template_settings": { | ||
| "attrs": { | ||
| "account_name": "dev-account", | ||
| "aws_region": "us-gov-west-1", | ||
| "cluster_mailing_list": "eks-admins@example.com", | ||
| "cluster_name": "example-cluster-dev", | ||
| "eks_instance_disk_size": "100", | ||
| "eks_ng_desired_size": "2", | ||
| "eks_ng_max_size": "10", | ||
| "eks_ng_min_size": "2", | ||
| "environment": "development", | ||
| "environment_abbr": "dev", | ||
| "finops_project_name": "example_project", | ||
| "finops_project_number": "fp00000001", | ||
| "finops_project_role": "example_project_app", | ||
| "organization": "example:dept:team", | ||
| "vpc_domain_name": "dev.example.com", | ||
| "vpc_name": "vpc-dev" | ||
| }, | ||
| "tags": { | ||
| "managed_by": "terraform", | ||
| "owner": "platform-team", | ||
| "slim:schedule": "8:00-17:00" | ||
| } | ||
| }, | ||
| "trigger_init_workflow": true | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters