Commit 7a6d8a8
authored
Add Support for JetBrains Runtime (#637)
* Add Support for JetBrains Runtime
- Add Installer, Models
- Includes Tests & Test Manifest Data
- Add to `e2e-versions.yml`
- Run `npm run build`
- Update README.md
* Add Docs + Distro Factory
* Fix Runtime Unrecognizable
* `npm run build` (JBR)
* Fix Incorrect JBR Distribution
* Switch to `jbrsdk_jcef`
* Fix Incorrect File Extension
* `npm run build` (JBR)
* Fix Windows Support
* Add `GITHUB_TOKEN` Authentication
* Update Authorization, Add Documentation
* Fix PR Issues
- Fix JDK 11 URL Bug
- Add JDK URL Testing to ensure versions can be downloaded
- Run Prettier
* Change Distribution to \`jbrsdk\`
* Don't Replace Underscores
* Fix `semver` not resolving correctly
* Update e2e-versions.yml
- Add `GITHUB_TOKEN` environment variable for JetBrains requests
- Add `jetbrains` to other E2E tests
* `npm run format`
* Fix Format, Inaccessible URLs
* Update Tests
* Fix Broken URLs, Add Additional Package Types
* `npm run build`
* Fix JetBrains Tests, Issues in `e2e-versions.yml`
* Add Hidden JDK 11 Versions
* Update `jetbrains-installer` Tests
* Add Notices in Documentation
* Fix Documentation
* Run `npm audit fix`
* Fix Tests on Windows1 parent 7136edc commit 7a6d8a8Copy full SHA for 7a6d8a8
10 files changed
+2,192-6Lines changed: 2192 additions & 6 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- __tests__
- data
- distributors
- dist/setup
- docs
- src/distributions
- jetbrains
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/e2e-versions.yml
Copy file name to clipboardExpand all lines: .github/workflows/e2e-versions.yml+77-4Lines changed: 77 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
| ||
70 | 71 | |
71 | 72 | |
72 | 73 | |
| 74 | + |
| 75 | + |
73 | 76 | |
74 | 77 | |
75 | 78 | |
| ||
103 | 106 | |
104 | 107 | |
105 | 108 | |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
106 | 115 | |
107 | 116 | |
108 | 117 | |
| ||
115 | 124 | |
116 | 125 | |
117 | 126 | |
| 127 | + |
| 128 | + |
118 | 129 | |
119 | 130 | |
120 | 131 | |
| ||
125 | 136 | |
126 | 137 | |
127 | 138 | |
128 | | - |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
129 | 147 | |
130 | 148 | |
131 | 149 | |
| ||
139 | 157 | |
140 | 158 | |
141 | 159 | |
| 160 | + |
| 161 | + |
142 | 162 | |
143 | 163 | |
144 | 164 | |
| ||
152 | 172 | |
153 | 173 | |
154 | 174 | |
155 | | - |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
156 | 183 | |
157 | 184 | |
158 | 185 | |
| ||
167 | 194 | |
168 | 195 | |
169 | 196 | |
| 197 | + |
| 198 | + |
170 | 199 | |
171 | 200 | |
172 | 201 | |
| ||
258 | 287 | |
259 | 288 | |
260 | 289 | |
261 | | - |
| 290 | + |
| 291 | + |
262 | 292 | |
263 | 293 | |
264 | 294 | |
| ||
282 | 312 | |
283 | 313 | |
284 | 314 | |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
285 | 356 | |
286 | 357 | |
287 | 358 | |
| ||
292 | 363 | |
293 | 364 | |
294 | 365 | |
| 366 | + |
| 367 | + |
295 | 368 | |
296 | 369 | |
297 | 370 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
110 | 110 | |
111 | 111 | |
112 | 112 | |
| 113 | + |
113 | 114 | |
114 | 115 | |
115 | 116 | |
|
0 commit comments