-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from kaiyan-sheng/input_groups
Add input groups support
- Loading branch information
Showing
50 changed files
with
2,333 additions
and
54 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
1 change: 1 addition & 0 deletions
1
testdata/generated/categories-include-policy-templates-error.json
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 @@ | ||
invalid 'include_policy_templates' query param: 'foo' |
52 changes: 52 additions & 0 deletions
52
testdata/generated/categories-include-policy-templates.json
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,52 @@ | ||
[ | ||
{ | ||
"id": "aws", | ||
"title": "AWS", | ||
"count": 2 | ||
}, | ||
{ | ||
"id": "azure", | ||
"title": "Azure", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "cloud", | ||
"title": "Cloud", | ||
"count": 2 | ||
}, | ||
{ | ||
"id": "compute", | ||
"title": "compute", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "containers", | ||
"title": "Containers", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "crm", | ||
"title": "CRM", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "custom", | ||
"title": "Custom", | ||
"count": 13 | ||
}, | ||
{ | ||
"id": "message_queue", | ||
"title": "Message Queue", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "monitoring", | ||
"title": "Monitoring", | ||
"count": 1 | ||
}, | ||
{ | ||
"id": "web", | ||
"title": "Web", | ||
"count": 3 | ||
} | ||
] |
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
Oops, something went wrong.