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
* add rough implementation of improved experiments table empty state
* pull out get started component
* add integration test
* remove title from function args
* make code more readable
@@ -6,83 +6,161 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### 🚀 New Features and Enhancements
8
8
9
-
- Improve user facing text for dvc.runQueuedExperiments [#1751](https://github.com/iterative/vscode-dvc/pull/1751) by [@mattseddon](https://github.com/mattseddon)
10
-
- Add manual refresh button to missing plots [#1754](https://github.com/iterative/vscode-dvc/pull/1754) by [@mattseddon](https://github.com/mattseddon)
11
-
- Add option to hide a column from the experiments table [#1756](https://github.com/iterative/vscode-dvc/pull/1756) by [@wolmir](https://github.com/wolmir)
9
+
- Improve user facing text for dvc.runQueuedExperiments
10
+
[#1751](https://github.com/iterative/vscode-dvc/pull/1751) by
11
+
[@mattseddon](https://github.com/mattseddon)
12
+
- Add manual refresh button to missing plots
13
+
[#1754](https://github.com/iterative/vscode-dvc/pull/1754) by
14
+
[@mattseddon](https://github.com/mattseddon)
15
+
- Add option to hide a column from the experiments table
16
+
[#1756](https://github.com/iterative/vscode-dvc/pull/1756) by
17
+
[@wolmir](https://github.com/wolmir)
12
18
13
19
### 🐛 Bug Fixes
14
20
15
-
- Prevent queued experiments from being selected via the experiments table [#1753](https://github.com/iterative/vscode-dvc/pull/1753) by [@mattseddon](https://github.com/mattseddon)
16
-
- Fix timing of comparison table renders [#1759](https://github.com/iterative/vscode-dvc/pull/1759) by [@mattseddon](https://github.com/mattseddon)
17
-
- Fix overflow of zoomed in plots not shown [#1763](https://github.com/iterative/vscode-dvc/pull/1763) by [@sroy3](https://github.com/sroy3)
18
-
- Fix drop target moving away when picking up an item [#1762](https://github.com/iterative/vscode-dvc/pull/1762) by [@sroy3](https://github.com/sroy3)
21
+
- Prevent queued experiments from being selected via the experiments table
22
+
[#1753](https://github.com/iterative/vscode-dvc/pull/1753) by
23
+
[@mattseddon](https://github.com/mattseddon)
24
+
- Fix timing of comparison table renders
25
+
[#1759](https://github.com/iterative/vscode-dvc/pull/1759) by
26
+
[@mattseddon](https://github.com/mattseddon)
27
+
- Fix overflow of zoomed in plots not shown
28
+
[#1763](https://github.com/iterative/vscode-dvc/pull/1763) by
29
+
[@sroy3](https://github.com/sroy3)
30
+
- Fix drop target moving away when picking up an item
31
+
[#1762](https://github.com/iterative/vscode-dvc/pull/1762) by
32
+
[@sroy3](https://github.com/sroy3)
19
33
20
34
### 🔨 Maintenance
21
35
22
-
- Publish extension to Open VSX via publish action [#1758](https://github.com/iterative/vscode-dvc/pull/1758) by [@mattseddon](https://github.com/mattseddon)
36
+
- Publish extension to Open VSX via publish action
37
+
[#1758](https://github.com/iterative/vscode-dvc/pull/1758) by
38
+
[@mattseddon](https://github.com/mattseddon)
23
39
24
40
## [0.2.17] - 2022-05-22
25
41
26
42
### 🚀 New Features and Enhancements
27
43
28
-
- Plot list virtualization [#1707](https://github.com/iterative/vscode-dvc/pull/1707) by [@sroy3](https://github.com/sroy3)
29
-
- Prevent native context menu from being invoked on webviews [#1736](https://github.com/iterative/vscode-dvc/pull/1736) by [@rogermparent](https://github.com/rogermparent)
30
-
- Rework experiment commands and context menus to vary based on whether experiments have checkpoints [#1738](https://github.com/iterative/vscode-dvc/pull/1738) by [@mattseddon](https://github.com/mattseddon)
31
-
- Rework experiment table context menus to vary based on whether or not experiments have checkpoints [#1739](https://github.com/iterative/vscode-dvc/pull/1739) by [@mattseddon](https://github.com/mattseddon)
32
-
- Make size of comparison table column more consistent [#1744](https://github.com/iterative/vscode-dvc/pull/1744) by [@sroy3](https://github.com/sroy3)
33
-
- Add drag and drop for experiment table column groups [#1729](https://github.com/iterative/vscode-dvc/pull/1729) by [@wolmir](https://github.com/wolmir)
34
-
- Show experiment names in comparison table headers (#1614) [#1730](https://github.com/iterative/vscode-dvc/pull/1730) by [@wolmir](https://github.com/wolmir)
35
-
- Add experiment icons to editor/title when params file is open [#1740](https://github.com/iterative/vscode-dvc/pull/1740) by [@mattseddon](https://github.com/mattseddon)
36
-
- Remove extra padding in plots [#1749](https://github.com/iterative/vscode-dvc/pull/1749) by [@sroy3](https://github.com/sroy3)
44
+
- Plot list virtualization
45
+
[#1707](https://github.com/iterative/vscode-dvc/pull/1707) by
46
+
[@sroy3](https://github.com/sroy3)
47
+
- Prevent native context menu from being invoked on webviews
48
+
[#1736](https://github.com/iterative/vscode-dvc/pull/1736) by
49
+
[@rogermparent](https://github.com/rogermparent)
50
+
- Rework experiment commands and context menus to vary based on whether
51
+
experiments have checkpoints
52
+
[#1738](https://github.com/iterative/vscode-dvc/pull/1738) by
53
+
[@mattseddon](https://github.com/mattseddon)
54
+
- Rework experiment table context menus to vary based on whether or not
55
+
experiments have checkpoints
56
+
[#1739](https://github.com/iterative/vscode-dvc/pull/1739) by
57
+
[@mattseddon](https://github.com/mattseddon)
58
+
- Make size of comparison table column more consistent
59
+
[#1744](https://github.com/iterative/vscode-dvc/pull/1744) by
60
+
[@sroy3](https://github.com/sroy3)
61
+
- Add drag and drop for experiment table column groups
62
+
[#1729](https://github.com/iterative/vscode-dvc/pull/1729) by
63
+
[@wolmir](https://github.com/wolmir)
64
+
- Show experiment names in comparison table headers (#1614)
65
+
[#1730](https://github.com/iterative/vscode-dvc/pull/1730) by
66
+
[@wolmir](https://github.com/wolmir)
67
+
- Add experiment icons to editor/title when params file is open
68
+
[#1740](https://github.com/iterative/vscode-dvc/pull/1740) by
69
+
[@mattseddon](https://github.com/mattseddon)
70
+
- Remove extra padding in plots
71
+
[#1749](https://github.com/iterative/vscode-dvc/pull/1749) by
72
+
[@sroy3](https://github.com/sroy3)
37
73
38
74
### 🐛 Bug Fixes
39
75
40
-
- Fix pinning missing plot [#1742](https://github.com/iterative/vscode-dvc/pull/1742) by [@sroy3](https://github.com/sroy3)
76
+
- Fix pinning missing plot
77
+
[#1742](https://github.com/iterative/vscode-dvc/pull/1742) by
78
+
[@sroy3](https://github.com/sroy3)
41
79
42
80
### 🔨 Maintenance
43
81
44
-
- Mock VS Code before importing modules in scheduled cli output test [#1737](https://github.com/iterative/vscode-dvc/pull/1737) by [@mattseddon](https://github.com/mattseddon)
45
-
- Mock VS Code before importing modules in venv setup [#1747](https://github.com/iterative/vscode-dvc/pull/1747) by [@mattseddon](https://github.com/mattseddon)
46
-
- Remove can select many property from selection trees [#1748](https://github.com/iterative/vscode-dvc/pull/1748) by [@mattseddon](https://github.com/mattseddon)
47
-
- Make deeply nested experiments table test fixture static [#1745](https://github.com/iterative/vscode-dvc/pull/1745) by [@mattseddon](https://github.com/mattseddon)
48
-
- Add eslint-plugin-etc for no-commented-out-code rule [#1750](https://github.com/iterative/vscode-dvc/pull/1750) by [@mattseddon](https://github.com/mattseddon)
82
+
- Mock VS Code before importing modules in scheduled cli output test
83
+
[#1737](https://github.com/iterative/vscode-dvc/pull/1737) by
84
+
[@mattseddon](https://github.com/mattseddon)
85
+
- Mock VS Code before importing modules in venv setup
86
+
[#1747](https://github.com/iterative/vscode-dvc/pull/1747) by
87
+
[@mattseddon](https://github.com/mattseddon)
88
+
- Remove can select many property from selection trees
89
+
[#1748](https://github.com/iterative/vscode-dvc/pull/1748) by
90
+
[@mattseddon](https://github.com/mattseddon)
91
+
- Make deeply nested experiments table test fixture static
92
+
[#1745](https://github.com/iterative/vscode-dvc/pull/1745) by
93
+
[@mattseddon](https://github.com/mattseddon)
94
+
- Add eslint-plugin-etc for no-commented-out-code rule
95
+
[#1750](https://github.com/iterative/vscode-dvc/pull/1750) by
96
+
[@mattseddon](https://github.com/mattseddon)
49
97
50
98
## [0.2.16] - 2022-05-18
51
99
52
100
### 🚀 New Features and Enhancements
53
101
54
-
- Add plots selection quick pick [#1701](https://github.com/iterative/vscode-dvc/pull/1701) by [@mattseddon](https://github.com/mattseddon)
55
-
- Add get started component to plots webview [#1718](https://github.com/iterative/vscode-dvc/pull/1718) by [@mattseddon](https://github.com/mattseddon)
56
-
- Add codicons to welcome view buttons [#1717](https://github.com/iterative/vscode-dvc/pull/1717) by [@mattseddon](https://github.com/mattseddon)
57
-
- Improve plots welcome view when there are no plots [#1722](https://github.com/iterative/vscode-dvc/pull/1722) by [@mattseddon](https://github.com/mattseddon)
58
-
- Update view container welcome views [#1728](https://github.com/iterative/vscode-dvc/pull/1728) by [@mattseddon](https://github.com/mattseddon)
59
-
- Add experiment run reset to menus [#1719](https://github.com/iterative/vscode-dvc/pull/1719) by [@mattseddon](https://github.com/mattseddon)
60
-
- Bypass filters on missing values (for queued experiments) [#1732](https://github.com/iterative/vscode-dvc/pull/1732) by [@mattseddon](https://github.com/mattseddon)
102
+
- Add plots selection quick pick
103
+
[#1701](https://github.com/iterative/vscode-dvc/pull/1701) by
104
+
[@mattseddon](https://github.com/mattseddon)
105
+
- Add get started component to plots webview
106
+
[#1718](https://github.com/iterative/vscode-dvc/pull/1718) by
107
+
[@mattseddon](https://github.com/mattseddon)
108
+
- Add codicons to welcome view buttons
109
+
[#1717](https://github.com/iterative/vscode-dvc/pull/1717) by
110
+
[@mattseddon](https://github.com/mattseddon)
111
+
- Improve plots welcome view when there are no plots
112
+
[#1722](https://github.com/iterative/vscode-dvc/pull/1722) by
113
+
[@mattseddon](https://github.com/mattseddon)
114
+
- Update view container welcome views
115
+
[#1728](https://github.com/iterative/vscode-dvc/pull/1728) by
116
+
[@mattseddon](https://github.com/mattseddon)
117
+
- Add experiment run reset to menus
118
+
[#1719](https://github.com/iterative/vscode-dvc/pull/1719) by
119
+
[@mattseddon](https://github.com/mattseddon)
120
+
- Bypass filters on missing values (for queued experiments)
121
+
[#1732](https://github.com/iterative/vscode-dvc/pull/1732) by
122
+
[@mattseddon](https://github.com/mattseddon)
61
123
62
124
### 🐛 Bug Fixes
63
125
64
-
- Prevent infinite loop when trying to open plots [#1727](https://github.com/iterative/vscode-dvc/pull/1727) by [@mattseddon](https://github.com/mattseddon)
65
-
- Fix experiment stop button [#1731](https://github.com/iterative/vscode-dvc/pull/1731) by [@mattseddon](https://github.com/mattseddon)
126
+
- Prevent infinite loop when trying to open plots
127
+
[#1727](https://github.com/iterative/vscode-dvc/pull/1727) by
128
+
[@mattseddon](https://github.com/mattseddon)
129
+
- Fix experiment stop button
130
+
[#1731](https://github.com/iterative/vscode-dvc/pull/1731) by
131
+
[@mattseddon](https://github.com/mattseddon)
66
132
67
133
### 🔨 Maintenance
68
134
69
-
- Rearrange internals of base workspace webviews [#1706](https://github.com/iterative/vscode-dvc/pull/1706) by [@mattseddon](https://github.com/mattseddon)
135
+
- Rearrange internals of base workspace webviews
136
+
[#1706](https://github.com/iterative/vscode-dvc/pull/1706) by
137
+
[@mattseddon](https://github.com/mattseddon)
70
138
71
139
## [0.2.15] - 2022-05-13
72
140
73
141
### 🚀 New Features and Enhancements
74
142
75
-
- Use contributed colors for some webview colors [#1697](https://github.com/iterative/vscode-dvc/pull/1697) by [@rogermparent](https://github.com/rogermparent)
143
+
- Use contributed colors for some webview colors
144
+
[#1697](https://github.com/iterative/vscode-dvc/pull/1697) by
145
+
[@rogermparent](https://github.com/rogermparent)
76
146
77
147
### 🐛 Bug Fixes
78
148
79
-
- Do not reset deferred property when consumers are still waiting [#1695](https://github.com/iterative/vscode-dvc/pull/1695) by [@mattseddon](https://github.com/mattseddon)
80
-
- Add placeholder when image is missing from comparison table data [#1699](https://github.com/iterative/vscode-dvc/pull/1699) by [@mattseddon](https://github.com/mattseddon)
149
+
- Do not reset deferred property when consumers are still waiting
150
+
[#1695](https://github.com/iterative/vscode-dvc/pull/1695) by
151
+
[@mattseddon](https://github.com/mattseddon)
152
+
- Add placeholder when image is missing from comparison table data
153
+
[#1699](https://github.com/iterative/vscode-dvc/pull/1699) by
154
+
[@mattseddon](https://github.com/mattseddon)
81
155
82
156
### 🔨 Maintenance
83
157
84
-
- Move init command from tracked tree into the extension [#1696](https://github.com/iterative/vscode-dvc/pull/1696) by [@mattseddon](https://github.com/mattseddon)
85
-
- Add create release pr workflow [#1685](https://github.com/iterative/vscode-dvc/pull/1685) by [@mattseddon](https://github.com/mattseddon)
158
+
- Move init command from tracked tree into the extension
159
+
[#1696](https://github.com/iterative/vscode-dvc/pull/1696) by
160
+
[@mattseddon](https://github.com/mattseddon)
161
+
- Add create release pr workflow
162
+
[#1685](https://github.com/iterative/vscode-dvc/pull/1685) by
0 commit comments