Skip to content

Commit 83b066a

Browse files
committed
CHE-641 Add blank example project with a blank ready to go stack
Change-Id: I0b87ea76a7b2aaca698695fe697ca6b344d58d8c Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
1 parent d24415b commit 83b066a

4 files changed

Lines changed: 102 additions & 1 deletion

File tree

core/ide/che-core-ide-stacks/src/main/resources/predefined-stacks.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,63 @@
11
[
2+
{
3+
"id": "blank-default",
4+
"creator": "ide",
5+
"name": "Blank",
6+
"description": "Default Blank Stack.",
7+
"scope": "general",
8+
"tags": [
9+
"Blank",
10+
"Ubuntu",
11+
"Git"
12+
],
13+
"components": [
14+
],
15+
"source": {
16+
"type": "image",
17+
"origin": "codenvy/ubuntu_jdk8"
18+
},
19+
"workspaceConfig": {
20+
"environments": [
21+
{
22+
"name": "default",
23+
"recipe": null,
24+
"machineConfigs": [
25+
{
26+
"name": "default",
27+
"limits": {
28+
"ram": 1000
29+
},
30+
"source": {
31+
"location": "stub",
32+
"type": "recipe"
33+
},
34+
"type": "docker",
35+
"dev": true
36+
}
37+
]
38+
}
39+
],
40+
"name": "default",
41+
"defaultEnv": "default",
42+
"description": null
43+
},
44+
"permissions": {
45+
"groups": [
46+
{
47+
"acl": [
48+
"read",
49+
"search"
50+
],
51+
"name": "public"
52+
}
53+
],
54+
"users": {}
55+
},
56+
"stackIcon": {
57+
"name": "type-blank.svg",
58+
"mediaType": "image/svg+xml"
59+
}
60+
},
261
{
362
"id": "java-default",
463
"creator": "ide",
Lines changed: 19 additions & 0 deletions
Loading

core/ide/che-core-ide-templates/src/main/resources/samples.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
[
2+
{
3+
"name": "blank-project",
4+
"displayName": "blank-project",
5+
"path": "/blank-project",
6+
"description": "A blank project example.",
7+
"projectType": "blank",
8+
"mixins": [],
9+
"attributes": {
10+
},
11+
"modules": [],
12+
"problems": [],
13+
"source": {
14+
"type": "git",
15+
"location": "https://github.com/che-samples/blank",
16+
"parameters": {}
17+
},
18+
"commands": [],
19+
"links": [],
20+
"category": "Samples",
21+
"tags": [
22+
"blank"
23+
]
24+
},
225
{
326
"name": "web-java-spring",
427
"displayName": "web-java-spring",

dashboard/src/components/widget/simple-selecter/che-simple-selecter.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ che-simple-selecter md-card:focus
101101
che-simple-selecter
102102
outline none
103103
margin-bottom 20px
104-
margin-right auto
104+
margin-right 20px

0 commit comments

Comments
 (0)