Skip to content

refactor: remove usage of <Box> and sx #10702

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge branch 'main' into no-sx
  • Loading branch information
aslilac committed Dec 4, 2023
commit 751cd2d22d5512907e8960d087bb4571b6f56188
33 changes: 8 additions & 25 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ updates:
update-types:
- version-update:semver-patch
groups:
otel:
go:
patterns:
- "go.nhat.io/otelsql"
- "go.opentelemetry.io/otel*"
golang-x:
patterns:
- "golang.org/x/*"
- "*"

# Update our Dockerfile.
- package-ecosystem: "docker"
Expand Down Expand Up @@ -94,26 +90,9 @@ updates:
- version-update:semver-major
open-pull-requests-limit: 15
groups:
react:
patterns:
- "react*"
- "@types/react*"
xterm:
patterns:
- "xterm*"
mui:
patterns:
- "@mui*"
storybook:
site:
patterns:
- "@storybook*"
- "storybook*"
eslint:
patterns:
- "eslint*"
- "@eslint*"
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/parser"
- "*"

- package-ecosystem: "npm"
directory: "/offlinedocs/"
Expand All @@ -136,6 +115,10 @@ updates:
- dependency-name: "@types/node"
update-types:
- version-update:semver-major
groups:
offlinedocs:
patterns:
- "*"

# Update dogfood.
- package-ecosystem: "terraform"
Expand Down
26 changes: 26 additions & 0 deletions .github/fly-wsproxies/paris-coder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
app = "paris-coder"
primary_region = "cdg"

[experimental]
entrypoint = ["/opt/coder", "wsproxy", "server"]
auto_rollback = true

[build]
image = "ghcr.io/coder/coder-preview:main"

[env]
CODER_ACCESS_URL = "https://paris-coder.fly.dev"
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512
26 changes: 26 additions & 0 deletions .github/fly-wsproxies/sao-paulo-coder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
app = "sao-paulo-coder"
primary_region = "gru"

[experimental]
entrypoint = ["/opt/coder", "wsproxy", "server"]
auto_rollback = true

[build]
image = "ghcr.io/coder/coder-preview:main"

[env]
CODER_ACCESS_URL = "https://sao-paulo-coder.fly.dev"
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512
26 changes: 26 additions & 0 deletions .github/fly-wsproxies/sydney-coder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
app = "sydney-coder"
primary_region = "syd"

[experimental]
entrypoint = ["/opt/coder", "wsproxy", "server"]
auto_rollback = true

[build]
image = "ghcr.io/coder/coder-preview:main"

[env]
CODER_ACCESS_URL = "https://sydney-coder.fly.dev"
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.