mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
025b55f7beb75b51062bd3162fd5e766b25ca3ca
* chore: Initial database scaffolding This implements migrations and code generation for interfacing with a PostgreSQL database. A dependency is added for the "postgres" binary on the host, but that seems like an acceptable requirement considering it's our primary database. An in-memory database object can be created for simple cross-OS and fast testing. * Run tests in CI * Use Docker instead of binaries on the host * Skip database tests on non-Linux operating systems * chore: Add golangci-lint and codecov * Use consistent file names
Coder v2
This repository contains source code for Coder V2. Additional documentation:
Directory Structure
.github/: Settings for Dependabot for updating dependencies and build/deploy pipelines with GitHub Actions.
Languages
Go
74.9%
TypeScript
23.1%
Shell
0.8%
HCL
0.3%
PLpgSQL
0.3%
Other
0.4%