forked from u-ktdi/symbol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pather.email
403 lines (285 loc) · 16 KB
/
er.email
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
[33mcommit 52f5546ff0ce4b3aeb5f1f05ffecd006b4d512ac[m[33m ([m[1;36mHEAD -> [m[1;32mmake_models[m[33m, [m[1;31morigin/make_models[m[33m)[m
Author: u-ktdi <[email protected]>
Date: Thu Oct 17 13:46:24 2024 +0900
conduct .sh and repaire typeformat.py
[33mcommit 32b91019799e0ac322d9604ad29c1797868e40f3[m[33m ([m[1;31morigin/dev[m[33m, [m[1;31morigin/HEAD[m[33m, [m[1;31morigin/C++SDK[m[33m, [m[1;32mdev[m[33m, [m[1;32mC++SDK[m[33m)[m
Author: Wayonb <[email protected]>
Date: Mon Sep 30 21:52:26 2024 -0400
[jenkins] fix: mongo-cxx-driver libraries name change on Windows
problem: starting with mongocxx r3.10.0, MSVC toolchain on Windows generates different library names
solution: disable this feature by setting ENABLE_ABI_TAG_IN_LIBRARY_FILENAMES=OFF
[33mcommit 5e1c41b4f81c532c33f9c94edf10f836b9eb52c3[m
Author: Wayonb <[email protected]>
Date: Mon Sep 30 18:31:09 2024 -0400
[jenkins] fix: rocksdb build fails with gcc 12.3
problem: rocksdb fails to build with gcc 12.3 due to a array-bounds error
solution: disable the warning for gcc 12
[33mcommit fe28b92c8c8cb860b0fe3fd074bd38707c83ff0d[m
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 30 18:07:07 2024 -0400
[dependency]: Combine dependabot PRs
* [dependency]: Bump pylint
Bumps the linter-python-dependencies group in /linters/python with 1 update: [pylint](https://github.com/pylint-dev/pylint).
Updates `pylint` from 3.2.7 to 3.3.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: linter-python-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [sdk/python]: disable positional arguments
* [sdk/python]: disable invalid name
* [dependency]: Bump aiohttp
Bumps the sdk-python-dependencies group in /sdk/python with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
Updates `aiohttp` from 3.10.5 to 3.10.8
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.5...v3.10.8)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sdk-python-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump eslint-plugin-jsdoc
Bumps the rest-dependencies group in /client/rest with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: rest-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump the sdk-javascript-dependencies group
Bumps the sdk-javascript-dependencies group in /sdk/javascript with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [webpack](https://github.com/webpack/webpack).
Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.0)
Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sdk-javascript-dependencies
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sdk-javascript-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump aiohttp
Bumps the sdk-python-dependencies group in /sdk/python with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
Updates `aiohttp` from 3.10.5 to 3.10.8
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.5...v3.10.8)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sdk-python-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump the sdk-javascript-dependencies group
Bumps the sdk-javascript-dependencies group in /sdk/javascript with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [webpack](https://github.com/webpack/webpack).
Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.0)
Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sdk-javascript-dependencies
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sdk-javascript-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump eslint-plugin-jsdoc
Bumps the rest-dependencies group in /client/rest with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: rest-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [linters]: bump pylint
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wayonb <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[33mcommit 93282084a98a31d3dba25db181ff97bb5b98d07e[m
Author: Wayonb <[email protected]>
Date: Sun Sep 29 21:52:03 2024 -0400
[catapult/client] fix: Fedora Conan build failing
problem: CI build for Fedora Conan image fails due to incorrect command
solution: update the Conan build stage to support Fedora
[33mcommit 1415770e6eac447fe280628dc52f3df79ecf4ed0[m
Author: Wayonb <[email protected]>
Date: Sun Sep 29 21:42:38 2024 -0400
[jenkins] fix: groovy failing linting with latest groovy lint
problem: npm-groovy-lint 15.0.1 and greater fails to lint Jenkins groovy files
solution: stay with [email protected] until the issue is fixed.
[33mcommit f8ab7c8dbaf134ca8a49b35db17b7f2dacd00769[m
Author: symbol-github-bot[bot] <96548077+symbol-github-bot[bot]@users.noreply.github.com>
Date: Tue Sep 24 10:49:23 2024 -0400
[client/catapult] fix: update catapult dependency
mongo-c-driver 1.27.5 -> 1.28.0
rocksdb 9.4.0 -> 9.6.1
openssl 3.3.1 -> 3.3.2
---------
Co-authored-by: symbol-bot <[email protected]>
Co-authored-by: wayonb <[email protected]>
[33mcommit d6e12c223bb8d03d7a9dae09258f76b5550652d9[m
Author: Wayonb <[email protected]>
Date: Mon Sep 23 15:24:58 2024 -0400
[jenkins] fix: create jenkins c++ versioned caching
problem: ABI for compilers is forward compatibility
solution: move compiler caching into a versioned folder
[33mcommit 611f7ce39e2452af4e3f9caf1dd1f51ce23a006c[m
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 23 14:09:39 2024 +0000
[dependency]: Combine dependabot PRs
* [dependency]: Bump eslint-plugin-jsdoc
Bumps the sdk-javascript-dependencies group in /sdk/javascript with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `eslint-plugin-jsdoc` from 50.2.3 to 50.2.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.2.4)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sdk-javascript-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump eslint-plugin-jsdoc
Bumps the rest-dependencies group in /client/rest with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `eslint-plugin-jsdoc` from 50.2.3 to 50.2.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.2.4)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: rest-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump websockets
Bumps the sdk-python-dependencies group in /sdk/python with 1 update: [websockets](https://github.com/python-websockets/websockets).
Updates `websockets` from 13.0.1 to 13.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](https://github.com/python-websockets/websockets/compare/13.0.1...13.1)
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sdk-python-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[33mcommit 28778b1110f0b0e8903902366e75717c30b73378[m
Author: Wayonb <[email protected]>
Date: Mon Sep 23 09:38:26 2024 -0400
[jenkins] fix: remove invalid chars
problem: Javascript docker build fails on Windows
solution: remove invalid chars
[33mcommit 0a31d132c01d77647d922503d683a4360c98ab4f[m
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 16 14:15:08 2024 -0400
[dependency]: Combine dependabot PRs
* [dependency]: Bump the rest-dependencies group
Bumps the rest-dependencies group in /client/rest with 2 updates: [mongodb](https://github.com/mongodb/node-mongodb-native) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `mongodb` from 6.8.1 to 6.9.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v6.8.1...v6.9.0)
Updates `eslint-plugin-jsdoc` from 50.2.2 to 50.2.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.2...v50.2.3)
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: rest-dependencies
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: rest-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump sinon from 18.0.0 to 19.0.2 in /client/rest
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v18.0.0...v19.0.2)
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* [dependency]: Bump the sdk-javascript-dependencies group
Bumps the sdk-javascript-dependencies group in /sdk/javascript with 4 updates: [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/microsoft/TypeScript).
Updates `@types/mocha` from 10.0.7 to 10.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
Updates `eslint-plugin-jsdoc` from 50.2.2 to 50.2.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.2...v50.2.3)
Updates `typedoc` from 0.26.6 to 0.26.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.6...v0.26.7)
Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
---
updated-dependencies:
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sdk-javascript-dependencies
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-typ