mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
6a919aea79
* feat: Add authentication and personal user endpoint This contribution adds a lot of scaffolding for the database fake and testability of coderd. A new endpoint "/user" is added to return the currently authenticated user to the requester. * Use TestMain to catch leak instead * Add userpassword package * Add WIP * Add user auth * Fix test * Add comments * Fix login response * Fix order * Fix generated code * Update httpapi/httpapi.go Co-authored-by: Bryan <bryan@coder.com> Co-authored-by: Bryan <bryan@coder.com>
28 lines
624 B
YAML
28 lines
624 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:
|
|
project:
|
|
default:
|
|
target: 75%
|
|
informational: yes
|
|
|
|
ignore:
|
|
# This is generated code.
|
|
- database/models.go
|
|
- database/query.sql.go
|
|
- peerbroker/proto
|
|
- provisionersdk/proto
|