mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
2b922b1be1
* feat: Add parameter and jobs database schema This modifies a prior migration which is typically forbidden, but because we're pre-production deployment I felt grouping would be helpful to future contributors. This adds database functions that are required for the provisioner daemon and job queue logic. * feat: Compute project build parameters Adds a projectparameter package to compute build-time project values for a provided scope. This package will be used to return which variables are being used for a build, and can visually indicate the hierarchy to a user. * Fix terraform provisioner * feat: Add provisionerd protobuf definitions Provisionerd communicates with coderd over a multiplexed WebSocket serving dRPC. This adds a roughly accurate protocol definition. It shares definitions with "provisioner.proto" for simple interop with provisioners!
34 lines
774 B
YAML
34 lines
774 B
YAML
codecov:
|
|
require_ci_to_pass: false
|
|
|
|
comment:
|
|
show_carryforward_flags: yes
|
|
|
|
coverage:
|
|
notify:
|
|
slack:
|
|
default:
|
|
url: secret:v1::ALa1/e2X+k36fPseab5D7+kBFc9bJyIoIQioD0IMA5jr+0HXVpBRNDCHZhHjCdGc67yff6PPixPEOLwEZpxC37rM23RBZOYlqAq9A5e0MeZVlEoVq19aOYN4Xel17hMJ6GGm7n17wrYpCpcvlVSqNrN0+cr3guVDyG10kQyfh2Y=
|
|
threshold: 1%
|
|
only_pulls: false
|
|
branches:
|
|
- "main"
|
|
status:
|
|
patch:
|
|
default:
|
|
informational: yes
|
|
project:
|
|
default:
|
|
target: 70%
|
|
informational: yes
|
|
|
|
ignore:
|
|
# This is generated code.
|
|
- database/models.go
|
|
- database/query.sql.go
|
|
# All coderd tests fail if this doesn't work.
|
|
- database/databasefake
|
|
- peerbroker/proto
|
|
- provisionerd/proto
|
|
- provisionersdk/proto
|