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

Relabel Project Types to Instance Types in UI #1834

Merged
merged 5 commits into from
Mar 15, 2023
Merged

Conversation

knolleary
Copy link
Member

Part of #1689

This wasn't originally in scope, but having started to write the doc updates for introducing Instances, the Project Type concept stuck out a lot.

This PR is a cosmetic update to the front-end to reference Instance Type instead of Project Type. In some components I've also updated internal variables to be instance rather than project where the changes are not too extensive. Some views need more detailed going through so I've elected to skip for now.

@knolleary knolleary requested a review from Pezmc March 14, 2023 17:13
@knolleary
Copy link
Member Author

Investigating UI test failures. Thought I had handled this.

@knolleary
Copy link
Member Author

Tests (hopefully) fixed. Overlooked the fact they use kebab-case (project-type) so missed a couple references.

@knolleary
Copy link
Member Author

The final failing test is due to an update to cypress. @joepavitt has already merged the fix via #1835

@knolleary
Copy link
Member Author

Merged main into this branch and all tests are passing. Good for review and merge.

@@ -0,0 +1,159 @@
<template>
Copy link
Contributor

Choose a reason for hiding this comment

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

Assuming this file is not new and GitHub hasn't tracked the move

Copy link
Member Author

Choose a reason for hiding this comment

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

Correct - I think the combination of rename and the number of changes of Project->Instance has exceeded what git thinks is a move and edit.

Copy link
Contributor

@Pezmc Pezmc left a comment

Choose a reason for hiding this comment

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

I've read through and checked all the changes, but can't guarantee it's 100%, so let's be sure to do some checking on staging

@Pezmc Pezmc merged commit 6317740 into main Mar 15, 2023
@Pezmc Pezmc deleted the rename-project-types branch March 15, 2023 10:54
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