Commit graph

52 commits

Author SHA1 Message Date
b277d81aa1
🐎 Do not delete partial patch files from previous runs 2018-11-16 17:34:57 +01:00
f6298af4c4
🐎 Switch to master source if CDN too slow 2018-11-16 17:28:01 +01:00
cad71700b5
🐎 Increase maximum download speed to 25 MB/s 2018-11-16 16:39:33 +01:00
43d4019860
🐎 Continue curl download where it left off 2018-11-16 16:37:07 +01:00
c814f4d1ff
🎨 Improve error message 2018-11-16 05:48:28 +01:00
2b840abc9a
Try downloading up to 10 times 2018-11-16 05:48:06 +01:00
0789fa0451
♻️ Extract magic numbers 2018-11-16 03:18:02 +01:00
4440917fc8
📄 Improve error message for download timeout 2018-11-16 03:10:17 +01:00
064e7be78b
📄 Fix comment 2018-11-16 03:06:34 +01:00
9aff99ae86
♻️ Only use fat-arrow functions when immediately returning result 2018-11-16 00:43:50 +01:00
e5bfdd6e95
🗑️ Remove download with vanilla Node.js 2018-11-16 00:23:25 +01:00
f7a0f4ebff
🎨 Update comment and cspell settings 2018-11-09 00:51:00 +01:00
0fc805f12d
♻️ Be more explicit in RegExp parsing 2018-11-04 17:06:31 +01:00
44b8e8b275
🐎 Restrict download speed to increase perf 2018-10-18 02:07:24 +02:00
9e8f1e11d8
🐛 Fix curl speed-limit 2018-10-14 01:18:38 +02:00
542cef9434
🐛 Fix curl speed-limit 2018-10-14 01:18:13 +02:00
a4698d07ab
🐛 Fix code only running once 2018-10-14 01:15:20 +02:00
a14727f3f0
🎨 Output error message to help debugging 2018-10-14 00:33:28 +02:00
24515e41a3
Finish curl download implementation 2018-10-05 18:50:32 +02:00
c2cccc438c
🚑 Fix build error 2018-10-05 15:00:01 +02:00
35dfc7483d
♻ Refactor download wrapper into async func 2018-10-05 14:56:43 +02:00
d60c9097ab
🐛 Fix promise not resolving after file download 2018-09-30 14:38:46 +02:00
6394de57f4
♻ Extract file download from preparation steps 2018-09-30 14:35:25 +02:00
34cccd0d04
🐛 Fix error message 2018-09-14 04:52:50 +02:00
59ffb39d8a
🚧 Add debugging message 2018-09-14 04:44:44 +02:00
0a18475076
📓 Add comment 2018-07-16 03:19:29 +02:00
a39f428912
🎨 Improve error messaging 2018-07-10 00:59:31 +02:00
3a3fa68213
🐎 Improve performance 2018-07-09 19:10:19 +02:00
c4b7934013
✔ Fix check of reliable URL 2018-07-09 16:00:59 +02:00
db3b303e6c
🗑 Remove debug output 2018-07-08 19:15:41 +02:00
82693ba3b0
🐎 Improve perf by not storing chunk write status 2018-07-08 19:11:28 +02:00
8b1ad6f7e2
🐛 Fix race condition in file download 2018-07-08 19:09:31 +02:00
6f6f168192
🚑 Fix file name 2018-07-08 18:12:08 +02:00
96ed471afe
Use local cache instead of always downloading files 2018-07-08 18:10:41 +02:00
ddbe9f4b36
🎨 Improve waiting for file to be written to disk 2018-07-06 00:33:36 +02:00
89d1b9e644
🐛 Found error why .read() returns null; need to wait for readable event 2018-07-05 21:17:07 +02:00
f849744ac8
♻ Some refactoring to prepare for patch processing 2018-07-05 20:50:23 +02:00
60fe546d31
🎨 Reliable-id can be 2 2018-07-05 20:27:58 +02:00
d03355c61a
👷 Fix sourcemaps to include ts code 2018-07-05 15:32:05 +02:00
ae2ac6d278
🚧 Partial switch to streams, and add utility endpoints 2018-07-05 00:58:40 +02:00
6ac41fcc48
🚑 Fix download file name 2018-07-04 22:10:59 +02:00
34a4372183
🚑 Do not throw error if file too large in download module 2018-07-04 22:10:15 +02:00
e4d906e48c
🚧 Write large files to disk instead of to memory 2018-07-04 22:07:23 +02:00
94047006ec
🎨 Fix typos 2018-07-04 20:11:04 +02:00
14e73367c6
🎨 Fix typos 2018-07-04 20:04:16 +02:00
a3bff814ef
🗑 Remove debug message 2018-07-04 19:57:55 +02:00
c821327a6e
♻ Extract response handler 2018-07-04 19:51:20 +02:00
e4c2754493
⚠ Add error message if file too large 2018-07-04 19:36:25 +02:00
3ee23f6445
🚧 Add preliminary patch downloader 2018-06-23 22:14:55 +02:00
ee3fd0a60f
💡 Update comments for release path search 2018-06-22 17:59:22 +02:00