Skip to content

Conversation

sighphyre
Copy link
Member

This does two things

  • Rebuilds the API against latest Unleash which allows us to create a project with explicitly no environments
  • Exposes the project overview API so we can access those environments

@sighphyre sighphyre changed the base branch from main to feat/project-environments March 4, 2025 07:53
- createProject
- updateProject
- deleteProject
- getProjectOverview
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New API

resp, httpRes, err := apiClient.UsersAPI.CreateUser(context.Background()).CreateUserSchema(createUserSchema).Execute()

fmt.Println(err)
if err != nil {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small detail to make this silent when the test is green, just makes the output easier to read

}
})

t.Run("Test ProjectsAPIService Create Project with empty list of environments", func(t *testing.T) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New test

Base automatically changed from feat/project-environments to main March 7, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant