Skip to content

Commit 2beabdb

Browse files
integrated ODO analyze (#2795)
* integreated odo analyze and removed devconsole logic for identifing the devfile Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * notifications added Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * fixed indentation Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * removed command Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * text updation Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * moved odo code into odo.ts file Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * added devfile api dependeny Signed-off-by: msivasubramaniaan <msivasub@redhat.com> --------- Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent e2e3ea9 commit 2beabdb

27 files changed

+5011
-3722
lines changed

package-lock.json

Lines changed: 4271 additions & 2301 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"yaml": "^1.10.2"
121121
},
122122
"devDependencies": {
123+
"@devfile/api": "^2.2.0-alpha-1666195451",
123124
"@emotion/react": "^11.10.5",
124125
"@emotion/styled": "^11.10.5",
125126
"@mui/base": "^5.0.0-alpha.120",
@@ -188,7 +189,7 @@
188189
"leasot": "^12.0.0",
189190
"mocha": "^9.1.3",
190191
"mocha-jenkins-reporter": "^0.4.7",
191-
"node-sass": "^7.0.3",
192+
"node-sass": "^8.0.0",
192193
"npm-check-updates": "^16.6.3",
193194
"npm-run-all": "^4.1.5",
194195
"pify": "^5.0.0",
@@ -1592,19 +1593,25 @@
15921593
}
15931594
}
15941595
},
1595-
{
1596-
"type": "object",
1597-
"order": 4,
1598-
"title": "Experimental Features",
1599-
"properties": {
1600-
"openshiftToolkit.experimentalFeatures": {
1601-
"order": 1,
1602-
"description": "Show OpenShift Toolkit Experimental Features.",
1603-
"type": "boolean",
1604-
"default": true
1605-
}
1606-
}
1607-
}
1596+
{
1597+
"type": "object",
1598+
"order": 4,
1599+
"title": "Experimental Features",
1600+
"properties": {
1601+
"openshiftToolkit.experimentalFeatures": {
1602+
"order": 1,
1603+
"description": "Show OpenShift Toolkit Experimental Features.",
1604+
"type": "boolean",
1605+
"default": true
1606+
},
1607+
"openshiftToolkit.devModeRunOnPodman": {
1608+
"order": 2,
1609+
"description": "Show warning about experimental feature",
1610+
"type": "boolean",
1611+
"default": true
1612+
}
1613+
}
1614+
}
16081615
]
16091616
},
16101617
"extensionDependencies": [

src/git-import/services/base-service.ts

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/git-import/services/bitbucket-service.ts

Lines changed: 0 additions & 171 deletions
This file was deleted.

src/git-import/services/git-service.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)