-
Notifications
You must be signed in to change notification settings - Fork 2
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
28e4c18
commit 1f44065
Showing
7 changed files
with
68 additions
and
40 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
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
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
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 |
---|---|---|
|
@@ -5965,34 +5965,45 @@ | |
], | ||
"labels": [ | ||
{ | ||
"name": "je suis un label 1", | ||
"user_id": "[email protected]", | ||
"job_id": 795002 | ||
"job_id": 795002, | ||
"cluster_name": "mila", | ||
"labels": { | ||
"name": "je suis un label 1" | ||
} | ||
}, | ||
{ | ||
"name": "je suis un label 2", | ||
"user_id": "[email protected]", | ||
"job_id": 606872 | ||
}, | ||
{ | ||
"name": "je suis un label 3", | ||
"user_id": "[email protected]", | ||
"job_id": 834395 | ||
"job_id": 606872, | ||
"cluster_name": "mila", | ||
"labels": { | ||
"name": "je suis un label 2" | ||
} | ||
}, | ||
{ | ||
"name": "je suis un label 3", | ||
"user_id": "[email protected]", | ||
"job_id": 154325 | ||
"job_id": 834395, | ||
"cluster_name": "graham", | ||
"labels": { | ||
"name": "je suis un label 3" | ||
} | ||
}, | ||
{ | ||
"name": "je suis un label 4", | ||
"user_id": "[email protected]", | ||
"job_id": 154325 | ||
"job_id": 154325, | ||
"cluster_name": "graham", | ||
"labels": { | ||
"name": "je suis un label 3", | ||
"name2": "je suis un label 4" | ||
} | ||
}, | ||
{ | ||
"name": "je suis un label 1", | ||
"user_id": "[email protected]", | ||
"job_id": 613024 | ||
"job_id": 613024, | ||
"cluster_name": "graham", | ||
"labels": { | ||
"name": "je suis un label 1" | ||
} | ||
} | ||
] | ||
} |
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