Skip to content

Commit 877de02

Browse files
committed
Update changelog and data usage document
Signed-off-by: Denis Golovin [email protected]
1 parent 914b1b7 commit 877de02

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 0.2.8 (July 12, 2021)
4+
5+
* [#2202](https://github.com/redhat-developer/vscode-openshift-tools/issues/2202) Sort components/services alphabetically under application node
6+
* [#2197](https://github.com/redhat-developer/vscode-openshift-tools/issues/2197) Warning about 'redhat.telemetry.enabled' property with vscode 1.58.0 release
7+
* [#2195](https://github.com/redhat-developer/vscode-openshift-tools/issues/2195) Add 'New Component' button to Components View title
8+
* [#2193](https://github.com/redhat-developer/vscode-openshift-tools/issues/2193) Components View has no icons for components in workspace
9+
* [#2191](https://github.com/redhat-developer/vscode-openshift-tools/issues/2191) Cannot delete component with odo v2.2.2
10+
* [#2190](https://github.com/redhat-developer/vscode-openshift-tools/issues/2190) Migrate to odo v2.2.3
11+
* [#2188](https://github.com/redhat-developer/vscode-openshift-tools/issues/2188) Report cancellation step name or number in telemetry event where is applicable
12+
* [#2186](https://github.com/redhat-developer/vscode-openshift-tools/issues/2186) Update odo to v2.2.2
13+
* [#2184](https://github.com/redhat-developer/vscode-openshift-tools/issues/2184) Extension fails to load if limit of FSWatchers is reached
14+
* [#2181](https://github.com/redhat-developer/vscode-openshift-tools/issues/2181) Use context folder base name as default value for component's name input
15+
* [#2168](https://github.com/redhat-developer/vscode-openshift-tools/issues/2168) crc message about new version availability force 'Add OpenShift Cluster' editor into error state
16+
* [#2166](https://github.com/redhat-developer/vscode-openshift-tools/issues/2166) Remove vscode-common from extension dependencies
17+
* [#2022](https://github.com/redhat-developer/vscode-openshift-tools/issues/2022) Do not delete context folders from workspace when deleting application
18+
* [#1962](https://github.com/redhat-developer/vscode-openshift-tools/issues/1962) Add telemetry events for 'Add OpenShift Cluster' editor commands
19+
320
## 0.2.7 (Jun 3, 2021)
421

522
* [#2154](https://github.com/redhat-developer/vscode-openshift-tools/issues/2154) Migrate to odo 2.2.1

USAGE_DATA.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,28 @@
22

33
### Usage Data
44

5+
#### Activation/deactivation
6+
57
* when extension is activated
6-
* when a command contributed by extension is executed with following info
8+
* when extension is deactivated
9+
10+
### Command's Generic Data Reported
11+
12+
* when a command contributed by extension is executed, telemetry event sent with following information:
713
* unique identifier
814
* duration time
915
* error message (in case of exception)
1016
* CLI command (if exception caused by cli command)
11-
* cancellation flag
12-
* command's specific data (see details below)
13-
* when extension is deactivated
17+
* cancellation step name
18+
* command's specific data (see details below for specific commands)
1419

1520
### Command's Specific Data Reported
1621

1722
#### OpenShift: New Component
1823

19-
In addition to command's usage data (see above) `New Component` command also reports:
24+
In addition to generic command's usage data (see above) `New Component` command also reports:
2025

26+
* cancellation_step - step name where New Component command was cancelled (value examples: ComponentName, ApplicationName, ContextFolder)
2127
* component_kind - devfile or S2I (Software to Image)
2228
* component_type - name of the component type from devfile registry or catalog
2329
* component_version - version (for S2I components)
@@ -26,7 +32,7 @@ In addition to command's usage data (see above) `New Component` command also rep
2632

2733
#### OpenShift: Login
2834

29-
In addition to command's usage data (see above) `Login` command also reports:
35+
In addition to generic command's usage data (see above) `Login` command also reports:
3036

3137
* openshift_version - cluster's OpenShift version (if can be accessed by the current user)
3238
* kubernetes_version - cluster's Kubernetes version

0 commit comments

Comments
 (0)