### TL;DR
Update description text in project transfer section to include a 'Learn more' link.
### What changed?
The description text under the 'Transfer project' section of the project settings page is updated. A 'Learn more' link is added to provide additional information about transferring projects.
### How to test?
Navigate to a project's settings page and look for the 'Transfer project' section. Verify whether the description text contains a clickable 'Learn more' link.
### Why make this change?
To provide users with more information and to make the transfer process clearer by providing relevant resources.
### TL;DR
This pull request replaces the Avatar showing user's initial with a formatted text of user's name in Project Search layout.
### What changed?
In the `ProjectSearch` file, the `Avatar` component that displayed the user's initial is replaced with a paragraph tag that now shows the user's formatted name.
### How to test?
To test the change, navigate to the Project Search page to verify that the user's formatted name is displayed instead of an `Avatar`.
### TL;DR
This change removes unused properties from a checkbox component in the `org-slug/projects/create/template` file.
### What changed?
The `value` and `onChange` properties were deleted from the checkbox that determines whether a repo is private or not. It's important to note that this checkbox is currently disabled.
### How to test?
Try to create a new project and check that there aren't any errors or behavior changes when dealing with the 'Make this repo private' checkbox.
### Why make this change?
This change enhances code readability and ensures we're not keeping unnecessary code. It does not affect functionality as the checkbox is currently disabled.
* Add a script to deploy test records
* Add checks for ApplicationDeploymentRecord and the deployment URL
* Add a CI workflow to run the app deployment test
* Update test deployment request record config
* Add test for deployment removal
* Update test deployment request record
* Increase max retries
* Add retries when checking if URL is up or down
* Rename test script
* Run webapp deployment test CI on PR
* Remove unnecessary jq installation step from CI
* Revert "Run webapp deployment test CI on PR"
This reverts commit 01f373501a.
* Add a step for Slack alerts on a CI failure
* Add a workflow dispatch for manual trigger
* Update workflow title and remove trigger on main
* Document deployment test setup
---------
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>