You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: >-
8
8
9
9
Umbraco Cloud is a hosting option for your favorite Umbraco CMS offered by Umbraco HQ. Built on Microsoft Azure Cloud and encompassing web standard approaches, Umbraco Cloud is familiar to Umbraco's new and old users. With Umbraco Cloud, there are no limits to what you can accomplish. You can do anything with Umbraco and web technology with Umbraco Cloud.
10
10
11
-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Learn how to get started working with Umbraco Cloud.</td><td><a href="getting-started/the-umbraco-cloud-portal/">the-umbraco-cloud-portal</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td><strong>Setup</strong></td><td>Learn how you can set up your Umbraco Cloud projects.</td><td><a href="set-up/ready-to-set-up-your-project.md">set-up/ready-to-set-up-your-project.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup.png">Documentations Icons_Umbraco_Cloud_Setup.png</a></td></tr><tr><td><strong>Deployments</strong></td><td>Learn how Deployments on Umbraco Cloud works.</td><td><a href="deployment/">deployment</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Deploying.png">Documentations Icons_Umbraco_Cloud_Deploying.png</a></td></tr></tbody></table>
11
+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Learn how to get started working with Umbraco Cloud.</td><td><a href="getting-started/the-umbraco-cloud-portal/">the-umbraco-cloud-portal</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td><strong>Setup</strong></td><td>Learn how you can set up your Umbraco Cloud projects.</td><td><a href="set-up/ready-to-set-up-your-project.md">ready-to-set-up-your-project.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup.png">Documentations Icons_Umbraco_Cloud_Setup.png</a></td></tr><tr><td><strong>Deployments</strong></td><td>Learn how Deployments on Umbraco Cloud works.</td><td><a href="deployment/">deployment</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Deploying.png">Documentations Icons_Umbraco_Cloud_Deploying.png</a></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: umbraco-cloud/getting-started/git-repository-in-a-cloud-project.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,30 +39,30 @@ Once you're happy with the results or wish to see how your website has progresse
39
39
40
40
{% tabs %}
41
41
{% tab title="Umbraco 10+" %}
42
-
### Code Deployment Summary
42
+
####Code Deployment Summary
43
43
44
44

45
45
46
46
In the above diagram, the Umbraco Git repository contains the source code of a class library CS project.
47
47
48
48
With this setup, once you commit your code in the Umbraco Cloud Git repository, your C# source code is built by Umbraco Cloud and then deployed to the `wwwroot` folder.
49
49
50
-
### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
50
+
####Disadvantages of using an Umbraco Cloud Project repository as a source code repository
51
51
52
52
* We only guarantee to maintain and keep the `master` branch. If there are any other branches, they might be removed without any notification causing data loss.
53
53
* You will need to commit your frontend artifacts as the build pipeline only builds dlls from your C# code.
In the above diagram, the external git repository contains the source code of a class library CS project, if you had a class library project that was used in your Cloud project.
62
62
63
63
With this setup, you commit your changes twice. Once to commit your code in your source control and the other commit to the Umbraco Cloud Git repository to deploy your website. Your source code is not hosted on Umbraco Cloud but only your cloned project will be in the Umbraco Cloud Git Repository. Your code is built and compiled into the cloned project and then pushed to Umbraco Cloud. Thus updating the site with your latest code changes.
64
64
65
-
### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
65
+
####Disadvantages of using an Umbraco Cloud Project repository as a source code repository
66
66
67
67
* We only guarantee to maintain and keep the `master` branch. If there are any other branches, they might be removed without any notification causing data loss.
Copy file name to clipboardExpand all lines: umbraco-cloud/getting-started/the-umbraco-cloud-portal/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ When you click on the User Profile link, you will find the following options:
71
71
72
72
Managing your projects has been simplified with Umbraco Cloud. By navigating to a specific project, you can quickly view the environments within your project.
Copy file name to clipboardExpand all lines: umbraco-cloud/release-notes/overview-2024/2024-01-releasenotes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
***Self-Service Cipher Suite Management** - Effortlessly manage and disable cipher suites on the Security page for tailored efficient control.
6
6
***Project Invitation Renewal Request** - Easily request a resend of expired Umbraco Cloud project invitations with this new 'Request New Invitation' feature.
7
7
8
-
## [Self-Service Cipher Suite Management](../set-up/project-settings/manage-security.md#cipher-suite-management)
8
+
## [Self-Service Cipher Suite Management](../../set-up/project-settings/manage-security.md#cipher-suite-management)
9
9
10
10
In our ongoing effort to enhance your experience with Umbraco Cloud, we've introduced a new feature that puts the power of cipher suite management at your fingertips. Now available as a self-service option in the Cloud Portal's “Security Page”, this update lets you enable or disable cipher suites directly through a user-friendly "Ciphers" dropdown menu.
11
11
12
12
We understand that managing security settings is a critical aspect of any cloud project, and our goal is to make this process as seamless as possible. With this latest update, you have the flexibility to tailor security settings to your specific needs, whether it's for an individual project or across multiple hostnames. By default, we've kept all cipher suites enabled, ensuring that you start with robust security measures in place
The interface for this feature has been designed with simplicity in mind. You can now adjust your security settings with just a few clicks, saving you time and effort and allowing you to focus on the more critical aspects of your work. We believe this streamlined approach will significantly enhance your overall efficiency and ease of use.
17
17
@@ -21,7 +21,7 @@ We are pleased to introduce an update to Umbraco Cloud, focusing on the efficien
21
21
22
22
When an invitation expires, you'll on the “Pending Invites” page under your profile, see a "Request New Invitation" button. Clicking this button triggers an email to the original inviter, prompting them to take action. The email contains a link that redirects the inviter to the "Edit Team" page of the project, where they can issue a new invitation to replace the expired one.
23
23
24
-

24
+

25
25
26
26
This new feature aims to significantly reduce any friction caused by expired project invites, ensuring seamless and uninterrupted collaboration across teams and organizations in Umbraco Cloud.
Copy file name to clipboardExpand all lines: umbraco-cloud/release-notes/overview-2024/2024-02-releasenotes.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@
7
7
***Improved Search on Projects Dashboard** - Enhances project searchability with the ability to use project names, associated tags, and product versions, complemented by a filter-as-you-type functionality for streamlined navigation and project management.
8
8
9
9
## Project History Page (Beta)
10
+
10
11
The "Project History Page," today released as a beta release, provides a detailed insight into the significant activities within your project. This feature catalogs events initiated by users or by Umbraco Cloud itself, including modifications to your project plan, portal deployments, and automatic and manual upgrades.
11
12
12
-

13
+

13
14
14
15
Each entry in the overview is interactive, allowing you to click on it for more detailed information. This feature ensures that you have easy access to in-depth details about each event, further enhancing your insight into your project's history and ongoing activities.
15
16
@@ -19,24 +20,25 @@ The overview today concentrates on activities spurred by users and Umbraco Cloud
19
20
20
21
The new "Upgrade Details" page is your gateway to detailed insights for every upgrade. By clicking the 'info' link from the "Project History" page for manual or automatic upgrades, you'll land on a page that highlights the essentials—product version, precise timestamps, current statuses, and error reports for troubleshooting. The page also showcases the impact of these upgrades across all relevant environments for your project.
The "Upgrade Details" page offers a clear view of how updates are applied within each environment of your project. This feature provides a straightforward breakdown, enabling you to understand the specific effects and application of upgrades across different environments. Designed to enhance your workflow, this page equips you with essential knowledge for efficient upgrade management, supports precise decision-making, and contributes to the smooth operation and success of your project.
25
26
26
27
We're here to support your journey every step of the way. Should you have any questions or need further assistance, feel free to reach out. Happy upgrading!
27
28
28
29
## Improved Search on Projects Dashboard
29
-
Finally, we have rolled out a significant update to the search functionality on the Projects Dashboard. The update makes it easier and faster for you to navigate your projects. Now, you're not limited to only searching by project names. This enhancement introduces the ability to search using a wide array of associated tags and even specific product versions within each project's environment.
30
+
31
+
Finally, we have rolled out a significant update to the search functionality on the Projects Dashboard. The update makes it easier and faster for you to navigate your projects. Now, you're not limited to only searching by project names. This enhancement introduces the ability to search using a wide array of associated tags and even specific product versions within each project's environment.
30
32
31
33
Examples of searchable tags include:
32
34
33
35
* Project type.
34
36
* Project plans.
35
-
* Payment type.
37
+
* Payment type.
36
38
* If the project is a baseline or a child.
37
39
38
40
Providing a multifaceted approach to organizing and locating your projects.
This update shines with its filter-as-you-type functionality, designed to refine search results in real-time as you type. This immediate response system not only speeds up your search process but also makes it more intuitive and tailored to your specific needs. Whether you're looking for a specific project plan or need to filter projects by payment type, this new search tool adapts to your workflow, allowing for a smoother, more efficient project management experience. Dive in and explore how this enhanced search capability can transform your navigation experience on the Projects Dashboard.
0 commit comments