- Notifications
You must be signed in to change notification settings - Fork929
chore: add provisioner key crud apis#13857
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
20 commits Select commitHold shift + click to select a range
6019ded
chore: add provisioner key crud apis
f0ssel2d2ea40
add api routes
f0sselea9fa64
testing
f0ssel5ce5549
more tests and rbac fix
f0ssel06f2e94
fix file
f0ssel2408612
tests
f0ssel67701de
gen
f0ssel53dccb7
fix migrations
f0ssel5a7e2de
add swagger
f0ssel76cce30
move to enterprise
f0ssele2b2d6b
dbauthz
f0ssel5f5e923
fix swagger
f0ssel81d4e92
put routes under experiment
f0sselefcf832
add fixture
f0ssel3530f73
use existing org id
f0ssele5f7311
save
f0ssel28ded45
fix case sensitivity
f0ssel1d246ec
fix tests and pr comments
f0ssel1a5deb8
fix migration
f0sselff62057
make gen and test fix
f0sselFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
add fixture
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitefcf83221a713e010a02c629939879e961d1234f
There are no files selected for viewing
4 changes: 4 additions & 0 deletionscoderd/database/migrations/testdata/fixtures/000226_provisioner_keys.up.sql
This file contains hidden or 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,4 @@ | ||
INSERT INTO provisioner_keys | ||
(id, created_at, organization_id, name, hashed_secret) | ||
VALUES | ||
('b90547be-8870-4d68-8184-e8b2242b7c01', '2021-06-01 00:00:00', 'b90547be-8870-4d68-8184-e8b2242b7c01', 'qua', '\xDEADBEEF'::bytea); |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.