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

Replace projectCount with instanceCount on public api #2393

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

knolleary
Copy link
Member

@knolleary knolleary commented Jul 3, 2023

Description

This PR renames projectCount to instanceCount across all public api end points. Making this change prior to us formally documenting the API.

Note this does not change the internal APIs on the Team object (and others) that still provide a projectCount() function used to get the value.

Making this change against the 1556-api-docs branch so the swagger doc is updated to match.

Runtime unit tests updated and checked. Ui tests will run on the PR; also done some click testing around the affected frontend files.

@knolleary knolleary requested a review from Steve-Mcl July 4, 2023 09:59
Base automatically changed from 1556-api-docs to main July 4, 2023 10:49
Copy link
Contributor

@Steve-Mcl Steve-Mcl left a comment

Choose a reason for hiding this comment

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

reviewed, pulled and taken for a whirl locally.
Tried a handful of operations (create user, create instance, etc)
No issues, nothing spotted in logs.
Good to go.

@Steve-Mcl Steve-Mcl merged commit cd5d920 into main Jul 4, 2023
4 checks passed
@Steve-Mcl Steve-Mcl deleted the remove-projectCount branch July 4, 2023 11:17
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.

None yet

2 participants