-
Notifications
You must be signed in to change notification settings - Fork 297
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
Development
: Remove outdated references to the clone button
#9063
Development
: Remove outdated references to the clone button
#9063
Conversation
WalkthroughThe changes primarily involve renaming various elements related to code button functionality across multiple files in the web application. This includes updating component templates, variables, comments, and text prompts for improved clarity and consistency in user interactions. The changes affect both the frontend user interface and the corresponding test cases, ensuring that the application reflects the updated terminology. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
src/main/webapp/app/overview/exercise-details/exercise-details-student-actions.component.html
Outdated
Show resolved
Hide resolved
src/main/webapp/app/overview/exercise-details/exercise-details-student-actions.component.html
Outdated
Show resolved
Hide resolved
…-student-actions.component.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good.
Checklist
General
Client
Changes affecting Programming Exercises
Motivation and Context
We had some outdated translations that still refer to the "Clone repository" button, which was removed in #8920. This is an inconsistency that we want to avoid.
Description
Updated the translations. Also went through the code and got rid of remaining references to the "Clone repository" button.
Steps for Testing
Prerequisites:
For the code review
Warning
Check out the branch and search for occurrences (Ctrl+Shift+F / Cmd+Shift+F on Mac) that may still refer to the removed "Clone repository" button. (e.g. using terms like "clone", "clone repo" "clone repository" "clone button" etc.) Occurrences
that don't refer to the button but rather to the action of cloning the repo are fine.
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Test Coverage
Unchanged
Screenshots
Summary by CodeRabbit
New Features
Bug Fixes
Documentation