Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: improve dormant workspace notification wording#17100

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
defelmnq merged 2 commits intomainfromcoder-inbox/17099
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** has been marked as [**dormant**](https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise) because of {{.Labels.reason}}.\n' ||
E'Dormant workspaces are [automatically deleted](https://coder.com/docs/templates/schedule#dormancy-auto-deletion-enterprise) after {{.Labels.timeTilDormant}} of inactivity.\n' ||
E'To prevent deletion, use your workspace with the link below.' WHERE id = '0ea69165-ec14-4314-91f1-69566ac3c5a0';
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** has been marked as [**dormant**](https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise) due to inactivity exceeding the dormancy threshold.\n\n' ||
E'This workspace will be automatically deleted in {{.Labels.timeTilDormant}} if it remains inactive.\n\n' ||
E'To prevent deletion, activate your workspace using the link below.' WHERE id = '0ea69165-ec14-4314-91f1-69566ac3c5a0';
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,12 +13,13 @@ Content-Type: text/plain; charset=UTF-8
Hi Bobby,

Your workspace bobby-workspace has been marked as dormant (https://coder.co=
m/docs/templates/schedule#dormancy-threshold-enterprise) because of breache=
d the template's threshold for inactivity.
Dormant workspaces are automatically deleted (https://coder.com/docs/templa=
tes/schedule#dormancy-auto-deletion-enterprise) after 24 hours of inactivit=
y.
To prevent deletion, use your workspace with the link below.
m/docs/templates/schedule#dormancy-threshold-enterprise) due to inactivity =
exceeding the dormancy threshold.

This workspace will be automatically deleted in 24 hours if it remains inac=
tive.

To prevent deletion, activate your workspace using the link below.


View workspace: http://test.com/@bobby/bobby-workspace
Expand DownExpand Up@@ -54,12 +55,13 @@ argin: 8px 0 32px; line-height: 1.5;">
<p>Hi Bobby,</p>
<p>Your workspace <strong>bobby-workspace</strong> has been marked =
as <a href=3D"https://coder.com/docs/templates/schedule#dormancy-threshold-=
enterprise"><strong>dormant</strong></a> because of breached the template&r=
squo;s threshold for inactivity.<br>
Dormant workspaces are <a href=3D"https://coder.com/docs/templates/schedule=
#dormancy-auto-deletion-enterprise">automatically deleted</a> after 24 hour=
s of inactivity.<br>
To prevent deletion, use your workspace with the link below.</p>
enterprise"><strong>dormant</strong></a> due to inactivity exceeding the do=
rmancy threshold.</p>

<p>This workspace will be automatically deleted in 24 hours if it remains i=
nactive.</p>

<p>To prevent deletion, activate your workspace using the link below.</p>
</div>
<div style=3D"text-align: center; margin-top: 32px;">
=20
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,6 +27,6 @@
},
"title": "Workspace \"bobby-workspace\" marked as dormant",
"title_markdown": "Workspace \"bobby-workspace\" marked as dormant",
"body": "Your workspace bobby-workspace has been marked as dormant (https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise)because of breachedthetemplate's threshold for inactivity.\nDormant workspaces areautomatically deleted(https://coder.com/docs/templates/schedule#dormancy-auto-deletion-enterprise) after24 hoursof inactivity.\nTo prevent deletion,use your workspacewith the link below.",
"body_markdown": "Your workspace **bobby-workspace** has been marked as [**dormant**](https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise)because of breachedthetemplate's threshold for inactivity.\nDormant workspaces are [automatically deleted](https://coder.com/docs/templates/schedule#dormancy-auto-deletion-enterprise) after 24 hoursof inactivity.\nTo prevent deletion,use your workspacewith the link below."
"body": "Your workspace bobby-workspace has been marked as dormant (https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise)due to inactivity exceedingthedormancy threshold.\n\nThis workspace will beautomatically deletedin24 hoursif it remains inactive.\n\nTo prevent deletion,activate your workspaceusing the link below.",
"body_markdown": "Your workspace **bobby-workspace** has been marked as [**dormant**](https://coder.com/docs/templates/schedule#dormancy-threshold-enterprise)due to inactivity exceedingthedormancy threshold.\n\nThis workspace will beautomatically deleted in 24 hoursif it remains inactive.\n\nTo prevent deletion,activate your workspaceusing the link below."
}
Loading

[8]ページ先頭

©2009-2025 Movatter.jp