@lage-run/scheduler 1.5.16 → 1.5.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/SimpleScheduler.d.ts +19 -26
- package/lib/SimpleScheduler.js +3 -10
- package/lib/SimpleScheduler.js.map +1 -1
- package/lib/WrappedTarget.d.ts +8 -12
- package/lib/WrappedTarget.js +5 -13
- package/lib/WrappedTarget.js.map +1 -1
- package/lib/workers/targetWorker.js +0 -1
- package/lib/workers/targetWorker.js.map +1 -1
- package/package.json +17 -15
- package/CHANGELOG.json +0 -3306
- package/CHANGELOG.md +0 -1288
- package/jest.config.js +0 -1
- package/tsconfig.json +0 -7
package/CHANGELOG.json
DELETED
|
@@ -1,3306 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@lage-run/scheduler",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Sat, 24 Jan 2026 09:00:58 GMT",
|
|
6
|
-
"version": "1.5.16",
|
|
7
|
-
"tag": "@lage-run/scheduler_v1.5.16",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "elcraig@microsoft.com",
|
|
12
|
-
"package": "@lage-run/scheduler",
|
|
13
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
14
|
-
"comment": "Add explicit module boundary types and update typescript version"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"none": [
|
|
18
|
-
{
|
|
19
|
-
"author": "elcraig@microsoft.com",
|
|
20
|
-
"package": "@lage-run/scheduler",
|
|
21
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
22
|
-
"comment": "Update internal types and docs"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"date": "Thu, 15 Jan 2026 23:24:00 GMT",
|
|
29
|
-
"version": "1.5.15",
|
|
30
|
-
"tag": "@lage-run/scheduler_v1.5.15",
|
|
31
|
-
"comments": {
|
|
32
|
-
"patch": [
|
|
33
|
-
{
|
|
34
|
-
"author": "nemanjatesic@microsoft.com",
|
|
35
|
-
"package": "@lage-run/scheduler",
|
|
36
|
-
"commit": "3d7ac61faadf82097fb2996431b537b2a9baa0e3",
|
|
37
|
-
"comment": "Add lint rule for no-floating-promises and fix several places"
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"date": "Sat, 29 Mar 2025 02:16:38 GMT",
|
|
44
|
-
"version": "1.5.3",
|
|
45
|
-
"tag": "@lage-run/scheduler_v1.5.3",
|
|
46
|
-
"comments": {
|
|
47
|
-
"none": [
|
|
48
|
-
{
|
|
49
|
-
"author": "elcraig@microsoft.com",
|
|
50
|
-
"package": "@lage-run/scheduler",
|
|
51
|
-
"commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
|
|
52
|
-
"comment": "Sync versions, and use workspace:^ versions for local deps"
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"date": "Tue, 04 Feb 2025 18:31:49 GMT",
|
|
59
|
-
"version": "1.5.1",
|
|
60
|
-
"tag": "@lage-run/scheduler_v1.5.1",
|
|
61
|
-
"comments": {
|
|
62
|
-
"patch": [
|
|
63
|
-
{
|
|
64
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
65
|
-
"package": "@lage-run/scheduler",
|
|
66
|
-
"commit": "174afb345e9c221cdefa99726b7ef2a1c5456ef8",
|
|
67
|
-
"comment": "Fire the complete event at the correct time, fixes a bug where sometimes the start time of a task on the thread was before the end time of the previous task on that same thread"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"date": "Thu, 23 Jan 2025 17:38:05 GMT",
|
|
74
|
-
"version": "1.5.0",
|
|
75
|
-
"tag": "@lage-run/scheduler_v1.5.0",
|
|
76
|
-
"comments": {
|
|
77
|
-
"minor": [
|
|
78
|
-
{
|
|
79
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
80
|
-
"package": "@lage-run/scheduler",
|
|
81
|
-
"commit": "d237682b5454ef811a39fcaca56d1a28f064449d",
|
|
82
|
-
"comment": "Add priority as a parameter to Pool APIs to support more optimal scheduling"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"author": "beachball",
|
|
86
|
-
"package": "@lage-run/scheduler",
|
|
87
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.9.0",
|
|
88
|
-
"commit": "not available"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"date": "Fri, 17 Jan 2025 21:57:32 GMT",
|
|
95
|
-
"version": "1.4.5",
|
|
96
|
-
"tag": "@lage-run/scheduler_v1.4.5",
|
|
97
|
-
"comments": {
|
|
98
|
-
"patch": [
|
|
99
|
-
{
|
|
100
|
-
"author": "beachball",
|
|
101
|
-
"package": "@lage-run/scheduler",
|
|
102
|
-
"comment": "Bump @lage-run/hasher to v1.6.9",
|
|
103
|
-
"commit": "not available"
|
|
104
|
-
}
|
|
105
|
-
]
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"date": "Wed, 15 Jan 2025 16:56:22 GMT",
|
|
110
|
-
"version": "1.4.4",
|
|
111
|
-
"tag": "@lage-run/scheduler_v1.4.4",
|
|
112
|
-
"comments": {
|
|
113
|
-
"patch": [
|
|
114
|
-
{
|
|
115
|
-
"author": "beachball",
|
|
116
|
-
"package": "@lage-run/scheduler",
|
|
117
|
-
"comment": "Bump @lage-run/cache to v1.3.11",
|
|
118
|
-
"commit": "not available"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"author": "beachball",
|
|
122
|
-
"package": "@lage-run/scheduler",
|
|
123
|
-
"comment": "Bump @lage-run/config to v0.4.12",
|
|
124
|
-
"commit": "not available"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"author": "beachball",
|
|
128
|
-
"package": "@lage-run/scheduler",
|
|
129
|
-
"comment": "Bump @lage-run/hasher to v1.6.8",
|
|
130
|
-
"commit": "not available"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"author": "beachball",
|
|
134
|
-
"package": "@lage-run/scheduler",
|
|
135
|
-
"comment": "Bump @lage-run/runners to v1.2.1",
|
|
136
|
-
"commit": "not available"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"author": "beachball",
|
|
140
|
-
"package": "@lage-run/scheduler",
|
|
141
|
-
"comment": "Bump @lage-run/target-graph to v0.11.1",
|
|
142
|
-
"commit": "not available"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"author": "beachball",
|
|
146
|
-
"package": "@lage-run/scheduler",
|
|
147
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.23",
|
|
148
|
-
"commit": "not available"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"date": "Thu, 19 Dec 2024 15:53:46 GMT",
|
|
155
|
-
"version": "1.4.3",
|
|
156
|
-
"tag": "@lage-run/scheduler_v1.4.3",
|
|
157
|
-
"comments": {
|
|
158
|
-
"patch": [
|
|
159
|
-
{
|
|
160
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
161
|
-
"package": "@lage-run/scheduler",
|
|
162
|
-
"commit": "684d1b6f3686b38d198541850345485b14bea318",
|
|
163
|
-
"comment": "Report the correct percentage for progress logger up front instead of only adding tasks after they start running"
|
|
164
|
-
}
|
|
165
|
-
]
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"date": "Sun, 08 Dec 2024 00:07:28 GMT",
|
|
170
|
-
"version": "1.4.2",
|
|
171
|
-
"tag": "@lage-run/scheduler_v1.4.2",
|
|
172
|
-
"comments": {
|
|
173
|
-
"patch": [
|
|
174
|
-
{
|
|
175
|
-
"author": "beachball",
|
|
176
|
-
"package": "@lage-run/scheduler",
|
|
177
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.6",
|
|
178
|
-
"commit": "not available"
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"date": "Wed, 04 Dec 2024 23:50:15 GMT",
|
|
185
|
-
"version": "1.4.1",
|
|
186
|
-
"tag": "@lage-run/scheduler_v1.4.1",
|
|
187
|
-
"comments": {
|
|
188
|
-
"patch": [
|
|
189
|
-
{
|
|
190
|
-
"author": "beachball",
|
|
191
|
-
"package": "@lage-run/scheduler",
|
|
192
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.5",
|
|
193
|
-
"commit": "not available"
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"date": "Mon, 02 Dec 2024 17:23:22 GMT",
|
|
200
|
-
"version": "1.4.0",
|
|
201
|
-
"tag": "@lage-run/scheduler_v1.4.0",
|
|
202
|
-
"comments": {
|
|
203
|
-
"minor": [
|
|
204
|
-
{
|
|
205
|
-
"author": "kchau@microsoft.com",
|
|
206
|
-
"package": "@lage-run/scheduler",
|
|
207
|
-
"commit": "51d453bb81eb36a37656502fb716f611860d910e",
|
|
208
|
-
"comment": "adds the ability to create stagedTargets"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"author": "beachball",
|
|
212
|
-
"package": "@lage-run/scheduler",
|
|
213
|
-
"comment": "Bump @lage-run/cache to v1.3.10",
|
|
214
|
-
"commit": "not available"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"author": "beachball",
|
|
218
|
-
"package": "@lage-run/scheduler",
|
|
219
|
-
"comment": "Bump @lage-run/config to v0.4.11",
|
|
220
|
-
"commit": "not available"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"author": "beachball",
|
|
224
|
-
"package": "@lage-run/scheduler",
|
|
225
|
-
"comment": "Bump @lage-run/hasher to v1.6.7",
|
|
226
|
-
"commit": "not available"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"author": "beachball",
|
|
230
|
-
"package": "@lage-run/scheduler",
|
|
231
|
-
"comment": "Bump @lage-run/runners to v1.2.0",
|
|
232
|
-
"commit": "not available"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"author": "beachball",
|
|
236
|
-
"package": "@lage-run/scheduler",
|
|
237
|
-
"comment": "Bump @lage-run/target-graph to v0.11.0",
|
|
238
|
-
"commit": "not available"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"author": "beachball",
|
|
242
|
-
"package": "@lage-run/scheduler",
|
|
243
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.22",
|
|
244
|
-
"commit": "not available"
|
|
245
|
-
}
|
|
246
|
-
]
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"date": "Wed, 20 Nov 2024 08:12:37 GMT",
|
|
251
|
-
"version": "1.3.12",
|
|
252
|
-
"tag": "@lage-run/scheduler_v1.3.12",
|
|
253
|
-
"comments": {
|
|
254
|
-
"patch": [
|
|
255
|
-
{
|
|
256
|
-
"author": "beachball",
|
|
257
|
-
"package": "@lage-run/scheduler",
|
|
258
|
-
"comment": "Bump @lage-run/cache to v1.3.9",
|
|
259
|
-
"commit": "not available"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"author": "beachball",
|
|
263
|
-
"package": "@lage-run/scheduler",
|
|
264
|
-
"comment": "Bump @lage-run/config to v0.4.10",
|
|
265
|
-
"commit": "not available"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"author": "beachball",
|
|
269
|
-
"package": "@lage-run/scheduler",
|
|
270
|
-
"comment": "Bump @lage-run/hasher to v1.6.6",
|
|
271
|
-
"commit": "not available"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"author": "beachball",
|
|
275
|
-
"package": "@lage-run/scheduler",
|
|
276
|
-
"comment": "Bump @lage-run/runners to v1.1.2",
|
|
277
|
-
"commit": "not available"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"author": "beachball",
|
|
281
|
-
"package": "@lage-run/scheduler",
|
|
282
|
-
"comment": "Bump @lage-run/target-graph to v0.10.1",
|
|
283
|
-
"commit": "not available"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"author": "beachball",
|
|
287
|
-
"package": "@lage-run/scheduler",
|
|
288
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.21",
|
|
289
|
-
"commit": "not available"
|
|
290
|
-
}
|
|
291
|
-
]
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
|
|
296
|
-
"version": "1.3.11",
|
|
297
|
-
"tag": "@lage-run/scheduler_v1.3.11",
|
|
298
|
-
"comments": {
|
|
299
|
-
"patch": [
|
|
300
|
-
{
|
|
301
|
-
"author": "beachball",
|
|
302
|
-
"package": "@lage-run/scheduler",
|
|
303
|
-
"comment": "Bump @lage-run/config to v0.4.9",
|
|
304
|
-
"commit": "not available"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"author": "beachball",
|
|
308
|
-
"package": "@lage-run/scheduler",
|
|
309
|
-
"comment": "Bump @lage-run/runners to v1.1.1",
|
|
310
|
-
"commit": "not available"
|
|
311
|
-
}
|
|
312
|
-
]
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"date": "Mon, 18 Nov 2024 23:22:30 GMT",
|
|
317
|
-
"version": "1.3.10",
|
|
318
|
-
"tag": "@lage-run/scheduler_v1.3.10",
|
|
319
|
-
"comments": {
|
|
320
|
-
"patch": [
|
|
321
|
-
{
|
|
322
|
-
"author": "beachball",
|
|
323
|
-
"package": "@lage-run/scheduler",
|
|
324
|
-
"comment": "Bump @lage-run/hasher to v1.6.5",
|
|
325
|
-
"commit": "not available"
|
|
326
|
-
}
|
|
327
|
-
]
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
|
|
332
|
-
"version": "1.3.9",
|
|
333
|
-
"tag": "@lage-run/scheduler_v1.3.9",
|
|
334
|
-
"comments": {
|
|
335
|
-
"patch": [
|
|
336
|
-
{
|
|
337
|
-
"author": "beachball",
|
|
338
|
-
"package": "@lage-run/scheduler",
|
|
339
|
-
"comment": "Bump @lage-run/cache to v1.3.8",
|
|
340
|
-
"commit": "not available"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"author": "beachball",
|
|
344
|
-
"package": "@lage-run/scheduler",
|
|
345
|
-
"comment": "Bump @lage-run/config to v0.4.8",
|
|
346
|
-
"commit": "not available"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"author": "beachball",
|
|
350
|
-
"package": "@lage-run/scheduler",
|
|
351
|
-
"comment": "Bump @lage-run/hasher to v1.6.4",
|
|
352
|
-
"commit": "not available"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"author": "beachball",
|
|
356
|
-
"package": "@lage-run/scheduler",
|
|
357
|
-
"comment": "Bump @lage-run/runners to v1.1.0",
|
|
358
|
-
"commit": "not available"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"author": "beachball",
|
|
362
|
-
"package": "@lage-run/scheduler",
|
|
363
|
-
"comment": "Bump @lage-run/target-graph to v0.10.0",
|
|
364
|
-
"commit": "not available"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"author": "beachball",
|
|
368
|
-
"package": "@lage-run/scheduler",
|
|
369
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.20",
|
|
370
|
-
"commit": "not available"
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"date": "Fri, 08 Nov 2024 19:27:44 GMT",
|
|
377
|
-
"version": "1.3.8",
|
|
378
|
-
"tag": "@lage-run/scheduler_v1.3.8",
|
|
379
|
-
"comments": {
|
|
380
|
-
"patch": [
|
|
381
|
-
{
|
|
382
|
-
"author": "brunoru@microsoft.com",
|
|
383
|
-
"package": "@lage-run/scheduler",
|
|
384
|
-
"commit": "824eeab824f26c6eaedd58416848c469a0c24f50",
|
|
385
|
-
"comment": "Escape with env.LAGE_WRITE_CACHE"
|
|
386
|
-
}
|
|
387
|
-
]
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"date": "Fri, 01 Nov 2024 08:07:38 GMT",
|
|
392
|
-
"version": "1.3.7",
|
|
393
|
-
"tag": "@lage-run/scheduler_v1.3.7",
|
|
394
|
-
"comments": {
|
|
395
|
-
"patch": [
|
|
396
|
-
{
|
|
397
|
-
"author": "beachball",
|
|
398
|
-
"package": "@lage-run/scheduler",
|
|
399
|
-
"comment": "Bump @lage-run/config to v0.4.7",
|
|
400
|
-
"commit": "not available"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"author": "beachball",
|
|
404
|
-
"package": "@lage-run/scheduler",
|
|
405
|
-
"comment": "Bump @lage-run/runners to v1.0.7",
|
|
406
|
-
"commit": "not available"
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
|
|
413
|
-
"version": "1.3.6",
|
|
414
|
-
"tag": "@lage-run/scheduler_v1.3.6",
|
|
415
|
-
"comments": {
|
|
416
|
-
"patch": [
|
|
417
|
-
{
|
|
418
|
-
"author": "beachball",
|
|
419
|
-
"package": "@lage-run/scheduler",
|
|
420
|
-
"comment": "Bump @lage-run/cache to v1.3.7",
|
|
421
|
-
"commit": "not available"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"author": "beachball",
|
|
425
|
-
"package": "@lage-run/scheduler",
|
|
426
|
-
"comment": "Bump @lage-run/config to v0.4.6",
|
|
427
|
-
"commit": "not available"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"author": "beachball",
|
|
431
|
-
"package": "@lage-run/scheduler",
|
|
432
|
-
"comment": "Bump @lage-run/hasher to v1.6.3",
|
|
433
|
-
"commit": "not available"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"author": "beachball",
|
|
437
|
-
"package": "@lage-run/scheduler",
|
|
438
|
-
"comment": "Bump @lage-run/runners to v1.0.6",
|
|
439
|
-
"commit": "not available"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"author": "beachball",
|
|
443
|
-
"package": "@lage-run/scheduler",
|
|
444
|
-
"comment": "Bump @lage-run/target-graph to v0.9.3",
|
|
445
|
-
"commit": "not available"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"author": "beachball",
|
|
449
|
-
"package": "@lage-run/scheduler",
|
|
450
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.19",
|
|
451
|
-
"commit": "not available"
|
|
452
|
-
}
|
|
453
|
-
]
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"date": "Mon, 21 Oct 2024 22:18:54 GMT",
|
|
458
|
-
"version": "1.3.5",
|
|
459
|
-
"tag": "@lage-run/scheduler_v1.3.5",
|
|
460
|
-
"comments": {
|
|
461
|
-
"patch": [
|
|
462
|
-
{
|
|
463
|
-
"author": "beachball",
|
|
464
|
-
"package": "@lage-run/scheduler",
|
|
465
|
-
"comment": "Bump @lage-run/cache to v1.3.6",
|
|
466
|
-
"commit": "not available"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"author": "beachball",
|
|
470
|
-
"package": "@lage-run/scheduler",
|
|
471
|
-
"comment": "Bump @lage-run/config to v0.4.5",
|
|
472
|
-
"commit": "not available"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"author": "beachball",
|
|
476
|
-
"package": "@lage-run/scheduler",
|
|
477
|
-
"comment": "Bump @lage-run/hasher to v1.6.2",
|
|
478
|
-
"commit": "not available"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"author": "beachball",
|
|
482
|
-
"package": "@lage-run/scheduler",
|
|
483
|
-
"comment": "Bump @lage-run/runners to v1.0.5",
|
|
484
|
-
"commit": "not available"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"author": "beachball",
|
|
488
|
-
"package": "@lage-run/scheduler",
|
|
489
|
-
"comment": "Bump @lage-run/target-graph to v0.9.2",
|
|
490
|
-
"commit": "not available"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"author": "beachball",
|
|
494
|
-
"package": "@lage-run/scheduler",
|
|
495
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.18",
|
|
496
|
-
"commit": "not available"
|
|
497
|
-
}
|
|
498
|
-
]
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"date": "Thu, 17 Oct 2024 20:33:04 GMT",
|
|
503
|
-
"version": "1.3.4",
|
|
504
|
-
"tag": "@lage-run/scheduler_v1.3.4",
|
|
505
|
-
"comments": {
|
|
506
|
-
"patch": [
|
|
507
|
-
{
|
|
508
|
-
"author": "beachball",
|
|
509
|
-
"package": "@lage-run/scheduler",
|
|
510
|
-
"comment": "Bump @lage-run/cache to v1.3.5",
|
|
511
|
-
"commit": "not available"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"author": "beachball",
|
|
515
|
-
"package": "@lage-run/scheduler",
|
|
516
|
-
"comment": "Bump @lage-run/config to v0.4.4",
|
|
517
|
-
"commit": "not available"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"author": "beachball",
|
|
521
|
-
"package": "@lage-run/scheduler",
|
|
522
|
-
"comment": "Bump @lage-run/hasher to v1.6.1",
|
|
523
|
-
"commit": "not available"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"author": "beachball",
|
|
527
|
-
"package": "@lage-run/scheduler",
|
|
528
|
-
"comment": "Bump @lage-run/runners to v1.0.4",
|
|
529
|
-
"commit": "not available"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"author": "beachball",
|
|
533
|
-
"package": "@lage-run/scheduler",
|
|
534
|
-
"comment": "Bump @lage-run/target-graph to v0.9.1",
|
|
535
|
-
"commit": "not available"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"author": "beachball",
|
|
539
|
-
"package": "@lage-run/scheduler",
|
|
540
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.17",
|
|
541
|
-
"commit": "not available"
|
|
542
|
-
}
|
|
543
|
-
]
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"date": "Wed, 09 Oct 2024 17:20:33 GMT",
|
|
548
|
-
"version": "1.3.3",
|
|
549
|
-
"tag": "@lage-run/scheduler_v1.3.3",
|
|
550
|
-
"comments": {
|
|
551
|
-
"patch": [
|
|
552
|
-
{
|
|
553
|
-
"author": "beachball",
|
|
554
|
-
"package": "@lage-run/scheduler",
|
|
555
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.4",
|
|
556
|
-
"commit": "not available"
|
|
557
|
-
}
|
|
558
|
-
]
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
|
|
563
|
-
"version": "1.3.2",
|
|
564
|
-
"tag": "@lage-run/scheduler_v1.3.2",
|
|
565
|
-
"comments": {
|
|
566
|
-
"patch": [
|
|
567
|
-
{
|
|
568
|
-
"author": "kchau@microsoft.com",
|
|
569
|
-
"package": "@lage-run/scheduler",
|
|
570
|
-
"commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
|
|
571
|
-
"comment": "Simulate file access for lage server"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"author": "beachball",
|
|
575
|
-
"package": "@lage-run/scheduler",
|
|
576
|
-
"comment": "Bump @lage-run/cache to v1.3.4",
|
|
577
|
-
"commit": "not available"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"author": "beachball",
|
|
581
|
-
"package": "@lage-run/scheduler",
|
|
582
|
-
"comment": "Bump @lage-run/config to v0.4.3",
|
|
583
|
-
"commit": "not available"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"author": "beachball",
|
|
587
|
-
"package": "@lage-run/scheduler",
|
|
588
|
-
"comment": "Bump @lage-run/hasher to v1.6.0",
|
|
589
|
-
"commit": "not available"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"author": "beachball",
|
|
593
|
-
"package": "@lage-run/scheduler",
|
|
594
|
-
"comment": "Bump @lage-run/runners to v1.0.3",
|
|
595
|
-
"commit": "not available"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"author": "beachball",
|
|
599
|
-
"package": "@lage-run/scheduler",
|
|
600
|
-
"comment": "Bump @lage-run/target-graph to v0.9.0",
|
|
601
|
-
"commit": "not available"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"author": "beachball",
|
|
605
|
-
"package": "@lage-run/scheduler",
|
|
606
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.3",
|
|
607
|
-
"commit": "not available"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"author": "beachball",
|
|
611
|
-
"package": "@lage-run/scheduler",
|
|
612
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.16",
|
|
613
|
-
"commit": "not available"
|
|
614
|
-
}
|
|
615
|
-
]
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"date": "Fri, 27 Sep 2024 20:03:49 GMT",
|
|
620
|
-
"version": "1.3.1",
|
|
621
|
-
"tag": "@lage-run/scheduler_v1.3.1",
|
|
622
|
-
"comments": {
|
|
623
|
-
"patch": [
|
|
624
|
-
{
|
|
625
|
-
"author": "kchau@microsoft.com",
|
|
626
|
-
"package": "@lage-run/scheduler",
|
|
627
|
-
"commit": "2919f9041f931dc6ef65017f7aedb9fef9dab66d",
|
|
628
|
-
"comment": "Simulate file access for lage server"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"author": "beachball",
|
|
632
|
-
"package": "@lage-run/scheduler",
|
|
633
|
-
"comment": "Bump @lage-run/hasher to v1.5.0",
|
|
634
|
-
"commit": "not available"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"author": "beachball",
|
|
638
|
-
"package": "@lage-run/scheduler",
|
|
639
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.2",
|
|
640
|
-
"commit": "not available"
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"date": "Wed, 25 Sep 2024 20:28:10 GMT",
|
|
647
|
-
"version": "1.3.0",
|
|
648
|
-
"tag": "@lage-run/scheduler_v1.3.0",
|
|
649
|
-
"comments": {
|
|
650
|
-
"minor": [
|
|
651
|
-
{
|
|
652
|
-
"author": "beachball",
|
|
653
|
-
"package": "@lage-run/scheduler",
|
|
654
|
-
"comment": "Bump @lage-run/hasher to v1.4.0",
|
|
655
|
-
"commit": "not available"
|
|
656
|
-
}
|
|
657
|
-
]
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
|
|
662
|
-
"version": "1.2.14",
|
|
663
|
-
"tag": "@lage-run/scheduler_v1.2.14",
|
|
664
|
-
"comments": {
|
|
665
|
-
"patch": [
|
|
666
|
-
{
|
|
667
|
-
"author": "beachball",
|
|
668
|
-
"package": "@lage-run/scheduler",
|
|
669
|
-
"comment": "Bump @lage-run/cache to v1.3.3",
|
|
670
|
-
"commit": "not available"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"author": "beachball",
|
|
674
|
-
"package": "@lage-run/scheduler",
|
|
675
|
-
"comment": "Bump @lage-run/config to v0.4.2",
|
|
676
|
-
"commit": "not available"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"author": "beachball",
|
|
680
|
-
"package": "@lage-run/scheduler",
|
|
681
|
-
"comment": "Bump @lage-run/hasher to v1.3.4",
|
|
682
|
-
"commit": "not available"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"author": "beachball",
|
|
686
|
-
"package": "@lage-run/scheduler",
|
|
687
|
-
"comment": "Bump @lage-run/runners to v1.0.2",
|
|
688
|
-
"commit": "not available"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"author": "beachball",
|
|
692
|
-
"package": "@lage-run/scheduler",
|
|
693
|
-
"comment": "Bump @lage-run/target-graph to v0.8.10",
|
|
694
|
-
"commit": "not available"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"author": "beachball",
|
|
698
|
-
"package": "@lage-run/scheduler",
|
|
699
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.15",
|
|
700
|
-
"commit": "not available"
|
|
701
|
-
}
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
|
|
707
|
-
"version": "1.2.13",
|
|
708
|
-
"tag": "@lage-run/scheduler_v1.2.13",
|
|
709
|
-
"comments": {
|
|
710
|
-
"patch": [
|
|
711
|
-
{
|
|
712
|
-
"author": "beachball",
|
|
713
|
-
"package": "@lage-run/scheduler",
|
|
714
|
-
"comment": "Bump @lage-run/hasher to v1.3.3",
|
|
715
|
-
"commit": "not available"
|
|
716
|
-
}
|
|
717
|
-
]
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
|
|
722
|
-
"version": "1.2.12",
|
|
723
|
-
"tag": "@lage-run/scheduler_v1.2.12",
|
|
724
|
-
"comments": {
|
|
725
|
-
"patch": [
|
|
726
|
-
{
|
|
727
|
-
"author": "kchau@microsoft.com",
|
|
728
|
-
"package": "@lage-run/scheduler",
|
|
729
|
-
"commit": "3fb589f859c1215e2f3b93bbdb55fae1d5fef116",
|
|
730
|
-
"comment": "yarn 4"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"author": "beachball",
|
|
734
|
-
"package": "@lage-run/scheduler",
|
|
735
|
-
"comment": "Bump @lage-run/cache to v1.3.2",
|
|
736
|
-
"commit": "not available"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"author": "beachball",
|
|
740
|
-
"package": "@lage-run/scheduler",
|
|
741
|
-
"comment": "Bump @lage-run/config to v0.4.1",
|
|
742
|
-
"commit": "not available"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"author": "beachball",
|
|
746
|
-
"package": "@lage-run/scheduler",
|
|
747
|
-
"comment": "Bump @lage-run/hasher to v1.3.2",
|
|
748
|
-
"commit": "not available"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"author": "beachball",
|
|
752
|
-
"package": "@lage-run/scheduler",
|
|
753
|
-
"comment": "Bump @lage-run/logger to v1.3.1",
|
|
754
|
-
"commit": "not available"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"author": "beachball",
|
|
758
|
-
"package": "@lage-run/scheduler",
|
|
759
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.1",
|
|
760
|
-
"commit": "not available"
|
|
761
|
-
}
|
|
762
|
-
]
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
|
|
767
|
-
"version": "1.2.11",
|
|
768
|
-
"tag": "@lage-run/scheduler_v1.2.11",
|
|
769
|
-
"comments": {
|
|
770
|
-
"patch": [
|
|
771
|
-
{
|
|
772
|
-
"author": "beachball",
|
|
773
|
-
"package": "@lage-run/scheduler",
|
|
774
|
-
"comment": "Bump @lage-run/config to v0.4.0",
|
|
775
|
-
"commit": "not available"
|
|
776
|
-
}
|
|
777
|
-
]
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"date": "Wed, 04 Sep 2024 23:25:05 GMT",
|
|
782
|
-
"version": "1.2.10",
|
|
783
|
-
"tag": "@lage-run/scheduler_v1.2.10",
|
|
784
|
-
"comments": {
|
|
785
|
-
"patch": [
|
|
786
|
-
{
|
|
787
|
-
"author": "beachball",
|
|
788
|
-
"package": "@lage-run/scheduler",
|
|
789
|
-
"comment": "Bump @lage-run/hasher to v1.3.1",
|
|
790
|
-
"commit": "not available"
|
|
791
|
-
}
|
|
792
|
-
]
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"date": "Fri, 30 Aug 2024 18:40:09 GMT",
|
|
797
|
-
"version": "1.2.9",
|
|
798
|
-
"tag": "@lage-run/scheduler_v1.2.9",
|
|
799
|
-
"comments": {
|
|
800
|
-
"patch": [
|
|
801
|
-
{
|
|
802
|
-
"author": "beachball",
|
|
803
|
-
"package": "@lage-run/scheduler",
|
|
804
|
-
"comment": "Bump @lage-run/hasher to v1.3.0",
|
|
805
|
-
"commit": "not available"
|
|
806
|
-
}
|
|
807
|
-
]
|
|
808
|
-
}
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"date": "Wed, 28 Aug 2024 21:12:45 GMT",
|
|
812
|
-
"version": "1.2.8",
|
|
813
|
-
"tag": "@lage-run/scheduler_v1.2.8",
|
|
814
|
-
"comments": {
|
|
815
|
-
"patch": [
|
|
816
|
-
{
|
|
817
|
-
"author": "kchau@microsoft.com",
|
|
818
|
-
"package": "@lage-run/scheduler",
|
|
819
|
-
"commit": "8b27a04b8d5916457d1c8219edd1f2d216543954",
|
|
820
|
-
"comment": "moving runners to its own package, fixing up imports"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"author": "beachball",
|
|
824
|
-
"package": "@lage-run/scheduler",
|
|
825
|
-
"comment": "Bump @lage-run/config to v0.3.7",
|
|
826
|
-
"commit": "not available"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"author": "beachball",
|
|
830
|
-
"package": "@lage-run/scheduler",
|
|
831
|
-
"comment": "Bump @lage-run/runners to v1.0.1",
|
|
832
|
-
"commit": "not available"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"author": "beachball",
|
|
836
|
-
"package": "@lage-run/scheduler",
|
|
837
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.14",
|
|
838
|
-
"commit": "not available"
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"date": "Tue, 25 Jun 2024 22:03:40 GMT",
|
|
845
|
-
"version": "1.2.7",
|
|
846
|
-
"tag": "@lage-run/scheduler_v1.2.7",
|
|
847
|
-
"comments": {
|
|
848
|
-
"patch": [
|
|
849
|
-
{
|
|
850
|
-
"author": "beachball",
|
|
851
|
-
"package": "@lage-run/scheduler",
|
|
852
|
-
"comment": "Bump @lage-run/hasher to v1.2.1",
|
|
853
|
-
"commit": "not available"
|
|
854
|
-
}
|
|
855
|
-
]
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"date": "Tue, 25 Jun 2024 18:25:19 GMT",
|
|
860
|
-
"version": "1.2.6",
|
|
861
|
-
"tag": "@lage-run/scheduler_v1.2.6",
|
|
862
|
-
"comments": {
|
|
863
|
-
"patch": [
|
|
864
|
-
{
|
|
865
|
-
"author": "beachball",
|
|
866
|
-
"package": "@lage-run/scheduler",
|
|
867
|
-
"comment": "Bump @lage-run/cache to v1.3.1",
|
|
868
|
-
"commit": "not available"
|
|
869
|
-
}
|
|
870
|
-
]
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"date": "Tue, 25 Jun 2024 18:10:57 GMT",
|
|
875
|
-
"version": "1.2.5",
|
|
876
|
-
"tag": "@lage-run/scheduler_v1.2.5",
|
|
877
|
-
"comments": {
|
|
878
|
-
"patch": [
|
|
879
|
-
{
|
|
880
|
-
"author": "beachball",
|
|
881
|
-
"package": "@lage-run/scheduler",
|
|
882
|
-
"comment": "Bump @lage-run/hasher to v1.2.0",
|
|
883
|
-
"commit": "not available"
|
|
884
|
-
}
|
|
885
|
-
]
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"date": "Tue, 18 Jun 2024 00:31:29 GMT",
|
|
890
|
-
"version": "1.2.4",
|
|
891
|
-
"tag": "@lage-run/scheduler_v1.2.4",
|
|
892
|
-
"comments": {
|
|
893
|
-
"patch": [
|
|
894
|
-
{
|
|
895
|
-
"author": "beachball",
|
|
896
|
-
"package": "@lage-run/scheduler",
|
|
897
|
-
"comment": "Bump @lage-run/cache to v1.3.0",
|
|
898
|
-
"commit": "not available"
|
|
899
|
-
}
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"date": "Mon, 10 Jun 2024 23:50:39 GMT",
|
|
905
|
-
"version": "1.2.3",
|
|
906
|
-
"tag": "@lage-run/scheduler_v1.2.3",
|
|
907
|
-
"comments": {
|
|
908
|
-
"patch": [
|
|
909
|
-
{
|
|
910
|
-
"author": "beachball",
|
|
911
|
-
"package": "@lage-run/scheduler",
|
|
912
|
-
"comment": "Bump @lage-run/cache to v1.2.0",
|
|
913
|
-
"commit": "not available"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"author": "beachball",
|
|
917
|
-
"package": "@lage-run/scheduler",
|
|
918
|
-
"comment": "Bump @lage-run/hasher to v1.1.2",
|
|
919
|
-
"commit": "not available"
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"date": "Thu, 23 May 2024 18:15:05 GMT",
|
|
926
|
-
"version": "1.2.2",
|
|
927
|
-
"tag": "@lage-run/scheduler_v1.2.2",
|
|
928
|
-
"comments": {
|
|
929
|
-
"patch": [
|
|
930
|
-
{
|
|
931
|
-
"author": "beachball",
|
|
932
|
-
"package": "@lage-run/scheduler",
|
|
933
|
-
"comment": "Bump @lage-run/cache to v1.1.7",
|
|
934
|
-
"commit": "not available"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"author": "beachball",
|
|
938
|
-
"package": "@lage-run/scheduler",
|
|
939
|
-
"comment": "Bump @lage-run/config to v0.3.6",
|
|
940
|
-
"commit": "not available"
|
|
941
|
-
}
|
|
942
|
-
]
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"date": "Sun, 05 May 2024 22:55:45 GMT",
|
|
947
|
-
"version": "1.2.1",
|
|
948
|
-
"tag": "@lage-run/scheduler_v1.2.1",
|
|
949
|
-
"comments": {
|
|
950
|
-
"patch": [
|
|
951
|
-
{
|
|
952
|
-
"author": "beachball",
|
|
953
|
-
"package": "@lage-run/scheduler",
|
|
954
|
-
"comment": "Bump @lage-run/cache to v1.1.6",
|
|
955
|
-
"commit": "not available"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"author": "beachball",
|
|
959
|
-
"package": "@lage-run/scheduler",
|
|
960
|
-
"comment": "Bump @lage-run/hasher to v1.1.1",
|
|
961
|
-
"commit": "not available"
|
|
962
|
-
}
|
|
963
|
-
]
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"date": "Tue, 23 Apr 2024 22:21:27 GMT",
|
|
968
|
-
"version": "1.2.0",
|
|
969
|
-
"tag": "@lage-run/scheduler_v1.2.0",
|
|
970
|
-
"comments": {
|
|
971
|
-
"minor": [
|
|
972
|
-
{
|
|
973
|
-
"author": "elcraig@microsoft.com",
|
|
974
|
-
"package": "@lage-run/scheduler",
|
|
975
|
-
"commit": "f324cccc43c32e2edf1767ccf7d7d72294421715",
|
|
976
|
-
"comment": "Set shell: true when spawning npm commands, due to Node security fix"
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"date": "Fri, 15 Mar 2024 04:35:11 GMT",
|
|
983
|
-
"version": "1.1.13",
|
|
984
|
-
"tag": "@lage-run/scheduler_v1.1.13",
|
|
985
|
-
"comments": {
|
|
986
|
-
"patch": [
|
|
987
|
-
{
|
|
988
|
-
"author": "beachball",
|
|
989
|
-
"package": "@lage-run/scheduler",
|
|
990
|
-
"comment": "Bump @lage-run/hasher to v1.1.0",
|
|
991
|
-
"commit": "not available"
|
|
992
|
-
}
|
|
993
|
-
]
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"date": "Thu, 21 Dec 2023 09:49:09 GMT",
|
|
998
|
-
"version": "1.1.12",
|
|
999
|
-
"tag": "@lage-run/scheduler_v1.1.12",
|
|
1000
|
-
"comments": {
|
|
1001
|
-
"patch": [
|
|
1002
|
-
{
|
|
1003
|
-
"author": "beachball",
|
|
1004
|
-
"package": "@lage-run/scheduler",
|
|
1005
|
-
"comment": "Bump @lage-run/target-graph to v0.8.9",
|
|
1006
|
-
"commit": "not available"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"author": "beachball",
|
|
1010
|
-
"package": "@lage-run/scheduler",
|
|
1011
|
-
"comment": "Bump @lage-run/cache to v1.1.5",
|
|
1012
|
-
"commit": "not available"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"author": "beachball",
|
|
1016
|
-
"package": "@lage-run/scheduler",
|
|
1017
|
-
"comment": "Bump @lage-run/config to v0.3.5",
|
|
1018
|
-
"commit": "not available"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"author": "beachball",
|
|
1022
|
-
"package": "@lage-run/scheduler",
|
|
1023
|
-
"comment": "Bump @lage-run/hasher to v1.0.7",
|
|
1024
|
-
"commit": "not available"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"author": "beachball",
|
|
1028
|
-
"package": "@lage-run/scheduler",
|
|
1029
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.13",
|
|
1030
|
-
"commit": "not available"
|
|
1031
|
-
}
|
|
1032
|
-
]
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"date": "Thu, 21 Dec 2023 08:37:41 GMT",
|
|
1037
|
-
"version": "1.1.11",
|
|
1038
|
-
"tag": "@lage-run/scheduler_v1.1.11",
|
|
1039
|
-
"comments": {
|
|
1040
|
-
"none": [
|
|
1041
|
-
{
|
|
1042
|
-
"author": "elcraig@microsoft.com",
|
|
1043
|
-
"package": "@lage-run/scheduler",
|
|
1044
|
-
"commit": "0752bad677868d982719f792f6692ab43ad325e0",
|
|
1045
|
-
"comment": "Use ranges for devDependencies"
|
|
1046
|
-
}
|
|
1047
|
-
],
|
|
1048
|
-
"patch": [
|
|
1049
|
-
{
|
|
1050
|
-
"author": "beachball",
|
|
1051
|
-
"package": "@lage-run/scheduler",
|
|
1052
|
-
"comment": "Bump @lage-run/config to v0.3.4",
|
|
1053
|
-
"commit": "not available"
|
|
1054
|
-
}
|
|
1055
|
-
]
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"date": "Tue, 12 Dec 2023 04:22:41 GMT",
|
|
1060
|
-
"version": "1.1.10",
|
|
1061
|
-
"tag": "@lage-run/scheduler_v1.1.10",
|
|
1062
|
-
"comments": {
|
|
1063
|
-
"patch": [
|
|
1064
|
-
{
|
|
1065
|
-
"author": "beachball",
|
|
1066
|
-
"package": "@lage-run/scheduler",
|
|
1067
|
-
"comment": "Bump @lage-run/target-graph to v0.8.8",
|
|
1068
|
-
"commit": "not available"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"author": "beachball",
|
|
1072
|
-
"package": "@lage-run/scheduler",
|
|
1073
|
-
"comment": "Bump @lage-run/cache to v1.1.4",
|
|
1074
|
-
"commit": "not available"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"author": "beachball",
|
|
1078
|
-
"package": "@lage-run/scheduler",
|
|
1079
|
-
"comment": "Bump @lage-run/config to v0.3.3",
|
|
1080
|
-
"commit": "not available"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"author": "beachball",
|
|
1084
|
-
"package": "@lage-run/scheduler",
|
|
1085
|
-
"comment": "Bump @lage-run/hasher to v1.0.6",
|
|
1086
|
-
"commit": "not available"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"author": "beachball",
|
|
1090
|
-
"package": "@lage-run/scheduler",
|
|
1091
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.12",
|
|
1092
|
-
"commit": "not available"
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"date": "Tue, 05 Sep 2023 22:23:23 GMT",
|
|
1099
|
-
"version": "1.1.9",
|
|
1100
|
-
"tag": "@lage-run/scheduler_v1.1.9",
|
|
1101
|
-
"comments": {
|
|
1102
|
-
"patch": [
|
|
1103
|
-
{
|
|
1104
|
-
"author": "beachball",
|
|
1105
|
-
"package": "@lage-run/scheduler",
|
|
1106
|
-
"comment": "Bump @lage-run/hasher to v1.0.5",
|
|
1107
|
-
"commit": "not available"
|
|
1108
|
-
}
|
|
1109
|
-
]
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"date": "Tue, 05 Sep 2023 22:19:29 GMT",
|
|
1114
|
-
"tag": "@lage-run/scheduler_v1.1.8",
|
|
1115
|
-
"version": "1.1.8",
|
|
1116
|
-
"comments": {
|
|
1117
|
-
"patch": [
|
|
1118
|
-
{
|
|
1119
|
-
"author": "beachball",
|
|
1120
|
-
"package": "@lage-run/scheduler",
|
|
1121
|
-
"comment": "Bump @lage-run/cache to v1.1.3",
|
|
1122
|
-
"commit": "1b921746f45e232095c13e35039b2f425ff74f8e"
|
|
1123
|
-
}
|
|
1124
|
-
]
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"date": "Mon, 17 Jul 2023 15:14:04 GMT",
|
|
1129
|
-
"tag": "@lage-run/scheduler_v1.1.7",
|
|
1130
|
-
"version": "1.1.7",
|
|
1131
|
-
"comments": {
|
|
1132
|
-
"patch": [
|
|
1133
|
-
{
|
|
1134
|
-
"author": "beachball",
|
|
1135
|
-
"package": "@lage-run/scheduler",
|
|
1136
|
-
"comment": "Bump @lage-run/target-graph to v0.8.7",
|
|
1137
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"author": "beachball",
|
|
1141
|
-
"package": "@lage-run/scheduler",
|
|
1142
|
-
"comment": "Bump @lage-run/cache to v1.1.2",
|
|
1143
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"author": "beachball",
|
|
1147
|
-
"package": "@lage-run/scheduler",
|
|
1148
|
-
"comment": "Bump @lage-run/config to v0.3.2",
|
|
1149
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"author": "beachball",
|
|
1153
|
-
"package": "@lage-run/scheduler",
|
|
1154
|
-
"comment": "Bump @lage-run/hasher to v1.0.4",
|
|
1155
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"author": "beachball",
|
|
1159
|
-
"package": "@lage-run/scheduler",
|
|
1160
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.11",
|
|
1161
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
1162
|
-
}
|
|
1163
|
-
]
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"date": "Tue, 11 Jul 2023 14:51:52 GMT",
|
|
1168
|
-
"tag": "@lage-run/scheduler_v1.1.6",
|
|
1169
|
-
"version": "1.1.6",
|
|
1170
|
-
"comments": {
|
|
1171
|
-
"patch": [
|
|
1172
|
-
{
|
|
1173
|
-
"author": "beachball",
|
|
1174
|
-
"package": "@lage-run/scheduler",
|
|
1175
|
-
"comment": "Bump @lage-run/hasher to v1.0.3",
|
|
1176
|
-
"commit": "e7dbec3c24355721132a15425fa5044c74c13efb"
|
|
1177
|
-
}
|
|
1178
|
-
]
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"date": "Wed, 21 Jun 2023 19:06:25 GMT",
|
|
1183
|
-
"tag": "@lage-run/scheduler_v1.1.5",
|
|
1184
|
-
"version": "1.1.5",
|
|
1185
|
-
"comments": {
|
|
1186
|
-
"patch": [
|
|
1187
|
-
{
|
|
1188
|
-
"author": "beachball",
|
|
1189
|
-
"package": "@lage-run/scheduler",
|
|
1190
|
-
"comment": "Bump @lage-run/hasher to v1.0.2",
|
|
1191
|
-
"commit": "3efba30544ff1844986f469e01b47316d700ceeb"
|
|
1192
|
-
}
|
|
1193
|
-
]
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"date": "Thu, 15 Jun 2023 17:04:58 GMT",
|
|
1198
|
-
"tag": "@lage-run/scheduler_v1.1.4",
|
|
1199
|
-
"version": "1.1.4",
|
|
1200
|
-
"comments": {
|
|
1201
|
-
"patch": [
|
|
1202
|
-
{
|
|
1203
|
-
"author": "altinokd@microsoft.com",
|
|
1204
|
-
"package": "@lage-run/scheduler",
|
|
1205
|
-
"commit": "91dfab46c2cb13c175931f12f2964b2b9ace491a",
|
|
1206
|
-
"comment": "Return value from worker run functions as part of TargetRun.result object. Encapsulated status and result fields. Added a way to reset WrappedTarget"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"author": "beachball",
|
|
1210
|
-
"package": "@lage-run/scheduler",
|
|
1211
|
-
"comment": "Bump @lage-run/config to v0.3.1",
|
|
1212
|
-
"commit": "91dfab46c2cb13c175931f12f2964b2b9ace491a"
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"author": "beachball",
|
|
1216
|
-
"package": "@lage-run/scheduler",
|
|
1217
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.10",
|
|
1218
|
-
"commit": "91dfab46c2cb13c175931f12f2964b2b9ace491a"
|
|
1219
|
-
}
|
|
1220
|
-
]
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"date": "Tue, 30 May 2023 18:19:34 GMT",
|
|
1225
|
-
"tag": "@lage-run/scheduler_v1.1.3",
|
|
1226
|
-
"version": "1.1.3",
|
|
1227
|
-
"comments": {
|
|
1228
|
-
"patch": [
|
|
1229
|
-
{
|
|
1230
|
-
"author": "altinokd@microsoft.com",
|
|
1231
|
-
"package": "@lage-run/scheduler",
|
|
1232
|
-
"commit": "88d72690b8e3444290d6be5c7072188cf85b4c39",
|
|
1233
|
-
"comment": "Bind postMessage when passing into onMessage"
|
|
1234
|
-
}
|
|
1235
|
-
]
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"date": "Fri, 26 May 2023 20:44:05 GMT",
|
|
1240
|
-
"tag": "@lage-run/scheduler_v1.1.2",
|
|
1241
|
-
"version": "1.1.2",
|
|
1242
|
-
"comments": {
|
|
1243
|
-
"patch": [
|
|
1244
|
-
{
|
|
1245
|
-
"author": "beachball",
|
|
1246
|
-
"package": "@lage-run/scheduler",
|
|
1247
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.8.0",
|
|
1248
|
-
"commit": "50b57f4af793a6595e52d71b86ada5be1e7412b9"
|
|
1249
|
-
}
|
|
1250
|
-
]
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"date": "Fri, 26 May 2023 01:09:04 GMT",
|
|
1255
|
-
"tag": "@lage-run/scheduler_v1.1.1",
|
|
1256
|
-
"version": "1.1.1",
|
|
1257
|
-
"comments": {
|
|
1258
|
-
"patch": [
|
|
1259
|
-
{
|
|
1260
|
-
"author": "beachball",
|
|
1261
|
-
"package": "@lage-run/scheduler",
|
|
1262
|
-
"comment": "Bump @lage-run/hasher to v1.0.1",
|
|
1263
|
-
"commit": "8cb78bef8aeb568c2da2ac62d0e0a62d3580847d"
|
|
1264
|
-
}
|
|
1265
|
-
]
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"date": "Fri, 26 May 2023 00:17:46 GMT",
|
|
1270
|
-
"tag": "@lage-run/scheduler_v1.1.0",
|
|
1271
|
-
"version": "1.1.0",
|
|
1272
|
-
"comments": {
|
|
1273
|
-
"minor": [
|
|
1274
|
-
{
|
|
1275
|
-
"author": "altinokd@microsoft.com",
|
|
1276
|
-
"package": "@lage-run/scheduler",
|
|
1277
|
-
"commit": "73192733ef3891d4e22928daaf1787402def5e8d",
|
|
1278
|
-
"comment": "Add onMessage handler for workers"
|
|
1279
|
-
}
|
|
1280
|
-
]
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"date": "Thu, 25 May 2023 15:46:02 GMT",
|
|
1285
|
-
"tag": "@lage-run/scheduler_v1.0.2",
|
|
1286
|
-
"version": "1.0.2",
|
|
1287
|
-
"comments": {
|
|
1288
|
-
"patch": [
|
|
1289
|
-
{
|
|
1290
|
-
"author": "altinokd@microsoft.com",
|
|
1291
|
-
"package": "@lage-run/scheduler",
|
|
1292
|
-
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d",
|
|
1293
|
-
"comment": "Do not read config in targetWorker, instead pass CacheOptions as part of workerdata"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"author": "beachball",
|
|
1297
|
-
"package": "@lage-run/scheduler",
|
|
1298
|
-
"comment": "Bump @lage-run/config to v0.3.0",
|
|
1299
|
-
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
|
|
1300
|
-
}
|
|
1301
|
-
]
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"date": "Fri, 19 May 2023 22:10:20 GMT",
|
|
1306
|
-
"tag": "@lage-run/scheduler_v1.0.1",
|
|
1307
|
-
"version": "1.0.1",
|
|
1308
|
-
"comments": {
|
|
1309
|
-
"patch": [
|
|
1310
|
-
{
|
|
1311
|
-
"author": "beachball",
|
|
1312
|
-
"package": "@lage-run/scheduler",
|
|
1313
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.7.1",
|
|
1314
|
-
"commit": "429b1e61a7237a95e1d8f3c636b51db7de748fcf"
|
|
1315
|
-
}
|
|
1316
|
-
]
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"date": "Mon, 08 May 2023 22:27:16 GMT",
|
|
1321
|
-
"tag": "@lage-run/scheduler_v1.0.0",
|
|
1322
|
-
"version": "1.0.0",
|
|
1323
|
-
"comments": {
|
|
1324
|
-
"major": [
|
|
1325
|
-
{
|
|
1326
|
-
"author": "kchau@microsoft.com",
|
|
1327
|
-
"package": "@lage-run/scheduler",
|
|
1328
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103",
|
|
1329
|
-
"comment": "Now takes in a TargetHasher as a dep, but retains its own calls to cache provider"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"author": "beachball",
|
|
1333
|
-
"package": "@lage-run/scheduler",
|
|
1334
|
-
"comment": "Bump @lage-run/target-graph to v0.8.6",
|
|
1335
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"author": "beachball",
|
|
1339
|
-
"package": "@lage-run/scheduler",
|
|
1340
|
-
"comment": "Bump @lage-run/cache to v1.1.1",
|
|
1341
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"author": "beachball",
|
|
1345
|
-
"package": "@lage-run/scheduler",
|
|
1346
|
-
"comment": "Bump @lage-run/config to v0.2.1",
|
|
1347
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"author": "beachball",
|
|
1351
|
-
"package": "@lage-run/scheduler",
|
|
1352
|
-
"comment": "Bump @lage-run/hasher to v1.0.0",
|
|
1353
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"author": "beachball",
|
|
1357
|
-
"package": "@lage-run/scheduler",
|
|
1358
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.7.0",
|
|
1359
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"author": "beachball",
|
|
1363
|
-
"package": "@lage-run/scheduler",
|
|
1364
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.9",
|
|
1365
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
1366
|
-
}
|
|
1367
|
-
]
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"date": "Wed, 26 Apr 2023 04:56:20 GMT",
|
|
1372
|
-
"tag": "@lage-run/scheduler_v0.11.4",
|
|
1373
|
-
"version": "0.11.4",
|
|
1374
|
-
"comments": {
|
|
1375
|
-
"patch": [
|
|
1376
|
-
{
|
|
1377
|
-
"author": "beachball",
|
|
1378
|
-
"package": "@lage-run/scheduler",
|
|
1379
|
-
"comment": "Bump @lage-run/config to v0.2.0",
|
|
1380
|
-
"commit": "994af55fcc890b448fc2b5cd5e4ba8bca0832997"
|
|
1381
|
-
}
|
|
1382
|
-
]
|
|
1383
|
-
}
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"date": "Tue, 25 Apr 2023 02:51:19 GMT",
|
|
1387
|
-
"tag": "@lage-run/scheduler_v0.11.3",
|
|
1388
|
-
"version": "0.11.3",
|
|
1389
|
-
"comments": {
|
|
1390
|
-
"patch": [
|
|
1391
|
-
{
|
|
1392
|
-
"author": "elcraig@microsoft.com",
|
|
1393
|
-
"package": "@lage-run/scheduler",
|
|
1394
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801",
|
|
1395
|
-
"comment": "Update repository and homepage"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"author": "beachball",
|
|
1399
|
-
"package": "@lage-run/scheduler",
|
|
1400
|
-
"comment": "Bump @lage-run/target-graph to v0.8.4",
|
|
1401
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"author": "beachball",
|
|
1405
|
-
"package": "@lage-run/scheduler",
|
|
1406
|
-
"comment": "Bump @lage-run/logger to v1.3.0",
|
|
1407
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"author": "beachball",
|
|
1411
|
-
"package": "@lage-run/scheduler",
|
|
1412
|
-
"comment": "Bump @lage-run/cache to v0.5.4",
|
|
1413
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"author": "beachball",
|
|
1417
|
-
"package": "@lage-run/scheduler",
|
|
1418
|
-
"comment": "Bump @lage-run/config to v0.1.4",
|
|
1419
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"author": "beachball",
|
|
1423
|
-
"package": "@lage-run/scheduler",
|
|
1424
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.6.1",
|
|
1425
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"author": "beachball",
|
|
1429
|
-
"package": "@lage-run/scheduler",
|
|
1430
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.8",
|
|
1431
|
-
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
1432
|
-
}
|
|
1433
|
-
]
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"date": "Fri, 14 Apr 2023 04:37:55 GMT",
|
|
1438
|
-
"tag": "@lage-run/scheduler_v0.11.2",
|
|
1439
|
-
"version": "0.11.2",
|
|
1440
|
-
"comments": {
|
|
1441
|
-
"patch": [
|
|
1442
|
-
{
|
|
1443
|
-
"author": "beachball",
|
|
1444
|
-
"package": "@lage-run/scheduler",
|
|
1445
|
-
"comment": "Bump @lage-run/target-graph to v0.8.3",
|
|
1446
|
-
"commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"author": "beachball",
|
|
1450
|
-
"package": "@lage-run/scheduler",
|
|
1451
|
-
"comment": "Bump @lage-run/cache to v0.5.3",
|
|
1452
|
-
"commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"author": "beachball",
|
|
1456
|
-
"package": "@lage-run/scheduler",
|
|
1457
|
-
"comment": "Bump @lage-run/config to v0.1.3",
|
|
1458
|
-
"commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"author": "beachball",
|
|
1462
|
-
"package": "@lage-run/scheduler",
|
|
1463
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.7",
|
|
1464
|
-
"commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
|
|
1465
|
-
}
|
|
1466
|
-
]
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"date": "Thu, 06 Apr 2023 22:27:50 GMT",
|
|
1471
|
-
"tag": "@lage-run/scheduler_v0.11.1",
|
|
1472
|
-
"version": "0.11.1",
|
|
1473
|
-
"comments": {
|
|
1474
|
-
"patch": [
|
|
1475
|
-
{
|
|
1476
|
-
"author": "beachball",
|
|
1477
|
-
"package": "@lage-run/scheduler",
|
|
1478
|
-
"comment": "Bump @lage-run/target-graph to v0.8.2",
|
|
1479
|
-
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"author": "beachball",
|
|
1483
|
-
"package": "@lage-run/scheduler",
|
|
1484
|
-
"comment": "Bump @lage-run/cache to v0.5.2",
|
|
1485
|
-
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"author": "beachball",
|
|
1489
|
-
"package": "@lage-run/scheduler",
|
|
1490
|
-
"comment": "Bump @lage-run/config to v0.1.2",
|
|
1491
|
-
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"author": "beachball",
|
|
1495
|
-
"package": "@lage-run/scheduler",
|
|
1496
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.6",
|
|
1497
|
-
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
1498
|
-
}
|
|
1499
|
-
]
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"date": "Thu, 30 Mar 2023 23:46:52 GMT",
|
|
1504
|
-
"tag": "@lage-run/scheduler_v0.11.0",
|
|
1505
|
-
"version": "0.11.0",
|
|
1506
|
-
"comments": {
|
|
1507
|
-
"minor": [
|
|
1508
|
-
{
|
|
1509
|
-
"author": "kchau@microsoft.com",
|
|
1510
|
-
"package": "@lage-run/scheduler",
|
|
1511
|
-
"commit": "41360ccbd7433afe537342c4c815b1e02bc9c9b8",
|
|
1512
|
-
"comment": "moved caching to happen inside workers"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"author": "beachball",
|
|
1516
|
-
"package": "@lage-run/scheduler",
|
|
1517
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.6.0",
|
|
1518
|
-
"commit": "41360ccbd7433afe537342c4c815b1e02bc9c9b8"
|
|
1519
|
-
}
|
|
1520
|
-
]
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"date": "Wed, 29 Mar 2023 22:41:49 GMT",
|
|
1525
|
-
"tag": "@lage-run/scheduler_v0.10.5",
|
|
1526
|
-
"version": "0.10.5",
|
|
1527
|
-
"comments": {
|
|
1528
|
-
"patch": [
|
|
1529
|
-
{
|
|
1530
|
-
"author": "kchau@microsoft.com",
|
|
1531
|
-
"package": "@lage-run/scheduler",
|
|
1532
|
-
"commit": "ec458f83e5adb784019efaa06f902ec75f85990c",
|
|
1533
|
-
"comment": "moving config to its own package"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"author": "beachball",
|
|
1537
|
-
"package": "@lage-run/scheduler",
|
|
1538
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.5.1",
|
|
1539
|
-
"commit": "ec458f83e5adb784019efaa06f902ec75f85990c"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"author": "beachball",
|
|
1543
|
-
"package": "@lage-run/scheduler",
|
|
1544
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.5",
|
|
1545
|
-
"commit": "ec458f83e5adb784019efaa06f902ec75f85990c"
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"date": "Wed, 29 Mar 2023 20:02:40 GMT",
|
|
1552
|
-
"tag": "@lage-run/scheduler_v0.10.4",
|
|
1553
|
-
"version": "0.10.4",
|
|
1554
|
-
"comments": {
|
|
1555
|
-
"patch": [
|
|
1556
|
-
{
|
|
1557
|
-
"author": "beachball",
|
|
1558
|
-
"package": "@lage-run/scheduler",
|
|
1559
|
-
"comment": "Bump @lage-run/cache to v0.5.1",
|
|
1560
|
-
"commit": "3554c6c3bc2226933a819fd1123ada422848d7d4"
|
|
1561
|
-
}
|
|
1562
|
-
]
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"date": "Mon, 27 Mar 2023 18:00:15 GMT",
|
|
1567
|
-
"tag": "@lage-run/scheduler_v0.10.3",
|
|
1568
|
-
"version": "0.10.3",
|
|
1569
|
-
"comments": {
|
|
1570
|
-
"patch": [
|
|
1571
|
-
{
|
|
1572
|
-
"author": "beachball",
|
|
1573
|
-
"package": "@lage-run/scheduler",
|
|
1574
|
-
"comment": "Bump @lage-run/cache to v0.5.0",
|
|
1575
|
-
"commit": "6a0593b1ef9f7d16e69eb57ee1bc71b8613fd1d8"
|
|
1576
|
-
}
|
|
1577
|
-
]
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"date": "Thu, 23 Mar 2023 19:32:03 GMT",
|
|
1582
|
-
"tag": "@lage-run/scheduler_v0.10.2",
|
|
1583
|
-
"version": "0.10.2",
|
|
1584
|
-
"comments": {
|
|
1585
|
-
"patch": [
|
|
1586
|
-
{
|
|
1587
|
-
"author": "kchau@microsoft.com",
|
|
1588
|
-
"package": "@lage-run/scheduler",
|
|
1589
|
-
"commit": "4aac6865168b85dcba1d1ebba4f7a6a3ef015742",
|
|
1590
|
-
"comment": "Making SimpleScheduler more resilient to re-run requests that maybe come from target-graphs that are changing"
|
|
1591
|
-
}
|
|
1592
|
-
]
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"date": "Tue, 14 Mar 2023 00:28:38 GMT",
|
|
1597
|
-
"tag": "@lage-run/scheduler_v0.10.1",
|
|
1598
|
-
"version": "0.10.1",
|
|
1599
|
-
"comments": {
|
|
1600
|
-
"patch": [
|
|
1601
|
-
{
|
|
1602
|
-
"author": "beachball",
|
|
1603
|
-
"package": "@lage-run/scheduler",
|
|
1604
|
-
"comment": "Bump @lage-run/target-graph to v0.8.1",
|
|
1605
|
-
"commit": "c5fc57309aaa493758f646cbfe02dc84f679675e"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"author": "beachball",
|
|
1609
|
-
"package": "@lage-run/scheduler",
|
|
1610
|
-
"comment": "Bump @lage-run/cache to v0.4.3",
|
|
1611
|
-
"commit": "c5fc57309aaa493758f646cbfe02dc84f679675e"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"author": "beachball",
|
|
1615
|
-
"package": "@lage-run/scheduler",
|
|
1616
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.4",
|
|
1617
|
-
"commit": "c5fc57309aaa493758f646cbfe02dc84f679675e"
|
|
1618
|
-
}
|
|
1619
|
-
]
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"date": "Fri, 10 Mar 2023 01:25:03 GMT",
|
|
1624
|
-
"tag": "@lage-run/scheduler_v0.10.0",
|
|
1625
|
-
"version": "0.10.0",
|
|
1626
|
-
"comments": {
|
|
1627
|
-
"minor": [
|
|
1628
|
-
{
|
|
1629
|
-
"author": "kchau@microsoft.com",
|
|
1630
|
-
"package": "@lage-run/scheduler",
|
|
1631
|
-
"commit": "5fd1b1eb7f87917f3abec9e99b240d38846eea09",
|
|
1632
|
-
"comment": "adding the ability to have a NoOp Task"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"author": "beachball",
|
|
1636
|
-
"package": "@lage-run/scheduler",
|
|
1637
|
-
"comment": "Bump @lage-run/target-graph to v0.8.0",
|
|
1638
|
-
"commit": "5fd1b1eb7f87917f3abec9e99b240d38846eea09"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"author": "beachball",
|
|
1642
|
-
"package": "@lage-run/scheduler",
|
|
1643
|
-
"comment": "Bump @lage-run/cache to v0.4.2",
|
|
1644
|
-
"commit": "5fd1b1eb7f87917f3abec9e99b240d38846eea09"
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"author": "beachball",
|
|
1648
|
-
"package": "@lage-run/scheduler",
|
|
1649
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.3",
|
|
1650
|
-
"commit": "5fd1b1eb7f87917f3abec9e99b240d38846eea09"
|
|
1651
|
-
}
|
|
1652
|
-
]
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"date": "Wed, 08 Mar 2023 17:35:28 GMT",
|
|
1657
|
-
"tag": "@lage-run/scheduler_v0.9.2",
|
|
1658
|
-
"version": "0.9.2",
|
|
1659
|
-
"comments": {
|
|
1660
|
-
"patch": [
|
|
1661
|
-
{
|
|
1662
|
-
"author": "beachball",
|
|
1663
|
-
"package": "@lage-run/scheduler",
|
|
1664
|
-
"comment": "Bump @lage-run/cache to v0.4.1",
|
|
1665
|
-
"commit": "dfce517d96aacaa7d2e145c18a67e8b7cff00da8"
|
|
1666
|
-
}
|
|
1667
|
-
]
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"date": "Wed, 08 Mar 2023 00:05:27 GMT",
|
|
1672
|
-
"tag": "@lage-run/scheduler_v0.9.1",
|
|
1673
|
-
"version": "0.9.1",
|
|
1674
|
-
"comments": {
|
|
1675
|
-
"patch": [
|
|
1676
|
-
{
|
|
1677
|
-
"author": "beachball",
|
|
1678
|
-
"package": "@lage-run/scheduler",
|
|
1679
|
-
"comment": "Bump @lage-run/target-graph to v0.7.0",
|
|
1680
|
-
"commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"author": "beachball",
|
|
1684
|
-
"package": "@lage-run/scheduler",
|
|
1685
|
-
"comment": "Bump @lage-run/cache to v0.4.0",
|
|
1686
|
-
"commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"author": "beachball",
|
|
1690
|
-
"package": "@lage-run/scheduler",
|
|
1691
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.2",
|
|
1692
|
-
"commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
|
|
1693
|
-
}
|
|
1694
|
-
]
|
|
1695
|
-
}
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"date": "Tue, 21 Feb 2023 21:30:37 GMT",
|
|
1699
|
-
"tag": "@lage-run/scheduler_v0.9.0",
|
|
1700
|
-
"version": "0.9.0",
|
|
1701
|
-
"comments": {
|
|
1702
|
-
"minor": [
|
|
1703
|
-
{
|
|
1704
|
-
"author": "kchau@microsoft.com",
|
|
1705
|
-
"package": "@lage-run/scheduler",
|
|
1706
|
-
"commit": "d7a8a3fa2bcf434c59bea26d5964dd7235998ad2",
|
|
1707
|
-
"comment": "cache directory to be centralized"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"author": "beachball",
|
|
1711
|
-
"package": "@lage-run/scheduler",
|
|
1712
|
-
"comment": "Bump @lage-run/cache to v0.3.0",
|
|
1713
|
-
"commit": "d7a8a3fa2bcf434c59bea26d5964dd7235998ad2"
|
|
1714
|
-
}
|
|
1715
|
-
]
|
|
1716
|
-
}
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"date": "Wed, 15 Feb 2023 16:51:15 GMT",
|
|
1720
|
-
"tag": "@lage-run/scheduler_v0.8.5",
|
|
1721
|
-
"version": "0.8.5",
|
|
1722
|
-
"comments": {
|
|
1723
|
-
"patch": [
|
|
1724
|
-
{
|
|
1725
|
-
"author": "beachball",
|
|
1726
|
-
"package": "@lage-run/scheduler",
|
|
1727
|
-
"comment": "Bump @lage-run/cache to v0.2.5",
|
|
1728
|
-
"commit": "b8e0ead727b1e7f7065f853e0a1ae677f4455a5b"
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"date": "Wed, 15 Feb 2023 16:47:12 GMT",
|
|
1735
|
-
"tag": "@lage-run/scheduler_v0.8.4",
|
|
1736
|
-
"version": "0.8.4",
|
|
1737
|
-
"comments": {
|
|
1738
|
-
"patch": [
|
|
1739
|
-
{
|
|
1740
|
-
"author": "beachball",
|
|
1741
|
-
"package": "@lage-run/scheduler",
|
|
1742
|
-
"comment": "Bump @lage-run/target-graph to v0.6.2",
|
|
1743
|
-
"commit": "d66a3b4811f36290a0499d9199948c84c8049728"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"author": "beachball",
|
|
1747
|
-
"package": "@lage-run/scheduler",
|
|
1748
|
-
"comment": "Bump @lage-run/cache to v0.2.4",
|
|
1749
|
-
"commit": "d66a3b4811f36290a0499d9199948c84c8049728"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"author": "beachball",
|
|
1753
|
-
"package": "@lage-run/scheduler",
|
|
1754
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.1",
|
|
1755
|
-
"commit": "d66a3b4811f36290a0499d9199948c84c8049728"
|
|
1756
|
-
}
|
|
1757
|
-
]
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"date": "Tue, 07 Feb 2023 23:52:48 GMT",
|
|
1762
|
-
"tag": "@lage-run/scheduler_v0.8.3",
|
|
1763
|
-
"version": "0.8.3",
|
|
1764
|
-
"comments": {
|
|
1765
|
-
"patch": [
|
|
1766
|
-
{
|
|
1767
|
-
"author": "kchau@microsoft.com",
|
|
1768
|
-
"package": "@lage-run/scheduler",
|
|
1769
|
-
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243",
|
|
1770
|
-
"comment": "migrating to V2"
|
|
1771
|
-
}
|
|
1772
|
-
]
|
|
1773
|
-
}
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"date": "Tue, 31 Jan 2023 23:54:49 GMT",
|
|
1777
|
-
"tag": "@lage-run/scheduler_v0.8.2",
|
|
1778
|
-
"version": "0.8.2",
|
|
1779
|
-
"comments": {
|
|
1780
|
-
"patch": [
|
|
1781
|
-
{
|
|
1782
|
-
"author": "kchau@microsoft.com",
|
|
1783
|
-
"package": "@lage-run/scheduler",
|
|
1784
|
-
"commit": "9340358c80d388e0d56b40d1fdb965e1b4e20454",
|
|
1785
|
-
"comment": "fixed reporter to not log target status when it should not run at all"
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"date": "Fri, 27 Jan 2023 00:28:15 GMT",
|
|
1792
|
-
"tag": "@lage-run/scheduler_v0.8.1",
|
|
1793
|
-
"version": "0.8.1",
|
|
1794
|
-
"comments": {
|
|
1795
|
-
"patch": [
|
|
1796
|
-
{
|
|
1797
|
-
"author": "kchau@microsoft.com",
|
|
1798
|
-
"package": "@lage-run/scheduler",
|
|
1799
|
-
"commit": "b0f0b5a7773a71c111799f3a3b0a48a7824b838b",
|
|
1800
|
-
"comment": "fixing profiler so that it will load correctly in the tracing UI"
|
|
1801
|
-
}
|
|
1802
|
-
]
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"date": "Wed, 18 Jan 2023 18:18:35 GMT",
|
|
1807
|
-
"tag": "@lage-run/scheduler_v0.8.0",
|
|
1808
|
-
"version": "0.8.0",
|
|
1809
|
-
"comments": {
|
|
1810
|
-
"minor": [
|
|
1811
|
-
{
|
|
1812
|
-
"author": "kchau@microsoft.com",
|
|
1813
|
-
"package": "@lage-run/scheduler",
|
|
1814
|
-
"commit": "71b5b1452ee25148a637894d1bf99cf1cc6a80a7",
|
|
1815
|
-
"comment": "Using lage for prune and clear on cache and get reporter in shape for ADO"
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"author": "beachball",
|
|
1819
|
-
"package": "@lage-run/scheduler",
|
|
1820
|
-
"comment": "Bump @lage-run/scheduler-types to v0.3.0",
|
|
1821
|
-
"commit": "71b5b1452ee25148a637894d1bf99cf1cc6a80a7"
|
|
1822
|
-
}
|
|
1823
|
-
]
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"date": "Thu, 05 Jan 2023 00:40:50 GMT",
|
|
1828
|
-
"tag": "@lage-run/scheduler_v0.7.3",
|
|
1829
|
-
"version": "0.7.3",
|
|
1830
|
-
"comments": {
|
|
1831
|
-
"patch": [
|
|
1832
|
-
{
|
|
1833
|
-
"author": "kchau@microsoft.com",
|
|
1834
|
-
"package": "@lage-run/scheduler",
|
|
1835
|
-
"commit": "961843bef658c51312e02498554ad338e467e1a7",
|
|
1836
|
-
"comment": "fixing progress bar to not be a bottleneck"
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
|
|
1843
|
-
"tag": "@lage-run/scheduler_v0.7.2",
|
|
1844
|
-
"version": "0.7.2",
|
|
1845
|
-
"comments": {
|
|
1846
|
-
"patch": [
|
|
1847
|
-
{
|
|
1848
|
-
"author": "kchau@microsoft.com",
|
|
1849
|
-
"package": "@lage-run/scheduler",
|
|
1850
|
-
"commit": "ad281dfe8b222d949130821828a680d1c3625154",
|
|
1851
|
-
"comment": "sets the default to progress"
|
|
1852
|
-
}
|
|
1853
|
-
]
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"date": "Tue, 06 Dec 2022 00:48:02 GMT",
|
|
1858
|
-
"tag": "@lage-run/scheduler_v0.7.1",
|
|
1859
|
-
"version": "0.7.1",
|
|
1860
|
-
"comments": {
|
|
1861
|
-
"patch": [
|
|
1862
|
-
{
|
|
1863
|
-
"author": "kchau@microsoft.com",
|
|
1864
|
-
"package": "@lage-run/scheduler",
|
|
1865
|
-
"commit": "3fa4b9c8aa67cbc2198385e32fa38de123541f09",
|
|
1866
|
-
"comment": "creating the beginnings of a progress reporter - it's in beta"
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"author": "beachball",
|
|
1870
|
-
"package": "@lage-run/scheduler",
|
|
1871
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.10",
|
|
1872
|
-
"commit": "3fa4b9c8aa67cbc2198385e32fa38de123541f09"
|
|
1873
|
-
}
|
|
1874
|
-
]
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"date": "Mon, 05 Dec 2022 18:02:35 GMT",
|
|
1879
|
-
"tag": "@lage-run/scheduler_v0.7.0",
|
|
1880
|
-
"version": "0.7.0",
|
|
1881
|
-
"comments": {
|
|
1882
|
-
"minor": [
|
|
1883
|
-
{
|
|
1884
|
-
"author": "kchau@microsoft.com",
|
|
1885
|
-
"package": "@lage-run/scheduler",
|
|
1886
|
-
"commit": "347522c6a3d6ec77bee6ace1bbd60a08b42e4513",
|
|
1887
|
-
"comment": "adding custom package.json script support"
|
|
1888
|
-
}
|
|
1889
|
-
]
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
|
1894
|
-
"tag": "@lage-run/scheduler_v0.6.0",
|
|
1895
|
-
"version": "0.6.0",
|
|
1896
|
-
"comments": {
|
|
1897
|
-
"minor": [
|
|
1898
|
-
{
|
|
1899
|
-
"author": "kchau@microsoft.com",
|
|
1900
|
-
"package": "@lage-run/scheduler",
|
|
1901
|
-
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810",
|
|
1902
|
-
"comment": "adding provision for the run() to pay attention to previous and currently running targetRun's"
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"author": "beachball",
|
|
1906
|
-
"package": "@lage-run/scheduler",
|
|
1907
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.9",
|
|
1908
|
-
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
|
1909
|
-
}
|
|
1910
|
-
]
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"date": "Fri, 18 Nov 2022 19:52:38 GMT",
|
|
1915
|
-
"tag": "@lage-run/scheduler_v0.5.15",
|
|
1916
|
-
"version": "0.5.15",
|
|
1917
|
-
"comments": {
|
|
1918
|
-
"patch": [
|
|
1919
|
-
{
|
|
1920
|
-
"author": "beachball",
|
|
1921
|
-
"package": "@lage-run/scheduler",
|
|
1922
|
-
"comment": "Bump @lage-run/cache to v0.2.3",
|
|
1923
|
-
"commit": "0970a6aa757664bd8fa9338982ef6e051500577c"
|
|
1924
|
-
}
|
|
1925
|
-
]
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"date": "Wed, 16 Nov 2022 20:07:05 GMT",
|
|
1930
|
-
"tag": "@lage-run/scheduler_v0.5.14",
|
|
1931
|
-
"version": "0.5.14",
|
|
1932
|
-
"comments": {
|
|
1933
|
-
"patch": [
|
|
1934
|
-
{
|
|
1935
|
-
"author": "beachball",
|
|
1936
|
-
"package": "@lage-run/scheduler",
|
|
1937
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.5.0",
|
|
1938
|
-
"commit": "04f9c13f6f37c7a14a67ab27acaf253ad09bfbd8"
|
|
1939
|
-
}
|
|
1940
|
-
]
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"date": "Wed, 16 Nov 2022 17:12:24 GMT",
|
|
1945
|
-
"tag": "@lage-run/scheduler_v0.5.13",
|
|
1946
|
-
"version": "0.5.13",
|
|
1947
|
-
"comments": {
|
|
1948
|
-
"patch": [
|
|
1949
|
-
{
|
|
1950
|
-
"author": "beachball",
|
|
1951
|
-
"package": "@lage-run/scheduler",
|
|
1952
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.5",
|
|
1953
|
-
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
|
|
1954
|
-
}
|
|
1955
|
-
]
|
|
1956
|
-
}
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
|
1960
|
-
"tag": "@lage-run/scheduler_v0.5.12",
|
|
1961
|
-
"version": "0.5.12",
|
|
1962
|
-
"comments": {
|
|
1963
|
-
"patch": [
|
|
1964
|
-
{
|
|
1965
|
-
"author": "beachball",
|
|
1966
|
-
"package": "@lage-run/scheduler",
|
|
1967
|
-
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
|
1968
|
-
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"author": "beachball",
|
|
1972
|
-
"package": "@lage-run/scheduler",
|
|
1973
|
-
"comment": "Bump @lage-run/cache to v0.2.2",
|
|
1974
|
-
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"author": "beachball",
|
|
1978
|
-
"package": "@lage-run/scheduler",
|
|
1979
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.8",
|
|
1980
|
-
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
|
1981
|
-
}
|
|
1982
|
-
]
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
|
1987
|
-
"tag": "@lage-run/scheduler_v0.5.11",
|
|
1988
|
-
"version": "0.5.11",
|
|
1989
|
-
"comments": {
|
|
1990
|
-
"patch": [
|
|
1991
|
-
{
|
|
1992
|
-
"author": "kchau@microsoft.com",
|
|
1993
|
-
"package": "@lage-run/scheduler",
|
|
1994
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
|
1995
|
-
"comment": "update api from targetgraphbuilder"
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"author": "ken@gizzar.com",
|
|
1999
|
-
"package": "@lage-run/scheduler",
|
|
2000
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
|
2001
|
-
"comment": "making swc the transpiler of choice"
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"author": "kchau@microsoft.com",
|
|
2005
|
-
"package": "@lage-run/scheduler",
|
|
2006
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
|
2007
|
-
"comment": "fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"author": "beachball",
|
|
2011
|
-
"package": "@lage-run/scheduler",
|
|
2012
|
-
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
|
2013
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"author": "beachball",
|
|
2017
|
-
"package": "@lage-run/scheduler",
|
|
2018
|
-
"comment": "Bump @lage-run/cache to v0.2.1",
|
|
2019
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"author": "beachball",
|
|
2023
|
-
"package": "@lage-run/scheduler",
|
|
2024
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.7",
|
|
2025
|
-
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
|
2026
|
-
}
|
|
2027
|
-
]
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"date": "Fri, 04 Nov 2022 21:14:01 GMT",
|
|
2032
|
-
"tag": "@lage-run/scheduler_v0.5.10",
|
|
2033
|
-
"version": "0.5.10",
|
|
2034
|
-
"comments": {
|
|
2035
|
-
"patch": [
|
|
2036
|
-
{
|
|
2037
|
-
"author": "kchau@microsoft.com",
|
|
2038
|
-
"package": "@lage-run/scheduler",
|
|
2039
|
-
"commit": "6dba6df4c699c92ca201e91301dfa4aac6344902",
|
|
2040
|
-
"comment": "fixed the tsconfig.lage2.json to output node16 moduleRes"
|
|
2041
|
-
}
|
|
2042
|
-
]
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"date": "Wed, 02 Nov 2022 20:45:00 GMT",
|
|
2047
|
-
"tag": "@lage-run/scheduler_v0.5.9",
|
|
2048
|
-
"version": "0.5.9",
|
|
2049
|
-
"comments": {
|
|
2050
|
-
"patch": [
|
|
2051
|
-
{
|
|
2052
|
-
"author": "ken@gizzar.com",
|
|
2053
|
-
"package": "@lage-run/scheduler",
|
|
2054
|
-
"commit": "e64f7bfdd1dbd2518a1d5ab8453c0e3bbd9b3077",
|
|
2055
|
-
"comment": "switching from require() to import() where possible"
|
|
2056
|
-
}
|
|
2057
|
-
]
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
|
|
2062
|
-
"tag": "@lage-run/scheduler_v0.5.8",
|
|
2063
|
-
"version": "0.5.8",
|
|
2064
|
-
"comments": {
|
|
2065
|
-
"patch": [
|
|
2066
|
-
{
|
|
2067
|
-
"author": "beachball",
|
|
2068
|
-
"package": "@lage-run/scheduler",
|
|
2069
|
-
"comment": "Bump @lage-run/cache to v0.2.0",
|
|
2070
|
-
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
|
|
2071
|
-
}
|
|
2072
|
-
]
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
|
|
2077
|
-
"tag": "@lage-run/scheduler_v0.5.7",
|
|
2078
|
-
"version": "0.5.7",
|
|
2079
|
-
"comments": {
|
|
2080
|
-
"patch": [
|
|
2081
|
-
{
|
|
2082
|
-
"author": "kchau@microsoft.com",
|
|
2083
|
-
"package": "@lage-run/scheduler",
|
|
2084
|
-
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c",
|
|
2085
|
-
"comment": "get rid of third party abort-controller impl"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"author": "beachball",
|
|
2089
|
-
"package": "@lage-run/scheduler",
|
|
2090
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.4",
|
|
2091
|
-
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"author": "beachball",
|
|
2095
|
-
"package": "@lage-run/scheduler",
|
|
2096
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.6",
|
|
2097
|
-
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
|
|
2098
|
-
}
|
|
2099
|
-
]
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
|
|
2104
|
-
"tag": "@lage-run/scheduler_v0.5.6",
|
|
2105
|
-
"version": "0.5.6",
|
|
2106
|
-
"comments": {
|
|
2107
|
-
"patch": [
|
|
2108
|
-
{
|
|
2109
|
-
"author": "kchau@microsoft.com",
|
|
2110
|
-
"package": "@lage-run/scheduler",
|
|
2111
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd",
|
|
2112
|
-
"comment": "adds import extensions of .js to prepare of esmodule switchover"
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"author": "beachball",
|
|
2116
|
-
"package": "@lage-run/scheduler",
|
|
2117
|
-
"comment": "Bump @lage-run/target-graph to v0.5.3",
|
|
2118
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd"
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"author": "beachball",
|
|
2122
|
-
"package": "@lage-run/scheduler",
|
|
2123
|
-
"comment": "Bump @lage-run/logger to v1.2.2",
|
|
2124
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd"
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"author": "beachball",
|
|
2128
|
-
"package": "@lage-run/scheduler",
|
|
2129
|
-
"comment": "Bump @lage-run/cache to v0.1.28",
|
|
2130
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd"
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"author": "beachball",
|
|
2134
|
-
"package": "@lage-run/scheduler",
|
|
2135
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.3",
|
|
2136
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"author": "beachball",
|
|
2140
|
-
"package": "@lage-run/scheduler",
|
|
2141
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.5",
|
|
2142
|
-
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd"
|
|
2143
|
-
}
|
|
2144
|
-
]
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"date": "Tue, 01 Nov 2022 20:43:17 GMT",
|
|
2149
|
-
"tag": "@lage-run/scheduler_v0.5.5",
|
|
2150
|
-
"version": "0.5.5",
|
|
2151
|
-
"comments": {
|
|
2152
|
-
"patch": [
|
|
2153
|
-
{
|
|
2154
|
-
"author": "kchau@microsoft.com",
|
|
2155
|
-
"package": "@lage-run/scheduler",
|
|
2156
|
-
"commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37",
|
|
2157
|
-
"comment": "cleaning up the tsconfig files"
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"author": "beachball",
|
|
2161
|
-
"package": "@lage-run/scheduler",
|
|
2162
|
-
"comment": "Bump @lage-run/target-graph to v0.5.2",
|
|
2163
|
-
"commit": "92379d166d2abb696a1080ff3865bb6828f67b03"
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"author": "beachball",
|
|
2167
|
-
"package": "@lage-run/scheduler",
|
|
2168
|
-
"comment": "Bump @lage-run/logger to v1.2.1",
|
|
2169
|
-
"commit": "92379d166d2abb696a1080ff3865bb6828f67b03"
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"author": "beachball",
|
|
2173
|
-
"package": "@lage-run/scheduler",
|
|
2174
|
-
"comment": "Bump @lage-run/cache to v0.1.27",
|
|
2175
|
-
"commit": "92379d166d2abb696a1080ff3865bb6828f67b03"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"author": "beachball",
|
|
2179
|
-
"package": "@lage-run/scheduler",
|
|
2180
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.2",
|
|
2181
|
-
"commit": "92379d166d2abb696a1080ff3865bb6828f67b03"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"author": "beachball",
|
|
2185
|
-
"package": "@lage-run/scheduler",
|
|
2186
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.4",
|
|
2187
|
-
"commit": "92379d166d2abb696a1080ff3865bb6828f67b03"
|
|
2188
|
-
}
|
|
2189
|
-
]
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"date": "Mon, 31 Oct 2022 21:56:09 GMT",
|
|
2194
|
-
"tag": "@lage-run/scheduler_v0.5.4",
|
|
2195
|
-
"version": "0.5.4",
|
|
2196
|
-
"comments": {
|
|
2197
|
-
"patch": [
|
|
2198
|
-
{
|
|
2199
|
-
"author": "kchau@microsoft.com",
|
|
2200
|
-
"package": "@lage-run/scheduler",
|
|
2201
|
-
"commit": "6d1d50bdb9245688edd0d7b6061bed2b1cdc3fd1",
|
|
2202
|
-
"comment": "adds taskArgs param for worker scripts"
|
|
2203
|
-
}
|
|
2204
|
-
]
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"date": "Mon, 31 Oct 2022 21:27:52 GMT",
|
|
2209
|
-
"tag": "@lage-run/scheduler_v0.5.3",
|
|
2210
|
-
"version": "0.5.3",
|
|
2211
|
-
"comments": {
|
|
2212
|
-
"patch": [
|
|
2213
|
-
{
|
|
2214
|
-
"author": "kchau@microsoft.com",
|
|
2215
|
-
"package": "@lage-run/scheduler",
|
|
2216
|
-
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e",
|
|
2217
|
-
"comment": "adds depcheck and fixes"
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"author": "beachball",
|
|
2221
|
-
"package": "@lage-run/scheduler",
|
|
2222
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.1",
|
|
2223
|
-
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"author": "beachball",
|
|
2227
|
-
"package": "@lage-run/scheduler",
|
|
2228
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.3",
|
|
2229
|
-
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
|
|
2230
|
-
}
|
|
2231
|
-
]
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"date": "Sat, 29 Oct 2022 18:42:49 GMT",
|
|
2236
|
-
"tag": "@lage-run/scheduler_v0.5.2",
|
|
2237
|
-
"version": "0.5.2",
|
|
2238
|
-
"comments": {
|
|
2239
|
-
"patch": [
|
|
2240
|
-
{
|
|
2241
|
-
"author": "ken@gizzar.com",
|
|
2242
|
-
"package": "@lage-run/scheduler",
|
|
2243
|
-
"commit": "06a9d752fd2b374615340a39445c51302b566a38",
|
|
2244
|
-
"comment": "bump workspace-tools"
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"author": "beachball",
|
|
2248
|
-
"package": "@lage-run/scheduler",
|
|
2249
|
-
"comment": "Bump @lage-run/target-graph to v0.5.1",
|
|
2250
|
-
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"author": "beachball",
|
|
2254
|
-
"package": "@lage-run/scheduler",
|
|
2255
|
-
"comment": "Bump @lage-run/cache to v0.1.26",
|
|
2256
|
-
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"author": "beachball",
|
|
2260
|
-
"package": "@lage-run/scheduler",
|
|
2261
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.2",
|
|
2262
|
-
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"date": "Sat, 29 Oct 2022 01:06:17 GMT",
|
|
2269
|
-
"tag": "@lage-run/scheduler_v0.5.1",
|
|
2270
|
-
"version": "0.5.1",
|
|
2271
|
-
"comments": {
|
|
2272
|
-
"patch": [
|
|
2273
|
-
{
|
|
2274
|
-
"author": "kchau@microsoft.com",
|
|
2275
|
-
"package": "@lage-run/scheduler",
|
|
2276
|
-
"commit": "15f4763e0ac29760f813523d3f37b6a5078f4897",
|
|
2277
|
-
"comment": "account for max worker idle memory limit"
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"author": "beachball",
|
|
2281
|
-
"package": "@lage-run/scheduler",
|
|
2282
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.4.0",
|
|
2283
|
-
"commit": "15f4763e0ac29760f813523d3f37b6a5078f4897"
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"author": "beachball",
|
|
2287
|
-
"package": "@lage-run/scheduler",
|
|
2288
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.1",
|
|
2289
|
-
"commit": "15f4763e0ac29760f813523d3f37b6a5078f4897"
|
|
2290
|
-
}
|
|
2291
|
-
]
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"date": "Wed, 26 Oct 2022 22:01:13 GMT",
|
|
2296
|
-
"tag": "@lage-run/scheduler_v0.5.0",
|
|
2297
|
-
"version": "0.5.0",
|
|
2298
|
-
"comments": {
|
|
2299
|
-
"minor": [
|
|
2300
|
-
{
|
|
2301
|
-
"author": "kchau@microsoft.com",
|
|
2302
|
-
"package": "@lage-run/scheduler",
|
|
2303
|
-
"commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9",
|
|
2304
|
-
"comment": "adds support for weighted targets"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"author": "beachball",
|
|
2308
|
-
"package": "@lage-run/scheduler",
|
|
2309
|
-
"comment": "Bump @lage-run/target-graph to v0.5.0",
|
|
2310
|
-
"commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"author": "beachball",
|
|
2314
|
-
"package": "@lage-run/scheduler",
|
|
2315
|
-
"comment": "Bump @lage-run/cache to v0.1.25",
|
|
2316
|
-
"commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"author": "beachball",
|
|
2320
|
-
"package": "@lage-run/scheduler",
|
|
2321
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.3.0",
|
|
2322
|
-
"commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"author": "beachball",
|
|
2326
|
-
"package": "@lage-run/scheduler",
|
|
2327
|
-
"comment": "Bump @lage-run/scheduler-types to v0.2.0",
|
|
2328
|
-
"commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9"
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"date": "Wed, 26 Oct 2022 00:02:06 GMT",
|
|
2335
|
-
"tag": "@lage-run/scheduler_v0.4.16",
|
|
2336
|
-
"version": "0.4.16",
|
|
2337
|
-
"comments": {
|
|
2338
|
-
"patch": [
|
|
2339
|
-
{
|
|
2340
|
-
"author": "kchau@microsoft.com",
|
|
2341
|
-
"package": "@lage-run/scheduler",
|
|
2342
|
-
"commit": "39be59e3821fe06876e31835703c92ba17bceb96",
|
|
2343
|
-
"comment": "removing sharded targets - not the direction to go with jest support"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"author": "beachball",
|
|
2347
|
-
"package": "@lage-run/scheduler",
|
|
2348
|
-
"comment": "Bump @lage-run/target-graph to v0.4.5",
|
|
2349
|
-
"commit": "39be59e3821fe06876e31835703c92ba17bceb96"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"author": "beachball",
|
|
2353
|
-
"package": "@lage-run/scheduler",
|
|
2354
|
-
"comment": "Bump @lage-run/cache to v0.1.24",
|
|
2355
|
-
"commit": "39be59e3821fe06876e31835703c92ba17bceb96"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"author": "beachball",
|
|
2359
|
-
"package": "@lage-run/scheduler",
|
|
2360
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.16",
|
|
2361
|
-
"commit": "39be59e3821fe06876e31835703c92ba17bceb96"
|
|
2362
|
-
}
|
|
2363
|
-
]
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"date": "Tue, 25 Oct 2022 00:06:49 GMT",
|
|
2368
|
-
"tag": "@lage-run/scheduler_v0.4.15",
|
|
2369
|
-
"version": "0.4.15",
|
|
2370
|
-
"comments": {
|
|
2371
|
-
"patch": [
|
|
2372
|
-
{
|
|
2373
|
-
"author": "beachball",
|
|
2374
|
-
"package": "@lage-run/scheduler",
|
|
2375
|
-
"comment": "Bump @lage-run/cache to v0.1.23",
|
|
2376
|
-
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"author": "beachball",
|
|
2380
|
-
"package": "@lage-run/scheduler",
|
|
2381
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.15",
|
|
2382
|
-
"commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"date": "Mon, 24 Oct 2022 21:40:05 GMT",
|
|
2389
|
-
"tag": "@lage-run/scheduler_v0.4.14",
|
|
2390
|
-
"version": "0.4.14",
|
|
2391
|
-
"comments": {
|
|
2392
|
-
"patch": [
|
|
2393
|
-
{
|
|
2394
|
-
"author": "beachball",
|
|
2395
|
-
"package": "@lage-run/scheduler",
|
|
2396
|
-
"comment": "Bump @lage-run/cache to v0.1.22",
|
|
2397
|
-
"commit": "c91040aa0f9d6e804c300e18a1b41295c242fa4e"
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"author": "beachball",
|
|
2401
|
-
"package": "@lage-run/scheduler",
|
|
2402
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.14",
|
|
2403
|
-
"commit": "c91040aa0f9d6e804c300e18a1b41295c242fa4e"
|
|
2404
|
-
}
|
|
2405
|
-
]
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"date": "Sun, 23 Oct 2022 04:31:57 GMT",
|
|
2410
|
-
"tag": "@lage-run/scheduler_v0.4.13",
|
|
2411
|
-
"version": "0.4.13",
|
|
2412
|
-
"comments": {
|
|
2413
|
-
"patch": [
|
|
2414
|
-
{
|
|
2415
|
-
"author": "ken@gizzar.com",
|
|
2416
|
-
"package": "@lage-run/scheduler",
|
|
2417
|
-
"commit": "6ad9b723b65f6ef6b45aa156eb406344de8299eb",
|
|
2418
|
-
"comment": "add shard support"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"author": "beachball",
|
|
2422
|
-
"package": "@lage-run/scheduler",
|
|
2423
|
-
"comment": "Bump @lage-run/target-graph to v0.4.4",
|
|
2424
|
-
"commit": "6ad9b723b65f6ef6b45aa156eb406344de8299eb"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"author": "beachball",
|
|
2428
|
-
"package": "@lage-run/scheduler",
|
|
2429
|
-
"comment": "Bump @lage-run/cache to v0.1.21",
|
|
2430
|
-
"commit": "6ad9b723b65f6ef6b45aa156eb406344de8299eb"
|
|
2431
|
-
},
|
|
2432
|
-
{
|
|
2433
|
-
"author": "beachball",
|
|
2434
|
-
"package": "@lage-run/scheduler",
|
|
2435
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.13",
|
|
2436
|
-
"commit": "6ad9b723b65f6ef6b45aa156eb406344de8299eb"
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"date": "Fri, 21 Oct 2022 21:36:38 GMT",
|
|
2443
|
-
"tag": "@lage-run/scheduler_v0.4.12",
|
|
2444
|
-
"version": "0.4.12",
|
|
2445
|
-
"comments": {
|
|
2446
|
-
"patch": [
|
|
2447
|
-
{
|
|
2448
|
-
"author": "ken@gizzar.com",
|
|
2449
|
-
"package": "@lage-run/scheduler",
|
|
2450
|
-
"commit": "735930e09c2fdf476c3f2c56c1c05062401097b8",
|
|
2451
|
-
"comment": "uses new AggregatePool"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"author": "beachball",
|
|
2455
|
-
"package": "@lage-run/scheduler",
|
|
2456
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.2.0",
|
|
2457
|
-
"commit": "735930e09c2fdf476c3f2c56c1c05062401097b8"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"author": "beachball",
|
|
2461
|
-
"package": "@lage-run/scheduler",
|
|
2462
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.12",
|
|
2463
|
-
"commit": "735930e09c2fdf476c3f2c56c1c05062401097b8"
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2466
|
-
}
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"date": "Fri, 21 Oct 2022 19:33:09 GMT",
|
|
2470
|
-
"tag": "@lage-run/scheduler_v0.4.11",
|
|
2471
|
-
"version": "0.4.11",
|
|
2472
|
-
"comments": {
|
|
2473
|
-
"patch": [
|
|
2474
|
-
{
|
|
2475
|
-
"author": "ken@gizzar.com",
|
|
2476
|
-
"package": "@lage-run/scheduler",
|
|
2477
|
-
"commit": "e702680c6e9fbd423e92b34d7fbb989a3c06e69c",
|
|
2478
|
-
"comment": "fixing ado logger"
|
|
2479
|
-
}
|
|
2480
|
-
]
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"date": "Thu, 20 Oct 2022 00:22:27 GMT",
|
|
2485
|
-
"tag": "@lage-run/scheduler_v0.4.10",
|
|
2486
|
-
"version": "0.4.10",
|
|
2487
|
-
"comments": {
|
|
2488
|
-
"patch": [
|
|
2489
|
-
{
|
|
2490
|
-
"author": "beachball",
|
|
2491
|
-
"package": "@lage-run/scheduler",
|
|
2492
|
-
"comment": "Bump @lage-run/target-graph to v0.4.3",
|
|
2493
|
-
"commit": "9b6f27c0d2684f5bdcba0591ca2eb323e00c5529"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"author": "beachball",
|
|
2497
|
-
"package": "@lage-run/scheduler",
|
|
2498
|
-
"comment": "Bump @lage-run/cache to v0.1.20",
|
|
2499
|
-
"commit": "9b6f27c0d2684f5bdcba0591ca2eb323e00c5529"
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"author": "beachball",
|
|
2503
|
-
"package": "@lage-run/scheduler",
|
|
2504
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.11",
|
|
2505
|
-
"commit": "9b6f27c0d2684f5bdcba0591ca2eb323e00c5529"
|
|
2506
|
-
}
|
|
2507
|
-
]
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"date": "Wed, 12 Oct 2022 21:07:14 GMT",
|
|
2512
|
-
"tag": "@lage-run/scheduler_v0.4.9",
|
|
2513
|
-
"version": "0.4.9",
|
|
2514
|
-
"comments": {
|
|
2515
|
-
"patch": [
|
|
2516
|
-
{
|
|
2517
|
-
"author": "kchau@microsoft.com",
|
|
2518
|
-
"package": "@lage-run/scheduler",
|
|
2519
|
-
"commit": "933546a2096fe5e84132293dd1524ea4beb09ee5",
|
|
2520
|
-
"comment": "uses the separate package for formatting hrtime"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"author": "beachball",
|
|
2524
|
-
"package": "@lage-run/scheduler",
|
|
2525
|
-
"comment": "Bump @lage-run/format-hrtime to v0.1.1",
|
|
2526
|
-
"commit": "933546a2096fe5e84132293dd1524ea4beb09ee5"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"author": "beachball",
|
|
2530
|
-
"package": "@lage-run/scheduler",
|
|
2531
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.10",
|
|
2532
|
-
"commit": "933546a2096fe5e84132293dd1524ea4beb09ee5"
|
|
2533
|
-
}
|
|
2534
|
-
]
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"date": "Sat, 08 Oct 2022 19:11:01 GMT",
|
|
2539
|
-
"tag": "@lage-run/scheduler_v0.4.8",
|
|
2540
|
-
"version": "0.4.8",
|
|
2541
|
-
"comments": {
|
|
2542
|
-
"patch": [
|
|
2543
|
-
{
|
|
2544
|
-
"author": "ken@gizzar.com",
|
|
2545
|
-
"package": "@lage-run/scheduler",
|
|
2546
|
-
"commit": "c1138dc23bd0312d66b425b6a6570de335cdd23c",
|
|
2547
|
-
"comment": "remove unneeded dep"
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"date": "Sat, 08 Oct 2022 18:44:41 GMT",
|
|
2554
|
-
"tag": "@lage-run/scheduler_v0.4.7",
|
|
2555
|
-
"version": "0.4.7",
|
|
2556
|
-
"comments": {
|
|
2557
|
-
"patch": [
|
|
2558
|
-
{
|
|
2559
|
-
"author": "ken@gizzar.com",
|
|
2560
|
-
"package": "@lage-run/scheduler",
|
|
2561
|
-
"commit": "a59f3117c0d7085b6eafd7eb62d7bf91bb86354e",
|
|
2562
|
-
"comment": "remove unneeded dep"
|
|
2563
|
-
}
|
|
2564
|
-
]
|
|
2565
|
-
}
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"date": "Sat, 08 Oct 2022 17:43:37 GMT",
|
|
2569
|
-
"tag": "@lage-run/scheduler_v0.4.6",
|
|
2570
|
-
"version": "0.4.6",
|
|
2571
|
-
"comments": {
|
|
2572
|
-
"patch": [
|
|
2573
|
-
{
|
|
2574
|
-
"author": "ken@gizzar.com",
|
|
2575
|
-
"package": "@lage-run/scheduler",
|
|
2576
|
-
"commit": "1d21a0e79d11f86ec888f4893091940be4f3451b",
|
|
2577
|
-
"comment": "adding a watch mode action"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"author": "beachball",
|
|
2581
|
-
"package": "@lage-run/scheduler",
|
|
2582
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.9",
|
|
2583
|
-
"commit": "1d21a0e79d11f86ec888f4893091940be4f3451b"
|
|
2584
|
-
}
|
|
2585
|
-
]
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"date": "Thu, 06 Oct 2022 16:07:29 GMT",
|
|
2590
|
-
"tag": "@lage-run/scheduler_v0.4.5",
|
|
2591
|
-
"version": "0.4.5",
|
|
2592
|
-
"comments": {
|
|
2593
|
-
"patch": [
|
|
2594
|
-
{
|
|
2595
|
-
"author": "beachball",
|
|
2596
|
-
"package": "@lage-run/scheduler",
|
|
2597
|
-
"comment": "Bump @lage-run/cache to v0.1.19",
|
|
2598
|
-
"commit": "bd449545266b4a823e6e79beb2b75103cc3b3739"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"author": "beachball",
|
|
2602
|
-
"package": "@lage-run/scheduler",
|
|
2603
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.8",
|
|
2604
|
-
"commit": "bd449545266b4a823e6e79beb2b75103cc3b3739"
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"date": "Thu, 06 Oct 2022 04:37:18 GMT",
|
|
2611
|
-
"tag": "@lage-run/scheduler_v0.4.4",
|
|
2612
|
-
"version": "0.4.4",
|
|
2613
|
-
"comments": {
|
|
2614
|
-
"patch": [
|
|
2615
|
-
{
|
|
2616
|
-
"author": "beachball",
|
|
2617
|
-
"package": "@lage-run/scheduler",
|
|
2618
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.7",
|
|
2619
|
-
"commit": "7356755d5f829c3f3eb0cb9242753d30639a9a3a"
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"author": "beachball",
|
|
2623
|
-
"package": "@lage-run/scheduler",
|
|
2624
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.7",
|
|
2625
|
-
"commit": "7356755d5f829c3f3eb0cb9242753d30639a9a3a"
|
|
2626
|
-
}
|
|
2627
|
-
]
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"date": "Wed, 05 Oct 2022 23:59:29 GMT",
|
|
2632
|
-
"tag": "@lage-run/scheduler_v0.4.3",
|
|
2633
|
-
"version": "0.4.3",
|
|
2634
|
-
"comments": {
|
|
2635
|
-
"patch": [
|
|
2636
|
-
{
|
|
2637
|
-
"author": "beachball",
|
|
2638
|
-
"package": "@lage-run/scheduler",
|
|
2639
|
-
"comment": "Bump @lage-run/cache to v0.1.18",
|
|
2640
|
-
"commit": "8e77866719951e420ec42aa283cce0114cd52684"
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"author": "beachball",
|
|
2644
|
-
"package": "@lage-run/scheduler",
|
|
2645
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.6",
|
|
2646
|
-
"commit": "8e77866719951e420ec42aa283cce0114cd52684"
|
|
2647
|
-
}
|
|
2648
|
-
]
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"date": "Wed, 05 Oct 2022 20:00:31 GMT",
|
|
2653
|
-
"tag": "@lage-run/scheduler_v0.4.2",
|
|
2654
|
-
"version": "0.4.2",
|
|
2655
|
-
"comments": {
|
|
2656
|
-
"patch": [
|
|
2657
|
-
{
|
|
2658
|
-
"author": "beachball",
|
|
2659
|
-
"package": "@lage-run/scheduler",
|
|
2660
|
-
"comment": "Bump @lage-run/cache to v0.1.17",
|
|
2661
|
-
"commit": "bf12b1a56058649ddcff473c2ffd66d46a9fa09f"
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"author": "beachball",
|
|
2665
|
-
"package": "@lage-run/scheduler",
|
|
2666
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.5",
|
|
2667
|
-
"commit": "bf12b1a56058649ddcff473c2ffd66d46a9fa09f"
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2670
|
-
}
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"date": "Tue, 04 Oct 2022 20:18:09 GMT",
|
|
2674
|
-
"tag": "@lage-run/scheduler_v0.4.1",
|
|
2675
|
-
"version": "0.4.1",
|
|
2676
|
-
"comments": {
|
|
2677
|
-
"patch": [
|
|
2678
|
-
{
|
|
2679
|
-
"author": "kchau@microsoft.com",
|
|
2680
|
-
"package": "@lage-run/scheduler",
|
|
2681
|
-
"commit": "b0ffb4f99190b790fdd62560d97c60cb155fa95a",
|
|
2682
|
-
"comment": "Adds a nicer warning message for workers that isn't compatible"
|
|
2683
|
-
}
|
|
2684
|
-
]
|
|
2685
|
-
}
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"date": "Tue, 04 Oct 2022 03:38:54 GMT",
|
|
2689
|
-
"tag": "@lage-run/scheduler_v0.4.0",
|
|
2690
|
-
"version": "0.4.0",
|
|
2691
|
-
"comments": {
|
|
2692
|
-
"minor": [
|
|
2693
|
-
{
|
|
2694
|
-
"author": "kchau@microsoft.com",
|
|
2695
|
-
"package": "@lage-run/scheduler",
|
|
2696
|
-
"commit": "34e76ae75fc56a1374115e630a7dfc81b1fa6ead",
|
|
2697
|
-
"comment": "Brand new scheduler (ported p-graph over)"
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"author": "beachball",
|
|
2701
|
-
"package": "@lage-run/scheduler",
|
|
2702
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.6",
|
|
2703
|
-
"commit": "34e76ae75fc56a1374115e630a7dfc81b1fa6ead"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"author": "beachball",
|
|
2707
|
-
"package": "@lage-run/scheduler",
|
|
2708
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.4",
|
|
2709
|
-
"commit": "34e76ae75fc56a1374115e630a7dfc81b1fa6ead"
|
|
2710
|
-
}
|
|
2711
|
-
]
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"date": "Mon, 03 Oct 2022 20:41:25 GMT",
|
|
2716
|
-
"tag": "@lage-run/scheduler_v0.3.14",
|
|
2717
|
-
"version": "0.3.14",
|
|
2718
|
-
"comments": {
|
|
2719
|
-
"patch": [
|
|
2720
|
-
{
|
|
2721
|
-
"author": "beachball",
|
|
2722
|
-
"package": "@lage-run/scheduler",
|
|
2723
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.5",
|
|
2724
|
-
"commit": "68c7fda6d0c1757b353d406b21223295c9830767"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"author": "beachball",
|
|
2728
|
-
"package": "@lage-run/scheduler",
|
|
2729
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.3",
|
|
2730
|
-
"commit": "68c7fda6d0c1757b353d406b21223295c9830767"
|
|
2731
|
-
}
|
|
2732
|
-
]
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"date": "Mon, 03 Oct 2022 19:57:28 GMT",
|
|
2737
|
-
"tag": "@lage-run/scheduler_v0.3.13",
|
|
2738
|
-
"version": "0.3.13",
|
|
2739
|
-
"comments": {
|
|
2740
|
-
"patch": [
|
|
2741
|
-
{
|
|
2742
|
-
"author": "beachball",
|
|
2743
|
-
"package": "@lage-run/scheduler",
|
|
2744
|
-
"comment": "Bump @lage-run/target-graph to v0.4.2",
|
|
2745
|
-
"commit": "be6ad1619eef73c890d72b1787a9c5bb0b4c7965"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"author": "beachball",
|
|
2749
|
-
"package": "@lage-run/scheduler",
|
|
2750
|
-
"comment": "Bump @lage-run/cache to v0.1.16",
|
|
2751
|
-
"commit": "be6ad1619eef73c890d72b1787a9c5bb0b4c7965"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"author": "beachball",
|
|
2755
|
-
"package": "@lage-run/scheduler",
|
|
2756
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.2",
|
|
2757
|
-
"commit": "be6ad1619eef73c890d72b1787a9c5bb0b4c7965"
|
|
2758
|
-
}
|
|
2759
|
-
]
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"date": "Mon, 03 Oct 2022 00:06:54 GMT",
|
|
2764
|
-
"tag": "@lage-run/scheduler_v0.3.12",
|
|
2765
|
-
"version": "0.3.12",
|
|
2766
|
-
"comments": {
|
|
2767
|
-
"patch": [
|
|
2768
|
-
{
|
|
2769
|
-
"author": "ken@gizzar.com",
|
|
2770
|
-
"package": "@lage-run/scheduler",
|
|
2771
|
-
"commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72",
|
|
2772
|
-
"comment": "factoring out scheduler types to a new package"
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"author": "beachball",
|
|
2776
|
-
"package": "@lage-run/scheduler",
|
|
2777
|
-
"comment": "Bump @lage-run/scheduler-types to v0.1.1",
|
|
2778
|
-
"commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72"
|
|
2779
|
-
}
|
|
2780
|
-
]
|
|
2781
|
-
}
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"date": "Sat, 01 Oct 2022 16:21:41 GMT",
|
|
2785
|
-
"tag": "@lage-run/scheduler_v0.3.11",
|
|
2786
|
-
"version": "0.3.11",
|
|
2787
|
-
"comments": {
|
|
2788
|
-
"patch": [
|
|
2789
|
-
{
|
|
2790
|
-
"author": "beachball",
|
|
2791
|
-
"package": "@lage-run/scheduler",
|
|
2792
|
-
"comment": "Bump @lage-run/target-graph to v0.4.1",
|
|
2793
|
-
"commit": "8f3016548ae7d9b05d0356a5a52d7602843e9ab2"
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"author": "beachball",
|
|
2797
|
-
"package": "@lage-run/scheduler",
|
|
2798
|
-
"comment": "Bump @lage-run/cache to v0.1.15",
|
|
2799
|
-
"commit": "8f3016548ae7d9b05d0356a5a52d7602843e9ab2"
|
|
2800
|
-
}
|
|
2801
|
-
]
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"date": "Sat, 01 Oct 2022 15:29:50 GMT",
|
|
2806
|
-
"tag": "@lage-run/scheduler_v0.3.10",
|
|
2807
|
-
"version": "0.3.10",
|
|
2808
|
-
"comments": {
|
|
2809
|
-
"patch": [
|
|
2810
|
-
{
|
|
2811
|
-
"author": "beachball",
|
|
2812
|
-
"package": "@lage-run/scheduler",
|
|
2813
|
-
"comment": "Bump @lage-run/target-graph to v0.4.0",
|
|
2814
|
-
"commit": "35b49b227688d2cf1e55b3c54392d6c89f462542"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"author": "beachball",
|
|
2818
|
-
"package": "@lage-run/scheduler",
|
|
2819
|
-
"comment": "Bump @lage-run/cache to v0.1.14",
|
|
2820
|
-
"commit": "35b49b227688d2cf1e55b3c54392d6c89f462542"
|
|
2821
|
-
}
|
|
2822
|
-
]
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"date": "Sat, 01 Oct 2022 06:41:42 GMT",
|
|
2827
|
-
"tag": "@lage-run/scheduler_v0.3.9",
|
|
2828
|
-
"version": "0.3.9",
|
|
2829
|
-
"comments": {
|
|
2830
|
-
"patch": [
|
|
2831
|
-
{
|
|
2832
|
-
"author": "beachball",
|
|
2833
|
-
"package": "@lage-run/scheduler",
|
|
2834
|
-
"comment": "Bump @lage-run/target-graph to v0.3.5",
|
|
2835
|
-
"commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
|
|
2836
|
-
},
|
|
2837
|
-
{
|
|
2838
|
-
"author": "beachball",
|
|
2839
|
-
"package": "@lage-run/scheduler",
|
|
2840
|
-
"comment": "Bump @lage-run/cache to v0.1.13",
|
|
2841
|
-
"commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
|
|
2842
|
-
}
|
|
2843
|
-
]
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"date": "Sat, 01 Oct 2022 05:25:29 GMT",
|
|
2848
|
-
"tag": "@lage-run/scheduler_v0.3.8",
|
|
2849
|
-
"version": "0.3.8",
|
|
2850
|
-
"comments": {
|
|
2851
|
-
"patch": [
|
|
2852
|
-
{
|
|
2853
|
-
"author": "ken@gizzar.com",
|
|
2854
|
-
"package": "@lage-run/scheduler",
|
|
2855
|
-
"commit": "e850f24b770908df902212442baa5fb8ba04cf7c",
|
|
2856
|
-
"comment": "adds a stdio capture inside workerpool"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"author": "beachball",
|
|
2860
|
-
"package": "@lage-run/scheduler",
|
|
2861
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.4",
|
|
2862
|
-
"commit": "e850f24b770908df902212442baa5fb8ba04cf7c"
|
|
2863
|
-
}
|
|
2864
|
-
]
|
|
2865
|
-
}
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"date": "Fri, 30 Sep 2022 23:00:17 GMT",
|
|
2869
|
-
"tag": "@lage-run/scheduler_v0.3.7",
|
|
2870
|
-
"version": "0.3.7",
|
|
2871
|
-
"comments": {
|
|
2872
|
-
"patch": [
|
|
2873
|
-
{
|
|
2874
|
-
"author": "kchau@microsoft.com",
|
|
2875
|
-
"package": "@lage-run/scheduler",
|
|
2876
|
-
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07",
|
|
2877
|
-
"comment": "get rid of \"node:\""
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"author": "beachball",
|
|
2881
|
-
"package": "@lage-run/scheduler",
|
|
2882
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.3",
|
|
2883
|
-
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07"
|
|
2884
|
-
}
|
|
2885
|
-
]
|
|
2886
|
-
}
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"date": "Thu, 29 Sep 2022 21:54:45 GMT",
|
|
2890
|
-
"tag": "@lage-run/scheduler_v0.3.6",
|
|
2891
|
-
"version": "0.3.6",
|
|
2892
|
-
"comments": {
|
|
2893
|
-
"patch": [
|
|
2894
|
-
{
|
|
2895
|
-
"author": "email not defined",
|
|
2896
|
-
"package": "@lage-run/scheduler",
|
|
2897
|
-
"commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6",
|
|
2898
|
-
"comment": "Update dependency workspace-tools to ^0.28.0"
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
"author": "beachball",
|
|
2902
|
-
"package": "@lage-run/scheduler",
|
|
2903
|
-
"comment": "Bump @lage-run/target-graph to v0.3.4",
|
|
2904
|
-
"commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"author": "beachball",
|
|
2908
|
-
"package": "@lage-run/scheduler",
|
|
2909
|
-
"comment": "Bump @lage-run/cache to v0.1.12",
|
|
2910
|
-
"commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
|
|
2911
|
-
}
|
|
2912
|
-
]
|
|
2913
|
-
}
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"date": "Tue, 20 Sep 2022 02:32:14 GMT",
|
|
2917
|
-
"tag": "@lage-run/scheduler_v0.3.5",
|
|
2918
|
-
"version": "0.3.5",
|
|
2919
|
-
"comments": {
|
|
2920
|
-
"none": [
|
|
2921
|
-
{
|
|
2922
|
-
"author": "elcraig@microsoft.com",
|
|
2923
|
-
"package": "@lage-run/scheduler",
|
|
2924
|
-
"commit": "8193ad27df772d312844bfc4cc3ea43297e18098",
|
|
2925
|
-
"comment": "Hoist widely-used devDependencies to the repo root"
|
|
2926
|
-
}
|
|
2927
|
-
]
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"date": "Mon, 19 Sep 2022 05:03:56 GMT",
|
|
2932
|
-
"tag": "@lage-run/scheduler_v0.3.5",
|
|
2933
|
-
"version": "0.3.5",
|
|
2934
|
-
"comments": {
|
|
2935
|
-
"patch": [
|
|
2936
|
-
{
|
|
2937
|
-
"author": "beachball",
|
|
2938
|
-
"package": "@lage-run/scheduler",
|
|
2939
|
-
"comment": "Bump @lage-run/target-graph to v0.3.3",
|
|
2940
|
-
"commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"author": "beachball",
|
|
2944
|
-
"package": "@lage-run/scheduler",
|
|
2945
|
-
"comment": "Bump @lage-run/cache to v0.1.11",
|
|
2946
|
-
"commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
|
|
2947
|
-
}
|
|
2948
|
-
]
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"date": "Sat, 17 Sep 2022 20:20:49 GMT",
|
|
2953
|
-
"tag": "@lage-run/scheduler_v0.3.4",
|
|
2954
|
-
"version": "0.3.4",
|
|
2955
|
-
"comments": {
|
|
2956
|
-
"patch": [
|
|
2957
|
-
{
|
|
2958
|
-
"author": "ken@gizzar.com",
|
|
2959
|
-
"package": "@lage-run/scheduler",
|
|
2960
|
-
"commit": "425dc73ad81ce184a80ec2efcc10aecb0c569b40",
|
|
2961
|
-
"comment": "Fixing logging in workerpools to not be out of order"
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"author": "beachball",
|
|
2965
|
-
"package": "@lage-run/scheduler",
|
|
2966
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.2",
|
|
2967
|
-
"commit": "425dc73ad81ce184a80ec2efcc10aecb0c569b40"
|
|
2968
|
-
}
|
|
2969
|
-
]
|
|
2970
|
-
}
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"date": "Sat, 17 Sep 2022 01:09:34 GMT",
|
|
2974
|
-
"tag": "@lage-run/scheduler_v0.3.3",
|
|
2975
|
-
"version": "0.3.3",
|
|
2976
|
-
"comments": {
|
|
2977
|
-
"patch": [
|
|
2978
|
-
{
|
|
2979
|
-
"author": "email not defined",
|
|
2980
|
-
"package": "@lage-run/scheduler",
|
|
2981
|
-
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61",
|
|
2982
|
-
"comment": "Update dependency workspace-tools to ^0.27.0"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"author": "beachball",
|
|
2986
|
-
"package": "@lage-run/scheduler",
|
|
2987
|
-
"comment": "Bump @lage-run/target-graph to v0.3.2",
|
|
2988
|
-
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"author": "beachball",
|
|
2992
|
-
"package": "@lage-run/scheduler",
|
|
2993
|
-
"comment": "Bump @lage-run/cache to v0.1.10",
|
|
2994
|
-
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61"
|
|
2995
|
-
}
|
|
2996
|
-
]
|
|
2997
|
-
}
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"date": "Fri, 16 Sep 2022 20:06:10 GMT",
|
|
3001
|
-
"tag": "@lage-run/scheduler_v0.3.2",
|
|
3002
|
-
"version": "0.3.2",
|
|
3003
|
-
"comments": {
|
|
3004
|
-
"none": [
|
|
3005
|
-
{
|
|
3006
|
-
"author": "email not defined",
|
|
3007
|
-
"package": "@lage-run/scheduler",
|
|
3008
|
-
"commit": "4cc6afee8a8b0eeabd5e36f764615860baca6de4",
|
|
3009
|
-
"comment": "Update devDependency @types/node to v14.18.29"
|
|
3010
|
-
}
|
|
3011
|
-
]
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"date": "Fri, 16 Sep 2022 03:59:54 GMT",
|
|
3016
|
-
"tag": "@lage-run/scheduler_v0.3.2",
|
|
3017
|
-
"version": "0.3.2",
|
|
3018
|
-
"comments": {
|
|
3019
|
-
"none": [
|
|
3020
|
-
{
|
|
3021
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
3022
|
-
"package": "@lage-run/scheduler",
|
|
3023
|
-
"commit": "feb30c988cd07f121e217f9825758af844b18b77",
|
|
3024
|
-
"comment": "Update jest monorepo to v29"
|
|
3025
|
-
}
|
|
3026
|
-
]
|
|
3027
|
-
}
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"date": "Fri, 16 Sep 2022 01:59:38 GMT",
|
|
3031
|
-
"tag": "@lage-run/scheduler_v0.3.2",
|
|
3032
|
-
"version": "0.3.2",
|
|
3033
|
-
"comments": {
|
|
3034
|
-
"none": [
|
|
3035
|
-
{
|
|
3036
|
-
"author": "email not defined",
|
|
3037
|
-
"package": "@lage-run/scheduler",
|
|
3038
|
-
"commit": "7bb3cfa39ca17144915a94233b46ba67e284788f",
|
|
3039
|
-
"comment": "Pin devDependencies"
|
|
3040
|
-
}
|
|
3041
|
-
]
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"date": "Fri, 16 Sep 2022 01:32:24 GMT",
|
|
3046
|
-
"tag": "@lage-run/scheduler_v0.3.2",
|
|
3047
|
-
"version": "0.3.2",
|
|
3048
|
-
"comments": {
|
|
3049
|
-
"patch": [
|
|
3050
|
-
{
|
|
3051
|
-
"author": "beachball",
|
|
3052
|
-
"package": "@lage-run/scheduler",
|
|
3053
|
-
"comment": "Bump @lage-run/cache to v0.1.9",
|
|
3054
|
-
"commit": "b509683b29885c254d2ffa3c18d60cba20371f90"
|
|
3055
|
-
}
|
|
3056
|
-
]
|
|
3057
|
-
}
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
"date": "Tue, 06 Sep 2022 20:10:16 GMT",
|
|
3061
|
-
"tag": "@lage-run/scheduler_v0.3.1",
|
|
3062
|
-
"version": "0.3.1",
|
|
3063
|
-
"comments": {
|
|
3064
|
-
"patch": [
|
|
3065
|
-
{
|
|
3066
|
-
"author": "beachball",
|
|
3067
|
-
"package": "@lage-run/scheduler",
|
|
3068
|
-
"comment": "Bump @lage-run/target-graph to v0.3.1",
|
|
3069
|
-
"commit": "f349df7d144cbe2a575c6dc7cc34fd30c1ccf035"
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"author": "beachball",
|
|
3073
|
-
"package": "@lage-run/scheduler",
|
|
3074
|
-
"comment": "Bump @lage-run/cache to v0.1.8",
|
|
3075
|
-
"commit": "f349df7d144cbe2a575c6dc7cc34fd30c1ccf035"
|
|
3076
|
-
}
|
|
3077
|
-
]
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"date": "Sun, 04 Sep 2022 23:00:20 GMT",
|
|
3082
|
-
"tag": "@lage-run/scheduler_v0.3.0",
|
|
3083
|
-
"version": "0.3.0",
|
|
3084
|
-
"comments": {
|
|
3085
|
-
"minor": [
|
|
3086
|
-
{
|
|
3087
|
-
"author": "ken@gizzar.com",
|
|
3088
|
-
"package": "@lage-run/scheduler",
|
|
3089
|
-
"commit": "21bc0d3c799d654d236aa994e8e98ac5c250567c",
|
|
3090
|
-
"comment": "Supports worker as a new target type"
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"author": "beachball",
|
|
3094
|
-
"package": "@lage-run/scheduler",
|
|
3095
|
-
"comment": "Bump @lage-run/target-graph to v0.3.0",
|
|
3096
|
-
"commit": "21bc0d3c799d654d236aa994e8e98ac5c250567c"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"author": "beachball",
|
|
3100
|
-
"package": "@lage-run/scheduler",
|
|
3101
|
-
"comment": "Bump @lage-run/logger to v1.2.0",
|
|
3102
|
-
"commit": "21bc0d3c799d654d236aa994e8e98ac5c250567c"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"author": "beachball",
|
|
3106
|
-
"package": "@lage-run/scheduler",
|
|
3107
|
-
"comment": "Bump @lage-run/cache to v0.1.7",
|
|
3108
|
-
"commit": "21bc0d3c799d654d236aa994e8e98ac5c250567c"
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"author": "beachball",
|
|
3112
|
-
"package": "@lage-run/scheduler",
|
|
3113
|
-
"comment": "Bump @lage-run/worker-threads-pool to v0.1.1",
|
|
3114
|
-
"commit": "21bc0d3c799d654d236aa994e8e98ac5c250567c"
|
|
3115
|
-
}
|
|
3116
|
-
]
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"date": "Fri, 26 Aug 2022 06:34:51 GMT",
|
|
3121
|
-
"tag": "@lage-run/scheduler_v0.2.0",
|
|
3122
|
-
"version": "0.2.0",
|
|
3123
|
-
"comments": {
|
|
3124
|
-
"minor": [
|
|
3125
|
-
{
|
|
3126
|
-
"author": "ken@gizzar.com",
|
|
3127
|
-
"package": "@lage-run/scheduler",
|
|
3128
|
-
"commit": "8b797903e36d31d9fbd4cc813166073e05872fd6",
|
|
3129
|
-
"comment": "caches the console output"
|
|
3130
|
-
}
|
|
3131
|
-
]
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"date": "Wed, 24 Aug 2022 22:26:03 GMT",
|
|
3136
|
-
"tag": "@lage-run/scheduler_v0.1.7",
|
|
3137
|
-
"version": "0.1.7",
|
|
3138
|
-
"comments": {
|
|
3139
|
-
"patch": [
|
|
3140
|
-
{
|
|
3141
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
3142
|
-
"package": "@lage-run/scheduler",
|
|
3143
|
-
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09",
|
|
3144
|
-
"comment": "Update dependency @types/node to v14.18.26"
|
|
3145
|
-
},
|
|
3146
|
-
{
|
|
3147
|
-
"author": "beachball",
|
|
3148
|
-
"package": "@lage-run/scheduler",
|
|
3149
|
-
"comment": "Bump @lage-run/target-graph to v0.2.2",
|
|
3150
|
-
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"author": "beachball",
|
|
3154
|
-
"package": "@lage-run/scheduler",
|
|
3155
|
-
"comment": "Bump @lage-run/logger to v1.1.3",
|
|
3156
|
-
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"author": "beachball",
|
|
3160
|
-
"package": "@lage-run/scheduler",
|
|
3161
|
-
"comment": "Bump @lage-run/cache to v0.1.6",
|
|
3162
|
-
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
3163
|
-
}
|
|
3164
|
-
]
|
|
3165
|
-
}
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"date": "Wed, 24 Aug 2022 16:23:48 GMT",
|
|
3169
|
-
"tag": "@lage-run/scheduler_v0.1.6",
|
|
3170
|
-
"version": "0.1.6",
|
|
3171
|
-
"comments": {
|
|
3172
|
-
"patch": [
|
|
3173
|
-
{
|
|
3174
|
-
"author": "beachball",
|
|
3175
|
-
"package": "@lage-run/scheduler",
|
|
3176
|
-
"comment": "Bump @lage-run/cache to v0.1.5",
|
|
3177
|
-
"commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601"
|
|
3178
|
-
}
|
|
3179
|
-
]
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"date": "Wed, 24 Aug 2022 15:22:38 GMT",
|
|
3184
|
-
"tag": "@lage-run/scheduler_v0.1.5",
|
|
3185
|
-
"version": "0.1.5",
|
|
3186
|
-
"comments": {
|
|
3187
|
-
"patch": [
|
|
3188
|
-
{
|
|
3189
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
3190
|
-
"package": "@lage-run/scheduler",
|
|
3191
|
-
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85",
|
|
3192
|
-
"comment": "Update dependency workspace-tools to ^0.26.0"
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"author": "beachball",
|
|
3196
|
-
"package": "@lage-run/scheduler",
|
|
3197
|
-
"comment": "Bump @lage-run/target-graph to v0.2.1",
|
|
3198
|
-
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"author": "beachball",
|
|
3202
|
-
"package": "@lage-run/scheduler",
|
|
3203
|
-
"comment": "Bump @lage-run/cache to v0.1.4",
|
|
3204
|
-
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
3205
|
-
}
|
|
3206
|
-
]
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"date": "Tue, 23 Aug 2022 21:26:23 GMT",
|
|
3211
|
-
"tag": "@lage-run/scheduler_v0.1.4",
|
|
3212
|
-
"version": "0.1.4",
|
|
3213
|
-
"comments": {
|
|
3214
|
-
"patch": [
|
|
3215
|
-
{
|
|
3216
|
-
"author": "kchau@microsoft.com",
|
|
3217
|
-
"package": "@lage-run/scheduler",
|
|
3218
|
-
"commit": "703195918ffa167fb2dba2ab5e469cae0122134f",
|
|
3219
|
-
"comment": "removed the rename of TargetRun"
|
|
3220
|
-
}
|
|
3221
|
-
]
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"date": "Tue, 23 Aug 2022 07:53:50 GMT",
|
|
3226
|
-
"tag": "@lage-run/scheduler_v0.1.3",
|
|
3227
|
-
"version": "0.1.3",
|
|
3228
|
-
"comments": {
|
|
3229
|
-
"patch": [
|
|
3230
|
-
{
|
|
3231
|
-
"author": "ken@gizzar.com",
|
|
3232
|
-
"package": "@lage-run/scheduler",
|
|
3233
|
-
"commit": "8fb3883281416a778e6528038a6b1d63749ae2dd",
|
|
3234
|
-
"comment": "skip hidden target (start) from summary; fixes up the exit result handling"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"author": "beachball",
|
|
3238
|
-
"package": "@lage-run/scheduler",
|
|
3239
|
-
"comment": "Bump @lage-run/logger to v1.1.2",
|
|
3240
|
-
"commit": "8fb3883281416a778e6528038a6b1d63749ae2dd"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"author": "beachball",
|
|
3244
|
-
"package": "@lage-run/scheduler",
|
|
3245
|
-
"comment": "Bump @lage-run/cache to v0.1.3",
|
|
3246
|
-
"commit": "8fb3883281416a778e6528038a6b1d63749ae2dd"
|
|
3247
|
-
}
|
|
3248
|
-
]
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"date": "Thu, 11 Aug 2022 23:52:59 GMT",
|
|
3253
|
-
"tag": "@lage-run/scheduler_v0.1.2",
|
|
3254
|
-
"version": "0.1.2",
|
|
3255
|
-
"comments": {
|
|
3256
|
-
"patch": [
|
|
3257
|
-
{
|
|
3258
|
-
"author": "kchau@microsoft.com",
|
|
3259
|
-
"package": "@lage-run/scheduler",
|
|
3260
|
-
"commit": "e7170c999eb659b1b167aa54380d3804ea366017",
|
|
3261
|
-
"comment": "updates the summary output of scheduler run for reports"
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"author": "beachball",
|
|
3265
|
-
"package": "@lage-run/scheduler",
|
|
3266
|
-
"comment": "Bump @lage-run/logger to v1.1.1",
|
|
3267
|
-
"commit": "e7170c999eb659b1b167aa54380d3804ea366017"
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"author": "beachball",
|
|
3271
|
-
"package": "@lage-run/scheduler",
|
|
3272
|
-
"comment": "Bump @lage-run/cache to v0.1.2",
|
|
3273
|
-
"commit": "e7170c999eb659b1b167aa54380d3804ea366017"
|
|
3274
|
-
}
|
|
3275
|
-
]
|
|
3276
|
-
}
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"date": "Tue, 09 Aug 2022 21:16:28 GMT",
|
|
3280
|
-
"tag": "@lage-run/scheduler_v0.1.1",
|
|
3281
|
-
"version": "0.1.1",
|
|
3282
|
-
"comments": {
|
|
3283
|
-
"patch": [
|
|
3284
|
-
{
|
|
3285
|
-
"author": "ken@gizzar.com",
|
|
3286
|
-
"package": "@lage-run/scheduler",
|
|
3287
|
-
"commit": "6dc38b30d19b0cba7e2609d3681e4e55c4fd6238",
|
|
3288
|
-
"comment": "brand new package to do scheduling of work"
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"author": "beachball",
|
|
3292
|
-
"package": "@lage-run/scheduler",
|
|
3293
|
-
"comment": "Bump @lage-run/target-graph to v0.2.0",
|
|
3294
|
-
"commit": "6dc38b30d19b0cba7e2609d3681e4e55c4fd6238"
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"author": "beachball",
|
|
3298
|
-
"package": "@lage-run/scheduler",
|
|
3299
|
-
"comment": "Bump @lage-run/cache to v0.1.1",
|
|
3300
|
-
"commit": "6dc38b30d19b0cba7e2609d3681e4e55c4fd6238"
|
|
3301
|
-
}
|
|
3302
|
-
]
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3305
|
-
]
|
|
3306
|
-
}
|