forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,336 changed files
with
129,475 additions
and
123,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "Development environments on your infrastructure", | ||
"image": "codercom/oss-dogfood:latest", | ||
"name": "Development environments on your infrastructure", | ||
"image": "codercom/oss-dogfood:latest", | ||
|
||
"features": { | ||
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": { | ||
"moby": "false" | ||
} | ||
}, | ||
// SYS_PTRACE to enable go debugging | ||
"runArgs": ["--cap-add=SYS_PTRACE"] | ||
"features": { | ||
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": { | ||
"moby": "false" | ||
} | ||
}, | ||
// SYS_PTRACE to enable go debugging | ||
"runArgs": ["--cap-add=SYS_PTRACE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "://localhost" | ||
}, | ||
{ | ||
"pattern": "://.*.?example\\.com" | ||
}, | ||
{ | ||
"pattern": "developer.github.com" | ||
}, | ||
{ | ||
"pattern": "docs.github.com" | ||
}, | ||
{ | ||
"pattern": "support.google.com" | ||
}, | ||
{ | ||
"pattern": "tailscale.com" | ||
}, | ||
{ | ||
"pattern": "wireguard.com" | ||
} | ||
], | ||
"aliveStatusCodes": [200, 0] | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "://localhost" | ||
}, | ||
{ | ||
"pattern": "://.*.?example\\.com" | ||
}, | ||
{ | ||
"pattern": "developer.github.com" | ||
}, | ||
{ | ||
"pattern": "docs.github.com" | ||
}, | ||
{ | ||
"pattern": "support.google.com" | ||
}, | ||
{ | ||
"pattern": "tailscale.com" | ||
}, | ||
{ | ||
"pattern": "wireguard.com" | ||
} | ||
], | ||
"aliveStatusCodes": [200, 0] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: release-validation | ||
|
||
on: | ||
push: | ||
tags: | ||
- "v*" | ||
|
||
jobs: | ||
network-performance: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Run Schmoder CI | ||
uses: benc-uk/workflow-dispatch@v1.2.4 | ||
with: | ||
workflow: ci.yaml | ||
repo: coder/schmoder | ||
inputs: '{ "num_releases": "3", "commit": "${{ github.sha }}" }' | ||
token: ${{ secrets.CDRCI_SCHMODER_ACTIONS_TOKEN }} | ||
ref: main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"recommendations": [ | ||
"github.vscode-codeql", | ||
"golang.go", | ||
"hashicorp.terraform", | ||
"esbenp.prettier-vscode", | ||
"foxundermoon.shell-format", | ||
"emeraldwalk.runonsave", | ||
"zxh404.vscode-proto3", | ||
"redhat.vscode-yaml", | ||
"streetsidesoftware.code-spell-checker", | ||
"dbaeumer.vscode-eslint", | ||
"EditorConfig.EditorConfig" | ||
] | ||
"recommendations": [ | ||
"github.vscode-codeql", | ||
"golang.go", | ||
"hashicorp.terraform", | ||
"esbenp.prettier-vscode", | ||
"foxundermoon.shell-format", | ||
"emeraldwalk.runonsave", | ||
"zxh404.vscode-proto3", | ||
"redhat.vscode-yaml", | ||
"streetsidesoftware.code-spell-checker", | ||
"EditorConfig.EditorConfig", | ||
"biomejs.biome" | ||
] | ||
} |
Oops, something went wrong.