-
Notifications
You must be signed in to change notification settings - Fork 5
/
mock-graph-data-for-gi-assets-xlab.json
3770 lines (3770 loc) · 212 KB
/
mock-graph-data-for-gi-assets-xlab.json
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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"nodes": [
{
"id": "329882577",
"label": "github_repo",
"nodeType": "github_repo",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_repo",
"GI_TYPE": "github_repo",
"name": "X-lab2017/open-digger",
"created_at": "2020-08-18T11:03:58.000Z",
"__updated_at": "2023-06-28T04:33:24.000Z",
"id": 288431943
}
},
{
"id": "756754491",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1274,
"__updated_at": "2023-06-13T04:06:01.000Z",
"id": "288431943_1274",
"body": "### Description\n\nWhy is the sample data garbled after import?\r\n![c1b7fed5939ef3e6ff1f7472de837d3](https://user-images.githubusercontent.com/117413703/235302129-0694adfa-f70a-4af6-83d1-95168c665982.jpg)\r\n",
"title": "[sample_data]open-digger/sample_data/README.md"
}
},
{
"id": "136576038",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-27T12:39:35.000Z",
"id": 37795442,
"login": "xgdyp"
}
},
{
"id": "681192488",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-21T10:39:53.000Z",
"id": 117413703,
"login": "jhzhou002"
}
},
{
"id": "756481148",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 1,
"deletions": 2,
"changed_files": 1,
"base_ref": "master",
"body": "fixes #1272 \r\n\r\n",
"title": "docs: fix typo of `user login`",
"number": 1273,
"head_ref": "fix-typo",
"__updated_at": "2023-05-04T00:05:02.000Z",
"head_name": "tc2000731/open-digger",
"commits": 1,
"id": "288431943_1273",
"head_id": 633899379
}
},
{
"id": "153575704",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-10T06:41:17.000Z",
"id": 41788669,
"login": "tc2000731"
}
},
{
"id": "756459559",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1272,
"__updated_at": "2023-05-04T00:05:03.000Z",
"id": "288431943_1272",
"title": "[Docs] Typo at `open-digger/README.md`",
"body": "### Description\n\nhttps://github.com/X-lab2017/open-digger/blob/b35b78d030ebb644a4029b95fc4e96fd3a7b1b33/README.md?plain=1#L9\r\n\r\nAccording to comment _originally posted by @xgdyp in https://github.com/X-lab2017/open-digger/issues/1256#issuecomment-1510182393_. I suppose I can fix this typo by making changes as below.\r\n\r\n```diff\r\n- ... or user `login` to get your data. \r\n+ ... or `user login` to get your data. \r\n```\r\n\r\n"
}
},
{
"id": "755995075",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1271,
"__updated_at": "2023-05-05T13:47:23.000Z",
"id": "288431943_1271",
"title": "[Cron] Need activity data for some projects",
"body": "### Description\n\nThese are the projects for which I need to request data: \r\n1、[neo](https://github.com/neo-project/neo)\r\n2、[FISCO-BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)\r\n3、[cita](https://github.com/citahub/cita)\r\n4、[bcos](https://github.com/bcosorg/bcos)\r\n5、[chain33](https://github.com/33cn/chain33)\r\n6、[confulx](https://github.com/Conflux-Chain/conflux-rust)\r\n7、[chainsql](https://github.com/ChainSQL/chainsqld)\r\n8、[irita](https://github.com/bianjieai/irita)\r\n9、[ELA](https://github.com/elastos/Elastos.ELA)\r\n10、[wutongchain](https://github.com/tjfoc/wutongchain)\r\n11、[intchain](https://github.com/intfoundation/intchain)\r\n\r\n12、[ethereum](https://github.com/ethereum/go-ethereum)\r\n13、[fabric](https://github.com/hyperledger/fabric)\r\n14、[eos](https://github.com/EOSIO/eos)\r\n15、[quorum](https://github.com/ConsenSys/quorum)\r\n16、[corda](https://github.com/corda/corda)\r\n17、[java-tron](https://github.com/tronprotocol/java-tron)\r\n18、[sia](https://github.com/NebulousLabs/Sia)\r\n19、[bsc](https://github.com/bnb-chain/bsc)\r\n20、[avalanchego](https://github.com/ava-labs/avalanchego)\r\n21、[nearcore](https://github.com/near/nearcore)\r\n22、[bitshares](https://github.com/bitshares/bitshares-core)\r\n23、[go-algorand](https://github.com/algorand/go-algorand)\r\n24、[tendermint](https://github.com/tendermint/tendermint)\n\n### Cron Expression\n\nmonth and year"
}
},
{
"id": "4727319",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T02:52:10.000Z",
"id": 8512426,
"login": "frank-zsy"
}
},
{
"id": "231971000",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-15T16:30:33.000Z",
"id": 38045183,
"login": "essldd"
}
},
{
"id": "755950141",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 109,
"deletions": 38,
"changed_files": 13,
"base_ref": "master",
"title": "data:add country tags to the company",
"body": "There are 137 companies in this [dir](https://github.com/X-lab2017/open-digger/tree/master/labeled_data/companies).\r\n\r\nI have added country information to these companies by querying Wikipedia or the company website.\r\n\r\nThis data may support the [big screen](https://github.com/X-lab2017/open-wonderland/issues/244).@zhicheng-ning \r\n\r\nI have changed \"America\" to \"United_States\". Because in most map APIs America is named as the United States such as \r\nBing map. So I think this can facilitate map visualization work. The first letter of each word in a country also needs to be capitalized.\r\n\r\n",
"number": 1267,
"head_ref": "add_company_geo",
"__updated_at": "2023-04-27T13:09:24.000Z",
"head_name": "PureNatural/open-digger",
"commits": 3,
"id": "288431943_1267",
"head_id": 521094222
}
},
{
"id": "755786503",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1270,
"__updated_at": "2023-05-30T04:44:07.000Z",
"id": "288431943_1270",
"title": "[Feature] I would like to have an API that gets all the repos that can query metrics, for a login.",
"body": "### Description\n\nhttps://github.com/X-lab2017/od-api/issues/39"
}
},
{
"id": "64770947",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-27T06:47:09.000Z",
"id": 23376142,
"login": "stevending1st"
}
},
{
"id": "755774709",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1269,
"__updated_at": "2023-05-30T04:44:07.000Z",
"id": "288431943_1269",
"title": "[suggestion] When a repo belongs to a Chinese or a Chinese organization, the repo should have a Chinese label; Other similarities.",
"body": "### Description\n\nThis can be done by the program, reducing some manual workload."
}
},
{
"id": "330507033",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T04:00:02.000Z",
"id": 69946302,
"login": "open-digger-bot[bot]"
}
},
{
"id": "755509131",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1268,
"__updated_at": "2023-05-25T03:05:03.000Z",
"id": "288431943_1268",
"title": "[Feature] CommitCommentEvent records in opensource.gh_events may need a commit sha to retrieve the parent nodes",
"body": "### Description\n\nCommitCommentEvent records in opensource.gh_events has related columns:\r\n\r\n|id| type| action| actor_id| actor_login| repo_id| repo_name| org_id| org_login| created_at| ...| body|...| commit_comment_id| commit_comment_author_id| commit_comment_author_login| commit_comment_author_type| commit_comment_author_association| commit_comment_path| commit_comment_position| commit_comment_line| commit_comment_created_at| commit_comment_updated_at|\r\n|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\r\n|28197255023|CommitCommentEvent|added|87379|lucabelluccini|507775|elastic/elasticsearch|6764390|elastic|2023-04-04 14:53:23|...|Hello @abdonpijpelink and @ramdaspotale \\n\\nI have few comments.\\n\\nThe changes added here are incorrect.\\nThey lead to malfunctioning Stack Monitoring data or to be completely ignored.\\n\\n1) The new index templates DO NOT MERGE together. [Index Templates doc](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html).\\nIf you set the index template as in the docs, the default `.monitoring-*` Index Templates will be ignored, leading to indices with no mappings.\\nCustomizing the index template for `.monitoring` indices is not possible until https://github.com/elastic/elasticsearch/issues/84149 is solved.\\n\\n2) The built in index templates are installed by Elasticsearch itself, they do not rely on Metricbeat.\\n|...|107503652|87379|lucabelluccini|User|CONTRIBUTOR|\"\"|\"\"|\"\"|2023-04-04 14:53:23|2023-04-04 14:53:23|\r\n|28197602033|CommitCommentEvent|added|9715543|abdonpijpelink|507775|elastic/elasticsearch|6764390|elastic|2023-04-04 15:04:47|...|Thanks @lucabelluccini . I will revert this change.|...|107505561|9715543|abdonpijpelink|User|CONTRIBUTOR|\"\"|\"\"|\"\"|2023-04-04 15:04:47|2023-04-04 15:04:47|\r\n\r\nThe commit_comment_id 107503652 relates to https://github.com/elastic/elasticsearch/commit/8218c473d3eb9fdbc0ec2b16eddb49eaab2590ae#commitcomment-107503652 .\r\nThere are 2 comments on commit 8218c47. However, without commit sha 8218c47 or 8218c473d3eb9fdbc0ec2b16eddb49eaab2590ae,it is really hard to **Retrieve** the parent node or **Concatenate Web Page Address** with commit_comment_id 107503652.\r\nI'd like to know if there is a way to get commit sha like 8218c473d3eb9fdbc0ec2b16eddb49eaab2590ae for each commit comment?\r\n\r\n**Annotations**\r\n---\r\n**Case SQL**: SELECT * FROM opensource.gh_events WHERE created_at between '2023-04-01 00:00:00' and '2023-04-10 00:00:00' and repo_name='elastic/elasticsearch' and type='CommitCommentEvent' limit 2;\r\n\r\n**Retrieve**: \r\nParent node id as P, This node id as T, Child node id as C\r\n- 'PullRequestEvent' related columns: issue_id (P), pull_merge_commit_sha (T), ...\r\n- 'PullRequestReviewEvent': pull_merge_commit_sha (P), pull_review_id (T), ...\r\n- 'PullRequestReviewCommentEvent': pull_review_id (P), pull_review_comment_id (T), ...\r\n\r\nThe relations between 'PullRequestEvent', 'PullRequestReviewEvent' are linked by pull_merge_commit_sha, and the relations between 'PullRequestReviewEvent', 'PullRequestReviewCommentEvent' are linked by pull_review_id. Hence there exists an event dependency based retrieval path among them.\r\n\r\n**Concatenate Web Page Address**: \r\nschema pattern + arguments value dict\r\ne.g. `https://github.com/elastic/elasticsearch/commit/8218c473d3eb9fdbc0ec2b16eddb49eaab2590ae#commitcomment-107503652` can be concatenated by \r\n- schema pattern: `https://github.com/{repo_name}/commit/{commit_sha}#commitcomment-{commit_comment_id}`\r\n- arguments value dict: `{\"repo_name\": \"elastic/elasticsearch\", \"commit_sha\":\"8218c473d3eb9fdbc0ec2b16eddb49eaab2590ae\", \"commit_comment_id\":\"107503652\"}`"
}
},
{
"id": "148906905",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T10:04:01.000Z",
"id": 40617667,
"login": "birdflyi"
}
},
{
"id": "754711453",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1266,
"__updated_at": "2023-04-25T00:41:08.000Z",
"id": "288431943_1266",
"title": "[OSPP2023] Data Quality Assurance & Metrics Explanation by case",
"body": "### Description\n\nDuring the development of indicators, we need to verify whether the written sql gets the correct query results.Our previous approach was to select a repo and compare the data manually. At the same time, sometimes the data is missing, and we are often not sure whether our implements are wrong or the data is abnormal. This approach is inefficient and error-prone.\r\n\r\nSo we need some DQA mechanism to finish data-check and metric check automatically.\r\n\r\nFurther more, I think we can add a dataset and using this for metrics explanation.\r\ne.g. the result of one metric runs on this dataset is 10.\r\nand we can clearly understand which records make this metric 10, and display these records\r\n\r\nreferences:\r\nhttps://help.aliyun.com/document_detail/116897.html"
}
},
{
"id": "754694633",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1265,
"__updated_at": "2023-04-24T23:39:33.000Z",
"id": "288431943_1265",
"title": "[OSPP2023] Refactor OpenDigger by sql query builder",
"body": "### Description\n\nDescription:Complex and long SQL is difficult to maintain, this is not conducive to the development of the project. One of the ways to solve this problem is to create SQL through SQL builder, which can help us reduce the difficulty of reading SQL, especially subquery. So we want to explore whether there is a mature framework that can help OpenDigger.\r\nIn Python, we can use pypika which is a python pkg supporting some of clickhouse sql syntax. So what we need to do is to investigate in detail whether it can cover our sql, and whether it will really improve OpenDigger.\r\n\r\nIf yes, we can refactor Python kernel first as OSPP task. I think I can follow up on this project.\r\n\r\nExpected outcomes:\r\nmetrics generated by python sql builder\r\n\r\nSkills:\r\npython typescript javascript SQL\r\n\r\nreferences:\r\nhttps://github.com/didi/gendry\r\nhttps://github.com/sqlkata/querybuilder\r\nhttps://github.com/ibis-project/ibis\r\nhttps://github.com/doug-martin/goqu"
}
},
{
"id": "754251690",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1264,
"__updated_at": "2023-04-24T04:00:02.000Z",
"id": "288431943_1264",
"title": "[WeeklyReport] Weekly report for open-digger 4/17/2023 to 4/24/2023",
"body": "# Weekly Report of open-digger\n\nThis is a weekly report of open-digger. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.\n\n## Repo Overview\n\n### Basic data\n\nBaisc data shows how the watch, star, fork and contributors count changed in the passed week.\n\n| Watch | Star | Fork | Contributors |\n|:-----:|:----:|:----:|:------------:|\n| 19 | 246 (-) | 69 (-) | 34 (-) |\n\n### Issues & PRs\n\nIssues & PRs show the new/closed issues/pull requests count in the passed week.\n\n| New Issues | Closed Issues | New PR | Merged PR |\n|:----------:|:-------------:|:------:|:---------:|\n| 1 | 3 | 1 | 1 |\n\n## PR Overview\n\nThanks to contributions from community, **1** pull requests was merged in the repository last week. They are:\n\n| Contributor ID | Count | Pull Requests |\n|:--------------:|:-----:|:-------------|\n| @frank-zsy | 1 | #1262 label: add new members to x-lab <br> |\n\n\n## Code Review Statistics\n\nopen-digger encourages everyone to participant in code review, in order to improve software quality.\nThis robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.\n\n| Contributor ID | Pull Request Reviews |\n|:--------------:|:--------------------:|\n\n\n## New Contributors\n\nWe have no new contributors in this project this week.\nopen-digger team encourages everything about contribution from community.\nFor more details, please refer to https://github.com/X-lab2017/open-digger/blob/master/CONTRIBUTING.md .\n"
}
},
{
"id": "753914844",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1263,
"__updated_at": "2023-04-23T06:20:01.000Z",
"id": "288431943_1263",
"title": "[Feature] ",
"body": "### Description\n\nWhen more and more community use OpenDigger metrics to how the development of the community. For example, see below:\r\n\r\n![652949fb310fd85be0f9d63c4c00811](https://user-images.githubusercontent.com/15010826/233823209-7f3bf526-b161-4ef3-b979-d5c28b5fb4b8.jpg)\r\n\r\n I think we can provide more convenient way to help developers. For example, the project of [Star History](https://github.com/star-history/star-history),\r\n\r\n![image](https://user-images.githubusercontent.com/15010826/233823301-c4092e63-e526-4847-871b-4d3a55fba566.png)\r\n\r\nThis kind of tool is so funny and help to propagate~\r\n\r\nhttps://star-history.com/#X-lab2017/open-digger&Date"
}
},
{
"id": "101269906",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T12:42:38.000Z",
"id": 15010826,
"login": "will-ww"
}
},
{
"id": "752514568",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1235,
"__updated_at": "2023-04-20T02:37:55.000Z",
"id": "288431943_1235",
"title": "[Bug] Data information is missing for two month of the project",
"body": "### Current Behavior\n\nstoneatom/stonedb, the data of January is normal, but some indicators of February data do not exist. I checked that OpenDigger did not provide the data of February\r\n\r\nhttps://oss.x-lab.info/open_digger/github/stoneatom/stonedb/technical_fork.json\r\n\r\n![63d4ca2998b49b6171e5fd1ec5ee034](https://user-images.githubusercontent.com/34496563/226567951-ddf4a83b-b857-4d70-b580-dbb0c04058d8.jpg)\r\n\n\n### Expected Behavior\n\nFill in the missing monthly data information~\n\n### Any Additional Comments?\n\nCheck why the data is missing?"
}
},
{
"id": "118170327",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-26T07:51:29.000Z",
"id": 34496563,
"login": "Nliver"
}
},
{
"id": "752511569",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 4,
"deletions": 0,
"changed_files": 1,
"base_ref": "master",
"title": "label: add new members to x-lab",
"body": "related to #864 \r\n\r\nAdd 4 new members to X-lab community",
"number": 1262,
"head_ref": "label/add-xlab-member",
"__updated_at": "2023-04-20T01:50:03.000Z",
"commits": 1,
"head_name": "frank-zsy/open-digger",
"id": "288431943_1262",
"head_id": 288432479
}
},
{
"id": "750916954",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 27,
"deletions": 10,
"changed_files": 2,
"base_ref": "master",
"title": "[Snyk] Upgrade @clickhouse/client from 0.0.10 to 0.0.14",
"body": "<h3>Snyk has created this PR to upgrade @clickhouse/client from 0.0.10 to 0.0.14.</h3>\n\n:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.\n<hr/>\n\n- The recommended version is **4 versions** ahead of your current version.\n- The recommended version was released **25 days ago**, on 2023-03-22.\n\n\n<details>\n<summary><b>Release notes</b></summary>\n<br/>\n <details>\n <summary>Package name: <b>@clickhouse/client</b></summary>\n <ul>\n <li>\n <b>0.0.14</b> - <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases/tag/0.0.14\">2023-03-22</a></br><h3>New features</h3>\n<ul>\n<li>Added support for <code>JSONStrings</code>, <code>JSONCompact</code>, <code>JSONCompactStrings</code>, <code>JSONColumnsWithMetadata</code> formats (<a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/andrewzolotukhin/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://snyk.io/redirect/github/andrewzolotukhin\">@ andrewzolotukhin</a>).</li>\n</ul>\n </li>\n <li>\n <b>0.0.13</b> - <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases/tag/0.0.13\">2023-03-14</a></br><h3>New features</h3>\n<ul>\n<li><code>query_id</code> can now be overridden for all main client's methods: <code>query</code>, <code>exec</code>, <code>insert</code>.</li>\n</ul>\n </li>\n <li>\n <b>0.0.12</b> - <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases/tag/0.0.12\">2023-02-01</a></br><h3>New features</h3>\n<ul>\n<li><code>ResultSet.query_id</code> contains a unique query identifier that might be useful for retrieving query metrics from <code>system.query_log</code></li>\n<li><code>User-Agent</code> HTTP header is set according to the <a href=\"https://docs.google.com/document/d/1924Dvy79KXIhfqKpi1EBVY3133pIdoMwgCQtZ-uhEKs/edit#heading=h.ah33hoz5xei2\" rel=\"nofollow\">language client spec</a>.<br>\nFor example, for client version 0.0.12 and Node.js runtime v19.0.4 on Linux platform, it will be <code>clickhouse-js/0.0.12 (lv:nodejs/19.0.4; os:linux)</code>.<br>\nIf <code>ClickHouseClientConfigOptions.application</code> is set, it will be prepended to the generated <code>User-Agent</code>.</li>\n<li>Run tests on <code>nodejs@v19</code></li>\n</ul>\n<h3>Breaking changes</h3>\n<ul>\n<li><code>client.insert</code> now returns <code>{ query_id: string }</code> instead of <code>void</code></li>\n<li><code>client.exec</code> now returns <code>{ stream: Stream.Readable, query_id: string }</code> instead of just <code>Stream.Readable</code></li>\n</ul>\n </li>\n <li>\n <b>0.0.11</b> - <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases/tag/0.0.11\">2022-12-08</a></br><h3>Breaking changes</h3>\n<ul>\n<li><code>log.enabled</code> flag was removed from the client configuration.</li>\n<li>Use the <code>CLICKHOUSE_LOG_LEVEL</code> environment variable instead. Possible values: <code>OFF</code>, <code>TRACE</code>, <code>DEBUG</code>, <code>INFO</code>, <code>WARN</code>, <code>ERROR</code>. Currently, there are only debug messages, but we will log more later.</li>\n</ul>\n<p>For more details, see PR <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1396742575\" data-permission-text=\"Title is private\" data-url=\"https://github.com/ClickHouse/clickhouse-js/issues/110\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/ClickHouse/clickhouse-js/pull/110/hovercard\" href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/pull/110\">#110</a></p>\n </li>\n <li>\n <b>0.0.10</b> - <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases/tag/0.0.10\">2022-11-14</a></br><p>Remove request listeners synchronously (<a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1447809062\" data-permission-text=\"Title is private\" data-url=\"https://github.com/ClickHouse/clickhouse-js/issues/124\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/ClickHouse/clickhouse-js/pull/124/hovercard\" href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/pull/124\">#124</a>) - closed issue <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1445412090\" data-permission-text=\"Title is private\" data-url=\"https://github.com/ClickHouse/clickhouse-js/issues/123\" data-hovercard-type=\"issue\" data-hovercard-url=\"/ClickHouse/clickhouse-js/issues/123/hovercard\" href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/issues/123\">#123</a></p>\n </li>\n </ul>\n from <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/releases\">@clickhouse/client GitHub release notes</a>\n </details>\n</details>\n\n\n<details>\n <summary><b>Commit messages</b></summary>\n </br>\n <details>\n <summary>Package name: <b>@clickhouse/client</b></summary>\n <ul>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/b479a173ef2cd07d991df9e60b470c27a14c7ab5\">b479a17</a> Prepare 0.0.14, bump CH version to 23.2 (#144)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/8d444c7d14fe5233b5d2b44adf459c74058ec26b\">8d444c7</a> Added more JSON formats (#142)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/f56108de9d71a93ae37a61be0df66a7a137fb364\">f56108d</a> Fix read-only user tests (#141)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/f18a62440d55743603f13cf18946dfca9aca07fc\">f18a624</a> [skip ci] Update coverage report</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/5a3f1653ddae77f5ba1df58f3b112d492f84e09c\">5a3f165</a> Allow query_id override, remove unnecessary examples (#139)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/8f7b383a8fcfe4d1cba877d165d31d821a023352\">8f7b383</a> create a bug template (#138)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/6c9dea375a90fdea0b3a364a2c78294577d24d38\">6c9dea3</a> Fix tests failing with Node.js v18.14.0 (#137)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/5a2b65818b33bc0e37ba61c45bab432d0ef84238\">5a2b658</a> Bump ClickHouse to 23.1</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/55e20e9f5aa28a34e8b049513ced2486f3ed2879\">55e20e9</a> [skip ci] Fix release GHA</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/529ba8ef9c3a1c41442a3010adaf62671dfaa126\">529ba8e</a> Fix release GHA</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/c25d0b7c3b1e2f450870504d33338c9d90d796ce\">c25d0b7</a> [skip ci] Bump version</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/c24ffd15b766de8a047893b01459b8a62020a09a\">c24ffd1</a> [skip ci] Update coverage report</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/1e152d696b93198a0e24429f36521bca90135e74\">1e152d6</a> Add random query_id to each query (#132)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/87e68c28f2044cc253baa6e62f9df33ba25a345f\">87e68c2</a> [skip ci] Update coverage report</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/b915dd41a0b082ef9de70b3f61a35f3fa70e9816\">b915dd4</a> Set the User-Agent header according to the language client spec (#133)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/7a8f0d18908c00f9b45e9e28a6514b1eff8df349\">7a8f0d1</a> Update deps (#131)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/9edf02ffec798b9bb15fc2fd03916f2c7b473033\">9edf02f</a> Add a PR template (#129)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/9ae4f5995854f1be7089c7cf333087b9122e16ab\">9ae4f59</a> Add Node.js 19.x to the CI pipeline (#128)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/4fb572e8349fad7cda186f26d658918740c51217\">4fb572e</a> update year in license</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/5a32737006b4f2a728c1e6922e1481c2bb7efafa\">5a32737</a> Bump ClickHouse version for CI</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/cd9ae020053f66588625d7b9e2f3bc8bed8d3b34\">cd9ae02</a> [skip ci] Update coverage report</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/3492dd92e74ee4c2dba95e522d4439eccbdd1832\">3492dd9</a> Better logging support (#110)</li>\n <li><a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/commit/7fc59c739d808037de313a9acc3cbea64494b4db\">7fc59c7</a> Add Changelog.md (#125)</li>\n </ul>\n\n <a href=\"https://snyk.io/redirect/github/ClickHouse/clickhouse-js/compare/59f10675c53973221b6a9c7aa251d48cd430ebb1...b479a173ef2cd07d991df9e60b470c27a14c7ab5\">Compare</a>\n </details>\n</details>\n<hr/>\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*\n\nFor more information: <img src=\"https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI0NzJhODllYy0yNzFhLTQyNDMtYTJhZC1lMDNiYzUyN2NhNWUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjQ3MmE4OWVjLTI3MWEtNDI0My1hMmFkLWUwM2JjNTI3Y2E1ZSJ9fQ==\" width=\"0\" height=\"0\"/>\n\n🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=@clickhouse/client&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)\n\n<!--- (snyk:metadata:{\"prId\":\"472a89ec-271a-4243-a2ad-e03bc527ca5e\",\"prPublicId\":\"472a89ec-271a-4243-a2ad-e03bc527ca5e\",\"dependencies\":[{\"name\":\"@clickhouse/client\",\"from\":\"0.0.10\",\"to\":\"0.0.14\"}],\"packageManager\":\"npm\",\"type\":\"auto\",\"projectUrl\":\"https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr\",\"projectPublicId\":\"d0fc1b42-4fc7-4a46-a07e-383abc829419\",\"env\":\"prod\",\"prType\":\"upgrade\",\"vulns\":[],\"issuesToFix\":[],\"upgrade\":[],\"upgradeInfo\":{\"versionsDiff\":4,\"publishedDate\":\"2023-03-22T20:57:39.652Z\"},\"templateVariants\":[],\"hasFixes\":false,\"isMajorUpgrade\":false,\"isBreakingChange\":false,\"priorityScoreList\":[]}) --->\n",
"number": 1258,
"head_ref": "snyk-upgrade-2df3dd3fccc05c96b496339cbc3939a9",
"__updated_at": "2023-04-19T05:25:00.000Z",
"head_name": "X-lab2017/open-digger",
"commits": 1,
"id": "288431943_1258",
"head_id": 288431943
}
},
{
"id": "47286688",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-15T09:31:35.000Z",
"id": 19733683,
"login": "snyk-bot"
}
},
{
"id": "750916942",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 26,
"deletions": 26,
"changed_files": 2,
"base_ref": "master",
"title": "[Snyk] Upgrade neo4j-driver from 4.4.2 to 4.4.10",
"body": "<h3>Snyk has created this PR to upgrade neo4j-driver from 4.4.2 to 4.4.10.</h3>\n\n:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.\n<hr/>\n\n- The recommended version is **8 versions** ahead of your current version.\n- The recommended version was released **6 months ago**, on 2022-10-06.\n\n\n<details>\n<summary><b>Release notes</b></summary>\n<br/>\n <details>\n <summary>Package name: <b>neo4j-driver</b></summary>\n <ul>\n <li>\n <b>4.4.10</b> - <a href=\"https://snyk.io/redirect/github/neo4j/neo4j-javascript-driver/releases/tag/4.4.10\">2022-10-06</a></br><p>See release notes on the wiki</p>\n </li>\n <li>\n <b>4.4.9</b> - 2022-09-13\n </li>\n <li>\n <b>4.4.8</b> - 2022-09-07\n </li>\n <li>\n <b>4.4.7</b> - 2022-07-26\n </li>\n <li>\n <b>4.4.6</b> - 2022-06-13\n </li>\n <li>\n <b>4.4.5</b> - 2022-03-24\n </li>\n <li>\n <b>4.4.4</b> - 2022-03-17\n </li>\n <li>\n <b>4.4.3</b> - 2022-02-22\n </li>\n <li>\n <b>4.4.2</b> - 2022-02-01\n </li>\n </ul>\n from <a href=\"https://snyk.io/redirect/github/neo4j/neo4j-javascript-driver/releases\">neo4j-driver GitHub release notes</a>\n </details>\n</details>\n<hr/>\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*\n\nFor more information: <img src=\"https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJlMjk0Nzg4Yy05MzQyLTQ0NzMtOTMzZi00MmU3ZDc1NzFiMTgiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImUyOTQ3ODhjLTkzNDItNDQ3My05MzNmLTQyZTdkNzU3MWIxOCJ9fQ==\" width=\"0\" height=\"0\"/>\n\n🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=neo4j-driver&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)\n\n<!--- (snyk:metadata:{\"prId\":\"e294788c-9342-4473-933f-42e7d7571b18\",\"prPublicId\":\"e294788c-9342-4473-933f-42e7d7571b18\",\"dependencies\":[{\"name\":\"neo4j-driver\",\"from\":\"4.4.2\",\"to\":\"4.4.10\"}],\"packageManager\":\"npm\",\"type\":\"auto\",\"projectUrl\":\"https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr\",\"projectPublicId\":\"d0fc1b42-4fc7-4a46-a07e-383abc829419\",\"env\":\"prod\",\"prType\":\"upgrade\",\"vulns\":[],\"issuesToFix\":[],\"upgrade\":[],\"upgradeInfo\":{\"versionsDiff\":8,\"publishedDate\":\"2022-10-06T09:39:19.531Z\"},\"templateVariants\":[],\"hasFixes\":false,\"isMajorUpgrade\":false,\"isBreakingChange\":false,\"priorityScoreList\":[]}) --->\n",
"number": 1257,
"head_ref": "snyk-upgrade-0622ac0ec4a8d2b7da2ef3462f19ed7e",
"__updated_at": "2023-04-18T06:06:07.000Z",
"head_name": "X-lab2017/open-digger",
"commits": 1,
"id": "288431943_1257",
"head_id": 288431943
}
},
{
"id": "750916989",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 8,
"deletions": 8,
"changed_files": 2,
"base_ref": "master",
"title": "[Snyk] Upgrade tslib from 2.4.1 to 2.5.0",
"body": "<h3>Snyk has created this PR to upgrade tslib from 2.4.1 to 2.5.0.</h3>\n\n:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.\n<hr/>\n\n- The recommended version is **1 version** ahead of your current version.\n- The recommended version was released **3 months ago**, on 2023-01-26.\n\n\n<details>\n<summary><b>Release notes</b></summary>\n<br/>\n <details>\n <summary>Package name: <b>tslib</b></summary>\n <ul>\n <li>\n <b>2.5.0</b> - <a href=\"https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.5.0\">2023-01-26</a></br><h2>What's New</h2>\n<ul>\n<li>Fix asyncDelegator reporting done too early by <a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/apendua/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://snyk.io/redirect/github/apendua\">@ apendua</a> in <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1450489814\" data-permission-text=\"Title is private\" data-url=\"https://github.com/microsoft/tslib/issues/187\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/microsoft/tslib/pull/187/hovercard\" href=\"https://snyk.io/redirect/github/microsoft/tslib/pull/187\">#187</a></li>\n<li>Add support for TypeScript 5.0's <code>__esDecorate</code> and related helpers by <a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/rbuckton/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://snyk.io/redirect/github/rbuckton\">@ rbuckton</a> in <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1550117093\" data-permission-text=\"Title is private\" data-url=\"https://github.com/microsoft/tslib/issues/193\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/microsoft/tslib/pull/193/hovercard\" href=\"https://snyk.io/redirect/github/microsoft/tslib/pull/193\">#193</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a class=\"commit-link\" href=\"https://snyk.io/redirect/github/microsoft/tslib/compare/2.4.1...2.5.0\"><tt>2.4.1...2.5.0</tt></a></p>\n </li>\n <li>\n <b>2.4.1</b> - <a href=\"https://snyk.io/redirect/github/microsoft/tslib/releases/tag/2.4.1\">2022-10-31</a></br><p>This release contains <a href=\"https://snyk.io/redirect/github/microsoft/tslib/pull/186\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/microsoft/tslib/pull/186/hovercard\">fixes for early <code>return</code>s and <code>throw</code>s invoked on generators</a>.</p>\n </li>\n </ul>\n from <a href=\"https://snyk.io/redirect/github/Microsoft/tslib/releases\">tslib GitHub release notes</a>\n </details>\n</details>\n\n\n<details>\n <summary><b>Commit messages</b></summary>\n </br>\n <details>\n <summary>Package name: <b>tslib</b></summary>\n <ul>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/e388a23287bdea2c4f411d3ddedd1c80002f76a7\">e388a23</a> Merge pull request #194 from microsoft/bump-version-2.5</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/b68d57319babcf288dc4e3a9c5a45b2a14d85857\">b68d573</a> Bump package version to 2.5.0</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/62c53229fffe1634c4f4709bd8029890f366fe0e\">62c5322</a> Add support for __esDecorate and related helpers (#193)</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/3bdc0029c0b44c41dcc8a7d04586eac064c34d16\">3bdc002</a> Merge pull request #188 from microsoft/add-codeql</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/697f4303d14b7c96abefddfb9743f73aab9c8473\">697f430</a> try paths: .</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/63319afdd7c53d68f9acbc2866837ed28a5809c8\">63319af</a> add codeql</li>\n <li><a href=\"https://snyk.io/redirect/github/microsoft/tslib/commit/a549d399b0c7eb88a9f9a37f7a1b6c0f4e3a1356\">a549d39</a> Fix asyncDelegator reporting done too early (#187)</li>\n </ul>\n\n <a href=\"https://snyk.io/redirect/github/microsoft/tslib/compare/8acd4b30d375be8c43144b9ee0b3c98599e7a9a1...e388a23287bdea2c4f411d3ddedd1c80002f76a7\">Compare</a>\n </details>\n</details>\n<hr/>\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*\n\nFor more information: <img src=\"https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI5NWJlNmE4My1mNGNhLTRhOWItODJhNS1jMzM0NGViNmJkNWUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6Ijk1YmU2YTgzLWY0Y2EtNGE5Yi04MmE1LWMzMzQ0ZWI2YmQ1ZSJ9fQ==\" width=\"0\" height=\"0\"/>\n\n🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=tslib&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)\n\n<!--- (snyk:metadata:{\"prId\":\"95be6a83-f4ca-4a9b-82a5-c3344eb6bd5e\",\"prPublicId\":\"95be6a83-f4ca-4a9b-82a5-c3344eb6bd5e\",\"dependencies\":[{\"name\":\"tslib\",\"from\":\"2.4.1\",\"to\":\"2.5.0\"}],\"packageManager\":\"npm\",\"type\":\"auto\",\"projectUrl\":\"https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr\",\"projectPublicId\":\"d0fc1b42-4fc7-4a46-a07e-383abc829419\",\"env\":\"prod\",\"prType\":\"upgrade\",\"vulns\":[],\"issuesToFix\":[],\"upgrade\":[],\"upgradeInfo\":{\"versionsDiff\":1,\"publishedDate\":\"2023-01-26T20:40:14.611Z\"},\"templateVariants\":[],\"hasFixes\":false,\"isMajorUpgrade\":false,\"isBreakingChange\":false,\"priorityScoreList\":[]}) --->\n",
"number": 1261,
"head_ref": "snyk-upgrade-177bb28097ea08f4fd92cf03c87add0e",
"__updated_at": "2023-04-18T06:05:53.000Z",
"head_name": "X-lab2017/open-digger",
"commits": 1,
"id": "288431943_1261",
"head_id": 288431943
}
},
{
"id": "750916980",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 30,
"deletions": 30,
"changed_files": 2,
"base_ref": "master",
"title": "[Snyk] Upgrade node-cron from 3.0.0 to 3.0.2",
"body": "<h3>Snyk has created this PR to upgrade node-cron from 3.0.0 to 3.0.2.</h3>\n\n:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.\n<hr/>\n\n- The recommended version is **2 versions** ahead of your current version.\n- The recommended version was released **8 months ago**, on 2022-08-15.\n\nThe recommended version fixes:\n\nSeverity | Issue | PriorityScore (*) | Exploit Maturity |\n:-------------------------:|:-------------------------|-------------------------|:-------------------------\n<img src=\"https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png\" width=\"20\" height=\"20\" title=\"high severity\"/> | Directory Traversal<br/> [SNYK-JS-MOMENT-2440688](https://snyk.io/vuln/SNYK-JS-MOMENT-2440688) | **375/1000** <br/> **Why?** CVSS 7.5 | No Known Exploit \n<img src=\"https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png\" width=\"20\" height=\"20\" title=\"high severity\"/> | Regular Expression Denial of Service (ReDoS)<br/> [SNYK-JS-MOMENT-2944238](https://snyk.io/vuln/SNYK-JS-MOMENT-2944238) | **375/1000** <br/> **Why?** CVSS 7.5 | Proof of Concept \n\n(*) Note that the real score may have changed since the PR was raised.\n\n\n<details>\n<summary><b>Release notes</b></summary>\n<br/>\n <details>\n <summary>Package name: <b>node-cron</b></summary>\n <ul>\n <li>\n <b>3.0.2</b> - <a href=\"https://snyk.io/redirect/github/node-cron/node-cron/releases/tag/v3.0.2\">2022-08-15</a></br><p>new bugfix version</p>\n </li>\n <li>\n <b>3.0.1</b> - <a href=\"https://snyk.io/redirect/github/node-cron/node-cron/releases/tag/v3.0.1\">2022-06-06</a></br><p>bumping dependencies</p>\n </li>\n <li>\n <b>3.0.0</b> - <a href=\"https://snyk.io/redirect/github/node-cron/node-cron/releases/tag/v3.0.0\">2021-03-10</a></br>No content.\n </li>\n </ul>\n from <a href=\"https://snyk.io/redirect/github/merencia/node-cron/releases\">node-cron GitHub release notes</a>\n </details>\n</details>\n\n\n<details>\n <summary><b>Commit messages</b></summary>\n </br>\n <details>\n <summary>Package name: <b>node-cron</b></summary>\n <ul>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/a0be3f4a7a5419af109cecf4a41071ea559b9b3d\">a0be3f4</a> new bugfix version</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/f370a0d282da456db476bcd8b9eb472fef9ef3f2\">f370a0d</a> Merge pull request #356 from Juneezee/fix/uuid-dependency</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/5d715f178601b8595b4da22c363c89eff02bef26\">5d715f1</a> fix: add uuid dependency</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/57481d3c218ef6dadd866b461116c71d3615478b\">57481d3</a> bumping dependencies</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/c7d877d0b413c0b8d11a821090c0e721b6e18e5b\">c7d877d</a> Merge pull request #341 from node-cron/dependabot/npm_and_yarn/moment-2.29.2</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/07938f9788cf21bab887c6706dc9795e1a92cd42\">07938f9</a> Merge branch 'master' into dependabot/npm_and_yarn/moment-2.29.2</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/050f5c11d211a56bc88793abc12203b833a52006\">050f5c1</a> Merge pull request #342 from node-cron/dependabot/npm_and_yarn/minimist-1.2.6</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/12c70c54099a826c2bcb6f6eba7d45b7ab3980c2\">12c70c5</a> Bump minimist from 1.2.5 to 1.2.6</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/7c959d3f4ef2d718548698889fa1ecd960c99e5e\">7c959d3</a> Bump moment from 2.29.1 to 2.29.2</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/ecb1e0d5d87113c03abb7d4abec29a2c3ca47e62\">ecb1e0d</a> Merge pull request #329 from VoltrexMaster/patch-2</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/cd2dc5bb98c4f8572d36d8f87957aa17f58b5f0b\">cd2dc5b</a> Merge branch 'master' into patch-2</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/e089cc00834e1b95b3e824d51442c8e9391580a6\">e089cc0</a> Merge pull request #328 from VoltrexMaster/patch-1</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/b0627ee80419181f308cf07e2a8b3c684ae77381\">b0627ee</a> pattern-validation: refactor</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/5635ad456d6bb3b0a6d9388c125ac96a54d5327b\">5635ad4</a> node-cron: fix typos and formatting</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/fd0d303c297ae494074636c85e3505d2557e3ee7\">fd0d303</a> removing coveralls</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/e3f1093043e76fbcee00de6149025d2ddeb46a98\">e3f1093</a> Merge pull request #286 from conradkirschner/patch-1</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/1d65918a1e88538a257b63175bd51bbee9c9dc53\">1d65918</a> Merge pull request #327 from node-cron/dependabot/npm_and_yarn/y18n-4.0.3</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/8abb9ed1ff89df840e49bc1e4e41ca9691267ecc\">8abb9ed</a> Merge branch 'master' into dependabot/npm_and_yarn/y18n-4.0.3</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/ba0a3a8d09a9f934833a14514b2c0f8e135ec999\">ba0a3a8</a> Merge pull request #297 from node-cron/dependabot/npm_and_yarn/path-parse-1.0.7</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/840c34bcfb6581eb47bfdbaf95558d1d87ebe0bf\">840c34b</a> Bump y18n from 4.0.0 to 4.0.3</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/a49bb0f04c60ef62877914ab703ef7a5ddfa524a\">a49bb0f</a> Merge branch 'master' into dependabot/npm_and_yarn/path-parse-1.0.7</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/6bf91449dff5d69b155f167ba0d21df7a7959756\">6bf9144</a> Merge pull request #285 from node-cron/dependabot/npm_and_yarn/hosted-git-info-2.8.9</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/3246766e6bf9ee78a0e27f9bfe18a0ec3705fb38\">3246766</a> Bump path-parse from 1.0.6 to 1.0.7</li>\n <li><a href=\"https://snyk.io/redirect/github/node-cron/node-cron/commit/423f483bfaf3ba3155c09f50f0ae82c2cab317b5\">423f483</a> Merge branch 'master' into dependabot/npm_and_yarn/hosted-git-info-2.8.9</li>\n </ul>\n\n <a href=\"https://snyk.io/redirect/github/node-cron/node-cron/compare/fbc403930ab3165ffef7d53387a29af92670dfea...a0be3f4a7a5419af109cecf4a41071ea559b9b3d\">Compare</a>\n </details>\n</details>\n<hr/>\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*\n\nFor more information: <img src=\"https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI4NTI4NTg3MC00NTExLTQ1Y2UtODc4MS1mM2E3ODg1NTdlZGYiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6Ijg1Mjg1ODcwLTQ1MTEtNDVjZS04NzgxLWYzYTc4ODU1N2VkZiJ9fQ==\" width=\"0\" height=\"0\"/>\n\n🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=node-cron&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)\n\n<!--- (snyk:metadata:{\"prId\":\"85285870-4511-45ce-8781-f3a788557edf\",\"prPublicId\":\"85285870-4511-45ce-8781-f3a788557edf\",\"dependencies\":[{\"name\":\"node-cron\",\"from\":\"3.0.0\",\"to\":\"3.0.2\"}],\"packageManager\":\"npm\",\"type\":\"auto\",\"projectUrl\":\"https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr\",\"projectPublicId\":\"d0fc1b42-4fc7-4a46-a07e-383abc829419\",\"env\":\"prod\",\"prType\":\"upgrade\",\"vulns\":[\"SNYK-JS-MOMENT-2440688\",\"SNYK-JS-MOMENT-2944238\"],\"issuesToFix\":[{\"issueId\":\"SNYK-JS-MOMENT-2440688\",\"severity\":\"high\",\"title\":\"Directory Traversal\",\"exploitMaturity\":\"no-known-exploit\",\"priorityScore\":375,\"priorityScoreFactors\":[{\"type\":\"cvssScore\",\"label\":\"7.5\",\"score\":375},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}]},{\"issueId\":\"SNYK-JS-MOMENT-2944238\",\"severity\":\"high\",\"title\":\"Regular Expression Denial of Service (ReDoS)\",\"exploitMaturity\":\"proof-of-concept\",\"priorityScore\":482,\"priorityScoreFactors\":[{\"type\":\"exploit\",\"label\":\"Proof of Concept\",\"score\":107},{\"type\":\"cvssScore\",\"label\":\"7.5\",\"score\":375},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}]}],\"upgrade\":[\"SNYK-JS-MOMENT-2440688\",\"SNYK-JS-MOMENT-2944238\"],\"upgradeInfo\":{\"versionsDiff\":2,\"publishedDate\":\"2022-08-15T13:42:20.144Z\"},\"templateVariants\":[\"priorityScore\"],\"hasFixes\":true,\"isMajorUpgrade\":false,\"isBreakingChange\":false,\"priorityScoreList\":[375,482]}) --->\n",
"number": 1260,
"head_ref": "snyk-upgrade-b6a5772416f624a506e31ec8dc69bef1",
"__updated_at": "2023-04-18T06:05:59.000Z",
"head_name": "X-lab2017/open-digger",
"commits": 1,
"id": "288431943_1260",
"head_id": 288431943
}
},
{
"id": "750916962",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 8,
"deletions": 8,
"changed_files": 2,
"base_ref": "master",
"title": "[Snyk] Upgrade dateformat from 4.5.1 to 4.6.3",
"body": "<h3>Snyk has created this PR to upgrade dateformat from 4.5.1 to 4.6.3.</h3>\n\n:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.\n<hr/>\n\n- The recommended version is **4 versions** ahead of your current version.\n- The recommended version was released **2 years ago**, on 2021-09-21.\n\n\n<details>\n<summary><b>Release notes</b></summary>\n<br/>\n <details>\n <summary>Package name: <b>dateformat</b></summary>\n <ul>\n <li>\n <b>4.6.3</b> - 2021-09-21\n </li>\n <li>\n <b>4.6.2</b> - <a href=\"https://snyk.io/redirect/github/felixge/node-dateformat/releases/tag/v4.6.2\">2021-09-21</a></br><ul>\n<li>Fixed breaking changes with imports</li>\n</ul>\n </li>\n <li>\n <b>4.6.1</b> - <a href=\"https://snyk.io/redirect/github/felixge/node-dateformat/releases/tag/v4.6.1\">2021-09-21</a></br><ul>\n<li>Bundle Size Reductions</li>\n<li>Fixed <code>Z</code> format issue in Australia (<a href=\"https://snyk.io/redirect/github/felixge/node-dateformat/pull/166\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/felixge/node-dateformat/pull/166/hovercard\">details</a>)</li>\n</ul>\n<p>Thanks to <a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/jimmywarting/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://snyk.io/redirect/github/jimmywarting\">@ jimmywarting</a> and <a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/mikegreiling/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://snyk.io/redirect/github/mikegreiling\">@ mikegreiling</a> for their contributions <g-emoji class=\"g-emoji\" alias=\"heart\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/2764.png\">❤️</g-emoji></p>\n </li>\n <li>\n <b>4.6.0</b> - 2021-09-21\n </li>\n <li>\n <b>4.5.1</b> - <a href=\"https://snyk.io/redirect/github/felixge/node-dateformat/releases/tag/v4.5.1\">2021-01-30</a></br><ul>\n<li>Fixed an issue with the <code>WW</code> mask not working</li>\n</ul>\n </li>\n </ul>\n from <a href=\"https://snyk.io/redirect/github/felixge/node-dateformat/releases\">dateformat GitHub release notes</a>\n </details>\n</details>\n<hr/>\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.*\n\nFor more information: <img src=\"https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI1N2QxZjI3MC0xMzM2LTRiMTAtOTkzNi03NmQ3OTlmNTJkNjUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjU3ZDFmMjcwLTEzMzYtNGIxMC05OTM2LTc2ZDc5OWY1MmQ2NSJ9fQ==\" width=\"0\" height=\"0\"/>\n\n🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)\n\n🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=dateformat&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)\n\n<!--- (snyk:metadata:{\"prId\":\"57d1f270-1336-4b10-9936-76d799f52d65\",\"prPublicId\":\"57d1f270-1336-4b10-9936-76d799f52d65\",\"dependencies\":[{\"name\":\"dateformat\",\"from\":\"4.5.1\",\"to\":\"4.6.3\"}],\"packageManager\":\"npm\",\"type\":\"auto\",\"projectUrl\":\"https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr\",\"projectPublicId\":\"d0fc1b42-4fc7-4a46-a07e-383abc829419\",\"env\":\"prod\",\"prType\":\"upgrade\",\"vulns\":[],\"issuesToFix\":[],\"upgrade\":[],\"upgradeInfo\":{\"versionsDiff\":4,\"publishedDate\":\"2021-09-21T06:35:53.160Z\"},\"templateVariants\":[],\"hasFixes\":false,\"isMajorUpgrade\":false,\"isBreakingChange\":false,\"priorityScoreList\":[]}) --->\n",
"number": 1259,
"head_ref": "snyk-upgrade-5236739020172e707c83cd1e9b133ca6",
"__updated_at": "2023-04-18T06:07:09.000Z",
"head_name": "X-lab2017/open-digger",
"commits": 1,
"id": "288431943_1259",
"head_id": 288431943
}
},
{
"id": "750715383",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1256,
"__updated_at": "2023-05-17T06:15:23.000Z",
"id": "288431943_1256",
"title": "[Docs] add a row of `activity_details` to the table in README",
"body": "### Description\r\n\r\nIn #1187 and #1207, @frank-zsy added support for exporting activity_details.json for repos. The amazing data seems to be forgotten to put in [the README table](https://github.com/X-lab2017/open-digger#for-repos). 😆 I will make a codepen demo then update both the README and the official website docs. \r\n\r\nA data link: https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/activity_details.json"
}
},
{
"id": "160260512",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T00:53:11.000Z",
"id": 32434520,
"login": "tyn1998"
}
},
{
"id": "750390895",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1255,
"__updated_at": "2023-04-17T07:58:33.000Z",
"id": "288431943_1255",
"title": "[Sample Data] Is it meaningful to use sample data to practice building DataWarehouse?",
"body": "### Description\n\nHi, opendigger's friends ! I encountered a problem and need some suggestions.\r\n\r\nI wanner to practice building a `DataWarehouse` with `sample data - Github's global log in 2020`. But when I was doing research, I feel it's difficult to build using the `DataWarehouse construction process` with the provided data.\r\n\r\nSo I would like to ask, is the log data provided by opendigger already processed by the `DataWarehouse`, or is it the original data? \r\n\r\nIf it is the original data, it may be that I have not been able to sort out the business logic of github; \r\nif it is the former, it is not meaningful to use this data?\r\n\r\nThanks!😆"
}
},
{
"id": "549050272",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-09T15:56:30.000Z",
"id": 100328659,
"login": "dasenCoding"
}
},
{
"id": "749348436",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 7,
"deletions": 0,
"changed_files": 6,
"base_ref": "master",
"title": "Update Data: Update labeled data of Opensource DBMS with a github repo link based on dbdb.io and DB-Engines by Apr 13th, 2023.",
"body": "Fix https://github.com/X-lab2017/open-digger/issues/1253\r\n\r\nBatch label data: Incrementally add labels in April to the database technology repository.\r\nUpdate Data: Update labeled data of Opensource DBMS with a github repo link based on dbdb.io and DB-Engines by Apr 13th, 2023. \r\n\r\n**Filter conditions**: \r\n- Collected by dbdb.io on Apr 13th, 2023 OR Rankings in the DB-Engines Rankings table on Apr 13th, 2023; \r\n- Has open source license; \r\n- Has repository link on GitHub; \r\n- The increment relative to the version https://github.com/X-lab2017/open-digger/issues/1245 on Mar 31st, 2023.",
"number": 1254,
"head_ref": "label-data-database-tech",
"__updated_at": "2023-04-16T08:22:47.000Z",
"commits": 1,
"head_name": "birdflyi/open-digger",
"id": "288431943_1254",
"head_id": 577663339
}
},
{
"id": "749325032",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1253,
"__updated_at": "2023-04-16T08:22:48.000Z",
"id": "288431943_1253",
"title": "[Batch Label Data] Add more label data for Database technical area labled on dbdb.io and DB-Engines Ranking by Apr 13th, 2023. ",
"body": "### Description\r\n\r\nI want to add some labeled data into OpenDigger to help us for our community analysis.\r\nThe data is based on a dataset fused by data from [dbdb.io](https://www.dbdb.io/) and [DB-Engines](https://db-engines.com/en/ranking) by Apr 13th, 2023. It is an incremental version of labeled data submited in https://github.com/X-lab2017/open-digger/issues/1245, which is only based on DB-Engines Open Soure DBMS by Mar 31st, 2023.\r\n\r\n\r\nFilter conditions: Collected by dbdb.io on Apr 13th, 2023 OR Rankings in the DB-Engines Rankings table on Apr 13th, 2023; Has open source license; Has repository link on GitHub.\r\n\r\nNotes: The DBMS labeled dataset will keep updating monthly at [birdflyi/db_feature_data_fusion](https://github.com/birdflyi/db_feature_data_fusion). The list below is auto-generated by [wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue](https://github.com/birdflyi/wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue).\r\n\r\nLabel: Array\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- facebookincubator/velox\r\n\r\nLabel: Document\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- Anna-Team/AnnaDB\r\n\r\nLabel: Key-value\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- danielealbano/cachegrand\r\n\r\nLabel: Multivalue\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- vanilladb/vanillacore\r\n\r\nLabel: Relational\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- edgedb/edgedb\r\n- surrealdb/surrealdb\r\n\r\nLabel: Wide column\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- facebookincubator/velox\r\n\r\n"
}
},
{
"id": "178181753",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T12:59:59.000Z",
"id": 41898282,
"login": "github-actions[bot]"
}
},
{
"id": "748377267",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1252,
"__updated_at": "2023-04-19T04:42:06.000Z",
"id": "288431943_1252",
"title": "OpenDigger Biweekly Meeting: 2023-04-19",
"body": "\r\n# Meeting\r\n- 🕣Time: 12:00~12:30, Wednesday of every two weeks\r\n- 📞Tencent Meeting:755-1645-1474([link](https://meeting.tencent.com/dm/2p9cBy32diTG))\r\n# Agenda\r\n- We will discuss what happened in these two weeks~"
}
},
{
"id": "654823935",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T05:42:50.000Z",
"id": 115639837,
"login": "Zzzzzhuzhiwei"
}
},
{
"id": "746888501",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 48,
"deletions": 0,
"changed_files": 2,
"base_ref": "master",
"title": "add labeled data: generative ai",
"body": "#1249 \r\n\r\nupdate labeled data of Generative AI provided by [the article](https://www.decibel.vc/content/launching-the-generative-ai-open-source-genos-index)\r\n",
"number": 1251,
"head_ref": "labeldata/generative_ai",
"__updated_at": "2023-04-10T01:31:13.000Z",
"commits": 1,
"head_name": "Zzzzzhuzhiwei/open-digger",
"id": "288431943_1251",
"head_id": 550687035
}
},
{
"id": "746428113",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 36,
"deletions": 36,
"changed_files": 1,
"base_ref": "master",
"title": "fix: XSOSI of 2023.3",
"body": "related to https://github.com/orgs/X-lab2017/discussions/267#discussioncomment-5543929\r\n\r\nThere is minor bug introduced by P2P value transition by comment reactions by 👍 , so fix the bug and update the XSOSI data.",
"number": 1250,
"head_ref": "master",
"__updated_at": "2023-04-07T06:57:17.000Z",
"head_name": "frank-zsy/open-digger",
"commits": 1,
"id": "288431943_1250",
"head_id": 288432479
}
},
{
"id": "746197354",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1249,
"__updated_at": "2023-04-10T01:35:01.000Z",
"id": "288431943_1249",
"title": "[potential label data] Generative AI OSS",
"body": "### Description\n\nFor Generative AI OSS, this article may provide the label data: \r\n\r\nhttps://www.decibel.vc/content/launching-the-generative-ai-open-source-genos-index"
}
},
{
"id": "745987084",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 525,
"deletions": 266,
"changed_files": 16,
"base_ref": "master",
"title": "Update Data: Update labeled data of Opensource DBMS with a github repo link based on dbdb.io and DB-Engines by Mar 31st, 2023.",
"body": "Fix https://github.com/X-lab2017/open-digger/issues/1245\r\n\r\nUpdate Data: Update labeled data of Opensource DBMS with a github repo link based on dbdb.io and DB-Engines by Mar 31st, 2023. Filter conditions: Collected by dbdb.io on Mar 31st, 2023 **OR** Rankings in the DB-Engines Rankings table on Mar 31st, 2023; Has open source license; Has repository link on GitHub.",
"number": 1248,
"head_ref": "master",
"__updated_at": "2023-04-09T12:01:05.000Z",
"head_name": "birdflyi/open-digger",
"commits": 1,
"id": "288431943_1248",
"head_id": 577663339
}
},
{
"id": "745788551",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1247,
"__updated_at": "2023-04-16T08:16:21.000Z",
"id": "288431943_1247",
"title": "OpenDigger Biweekly Meeting: 2023-04-05",
"body": "### Description\n\nHello everyone, due to the holiday this Wednesday, we will synchronize in text format because the holiday this Wednesday:\r\n- There is a PR in our community this week: \r\n #1242 \r\n This PR mainly implements a similarity calculation method for IssueComment based on tfidf/jaccard.\r\n\r\n- OpenDigger has been registered and approved in the OSPP2023 event, and there are two project quotas available. Currently (4.4-4.26) is in the project application stage. If you have any ideas, you can discuss at #1246.\r\n\r\n- The preliminary round of the OpenSODA Challenge has started, and the format of the preliminary round is knowledge quiz. You can participate in the following way:\r\n [🏂OpenSODA 挑战赛初赛知识问答正式发布,欢迎来战!](https://xlab2017.yuque.com/staff-kbz9wp/olpzth/gghgqg6z3tztgpau?singleDoc# )\r\nIn addition, registration for the OpenSODA Challenge is ongoing (due in May), and the registration method can be referenced:\r\n [OpenDigger 开源挑战赛报名流程正式发布](https://xlab2017.yuque.com/staff-kbz9wp/olpzth/ma124i0lhi45h8xq?singleDoc# )"
}
},
{
"id": "745776100",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1246,
"__updated_at": "2023-04-05T05:26:43.000Z",
"id": "288431943_1246",
"title": "[OSPP2023] Idea list for Summer 2023",
"body": "### Description\n\nHi all, we passed the OSPP2023 project review and OpenDigger has been accepted as the community of OSPP2023.\r\n![image](https://user-images.githubusercontent.com/37795442/229987223-7e011853-d02a-428d-ad79-393e9974ef27.png)\r\n\r\nNow we need to determine our idea list. If you have any ideas or you want to be a project mentor, please leave a comment.\r\n\r\n\r\nPlease pay attention to that we need to post our ideas before 25 April.\r\n\r\nsome references:\r\n1. https://github.com/X-lab2017/open-digger/issues/552\r\n2. https://github.com/X-lab2017/open-digger/issues/878\r\n3. https://github.com/X-lab2017/open-digger/issues/896\r\n"
}
},
{
"id": "745650583",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1245,
"__updated_at": "2023-04-09T12:01:06.000Z",
"id": "288431943_1245",
"title": "[Batch Label Data] Add more label data for Database technical area labled on dbdb.io and DB-Engines Ranking by Mar 31st, 2023.",
"body": "### Description\r\n\r\nI want to add some labeled data into OpenDigger to help us for our community analysis.\r\nThe data is based on a dataset fused by data from [dbdb.io](https://www.dbdb.io/) and [DB-Engines](https://db-engines.com/en/ranking) by Mar 31st, 2023. It is an optimised version of labeled data submited in https://github.com/X-lab2017/open-digger/issues/1136, which is only based on DB-Engines Open Soure DBMS in Jan, 2023.\r\n\r\nAdvantages:\r\n- **More Authoritative**: As of Mar 31st, 2023, [dbdb.io](https://www.dbdb.io/), which is maintained by [Carnegie Mellon Database Group](https://db.cs.cmu.edu/), collected 895 DBMS records. It is no less authoritative than [DB-Engines](https://db-engines.com/en/ranking), which is maintained by [solid IT](https://solid-it.at/), collected 410 DBMS records. And they're all covered here.\r\n- **More Comprehensive**: The dataset integrates information from universities perspective and the industry perspective.\r\n- **More Extensive**: This version contains 532 opensource DBMS records fused by the DBMS records filtered by 'open_source_license' and has 'github_repo_link ' from dbdb.io and DB-Engines, which is far more extensive than the previous version(contains 223 opensource DBMS records) submited in #1136 .\r\n- **More Time-sensitive**: Data collected on Mar 31st, 2023 is more timely than Jan, 2023.\r\n- **More Automated**: This version use git submodule to control the data version and processing flow, and use ascending order on field \"github_repo_link\", which is convenient for subsequent incremental updates. See [dbfeatfusion_records_202303_automerged_manulabeled.csv](https://github.com/birdflyi/wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue/blob/main/data/database_repo_label_dataframe/dbfeatfusion_records_202303_automerged_manulabeled.csv).\r\n\r\nFilter conditions: Collected by dbdb.io on Mar 31st, 2023 OR Rankings in the DB-Engines Rankings table on Mar 31st, 2023; Has open source license; Has repository link on GitHub.\r\n\r\nNotes: The DBMS labeled dataset will keep updating at [birdflyi/db_feature_data_fusion](https://github.com/birdflyi/db_feature_data_fusion). The list below is auto-generated by [wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue](https://github.com/birdflyi/wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue).\r\n\r\n\r\nLabel: Array\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- TileDB-Inc/TileDB\r\n- datajaguar/jaguardb\r\n- featureform/embeddinghub\r\n- jnidzwetzki/bboxdb\r\n- milvus-io/milvus\r\n- nuclia/nucliadb\r\n- peermaps/eyros\r\n- perone/euclidesdb\r\n- pilosa/pilosa\r\n- semi-technologies/weaviate\r\n\r\nLabel: Content\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- ModeShape/modeshape\r\n- apache/jackrabbit\r\n\r\nLabel: Document\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- 256dpi/lungo\r\n- AlaSQL/alasql\r\n- Alachisoft/NosDB\r\n- ArcadeData/arcadedb\r\n- BaseXdb/basex\r\n- DevrexLabs/OrigoDB\r\n- FerretDB/FerretDB\r\n- Greg0/Lazer-Database\r\n- HouzuoGuo/tiedot\r\n- JetBrains/xodus\r\n- Kinto/kinto\r\n- LinkedInAttic/sensei\r\n- SequoiaDB/SequoiaDB\r\n- SnellerInc/sneller\r\n- Softmotions/ejdb\r\n- X2rdas/easedb\r\n- apache/asterixdb\r\n- apache/couchdb\r\n- apache/drill\r\n- apache/lucene\r\n- apache/solr\r\n- apple/foundationdb\r\n- appy-one/acebase\r\n- arangodb/arangodb\r\n- attic-labs/noms\r\n- beardedeagle/mnesiac\r\n- berkeleydb/libdb\r\n- bigchaindb/bigchaindb\r\n- bitnine-oss/agensgraph\r\n- bluzi/jsonstore\r\n- c9fe/sirdb\r\n- cinchapi/concourse\r\n- couchbase/couchbase-lite-core\r\n- crate/crate\r\n- dappkit/aviondb\r\n- dcramer/mangodb\r\n- dizitart/nitrite-database\r\n- dsukhoroslov/bagri\r\n- eXist-db/exist\r\n- earthstar-project/earthstar\r\n- elastic/elasticsearch\r\n- fakemongo/fongo\r\n- fluree/db\r\n- genjidb/genji\r\n- graphikDB/graphik\r\n- hhblaze/DBreeze\r\n- iboxdb/ftserver\r\n- ioquatix/relaxo\r\n- jclo/picodb\r\n- jcrosby/cloudkit\r\n- jedisct1/Pincaster\r\n- jsqldb/jsqldb\r\n- kimchy/compass\r\n- losfair/RefineDB\r\n- louischatriot/nedb\r\n- mbdavid/LiteDB\r\n- meilisearch/meilisearch\r\n- mgholam/RaptorDB-Document\r\n- mirage/irmin\r\n- mmcgrana/fleetdb\r\n- mongodb/mongo\r\n- msiemens/tinydb\r\n- ncannasse/castle\r\n- oberasoftware/jasdb\r\n- openlink/virtuoso-opensource\r\n- oracle/nosql-go-sdk\r\n- orbitdb/orbit-db\r\n- orientechnologies/orientdb\r\n- patx/pickledb\r\n- percona/percona-server-mongodb\r\n- polypheny/Polypheny-DB\r\n- pouchdb/pouchdb\r\n- prestodb/presto\r\n- priitj/whitedb\r\n- pubkey/rxdb\r\n- radare/sdb\r\n- rakibtg/SleekDB\r\n- ravendb/ravendb\r\n- realm/realm-core\r\n- rethinkdb/rethinkdb\r\n- ribelo/doxa\r\n- sachin-sinha/BangDB\r\n- sergeyksv/tingodb\r\n- sirixdb/sirix\r\n- small-tech/jsdb\r\n- surrealdb/surrealdb\r\n- symisc/unqlite\r\n- teamdev/densodb\r\n- techfort/LokiJS\r\n- terminusdb/terminusdb\r\n- tigrisdata/tigris\r\n- torodb/server\r\n- typicaljoe/taffydb\r\n- typicode/lowdb\r\n- unnamed38/fueldb\r\n- vespa-engine/vespa\r\n- xtdb/xtdb\r\n- ydb-platform/ydb\r\n- zerodb/zerodb\r\n\r\nLabel: Event\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- EventStore/EventStore\r\n- NEventStore/NEventStore\r\n\r\nLabel: Graph\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- ArcadeData/arcadedb\r\n- CulturePlex/Sylva\r\n- DevrexLabs/OrigoDB\r\n- JanusGraph/janusgraph\r\n- PureSolTechnologies/DuctileDB\r\n- RedisGraph/RedisGraph\r\n- amark/gun\r\n- apache/giraph\r\n- apache/incubator-hugegraph\r\n- apache/tinkerpop\r\n- arangodb/arangodb\r\n- bitnine-oss/agensgraph\r\n- blazegraph/database\r\n- ceramicstudio/js-composedb\r\n- cosh/fallen-8\r\n- degdb/degdb\r\n- dgraph-io/dgraph\r\n- dyedgreen/cqlite\r\n- fluree/db\r\n- gchq/Gaffer\r\n- hypergraphdb/hypergraphdb\r\n- jssmith/stigdb\r\n- krotik/eliasdb\r\n- kuzudb/kuzu\r\n- lambdazen/bitsy\r\n- memgraph/memgraph\r\n- microsoft/GraphEngine\r\n- neo4j/neo4j\r\n- orientechnologies/orientdb\r\n- polypheny/Polypheny-DB\r\n- quoll/asami\r\n- ragedb/ragedb\r\n- rayokota/hgraphdb\r\n- sones/sones\r\n- stellardb/StellarDB\r\n- stevedekorte/vertexdb\r\n- surrealdb/surrealdb\r\n- terminusdb/terminusdb\r\n- thinkaurelius/titan\r\n- twitter-archive/flockdb\r\n- vaticle/typedb\r\n- vesoft-inc/nebula\r\n- vesoft-inc/nebula\r\n\r\nLabel: Hierarchical\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- apache/iotdb\r\n- apache/zookeeper\r\n\r\nLabel: Key-value\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- Alachisoft/NCache\r\n- AlticeLabsProjects/kyoto\r\n- Amaury/AngstromDB\r\n- AntidoteDB/antidote\r\n- ArcadeData/arcadedb\r\n- Bobris/BTDB\r\n- BohuTANG/nessDB\r\n- DevrexLabs/OrigoDB\r\n- IceFireDB/IceFireDB\r\n- Incubaid/arakoon\r\n- KvrocksLabs/kvrocks\r\n- LMDB/lmdb\r\n- LineairDB/LineairDB\r\n- Nanolat/nldb\r\n- Netflix/EVCache\r\n- OpenHFT/Chronicle-Map\r\n- OpenTSDB/opentsdb\r\n- PumpkinDB/PumpkinDB\r\n- Qihoo360/pika\r\n- RichardHightower/slumberdb\r\n- STSSoft/STSdb4\r\n- Snapchat/KeyDB\r\n- Softmotions/ejdb\r\n- SparrowDb/sparrowdb\r\n- Tencent/Tendis\r\n- Treode/store\r\n- YosiSF/EinsteinDB\r\n- YottaDB/YDB\r\n- aerospike/aerospike-server\r\n- akrylysov/pogreb\r\n- alash3al/redix\r\n- apache/cassandra\r\n- apache/geode\r\n- apache/ignite\r\n- apache/kylin\r\n- apple/foundationdb\r\n- arangodb/arangodb\r\n- armink/FlashDB\r\n- avinassh/py-caskdb\r\n- badgerman/ennodb\r\n- basho/riak\r\n- basho/riak_kv\r\n- bergdb/bergdb\r\n- berkeleydb/libdb\r\n- beryldb/beryldb\r\n- bigchaindb/bigchaindb\r\n- bitnine-oss/agensgraph\r\n- bytedance/terarkdb\r\n- cachelot/cachelot\r\n- cbd/edis\r\n- cberner/redb\r\n- codenotary/immudb\r\n- confluentinc/ksql\r\n- couchbase/couchbase-lite-core\r\n- couchbase/forestdb\r\n- cruppstahl/upscaledb\r\n- datajaguar/jaguardb\r\n- datajaguar/jaguardb\r\n- deroproject/graviton\r\n- developit/histore\r\n- dgraph-io/badger\r\n- dgraph-io/badger\r\n- dlitz/resin\r\n- dragonflydb/dragonfly\r\n- ehcache/ehcache3\r\n- engula/engula\r\n- estraier/tkrzw\r\n- etcd-io/bbolt\r\n- etcd-io/bbolt\r\n- etcd-io/etcd\r\n- facebook/rocksdb\r\n- facebookarchive/beringei\r\n- genderev/assassin\r\n- gfredericks/quinedb\r\n- google/leveldb\r\n- goossaert/kingdb\r\n- griddb/griddb\r\n- gridgain/gridgain\r\n- gruns/ImmortalDB\r\n- gstrauss/mcdb\r\n- hazelcast/hazelcast\r\n- hhblaze/DBreeze\r\n- hibari/hibari\r\n- hivedb/hive\r\n- hoytech/quadrable\r\n- hthetiot/Tokyo-Tyrant\r\n- ideawu/ssdb\r\n- infinispan/infinispan\r\n- infoforcefeed/OlegDB\r\n- iondbproject/iondb\r\n- jakekgrog/GhostDB\r\n- jankotek/mapdb\r\n- jingwei/krati\r\n- justin-db/JustinDB\r\n- kashirin-alex/swc-db\r\n- khonsulabs/bonsaidb\r\n- krestenkrab/hanoidb\r\n- ledisdb/ledisdb\r\n- linkedin/PalDB\r\n- logicalclocks/rondb\r\n- marceloboeira/bojack\r\n- mbdavid/FileDB\r\n- mchidk/BinaryRage\r\n- memcached/memcached\r\n- microsoft/Extensible-Storage-Engine\r\n- microsoft/FASTER\r\n- nathanmarz/elephantdb\r\n- oleiade/Elevator\r\n- oleiade/trousseau\r\n- oracle/coherence\r\n- orbitdb/orbit-db\r\n- orientechnologies/orientdb\r\n- petermattis/pebble\r\n- photondb/photondb\r\n- pilgr/Paper\r\n- pingcap/tidb\r\n- prestodb/presto\r\n- prologic/bitcask\r\n- prometheus/prometheus\r\n- ravendb/ravendb\r\n- redis/redis\r\n- reductstore/reductstore\r\n- redwood/redwood\r\n- reesporte/bugfruit\r\n- rescrv/Consus\r\n- rescrv/HyperDex\r\n- rescrv/HyperLevelDB\r\n- reverbrain/elliptics\r\n- robmerrell/hipsterdb\r\n- roma/roma\r\n- roseduan/rosedb\r\n- sachin-sinha/BangDB\r\n- saurabh0719/elara\r\n- scalaris-team/scalaris\r\n- scalien/scaliendb\r\n- scylladb/scylla\r\n- simerplaha/SwayDB\r\n- skytable/skytable\r\n- spacejam/sled\r\n- speedb-io/speedb\r\n- spotify/heroic\r\n- stephenmcd/curiodb\r\n- stripe/sequins\r\n- surrealdb/echodb\r\n- symisc/unqlite\r\n- tarantool/tarantool\r\n- tidwall/buntdb\r\n- tidwall/redcon\r\n- tidwall/summitdb\r\n- tikv/agatedb\r\n- tikv/tikv\r\n- tomp2p/TomP2P\r\n- tonsky/datascript\r\n- tuxmonk/pupdb\r\n- vinniefalco/NuDB\r\n- vmware/splinterdb\r\n- voldemort/voldemort\r\n- willemt/pearldb\r\n- wiredtiger/wiredtiger\r\n- xap/xap\r\n- xujiajun/nutsdb\r\n- yahoo/HaloDB\r\n- yinqiwen/ardb\r\n- yugabyte/yugabyte-db\r\n- zopefoundation/ZODB\r\n\r\nLabel: Multivalue\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- cran/scidb\r\n- dioptre/rasdaman\r\n- gregjurman/openqm\r\n- jrmarino/AdaBase\r\n\r\nLabel: Native XML\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- BaseXdb/basex\r\n- eXist-db/exist\r\n- sedna/sedna\r\n\r\nLabel: Network\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- priitj/whitedb\r\n\r\nLabel: Object oriented\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- ADBSQL/AntDB\r\n- Bobris/BTDB\r\n- CUBRID/cubrid\r\n- CondensationDB/Condensation-java\r\n- DevrexLabs/OrigoDB\r\n- HydrasDB/hydra\r\n- ModeShape/modeshape\r\n- SapphireDb/SapphireDb\r\n- The-Alchemist/perst\r\n- VeloxDB/VeloxDB\r\n- apache/jackrabbit\r\n- atoti/atoti\r\n- authzed/spicedb\r\n- devrexlabs/memstate\r\n- edgedb/edgedb\r\n- etoile/CoreObject\r\n- fern4lvarez/piladb\r\n- gaia-platform/GaiaPlatform\r\n- iboxdb/db4o-gpl\r\n- jankotek/mapdb\r\n- kimchy/compass\r\n- markmeeus/MarcelloDB\r\n- morecraf/Siaqodb\r\n- neondatabase/neon\r\n- objectbox/objectbox-java\r\n- orientechnologies/orientdb\r\n- pilgr/Paper\r\n- pipelinedb/pipelinedb\r\n- realm/realm-core\r\n- tzaeschke/zoodb\r\n- zhihu/Matisse\r\n- zopefoundation/ZODB\r\n\r\nLabel: RDF\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- 4store/4store\r\n- BrightstarDB/BrightstarDB\r\n- apache/jena\r\n- arun1729/cog\r\n- blazegraph/database\r\n- cayleygraph/cayley\r\n- dajobe/librdf\r\n- dydra/dydra\r\n- eBay/akutan\r\n- eclipse/rdf4j\r\n- esarbanis/strabon\r\n- fluree/db\r\n- njh/redstore\r\n- quoll/mulgara\r\n- terminusdb/terminusdb\r\n\r\nLabel: Relational\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- 4paradigm/OpenMLDB\r\n- ADBSQL/AntDB\r\n- AILab-FOI/akdb\r\n- ALTIBASE/altibase\r\n- AlaSQL/alasql\r\n- BTrDB/btrdb-server\r\n- CUBRID/cubrid\r\n- CeresDB/ceresdb\r\n- ClickHouse/ClickHouse\r\n- CovenantSQL/CovenantSQL\r\n- CptTZ/SmallSQL\r\n- DaveVoorhis/Rel\r\n- DeepFound/deep_engine\r\n- DevrexLabs/OrigoDB\r\n- Expensify/Bedrock\r\n- FirebirdSQL/firebird\r\n- GreatSQL/GreatSQL\r\n- HydrasDB/hydra\r\n- JakSprats/Alchemy-Database\r\n- JuliaData/JuliaDB.jl\r\n- LinkedInAttic/sensei\r\n- MariaDB/server\r\n- Mckoi/origsqldb\r\n- MonetDB/MonetDB\r\n- Postgres-XL/Postgres-XL\r\n- RedBeardLab/rediSQL\r\n- SnappyDataInc/snappydata\r\n- StarRocks/StarRocks\r\n- StoneAtom/stonedb\r\n- VoltDB/voltdb\r\n- alexraffy/sksql\r\n- antonmks/Alenka\r\n- apache/arrow-datafusion\r\n- apache/derby\r\n- apache/doris\r\n- apache/druid\r\n- apache/hawq\r\n- apache/hive\r\n- apache/impala\r\n- apache/incubator-retired-quickstep\r\n- apache/kudu\r\n- apache/kylin\r\n- apache/phoenix\r\n- apache/pinot\r\n- apache/shardingsphere\r\n- apache/spark\r\n- apache/tajo\r\n- apache/trafodion\r\n- apavlo/h-store\r\n- apavlo/metalbase\r\n- baidu/BaikalDB\r\n- beardedeagle/mnesiac\r\n- biokoda/actordb\r\n- bitnine-oss/agensgraph\r\n- blazingdb/pyBlazing\r\n- bloomberg/comdb2\r\n- canonical/dqlite\r\n- cashapp/pranadb\r\n- citusdata/citus\r\n- cmu-db/bustub\r\n- cmu-db/noisepage\r\n- cnosdb/cnosdb\r\n- cockroachdb/cockroach\r\n- codemix/ts-sql\r\n- coilhq/tigerbeetle\r\n- confluentinc/ksql\r\n- cozodb/cozo\r\n- cswinter/LocustDB\r\n- datafuselabs/databend\r\n- diennea/herddb\r\n- dolthub/dolt\r\n- dreamdbvilas/wonderdb\r\n- dremio/dremio-oss\r\n- duckdb/duckdb\r\n- edgelesssys/edgelessdb\r\n- elasql/elasql\r\n- elliotchance/vsql\r\n- eventql/eventql\r\n- facebookincubator/velox\r\n- featurebasedb/featurebase\r\n- firebolt-db/firebolt-python-sdk\r\n- fluree/db\r\n- fosslc/Ingres\r\n- ggaughan/ThinkSQL\r\n- google/lovefield\r\n- greenplum-db/gpdb\r\n- h2database/h2database\r\n- heavyai/heavydb\r\n- heavyai/heavydb\r\n- hstreamdb/hstream\r\n- hyrise/hyrise\r\n- infinidb/infinidb\r\n- infinisql/infinisql\r\n- jonahharris/osdb-beaglesql\r\n- jonahharris/osdb-typhoon\r\n- kelindar/column\r\n- kkuchta/tabdb\r\n- lealone/Lealone\r\n- lsst/qserv\r\n- m3db/m3\r\n- manticoresoftware/manticoresearch\r\n- marsupialtail/quokka\r\n- matrixorigin/matrixone\r\n- mattbostock/timbala\r\n- mozilla/mentat\r\n- mysql/mysql-server\r\n- neondatabase/neon\r\n- njaard/sonnerie\r\n- oceanbase/oceanbase\r\n- opengauss-mirror/openGauss-server\r\n- pentaho/mondrian\r\n- percona/percona-server\r\n- percona/tokudb-engine\r\n- pingcap/tidb\r\n- pinusdb/pinusdb\r\n- pipelinedb/pipelinedb\r\n- polypheny/Polypheny-DB\r\n- postgres/postgres\r\n- ppml38/icecoal\r\n- prestodb/presto\r\n- prestodb/presto\r\n- qikkDB/qikkdb\r\n- questdb/questdb\r\n- radare/sdb\r\n- radondb/radon\r\n- rayokota/kareldb\r\n- risinglightdb/risinglight\r\n- risingwavelabs/risingwave\r\n- rqlite/rqlite\r\n- ryenus/hsqldb\r\n- sameeragarwal/blinkdb\r\n- splicemachine/spliceengine\r\n- splitgraph/seafowl\r\n- sql-js/sql.js\r\n- sqlite/sqlite\r\n- stellarsql/StellarSQL\r\n- stephentu/silo\r\n- taosdata/TDengine\r\n- tensorbase/tensorbase\r\n- tinyplex/tinybase\r\n- traildb/traildb\r\n- trinodb/trino\r\n- twitter-archive/snowflake\r\n- uber/aresdb\r\n- vectorengine/vectorsql\r\n- vitessio/vitess\r\n- yaledb/calvin\r\n- ydb-platform/ydb\r\n- yugabyte/yugabyte-db\r\n- yxymit/DBx1000\r\n- zettadb/kunlun\r\n\r\nLabel: Search engine\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- apache/solr\r\n- elastic/elasticsearch\r\n- manticoresoftware/manticoresearch\r\n- marqo-ai/marqo\r\n- meilisearch/meilisearch\r\n- milvus-io/milvus\r\n- opensearch-project/OpenSearch\r\n- qdrant/qdrant\r\n- semi-technologies/weaviate\r\n- sphinxsearch/sphinx\r\n- typesense/typesense\r\n- xapian/xapian\r\n\r\nLabel: Spatial DBMS\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- geomesa/geomesa-geoserver\r\n- illarionov/SpatiaLite\r\n- orbisgis/h2gis\r\n- postgis/postgis\r\n\r\nLabel: Time Series\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- ArcadeData/arcadedb\r\n- GreptimeTeam/greptimedb\r\n- KxSystems/kdb\r\n- OpenNMS/newts\r\n- OpenTSDB/opentsdb\r\n- SiriDB/siridb-server\r\n- VictoriaMetrics/VictoriaMetrics\r\n- apache/iotdb\r\n- graphite-project/graphite-web\r\n- griddb/griddb\r\n- hawkular/hawkular-metrics\r\n- influxdata/influxdb\r\n- kairosdb/kairosdb\r\n- m3db/m3\r\n- oetiker/rrdtool-1.x\r\n- prometheus/prometheus\r\n- questdb/questdb\r\n- rackerlabs/blueflood\r\n- radicalbit/NSDb\r\n- senx/warp10-platform\r\n- sitewhere/sitewhere\r\n- spotify/heroic\r\n- taosdata/TDengine\r\n- timescale/timescaledb\r\n\r\nLabel: Wide column\r\n\r\nType: Tech-1\r\n\r\nRepos:\r\n\r\n- MonetDB/MonetDB\r\n- VictoriaMetrics/VictoriaMetrics\r\n- apache/accumulo\r\n- apache/cassandra\r\n- apache/drill\r\n- apache/druid\r\n- apache/hbase\r\n- apache/trafodion\r\n- baidu/tera\r\n- delta-io/delta\r\n- eleme/lindb\r\n- hypertable/hypertable\r\n- influxdata/influxdb\r\n- kashirin-alex/swc-db\r\n- polarsignals/frostdb\r\n- prestodb/presto\r\n- scylladb/scylla\r\n- scylladb/scylla\r\n- strapdata/elassandra\r\n\r\n"
}
},
{
"id": "744165121",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 93,
"deletions": 38,
"changed_files": 1,
"base_ref": "master",
"title": "notebook: update xsosi",
"body": "Update XSOSI notebook for 2023.3",
"number": 1244,
"head_ref": "master",
"__updated_at": "2023-04-05T12:01:46.000Z",
"head_name": "frank-zsy/open-digger",
"commits": 1,
"id": "288431943_1244",
"head_id": 288432479
}
},
{
"id": "742698168",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 146,
"deletions": 0,
"changed_files": 2,
"base_ref": "master",
"title": "feat: add issue comment TFIDF similarity metrics and issue comment Ja…",
"body": "This PR adds the metric about actors' comment TFIDF similarity and actors' Jaccard similarity.\r\n",
"number": 1242,
"head_ref": "master",
"__updated_at": "2023-04-26T03:36:48.000Z",
"head_name": "bifenglin/open-digger",
"commits": 1,
"id": "288431943_1242",
"head_id": 586886680
}
},
{
"id": "51130898",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-28T06:18:57.000Z",
"id": 15813364,
"login": "bifenglin"
}
},
{
"id": "742701903",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1243,
"__updated_at": "2023-04-08T01:54:42.000Z",
"id": "288431943_1243",
"title": "[Question] The scope of the actor metrics",
"body": "### Description\n\n I wanna implement a requirement about the similarity of the actors using Python. I'm not sure how to define the scope of actors, just like the TODO method `getSelectedActors()` in PR https://github.com/X-lab2017/open-digger/pull/1242. "
}
},
{
"id": "742288261",
"label": "github_change_request",
"nodeType": "github_change_request",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_change_request",
"GI_TYPE": "github_change_request",
"additions": 91,
"deletions": 0,
"changed_files": 1,
"base_ref": "master",
"title": "labeled data: add oss101 data",
"body": "\r\nHi, this PR added ecnu-oss101-2023-spring label data submitted in previous issues.\r\nclose https://github.com/X-lab2017/open-digger/issues/1217",
"number": 1241,
"head_ref": "labeldata/oss101",
"__updated_at": "2023-04-11T01:29:05.000Z",
"commits": 4,
"head_name": "Zzzzzhuzhiwei/open-digger",
"id": "288431943_1241",
"head_id": 550687035
}
},
{
"id": "741566250",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1239,
"__updated_at": "2023-04-24T04:00:02.000Z",
"id": "288431943_1239",
"title": "[WeeklyReport] Weekly report for open-digger 3/20/2023 to 3/27/2023",
"body": "# Weekly Report of open-digger\n\nThis is a weekly report of open-digger. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.\n\n## Repo Overview\n\n### Basic data\n\nBaisc data shows how the watch, star, fork and contributors count changed in the passed week.\n\n| Watch | Star | Fork | Contributors |\n|:-----:|:----:|:----:|:------------:|\n| 19 | 241 (-) | 66 (-) | 34 (-) |\n\n### Issues & PRs\n\nIssues & PRs show the new/closed issues/pull requests count in the passed week.\n\n| New Issues | Closed Issues | New PR | Merged PR |\n|:----------:|:-------------:|:------:|:---------:|\n| 4 | 4 | 1 | 2 |\n\n## PR Overview\n\nThanks to contributions from community, **2** pull requests was merged in the repository last week. They are:\n\n| Contributor ID | Count | Pull Requests |\n|:--------------:|:-----:|:-------------|\n| @xgdyp | 1 | #1236 update label data add new group to alibaba and fit2cloud <br> |\n| @yanchaomei | 1 | #1229 [Docs] synchronizes chinese version README wht English version <br> |\n\n\n## Code Review Statistics\n\nopen-digger encourages everyone to participant in code review, in order to improve software quality.\nThis robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.\n\n| Contributor ID | Pull Request Reviews |\n|:--------------:|:--------------------:|\n\n\n## New Contributors\n\nWe have no new contributors in this project this week.\nopen-digger team encourages everything about contribution from community.\nFor more details, please refer to https://github.com/X-lab2017/open-digger/blob/master/CONTRIBUTING.md .\n"
}
},
{
"id": "727756126",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1217,
"__updated_at": "2023-04-11T01:29:05.000Z",
"id": "288431943_1217",
"title": "[Label Data] ECNU-OSS101-2023-Spring-Class ",
"body": "### Label\n\ncommunities/ecnu-oss101-2023-spring\n\n### Type\n\noss101 course learners\n\n### Repos/Orgs/Users\n\n- ecnu-oss101-2023-spring\n\n### Other information\n\n_No response_"
}
},
{
"id": "706535197",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 1136,
"__updated_at": "2023-01-12T04:00:03.000Z",
"id": "288431943_1136",
"title": "[Data] Add more label data for Database technical area labled on DB-Engines Ranking in Jan, 2023.",
"body": "<!-- Please help us help you by filling out the following sections as thoroughly as you can. If you have additional information, you can adjust the issue structure yourself -->\r\n\r\nI want to add some labeled data into OpenDigger to help us for our community analysis.\r\nThe data is based on [DB-Engines](https://db-engines.com/en/ranking) in Jan, 2023. It is an **incremental** version of labeled data submited in https://github.com/X-lab2017/open-digger/issues/1093, which is based on DB-Engines Open Soure DBMS in Dec, 2022.\r\n\r\nFilter conditions: `Rankings in the DB-Engines Rankings table in Jan, 2023` and `has repository on GitHub` and `not labled yet`.\r\n\r\nNotes: The DBMS labeled dataset will keep updating at [birdflyi](https://github.com/birdflyi)/[db_engines_ranking_table_crawling](https://github.com/birdflyi/db_engines_ranking_table_crawling). The list below is auto-generated by [wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue](https://github.com/birdflyi/wiget_autogen_issue_body_for_opendigger_submiting_labeled_data_issue).\r\n\r\n<!-- What do you want to label the following data, like 'Apache Software Foundation', 'Linux Foundation', 'Chinese', 'Microsoft'... -->\r\nLabel: Key-value\r\n\r\n<!-- 'Region', 'Company', 'Community', 'Project', 'Foundation' -->\r\nType: Tech-1\r\n\r\n<!-- For example, 'microsoft/vscode'. If you fill them in, it means that you think the data has the label you filled above. \r\nMake sure every data line starts with '- ' like:\r\n\r\nRepos:\r\n- microsoft/vscode\r\n- kubernetes/kubernetes\r\n\r\n-->\r\nRepos:\r\n\r\n- skytable/skytable\r\n"
}
},
{
"id": "597432075",
"label": "github_issue",
"nodeType": "github_issue",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_issue",
"GI_TYPE": "github_issue",
"number": 864,
"__updated_at": "2022-06-09T01:20:06.000Z",
"id": "288431943_864",
"title": "[Labeled data] Need to add X-lab members into OpenDigger",
"body": "For more convenient management in X-lab, we also need to add X-lab members labeled data into OpenDigger to better analysis in the future. Please feel free to add your name and account in this issue."
}
},
{
"id": "146046711",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-27T04:33:35.000Z",
"id": 40034603,
"login": "TieWay59"
}
},
{
"id": "482462796",
"label": "github_actor",
"nodeType": "github_actor",
"nodeTypeKeyFromProperties": "GI_TYPE",
"data": {
"label": "github_actor",
"GI_TYPE": "github_actor",
"__updated_at": "2023-06-26T03:33:01.000Z",
"id": 90242019,
"login": "Bruce-Jay"
}
}
],
"edges": [
{
"id": "1821083982",
"source": "329882577",
"target": "756754491",
"label": "has_issue_change_request",
"edgeType": "has_issue_change_request",
"edgeTypeKeyFromProperties": "GI_TYPE",
"data": {
"source": "329882577",
"target": "756754491",
"GI_TYPE": "has_issue_change_request"
}
},
{
"id": "1821551477",
"source": "136576038",
"target": "756754491",
"label": "comment",
"edgeType": "comment",
"edgeTypeKeyFromProperties": "GI_TYPE",
"data": {
"source": "136576038",
"target": "756754491",
"GI_TYPE": "comment",
"hour": 14,
"month": 4,
"year": 2023,
"id": 1528950778,
"body": "Shown here is the text information in issue or pr. And it is raw markdown table format. \r\n",
"day": 30
}
},
{
"id": "1821092554",
"source": "681192488",
"target": "756754491",
"label": "open",
"edgeType": "open",
"edgeTypeKeyFromProperties": "GI_TYPE",
"data": {
"source": "681192488",
"target": "756754491",
"GI_TYPE": "open",