Skip to content

Commit 66eaef9

Browse files
committed
Merge branch 'main' into colorful-rebased
2 parents 42d40da + 185400d commit 66eaef9

File tree

388 files changed

+13650
-4528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+13650
-4528
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ updates:
4444
update-types:
4545
- version-update:semver-patch
4646
groups:
47-
otel:
47+
go:
4848
patterns:
49-
- "go.nhat.io/otelsql"
50-
- "go.opentelemetry.io/otel*"
51-
golang-x:
52-
patterns:
53-
- "golang.org/x/*"
49+
- "*"
5450

5551
# Update our Dockerfile.
5652
- package-ecosystem: "docker"
@@ -94,26 +90,9 @@ updates:
9490
- version-update:semver-major
9591
open-pull-requests-limit: 15
9692
groups:
97-
react:
98-
patterns:
99-
- "react*"
100-
- "@types/react*"
101-
xterm:
102-
patterns:
103-
- "xterm*"
104-
mui:
105-
patterns:
106-
- "@mui*"
107-
storybook:
93+
site:
10894
patterns:
109-
- "@storybook*"
110-
- "storybook*"
111-
eslint:
112-
patterns:
113-
- "eslint*"
114-
- "@eslint*"
115-
- "@typescript-eslint/eslint-plugin"
116-
- "@typescript-eslint/parser"
95+
- "*"
11796

11897
- package-ecosystem: "npm"
11998
directory: "/offlinedocs/"
@@ -136,6 +115,10 @@ updates:
136115
- dependency-name: "@types/node"
137116
update-types:
138117
- version-update:semver-major
118+
groups:
119+
offlinedocs:
120+
patterns:
121+
- "*"
139122

140123
# Update dogfood.
141124
- package-ecosystem: "terraform"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
app = "paris-coder"
2+
primary_region = "cdg"
3+
4+
[experimental]
5+
entrypoint = ["/opt/coder", "wsproxy", "server"]
6+
auto_rollback = true
7+
8+
[build]
9+
image = "ghcr.io/coder/coder-preview:main"
10+
11+
[env]
12+
CODER_ACCESS_URL = "https://paris-coder.fly.dev"
13+
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
14+
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15+
16+
[http_service]
17+
internal_port = 3000
18+
force_https = true
19+
auto_stop_machines = true
20+
auto_start_machines = true
21+
min_machines_running = 0
22+
23+
[[vm]]
24+
cpu_kind = "shared"
25+
cpus = 1
26+
memory_mb = 512
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
app = "sao-paulo-coder"
2+
primary_region = "gru"
3+
4+
[experimental]
5+
entrypoint = ["/opt/coder", "wsproxy", "server"]
6+
auto_rollback = true
7+
8+
[build]
9+
image = "ghcr.io/coder/coder-preview:main"
10+
11+
[env]
12+
CODER_ACCESS_URL = "https://sao-paulo-coder.fly.dev"
13+
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
14+
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15+
16+
[http_service]
17+
internal_port = 3000
18+
force_https = true
19+
auto_stop_machines = true
20+
auto_start_machines = true
21+
min_machines_running = 0
22+
23+
[[vm]]
24+
cpu_kind = "shared"
25+
cpus = 1
26+
memory_mb = 512
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
app = "sydney-coder"
2+
primary_region = "syd"
3+
4+
[experimental]
5+
entrypoint = ["/opt/coder", "wsproxy", "server"]
6+
auto_rollback = true
7+
8+
[build]
9+
image = "ghcr.io/coder/coder-preview:main"
10+
11+
[env]
12+
CODER_ACCESS_URL = "https://sydney-coder.fly.dev"
13+
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
14+
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
15+
16+
[http_service]
17+
internal_port = 3000
18+
force_https = true
19+
auto_stop_machines = true
20+
auto_start_machines = true
21+
min_machines_running = 0
22+
23+
[[vm]]
24+
cpu_kind = "shared"
25+
cpus = 1
26+
memory_mb = 512

0 commit comments

Comments
 (0)