Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle projects with duplicate names in the ProjectClient #425

Merged
merged 12 commits into from
Jun 5, 2024

Conversation

ljcornel
Copy link
Collaborator

This PR streamlines how projects are created an retrieved in the ProjectClient. In particular:

  • It is now possible to create projects using a name that already exists for another project in the workspace
  • The method get_project_by_name now accepts an optional project_id parameter, to identify a project in case of duplicate names

@ljcornel ljcornel requested a review from igor-davidyuk June 4, 2024 09:44
Copy link
Contributor

@igor-davidyuk igor-davidyuk left a comment

Choose a reason for hiding this comment

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

Looks good!

@ljcornel ljcornel merged commit f2957f2 into main Jun 5, 2024
11 checks passed
@ljcornel ljcornel deleted the handle-duplicate-project-names branch June 5, 2024 10:37
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.

2 participants