Skip to content

Commit db34075

Browse files
committed
make gen
1 parent f9bd7c2 commit db34075

File tree

4 files changed

+5
-22
lines changed

4 files changed

+5
-22
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ SUBCOMMANDS:
1616
OPTIONS:
1717
--allow-workspace-renames bool, $CODER_ALLOW_WORKSPACE_RENAMES (default: false)
1818
DEPRECATED: Allow users to rename their workspaces. Use only for
19-
temporary compatibility reasons, this flag will no longer function
20-
after 2024-04-01.
19+
temporary compatibility reasons.
2120

2221
--cache-dir string, $CODER_CACHE_DIRECTORY (default: [cache dir])
2322
The directory to cache temporary files. If unspecified and

cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ wgtunnelHost: ""
450450
userQuietHoursSchedule:
451451
# The default daily cron schedule applied to users that haven't set a custom quiet
452452
# hours schedule themselves. The quiet hours schedule determines when workspaces
453-
<<<<<<< HEAD
454453
# will be force stopped due to the template's autostop requirement, and will round
455454
# the max deadline up to be within the user's quiet hours window (or default). The
456455
# format is the same as the standard cron format, but the day-of-month, month and
@@ -463,16 +462,7 @@ userQuietHoursSchedule:
463462
# change their quiet hours schedule and the site default is always used.
464463
# (default: true, type: bool)
465464
allowCustomQuietHours: true
466-
=======
467-
# will be force stopped due to the template's max TTL, and will round the max TTL
468-
# up to be within the user's quiet hours window (or default). The format is the
469-
# same as the standard cron format, but the day-of-month, month and day-of-week
470-
# must be *. Only one hour and minute can be specified (ranges or comma separated
471-
# values are not supported).
472-
# (default: <unset>, type: string)
473-
defaultQuietHoursSchedule: ""
474465
# DEPRECATED: Allow users to rename their workspaces. Use only for temporary
475-
# compatibility reasons, this flag will no longer function after 2024-04-01.
466+
# compatibility reasons.
476467
# (default: false, type: bool)
477468
allowWorkspaceRenames: false
478-
>>>>>>> 899e802d6 (update golden)

docs/cli/server.md

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ SUBCOMMANDS:
1717
OPTIONS:
1818
--allow-workspace-renames bool, $CODER_ALLOW_WORKSPACE_RENAMES (default: false)
1919
DEPRECATED: Allow users to rename their workspaces. Use only for
20-
temporary compatibility reasons, this flag will no longer function
21-
after 2024-04-01.
20+
temporary compatibility reasons.
2221

2322
--cache-dir string, $CODER_CACHE_DIRECTORY (default: [cache dir])
2423
The directory to cache temporary files. If unspecified and

0 commit comments

Comments
 (0)