You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
For more information about Tekton, see [Getting started with the Tekton Dashboard Webhooks Extension](https://github.com/tektoncd/experimental/blob/master/webhooks-extension/docs/GettingStarted.md).
23
23
24
-
Next step: [Set Docker Registries](mdt-che-dockerregistries.html)
24
+
Next step: [Adding a container registry in Codewind](mdt-che-setupregistries.html)
Copy file name to clipboardExpand all lines: docs/_documentations/mdt-intellij-getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Complete the prerequisites and choose to install Codewind on IntelliJ with eithe
34
34
10. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
35
35
36
36
### Installing Codewind on IntelliJ from the Eclipse Downloads page
37
-
1.Go to the [Eclipse Downloads page](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip)and click `codewind-intellij-0.9.0.zip`to download the file.
37
+
1.Download the [codewind-intellij-0.9.0.zip](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip)file to your machine.
38
38
2. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
Copy file name to clipboardExpand all lines: docs/_documentations/metrics-dashboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The **Profiling** tab is available only in Node.js projects. This tab pulls info
58
58
59
59
## Code highlighting for profiling data
60
60
61
-
Code highlighting for profiling data highlights the most heavily used functions based on profiling data gathered through [load testing](performance). Support for code highlighting is available for Node.js or Java projects that are created through Codewind and then profiled.
61
+
Code highlighting for profiling data highlights the most heavily used functions based on profiling data gathered through [load testing](performance.html). Support for code highlighting is available for Node.js or Java projects that are created through Codewind and then profiled.
62
62
63
63
To enable code hightlighting, you must install the appropriate VS Code extension:
64
64
- For Node apps, install the [Codewind Node Profiler](https://marketplace.visualstudio.com/items?itemName=IBM.codewind-node-profiler).
@@ -72,12 +72,12 @@ Java is supported however if the Metrics Dashboard does not show profiling data,
72
72
- Out of all the folders that contain a `profiling.json` file, the most up-to-date `profiling.json` file is the one that is displayed. The code for the older profiling data might be out of date, such as pointing to lines that have been moved.
73
73
74
74
To display code highlighting:
75
-
1. Open a project created with Codewind and profiled using the [performance testing](performance) feature of Codewind. Profiling data is created in a `load-test/<datestamp>/profiling.json` file in your Codewind project.
75
+
1. Open a project created with Codewind and profiled using the [performance testing](performance.html) feature of Codewind. Profiling data is created in a `load-test/<datestamp>/profiling.json` file in your Codewind project.
76
76
2. In the **Editor** view, open a JavaScript file. The Editor highlights any lines that were found in the profiling data and annotates them to show how often they were seen and where they were called from.
77
77
78
78
For more information on sample-based profiling, see [Sample-based profiling](https://www.ibm.com/support/knowledgecenter/en/SS3KLZ/com.ibm.java.diagnostics.healthcenter.doc/topics/profiling_using.html).
79
79
80
-
If profiling markers do not appear, check to see if your project and load run conform to the [necessary requirements to use profiling](troubleshooting#profiling-markers-do-not-appear).
80
+
If profiling markers do not appear, check to see if your project and load run conform to the [necessary requirements to use profiling](troubleshooting.html#profiling-markers-do-not-appear).
Copy file name to clipboardExpand all lines: docs/_documentations/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Then, if you are a software developer, you need to perform many actions as you d
18
18
19
19
Or, if you are responsible for defining standards for application and runtime environments, such as framework and software levels, you need to implement and maintain your standards across the whole development team, ensuring consistency and reliability.
20
20
21
-
Built from the ground up, Codewind, an [open source project](https://github.com/eclipse/codewind), helps you to achieve all of the above by extending your Integrated Development Environment (IDE). Container development flow feels like a traditional application flow and [project templates](mdt-vsc-workingwithtemplates.html) can be used across your development teams. Support for rapid iteration of your code is achieved using features including automatic updating of containers with code changes, pre-supplied container-based [project templates](mdt-vsc-workingwithtemplates.html), and a user interface that exposes metrics, logs, and load testing at the click of a button. Your own standardized [project templates](mdt-vsc-workingwithtemplates.html) can be accessed by your developers using their IDE of choice.
21
+
Built from the ground up, Codewind, an [open source project](https://github.com/eclipse/codewind), helps you to achieve all of the above by extending your Integrated Development Environment (IDE). Container development flow feels like a traditional application flow and [project templates](workingwithtemplates.html) can be used across your development teams. Support for rapid iteration of your code is achieved using features including automatic updating of containers with code changes, pre-supplied container-based [project templates](workingwithtemplates.html), and a user interface that exposes metrics, logs, and load testing at the click of a button. Your own standardized [project templates](workingwithtemplates.html) can be accessed by your developers using their IDE of choice.
22
22
23
23
Different development flows are supported, so you can choose whether you want to use a desktop-based or cloud-based IDE, and whether you want to build and run your containers on your desktop or in the cloud.
24
24
@@ -27,9 +27,9 @@ Codewind can be used to build and run Docker-containerized applications on [Kube
27
27
### How does Codewind help me develop containerized applications?
28
28
Codewind improves your inner loop experience, enabling you to create a microservice quickly, rapidly iterate on changes, and make improvements to performance thanks to the following features:
29
29
30
-
1.**Access to preconfigured containerized project templates** Codewind provides preconfigured, Docker-containerized [project templates](mdt-vsc-workingwithtemplates.html) covering several languages, including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/), and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/). [Quickly create and deploy microservices](https://www.youtube.com/watch?v=zKMggp10gq4&t=12s) in languages and frameworks that you're familiar with. Modify the preconfigured projects to develop your customized microservice.
30
+
1.**Access to preconfigured containerized project templates** Codewind provides preconfigured, Docker-containerized [project templates](workingwithtemplates.html) covering several languages, including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/), and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/). [Quickly create and deploy microservices](https://www.youtube.com/watch?v=zKMggp10gq4&t=12s) in languages and frameworks that you're familiar with. Modify the preconfigured projects to develop your customized microservice.
31
31
32
-
2.**Ability to add your own standardized project templates** Create your own [project templates](mdt-vsc-workingwithtemplates.html), and your development teams can access them within their IDE.
32
+
2.**Ability to add your own standardized project templates** Create your own [project templates](workingwithtemplates.html), and your development teams can access them within their IDE.
33
33
34
34
3.**Ability to add your own applications** Access the seamless container development and deployment experience on your IDE that Codewind offers for your current projects.
35
35
@@ -64,9 +64,9 @@ Codewind supports different configurations for developing your containerized app
64
64
3.**Use Codewind remotely** Your IDE with the Codewind extension installed is hosted on your desktop, but the building and running of your microservice takes place in your cloud enviroment. Using secure HTTPS connections, you connect to your multiple cloud hosted microservices from the Codewind panel in your desktop-hosted IDE.
65
65
66
66
### What preconfigured containerized projects does Codewind provide?
67
-
Codewind provides preconfigured [project templates](mdt-vsc-workingwithtemplates.html) covering several languages including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/) and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/).
67
+
Codewind provides preconfigured [project templates](workingwithtemplates.html) covering several languages including [Node.js](https://nodejs.dev/), [Java](https://www.java.com/), [Python](https://www.python.org/), and [Swift](https://swift.org/) and several frameworks, such as [Express](https://expressjs.com/), [Spring Boot](https://spring.io/projects/spring-boot), and [Open Liberty](https://openliberty.io/).
68
68
69
-
Codewind also supplies [Appsody](https://appsody.dev/)[project templates](mdt-vsc-workingwithtemplates.html) for many languages and frameworks.
69
+
Codewind also supplies [Appsody](https://appsody.dev/)[project templates](workingwithtemplates.html) for many languages and frameworks.
70
70
71
71
### What are the prerequisites for Codewind?
72
72
Codewind requires Docker Desktop for Windows or Mac, or Docker Engine and Docker Compose for Linux.
## Cannot find Codewind in Marketplace when attempting to install in Intellij
115
-
When attempting to install Codewind in IntelliJ, you cannot locate the Codewind plugin in Marketplace, and if you verify the custom plugin repository link, you get a `Connection failed` error message:
114
+
## Cannot find Codewind in Marketplace when attempting to install in IntelliJ
115
+
When attempting to install Codewind in IntelliJ, you cannot locate the Codewind plug-in in Marketplace, and if you verify the custom plug-in repository link, you get a `Connection failed` error message:
0 commit comments