-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.json
881 lines (881 loc) · 34.8 KB
/
index.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
{
"acc-ext-generator": {
"name": "Accelerate Data Generator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Accelerate Data Generator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.41",
"date": "2023-01-10T22:41:39.922Z",
"image": "urbancode/acc-ext-generator:1.0.41",
"notes": [
"Remove need to manually specify User Access Key"
],
"supports": "4.0.5"
}
},
"appscanPlugin": {
"name": "HCL AppScan Enterprise (ASE)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-appscan/",
"description": "Allows UrbanCode Velocity to import AppScan scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.51",
"date": "2024-04-04T08:34:18.805Z",
"image": "urbancode/ucv-ext-appscan:2.0.51",
"notes": [
"<b>Bug Fix:</b> In earlier version of plugin data into HCL AppScan Enterprise Issues metrics was not showing in VSM."
],
"supports": "2.5.0"
}
},
"asocPlugin": {
"name": "HCL AppScan on Cloud (ASoC)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-asoc/",
"description": "Allows UrbanCode Velocity to import ASoC scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "3.0.25",
"date": "2024-11-20T04:51:29.135Z",
"image": "urbancode/ucv-ext-asoc:3.0.25",
"notes": [
"Upgraded plugin to support ASOC API version from V2 to V4, as V2 API are deprecated by ASOC"
],
"supports": "2.5.0"
}
},
"blackDuckPlugin": {
"name": "Black Duck",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-blackduck/",
"description": "This is a plugin to handle Black Duck requirement for UrbanCode Velocity",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.21",
"date": "2022-05-31T14:09:16.498Z",
"image": "urbancode/ucv-ext-blackduck:1.0.21",
"notes": [
"minor fix"
]
}
},
"coverageCorePlugin": {
"name": "Coverage Core",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-coverage-core/",
"description": "Allows UrbanCode Velocity to import Coverage Core coverage reports as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.44",
"date": "2024-11-04T07:26:42.118Z",
"image": "urbancode/ucv-ext-coverage-core:1.0.44",
"notes": [
"fixed issue for Code Coverage plugin not supporting clover xml format"
]
}
},
"jmeterPlugin": {
"name": "Apache JMeter",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jmeter/",
"description": "Allows UrbanCode Velocity to import JMeter test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.62",
"date": "2024-06-12T06:54:21.038Z",
"image": "urbancode/ucv-ext-jmeter:1.0.62",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"junitPlugin": {
"name": "JUnit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-junit/",
"description": "Allows UrbanCode Velocity to import JUnit test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.84",
"date": "2024-07-03T09:30:03.807Z",
"image": "urbancode/ucv-ext-junit:1.0.84",
"notes": [
"Updated the metric plugins in production to align with the new Argo-less framework."
]
}
},
"msQualityPlugin": {
"name": "Microsoft Visual Studio Testing",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Allows UrbanCode Velocity to import VS Quality test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.49",
"date": "2024-06-11T10:22:05.379Z",
"image": "urbancode/ucv-ext-vs-quality:1.0.49",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"onetestPlugin": {
"name": "HCL OneTest",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-onetest/",
"description": "Allows UrbanCode Velocity to import OneTest test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.40",
"date": "2024-06-11T11:20:45.835Z",
"image": "urbancode/ucv-ext-onetest:1.0.40",
"notes": [
"npm wrapper version update for Argo Replacement"
],
"supports": "2.5.0"
}
},
"release_summary_ibm": {
"name": "GenAI Summary Release - IBM",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Generates a summary of the current state of work for active releases",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.3",
"date": "2024-09-05T08:55:26.150Z",
"image": "urbancode/ucv-ext-release-summary-ibm:1.0.3",
"notes": [
"Fixed issue to load the plugin to DevOps Velocity"
]
}
},
"release_summary_openai": {
"name": "GenAI Summary Release - OpenAI",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Generates a summary of the current state of work for active releases",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2024-08-13T13:40:36.199Z",
"image": "urbancode/ucv-ext-release-summary-openai:1.0.1",
"notes": [
"."
]
}
},
"sonarqubePlugin": {
"name": "SonarQube",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-sonarqube/",
"description": "Allows UrbanCode Velocity to handle incoming SonarQube data.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.65",
"date": "2022-03-31T06:23:36.335Z",
"image": "urbancode/ucv-ext-sonarqube:1.0.65",
"notes": [
"Reduced Vulnerabilities"
]
}
},
"testngPlugin": {
"name": "TestNG",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-testng/",
"description": "Allows UrbanCode Velocity to import TestNG test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.41",
"date": "2024-06-12T06:27:30.891Z",
"image": "urbancode/ucv-ext-testng:1.0.41",
"notes": [
"npm wrapper version update for Argo replacement"
]
}
},
"twistlockPlugin": {
"name": "Twistlock",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-twistlock/",
"description": "Allows UrbanCode Velocity to import Twistlock test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.51",
"date": "2024-06-12T07:46:14.836Z",
"image": "urbancode/ucv-ext-twistlock:1.0.51",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"ucv-ext-agility": {
"name": "Digital.ai Agility",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-agility/",
"description": "The Digital.ai Agility plug-in imports and synchronizes work items from a Digital.ai Agility server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.29",
"date": "2023-01-02T08:50:02.692Z",
"image": "urbancode/ucv-ext-agility:1.0.29",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Digital.ai Agility Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:ALM is the plugin category of Digital.ai Agility.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-aha": {
"name": "Aha!",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Syncs features and releases related data from Aha!",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2023-12-19T01:20:31.123Z",
"image": "urbancode/ucv-ext-aha:1.0.1",
"notes": [
"Update business value of associated Jira items."
],
"supports": "5.0.0"
}
},
"ucv-ext-azure": {
"name": "Azure DevOps",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-azure/",
"description": "Allows UrbanCode Velocity to sync Azure DevOps resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.0.44",
"date": "2024-07-05T08:22:52.309Z",
"image": "urbancode/ucv-ext-azure:4.0.44",
"notes": [
"Upload builds based on the repository."
],
"supports": "2.5.0"
}
},
"ucv-ext-bitbucket-cloud": {
"name": "Bitbucket Cloud",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Synchronizes pull requests and commit data from a Bitbucket cloud instance.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.29",
"date": "2022-12-27T12:01:43.019Z",
"image": "urbancode/ucv-ext-bitbucket-cloud:1.0.29",
"notes": [
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-bitbucket-server": {
"name": "Bitbucket Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-bitbucket-server/",
"description": "Allows UrbanCode Velocity to sync Bitbucket resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.26",
"date": "2022-11-08T06:53:33.174Z",
"image": "urbancode/ucv-ext-bitbucket-server:1.1.26",
"notes": [
"<b>Added Regular Expression for Additional branch</b>"
],
"supports": "2.5.0"
}
},
"ucv-ext-bottleneck-detection": {
"name": "Bottleneck Detection",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Detect bottlenecks in a Velocity value stream",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.3",
"date": "2024-03-13T13:06:52.085Z",
"image": "urbancode/ucv-ext-bottleneck-detection:1.0.3",
"notes": [
"<b>Removed Manual User Access Key:</b>From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Minor Enhancement:</b> We can now identify bottlenecks for individual value streams, resolving the issue of occasionally encountering failures when attempting to identify bottlenecks for all value streams simultaneously."
]
}
},
"ucv-ext-circleci": {
"name": "CircleCI",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "The CircleCI plug-in imports and synchronizes CI/CD data from CircleCI.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.24",
"date": "2022-12-27T08:54:17.836Z",
"image": "urbancode/ucv-ext-circleci:1.0.24",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Circleci Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:Build and Deploy are the plugin category of Circleci.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-compass": {
"name": "DevOps Plan Plugin",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-compass/",
"description": "The DevOps Plan plug-in imports and synchronizes issues from an DevOps Plan server into an DevOps Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.55",
"date": "2024-10-23T05:44:56.112Z",
"image": "urbancode/ucv-ext-compass:1.1.55",
"notes": [
"Initial Release of Plan Plugin"
],
"supports": "2.5.0"
}
},
"ucv-ext-control": {
"name": "Control",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-control",
"description": "Sync pull request, commit and issues from Control",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.2",
"date": "2024-10-21T10:29:52.192Z",
"image": "urbancode/ucv-ext-control:1.0.2",
"notes": [
"Initial Release for Control Plugin"
]
}
},
"ucv-ext-cucumber": {
"name": "Cucumber",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-cucumber/",
"description": "This is a plugin to handle incoming cucumber data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.39",
"date": "2024-06-11T09:09:17.560Z",
"image": "urbancode/ucv-ext-cucumber:1.0.39",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"ucv-ext-cypress": {
"name": "Cypress",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This is a plugin to handle Cypress data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2024-08-14T18:50:33.436Z",
"image": "urbancode/ucv-ext-cypress:1.0.1",
"notes": [
"Implemented Parsing for Cypress XML and JSON formats"
]
}
},
"ucv-ext-dependabot": {
"name": "GitHub Dependabot",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Sync vulnerabilities data from Github.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.2",
"date": "2022-04-18T08:19:04.668Z",
"image": "urbancode/ucv-ext-dependabot:1.0.2",
"notes": [
"Syncs with GitHub Plugin to get Dependency Vulnerabilities",
"Show data in metrics bar",
"Show data in insights",
"Used GraphQL queries",
"GitHub Personal access token required"
]
}
},
"ucv-ext-ewm": {
"name": "IBM Engineering Workflow Management (EWM)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-ewm/",
"description": "The EWM plug-in imports work item from an IBM EWM respository as issues in the UrbanCode Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.32",
"date": "2024-08-14T08:47:07.720Z",
"image": "urbancode/ucv-ext-ewm:1.1.32",
"notes": [
"Fixed an issue where invalid date formats were causing errors in date processing due to a change in the EWM API date format."
]
}
},
"ucv-ext-fortify-ssc": {
"name": "Fortify SSC",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "The Fortify SSC plug-in handles incoming data from Fortify SSC server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.19",
"date": "2022-09-22T01:33:10.491Z",
"image": "urbancode/ucv-ext-fortify-ssc:1.0.19",
"notes": [
"<b>Added WorkflowId:</b> Under the hidden properties section of add integration page for the plugin a Workflow ID field is added. This field is optional and can be used to provide WorkflowId - the ID of a Value Stream (VSM )to which the vulnerability data is associated."
],
"supports": "2.5.0"
}
},
"ucv-ext-generator": {
"name": "DevOps Velocity Data Generator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "DevOps Velocity Data Generator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.51",
"date": "2024-06-13T03:50:53.864Z",
"image": "urbancode/ucv-ext-generator:1.0.51",
"notes": [
"It is now compatible with new Argo framework."
],
"supports": "4.0.5"
}
},
"ucv-ext-github": {
"name": "Github",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-github/",
"description": "Allows UrbanCode Velocity to sync Github resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.4.19",
"date": "2024-09-06T08:02:34.437Z",
"image": "urbancode/ucv-ext-github:1.4.19",
"notes": [
"Our current version of GitHub (ucv-ext-github:1.4.19) only supports Velocity versions 5.0.8 and higher"
],
"supports": "5.0.8"
}
},
"ucv-ext-gitlab": {
"name": "GitLab",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-gitlab/",
"description": "Allows UrbanCode Velocity to sync commits and merge requests from GitLab.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.2.68",
"date": "2024-03-07T03:41:03.937Z",
"image": "urbancode/ucv-ext-gitlab:2.2.68",
"notes": [
"<b>Minor bug fix:</b> Dynamically getting type of Issue."
],
"supports": "2.5.0"
}
},
"ucv-ext-handlebars-reporter": {
"name": "Handlebars Reporter",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-handlebars-reporter/",
"description": "This plugin will take a Handlebars template and a context generator to create UCV reports",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.1",
"date": "2022-11-18T15:06:32.999Z",
"image": "urbancode/ucv-ext-handlebars-reporter:2.0.1",
"notes": [
"Remove required UAK in favor of dynamically generated UAK"
],
"supports": "4.0.4"
}
},
"ucv-ext-jenkins": {
"name": "Jenkins",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jenkins/",
"description": "The Jenkins plugin imports jobs and builds from a Jenkins server. It also runs Jenkins jobs as automation tasks.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.7",
"date": "2024-06-10T10:37:45.783Z",
"image": "urbancode/ucv-ext-jenkins:1.1.7",
"notes": [
"<b>Minor bug fix:</b> The Jenkins task in deployment remains incomplete when the Velocity instance goes down during deployment. When the instance comes back online with the new version, the task still does not get marked as complete."
],
"supports": "4.0.9"
}
},
"ucv-ext-jira": {
"name": "Jira",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jira/",
"description": "Allows UrbanCode Velocity to sync Jira resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.3.17",
"date": "2024-04-04T10:17:47.484Z",
"image": "urbancode/ucv-ext-jira:2.3.17",
"notes": [
"<b>Bug fix:</b> Added Proxyserver changes"
],
"supports": "3.1.0"
}
},
"ucv-ext-jira-service-management": {
"name": "Jira Service Management",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Imports incidents from a Jira Service Management instance.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2023-12-19T01:36:50.640Z",
"image": "urbancode/ucv-ext-jira-service-management:1.0.1",
"notes": [
"Sync incidents."
],
"supports": "5.0.0"
}
},
"ucv-ext-leankit": {
"name": "LeanKit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This plug-in imports data from LeanKit",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-04-05T18:18:59.477Z",
"image": "urbancode/ucv-ext-leankit:1.0.1",
"notes": [
"Retrieves Leankit Cards details",
"Fetch multiple board cards"
]
}
},
"ucv-ext-milestone-risk-estimator": {
"name": "Risk Estimator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-milestone-risk-estimator",
"description": "Probabilistic Risk Estimator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.2",
"date": "2024-10-16T12:07:05.888Z",
"image": "urbancode/ucv-ext-milestone-risk-estimator:2.0.2",
"notes": [
"Memory bound and description on tooltip"
]
}
},
"ucv-ext-njs-unit": {
"name": "Njs-Unit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This is a plugin to handle XML/Json types of data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.4",
"date": "2024-08-16T07:40:06.029Z",
"image": "urbancode/ucv-ext-njs-unit:1.0.4",
"notes": [
"Implemented XML/JSON parsing support for four different unit test frameworks: Mocha, Jest, Node-tap, and Tape."
]
}
},
"ucv-ext-onetest-server": {
"name": "HCL OneTest Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-onetest-server/",
"description": "Allows UrbanCode Velocity to import HCL OneTest Server scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.27",
"date": "2024-04-09T09:34:14.365Z",
"image": "urbancode/ucv-ext-onetest-server:1.0.27",
"notes": [
"<b>Rebranding</b>: Name of the plugin is changed from HCL OneTest Server to HCL DevOps Test Server."
],
"supports": "2.5.0"
}
},
"ucv-ext-rally": {
"name": "Rally",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-rally/",
"description": "Allows UrbanCode Velocity to sync Rally resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.43",
"date": "2022-12-27T06:56:58.622Z",
"image": "urbancode/ucv-ext-rally:1.0.43",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Rally Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:ALM is the plugin category of Rally.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-rtas": {
"name": "Rational Test Automation Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-rtas/",
"description": "Allows UrbanCode Velocity to sync RTAS metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.34",
"date": "2023-07-21T09:20:30.131Z",
"image": "urbancode/ucv-ext-rtas:1.0.34",
"notes": [
"<b>Minor bug fix:</b>Fixed bug related to test results URL generated in plugin.",
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Added WorkflowId:</b> Under the hidden properties section of add integration page for rational-test-automation-server plugin a Workflow ID field is added. This field is optional and can be used to provide HCL Accelerate WorkflowId - the ID of a Value Stream (VSM )to which rational-test-automation-server vulnerability data is associated."
]
}
},
"ucv-ext-sap-charm": {
"name": "SAP Charm",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Sync issue data from Jira and SAP.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-09-01T11:16:52.221Z",
"image": "urbancode/ucv-ext-sap-charm:1.0.1",
"notes": [
"Initial release syncs SAP Normal changes with Jira issues"
],
"supports": "2.5.0"
}
},
"ucv-ext-servicenow": {
"name": "ServiceNow",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-servicenow/",
"description": "Allows UrbanCode Velocity to sync change requests and incident from ServiceNow.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.10",
"date": "2024-11-20T09:04:34.296Z",
"image": "urbancode/ucv-ext-servicenow:1.1.10",
"notes": [
"All scheduled events have been combined into a single unified event, improving performance. This reduces redundancy and simplifies configuration for users"
],
"supports": "5.0.2"
}
},
"ucv-ext-shell": {
"name": "Shell",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This plugin will execute simple shell scripts",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "0.0.34",
"date": "2024-04-04T11:53:11.379Z",
"image": "urbancode/ucv-ext-shell:0.0.34",
"notes": [
"<b>Minor enhancement in code</b>: Enabled to throw error logs while executing shell automation task."
]
}
},
"ucv-ext-snyk": {
"name": "Snyk",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Sync vulnerabilities data from Snyk.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-04-29T06:39:00.728Z",
"image": "urbancode/ucv-ext-snyk:1.0.1",
"notes": [
"Imports Snyk vulnerability data",
"Works with GitHub,GitLab and Bitbucket integrations",
"Vulnerabilities will be displayed as Application vulnerabilities in metrics bar"
]
}
},
"ucv-ext-ucd": {
"name": "UbranCode Deploy",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Sync applications, components, snapshots, environments, inventories, and application processes related data from UrbanCode Deploy server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.0.9",
"date": "2024-07-15T12:06:55.246Z",
"image": "urbancode/ucv-ext-ucd:4.0.9",
"notes": [
"Releasing again for prev version changes"
],
"supports": "4.0.13"
}
},
"ucv-ext-versionone": {
"name": "CollabNet VersionOne",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-versionone/",
"description": "Allows UrbanCode Velocity to sync work items from CollabNet VersionOne.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.11",
"date": "2020-05-22T14:01:13.555Z",
"image": "urbancode/ucv-ext-versionone:1.0.11",
"notes": [
"Added support for teams, backlog group, portfolio"
]
}
},
"ucv-ext-whitesource": {
"name": "WhiteSource",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "This plug-in imports data from WhiteSource",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.15",
"date": "2022-03-29T06:29:48.071Z",
"image": "urbancode/ucv-ext-whitesource:2.0.15",
"notes": [
"Converted to scheduled event plugin",
"Added custom field mapping for pipeline",
"Works on product and project level"
]
}
},
"ucv-ext-yaml-executor": {
"name": "YAML Executor",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-yaml-executor/",
"description": "YAML Executor plugin.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "0.0.6",
"date": "2023-09-01T11:12:32.719Z",
"image": "urbancode/ucv-ext-yaml-executor:0.0.6",
"notes": [
"Started using timeSpan for Initial Sync date."
],
"supports": "4.0.0"
}
}
}