-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 parent
8df0092
commit e334fe3
Showing
3 changed files
with
145 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[ | ||
{ | ||
"dashboard": { | ||
"id": "6e26a6d0-2fc3-4531-a04d-678a58135288", | ||
"name": "demo dashboard", | ||
"created_at": 1726757028, | ||
"created_by": "CookieCat", | ||
"updated_at": 1726757028, | ||
"updated_by": "CookieCat", | ||
"admins": [ | ||
{ | ||
"id": 1, | ||
"name": "CookieCat", | ||
"active": true | ||
} | ||
], | ||
"repos": [ | ||
{ | ||
"id": 1, | ||
"name": "github/repo1" | ||
} | ||
] | ||
}, | ||
"repos": [ | ||
{ | ||
"org": "github", | ||
"name": "repo1", | ||
"counter": 1, | ||
"active": true, | ||
"builds": [ | ||
{ | ||
"number": 1, | ||
"started": 1726757097, | ||
"sender": "CookieCat", | ||
"ref": "refs/heads/main", | ||
"status": "running", | ||
"event": "push", | ||
"branch": "master", | ||
"link": "http://vela.example.com/github/repo1/1" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"dashboard": { | ||
"id": "c4e8f563-4784-4b4b-9534-3007d579dc2a", | ||
"name": "another demo dashboard", | ||
"created_at": 1726757636, | ||
"created_by": "CookieCat", | ||
"updated_at": 1726757636, | ||
"updated_by": "CookieCat", | ||
"admins": [ | ||
{ | ||
"id": 1, | ||
"name": "CookieCat", | ||
"active": true | ||
} | ||
], | ||
"repos": [] | ||
} | ||
} | ||
] |
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