-
Notifications
You must be signed in to change notification settings - Fork 0
/
redhatRepos.json
7603 lines (7603 loc) · 262 KB
/
redhatRepos.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
{
"AcroBot": {
"kind": "gerritcodereview#project",
"id": "AcroBot",
"description": "AcroBot repo"
},
"Augusta": {
"kind": "gerritcodereview#project",
"id": "Augusta",
"description": "IT-CE\u0026E Development repo.\nPrimary contact: Craig Stanford"
},
"BugzillaAudit": {
"kind": "gerritcodereview#project",
"id": "BugzillaAudit"
},
"BugzillaLoadTest": {
"kind": "gerritcodereview#project",
"id": "BugzillaLoadTest",
"description": "Bugzilla load testing utility."
},
"BugzillaMetrics": {
"kind": "gerritcodereview#project",
"id": "BugzillaMetrics"
},
"Caracalla": {
"kind": "gerritcodereview#project",
"id": "Caracalla",
"description": "GSS Development repo.\nPrimary contact: Craig Stanford"
},
"CheshireCat": {
"kind": "gerritcodereview#project",
"id": "CheshireCat",
"description": "Web-based CRM that use GIT as a data backend. Primary Contact: [email protected]"
},
"CheshireCat-RedHatInternal": {
"kind": "gerritcodereview#project",
"id": "CheshireCat-RedHatInternal",
"description": "Web-based CRM that use GIT as a data backend. Primary Contact: [email protected]"
},
"Conflux-EDW": {
"kind": "gerritcodereview#project",
"id": "Conflux-EDW",
"description": "This repo is used for Conflux EDW code management."
},
"Conflux-MDM": {
"kind": "gerritcodereview#project",
"id": "Conflux-MDM",
"description": "This repo is used for Conflux MDM code management."
},
"ECS_Docs-Describing_Errata_Release_and_Technical_Notes": {
"kind": "gerritcodereview#project",
"id": "ECS_Docs-Describing_Errata_Release_and_Technical_Notes",
"description": "A guide to documenting software updates in Bugzilla and the Errata Tool."
},
"ECS_Peer_Handbook": {
"kind": "gerritcodereview#project",
"id": "ECS_Peer_Handbook",
"description": "A guide to help ECS Brno peers to provide a new hire guidance through their first week in Red Hat, ECS Brno team; and a support guide for ECS Brno members during system updates and system settings."
},
"ESO": {
"kind": "gerritcodereview#project",
"id": "ESO"
},
"ESO-Perl-setup": {
"kind": "gerritcodereview#project",
"id": "ESO-Perl-setup"
},
"ESO_Error_Pages": {
"kind": "gerritcodereview#project",
"id": "ESO_Error_Pages"
},
"ESO_Performance": {
"kind": "gerritcodereview#project",
"id": "ESO_Performance",
"description": "Performance reports for Engineering Services and Operations."
},
"ESO_Splash_Page": {
"kind": "gerritcodereview#project",
"id": "ESO_Splash_Page"
},
"EWA": {
"kind": "gerritcodereview#project",
"id": "EWA",
"description": "BaseOS QE ErrataWorkflowAutomation (https://wiki.test.redhat.com/BaseOs/Projects/Automation/ErrataRegressionTesting)"
},
"FuseSource-ActiveMQDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-ActiveMQDocs"
},
"FuseSource-BuildTools": {
"kind": "gerritcodereview#project",
"id": "FuseSource-BuildTools"
},
"FuseSource-CXFDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-CXFDocs"
},
"FuseSource-CamelDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-CamelDocs"
},
"FuseSource-ESBDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-ESBDocs"
},
"FuseSource-FMCDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-FMCDocs"
},
"FuseSource-IDEDocs": {
"kind": "gerritcodereview#project",
"id": "FuseSource-IDEDocs"
},
"GalacticEmpire": {
"kind": "gerritcodereview#project",
"id": "GalacticEmpire",
"description": "GSS Development repo.\nPrimary contact: Craig Stanford"
},
"HLEPM": {
"kind": "gerritcodereview#project",
"id": "HLEPM",
"description": "HSS project status report"
},
"HSS-RT": {
"kind": "gerritcodereview#project",
"id": "HSS-RT",
"description": "HSS RT"
},
"ICST2014": {
"kind": "gerritcodereview#project",
"id": "ICST2014",
"description": "Paper submission for ICST2014"
},
"ImageLibrary": {
"kind": "gerritcodereview#project",
"id": "ImageLibrary",
"description": "Image library is a web user interface that provides a simple UI for building disk images with only a few clicks. It allows user to customize the TDL by chosing the pre-saved OSes, Repositories and Packages. Built images can be downloaded or pushed to the openstack glance."
},
"Jenkinscat": {
"kind": "gerritcodereview#project",
"id": "Jenkinscat",
"description": "User oriented dashboard for Jenkins configured to display all books and guides build by Jenkins. Primary Contact: [email protected]"
},
"Jenkinscat-RedHatInternal": {
"kind": "gerritcodereview#project",
"id": "Jenkinscat-RedHatInternal",
"description": "User oriented dashboard for Jenkins configured to display all books and guides build by Jenkins. Primary Contact: [email protected]"
},
"Jube": {
"kind": "gerritcodereview#project",
"id": "Jube",
"description": "Java implementation of kubernetes"
},
"KerberStone": {
"kind": "gerritcodereview#project",
"id": "KerberStone",
"description": "Simple account creation application for BNE Dropbear Pilot(internal OpenStack)"
},
"MapDB": {
"kind": "gerritcodereview#project",
"id": "MapDB",
"description": "Concurrent TreeMap and HashMap backed by disk storage or off-heap-memory"
},
"Modeshape/modeshape": {
"kind": "gerritcodereview#project",
"id": "Modeshape%2Fmodeshape",
"description": "platform branches for drools and jbpm"
},
"Nero": {
"kind": "gerritcodereview#project",
"id": "Nero",
"description": "GSS Development repo.\nPrimary contact: Craig Stanford"
},
"OSP-PM": {
"kind": "gerritcodereview#project",
"id": "OSP-PM",
"description": "A repository used to record the supportability of the open stack components and other product related information."
},
"Openshift_CE": {
"kind": "gerritcodereview#project",
"id": "Openshift_CE",
"description": "This repo contains tools for the Openshift Online Customer Enablement Team. Primary Contact: [email protected]"
},
"OrgChartReports": {
"kind": "gerritcodereview#project",
"id": "OrgChartReports"
},
"OrganisationalChart": {
"kind": "gerritcodereview#project",
"id": "OrganisationalChart",
"description": "The Red Hat Engineering Organisational Chart"
},
"Pulp": {
"kind": "gerritcodereview#project",
"id": "Pulp",
"description": "Tests for automatization of setting up of Pulp and RHUA servers."
},
"QA_performance": {
"kind": "gerritcodereview#project",
"id": "QA_performance",
"description": "SpecJMS2007 and IBMPerfHarness"
},
"RHEL_OSP_Certification_Docs": {
"kind": "gerritcodereview#project",
"id": "RHEL_OSP_Certification_Docs",
"description": "This repository contains the partner-facing (customer) documents for RHEL OpenStack Platform Certification."
},
"RHOSE-VM-ks": {
"kind": "gerritcodereview#project",
"id": "RHOSE-VM-ks",
"description": "This repository contains kickstarts for creating OpenShift Enterprise VM images in Brew."
},
"RHSC-GUI": {
"kind": "gerritcodereview#project",
"id": "RHSC-GUI",
"description": "tests for RHSC GUI based on RHEVM"
},
"RH_Software_Collections": {
"kind": "gerritcodereview#project",
"id": "RH_Software_Collections",
"description": "The Red Hat Software Collections instance contains information about the collections and each release."
},
"RT-CommandByMail": {
"kind": "gerritcodereview#project",
"id": "RT-CommandByMail"
},
"RT-EngOps": {
"kind": "gerritcodereview#project",
"id": "RT-EngOps"
},
"RT-Extension-ActivityReports": {
"kind": "gerritcodereview#project",
"id": "RT-Extension-ActivityReports",
"description": "RT extension that generates activity reports."
},
"RT-Extension-CustomFieldsOnUpdate": {
"kind": "gerritcodereview#project",
"id": "RT-Extension-CustomFieldsOnUpdate"
},
"RT-Extension-Nagios": {
"kind": "gerritcodereview#project",
"id": "RT-Extension-Nagios"
},
"RT-Extension-SLA": {
"kind": "gerritcodereview#project",
"id": "RT-Extension-SLA"
},
"RT-MergeUsersHistory": {
"kind": "gerritcodereview#project",
"id": "RT-MergeUsersHistory"
},
"RT-ReportSpam": {
"kind": "gerritcodereview#project",
"id": "RT-ReportSpam"
},
"RTx-BecomeUser": {
"kind": "gerritcodereview#project",
"id": "RTx-BecomeUser"
},
"RTx-Calendar": {
"kind": "gerritcodereview#project",
"id": "RTx-Calendar"
},
"Resource_Management_Guide": {
"kind": "gerritcodereview#project",
"id": "Resource_Management_Guide",
"description": "The RHEL6 Resource Management Guide"
},
"SED-docs": {
"kind": "gerritcodereview#project",
"id": "SED-docs",
"description": "SED Team Documentation"
},
"SMEarch": {
"kind": "gerritcodereview#project",
"id": "SMEarch",
"description": "Primary contact for the repo: [email protected]"
},
"STEP": {
"kind": "gerritcodereview#project",
"id": "STEP",
"description": "HSS Confluence and JIRA"
},
"SpotLight": {
"kind": "gerritcodereview#project",
"id": "SpotLight",
"description": "HSS RAP reporting tool, etherpad-content management system.\nMarkdown collaborative writing and publishing."
},
"Summer2014": {
"kind": "gerritcodereview#project",
"id": "Summer2014",
"description": "Primary contact: Michael A. Alcorn ([email protected]).\n\nThis repository keeps code relating to my summer intern project, which is being conducted primarily under the guidance of Mike Clark. The project involves making software recommendations based on client profiles and behavior."
},
"SystemsManagementQATools": {
"kind": "gerritcodereview#project",
"id": "SystemsManagementQATools",
"description": "Systems Management QA internal tools repo"
},
"TechReview": {
"kind": "gerritcodereview#project",
"id": "TechReview",
"description": "Platform QE Technical Review"
},
"TranslationTaskTracker": {
"kind": "gerritcodereview#project",
"id": "TranslationTaskTracker",
"description": "A translation task tracker.\nProduction env: http://t3-tkonishi.itos.redhat.com/\nTest env: http://t3test-tkonishi.itos.redhat.com/"
},
"Virt-QE-Tools": {
"kind": "gerritcodereview#project",
"id": "Virt-QE-Tools",
"description": "Tools used by virt-qe"
},
"abby": {
"kind": "gerritcodereview#project",
"id": "abby",
"description": "ABI Diff web service"
},
"abi-tracker": {
"kind": "gerritcodereview#project",
"id": "abi-tracker",
"description": "Platform for comparing RPM builds between various packages versions or distributions. Primary contact: [email protected]"
},
"abidiff": {
"kind": "gerritcodereview#project",
"id": "abidiff",
"description": "abidiff is a diffing tool checking for ABI compatibility between two different versions of a RPM package"
},
"abidiffweb": {
"kind": "gerritcodereview#project",
"id": "abidiffweb",
"description": "abidiffweb is an UI component of abidiff"
},
"access-labs-appcodes": {
"kind": "gerritcodereview#project",
"id": "access-labs-appcodes",
"description": "The repository is to keep all access lab apps latest codes. This repo is purpose of checking source code easily for anyone who is interesting with the codes of apps. Primary contact for the repository: [email protected]"
},
"access-labs-demo-django": {
"kind": "gerritcodereview#project",
"id": "access-labs-demo-django",
"description": "Access Labs demo application (django)"
},
"access-labs-demo-jee": {
"kind": "gerritcodereview#project",
"id": "access-labs-demo-jee",
"description": "Access Labs demo application (jee)"
},
"access-labs-demo-rails": {
"kind": "gerritcodereview#project",
"id": "access-labs-demo-rails",
"description": "Access Labs demo application (rails)"
},
"accesslabsproxy": {
"kind": "gerritcodereview#project",
"id": "accesslabsproxy",
"description": "A reverse proxy for local access labs development"
},
"acosta": {
"kind": "gerritcodereview#project",
"id": "acosta",
"description": "AJ\u0027s misc scripts and stuff"
},
"aerogear-android": {
"kind": "gerritcodereview#project",
"id": "aerogear-android",
"description": "Primary Android client library"
},
"aerogear-controller": {
"kind": "gerritcodereview#project",
"id": "aerogear-controller",
"description": "Primary server-side controller"
},
"aerogear-forge-scaffold": {
"kind": "gerritcodereview#project",
"id": "aerogear-forge-scaffold",
"description": "AeroGear forge scaffold"
},
"aerogear-ios": {
"kind": "gerritcodereview#project",
"id": "aerogear-ios",
"description": "Primary iOS client library"
},
"aerogear-js": {
"kind": "gerritcodereview#project",
"id": "aerogear-js",
"description": "Primary JS client library"
},
"aerogear-js-builder": {
"kind": "gerritcodereview#project",
"id": "aerogear-js-builder",
"description": "JS Builder"
},
"aerogear-otp-ios": {
"kind": "gerritcodereview#project",
"id": "aerogear-otp-ios",
"description": "OTP for iOS"
},
"aerogear-otp-java": {
"kind": "gerritcodereview#project",
"id": "aerogear-otp-java",
"description": "OTP for Java"
},
"aerogear-otp-js": {
"kind": "gerritcodereview#project",
"id": "aerogear-otp-js",
"description": "OTP for JS"
},
"aerogear-security": {
"kind": "gerritcodereview#project",
"id": "aerogear-security",
"description": "Primary security repository"
},
"aerogear-security-picketlink": {
"kind": "gerritcodereview#project",
"id": "aerogear-security-picketlink",
"description": "Picketlink security provider implementation"
},
"aerogear-unifiedpush-java-client": {
"kind": "gerritcodereview#project",
"id": "aerogear-unifiedpush-java-client",
"description": "A Java API for sending Push Notifications to the AeroGear UnifiedPush Server."
},
"aesh": {
"kind": "gerritcodereview#project",
"id": "aesh",
"description": "Another Extendable SHell"
},
"ahc-tools": {
"kind": "gerritcodereview#project",
"id": "ahc-tools",
"description": "Tools for AHC benchmarks"
},
"akamai-edge": {
"kind": "gerritcodereview#project",
"id": "akamai-edge"
},
"alemay": {
"kind": "gerritcodereview#project",
"id": "alemay",
"description": "Alemay\u0027s stuff"
},
"am-utils": {
"kind": "gerritcodereview#project",
"id": "am-utils",
"description": "Tests for am-utils."
},
"andreas": {
"kind": "gerritcodereview#project",
"id": "andreas",
"description": "Andreas"
},
"annscb": {
"kind": "gerritcodereview#project",
"id": "annscb"
},
"antidupe": {
"kind": "gerritcodereview#project",
"id": "antidupe"
},
"antlr2": {
"kind": "gerritcodereview#project",
"id": "antlr2",
"description": "AntLR Parser Generator"
},
"apache-xmlrpc": {
"kind": "gerritcodereview#project",
"id": "apache-xmlrpc",
"description": "Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls."
},
"apache/accumulo": {
"kind": "gerritcodereview#project",
"id": "apache%2Faccumulo",
"description": "Apache Accumulo is based on Google\u0027s BigTable \u003chttp://research.google.com/archive/bigtable.html\u003e design and is built on top of Apache Hadoop \u003chttp://hadoop.apache.org/\u003e, Zookeeper\u003chttp://zookeeper.apache.org\u003e, and Thrift \u003chttp://thrift.apache.org\u003e. Apache Accumulo features a few novel improvements on the BigTable design in the form of cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process."
},
"apache/camel": {
"kind": "gerritcodereview#project",
"id": "apache%2Fcamel",
"description": "Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API \u003chttp://camel.apache.org/dsl.html\u003e, Spring \u003chttp://camel.apache.org/spring.html\u003e or Blueprint \u003chttp://camel.apache.org/using-osgi-blueprint-with-camel.html\u003e XML Configuration \u003chttp://camel.apache.org/xml-configuration.html\u003e files, and a Scala DSL \u003chttp://camel.apache.org/scala-dsl.html\u003e. This means you get smart completion of routing rules in your IDE, whether in a Java, Scala or XML editor. Primary Contact: [email protected]"
},
"apache/httpcore": {
"kind": "gerritcodereview#project",
"id": "apache%2Fhttpcore"
},
"apache/mina": {
"kind": "gerritcodereview#project",
"id": "apache%2Fmina",
"description": "Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO. Primary Contact: [email protected]"
},
"apache/poi": {
"kind": "gerritcodereview#project",
"id": "apache%2Fpoi",
"description": "Java API for Microsoft documents"
},
"apache/poi-ooxml": {
"kind": "gerritcodereview#project",
"id": "apache%2Fpoi-ooxml",
"description": "Java API To Access Microsoft Format Files"
},
"apache/shindig": {
"kind": "gerritcodereview#project",
"id": "apache%2Fshindig",
"description": "Shindig is a JavaScript container and implementations of the backend APIs and proxy required for hosting OpenSocial applications."
},
"apache/thrift": {
"kind": "gerritcodereview#project",
"id": "apache%2Fthrift",
"description": "Thrift software framework, for scalable cross-language services development, combines a software stack with a code generationengine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa,JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages"
},
"apache/tika": {
"kind": "gerritcodereview#project",
"id": "apache%2Ftika",
"description": "A content analysis toolkit"
},
"apache/zookeeper": {
"kind": "gerritcodereview#project",
"id": "apache%2Fzookeeper",
"description": "ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services"
},
"api_rspec": {
"kind": "gerritcodereview#project",
"id": "api_rspec",
"description": "API testing for Source Browser(PSB v4)"
},
"app-validation-tool": {
"kind": "gerritcodereview#project",
"id": "app-validation-tool",
"description": "app-validation-tool is the validation engine for RHEL app certification."
},
"apps": {
"kind": "gerritcodereview#project",
"id": "apps",
"description": "BaseOS QE Apps Projects"
},
"aprox-qe-data": {
"kind": "gerritcodereview#project",
"id": "aprox-qe-data",
"description": "System data files (repo definitions, etc.) for AProx repository manager used by Middleware QE for staging Maven repositories. Primary Contact: [email protected]"
},
"aprox-qe-etc": {
"kind": "gerritcodereview#project",
"id": "aprox-qe-etc",
"description": "System configuration for AProx repository manager used by Middleware QE for staging Maven repositories. Primary Contact: [email protected]"
},
"ashang": {
"kind": "gerritcodereview#project",
"id": "ashang"
},
"atinject": {
"kind": "gerritcodereview#project",
"id": "atinject",
"description": "The javax.inject API"
},
"atomic-ci-jobs": {
"kind": "gerritcodereview#project",
"id": "atomic-ci-jobs",
"description": "Central CI test jobs for Atomic program"
},
"audit-test-rhel7": {
"kind": "gerritcodereview#project",
"id": "audit-test-rhel7",
"description": "Common Criteria Certification testing on rhel7"
},
"authenticity": {
"kind": "gerritcodereview#project",
"id": "authenticity",
"description": "Content management tools - https://authenticity.engineering.redhat.com"
},
"autotest": {
"kind": "gerritcodereview#project",
"id": "autotest"
},
"autotest-beaker": {
"kind": "gerritcodereview#project",
"id": "autotest-beaker",
"description": "Integrating autotest into beaker"
},
"avro": {
"kind": "gerritcodereview#project",
"id": "avro",
"description": "Apache Avro data serialization system"
},
"azhang": {
"kind": "gerritcodereview#project",
"id": "azhang"
},
"baseos-ci": {
"kind": "gerritcodereview#project",
"id": "baseos-ci",
"description": "Brief description: Code and templates for the BaseOS Central CI instance."
},
"bcprov-jdk16": {
"kind": "gerritcodereview#project",
"id": "bcprov-jdk16",
"description": "The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment. Primary Contact: [email protected]"
},
"beacon": {
"kind": "gerritcodereview#project",
"id": "beacon",
"description": "Beacon is a BI solution for company wide reporting"
},
"beacon_etl": {
"kind": "gerritcodereview#project",
"id": "beacon_etl",
"description": "Beacon is a BI solution for company wide reporting"
},
"beaker-partners": {
"kind": "gerritcodereview#project",
"id": "beaker-partners",
"description": "Scripts used by beaker partners"
},
"beaker-redhat": {
"kind": "gerritcodereview#project",
"id": "beaker-redhat"
},
"beaker-server-redhat": {
"kind": "gerritcodereview#project",
"id": "beaker-server-redhat"
},
"beakerlib-internal": {
"kind": "gerritcodereview#project",
"id": "beakerlib-internal",
"description": "Source code for beakerlib-redhat plugin for BeakerLib, containing internal code never to be released (infrastructure information etc.). Primary contact: Petr Muller, [email protected]"
},
"beakerlib-rhel": {
"kind": "gerritcodereview#project",
"id": "beakerlib-rhel",
"description": "Specfiles and patches for the internal, RHEL packages of BeakerLib integration testing library. Primary contact: Petr Muller, [email protected]"
},
"bloodhound": {
"kind": "gerritcodereview#project",
"id": "bloodhound",
"description": "HSS Message routing and filtering service"
},
"bluebird": {
"kind": "gerritcodereview#project",
"id": "bluebird",
"description": "Retrieve the list of kernel errata[temporary]"
},
"bpmc-bpaf-explorer": {
"kind": "gerritcodereview#project",
"id": "bpmc-bpaf-explorer",
"description": "BPM Console"
},
"bpmc-bpm-console": {
"kind": "gerritcodereview#project",
"id": "bpmc-bpm-console",
"description": "BPM Console"
},
"bpmc-report-server": {
"kind": "gerritcodereview#project",
"id": "bpmc-report-server",
"description": "BPM Console"
},
"bpms-assets": {
"kind": "gerritcodereview#project",
"id": "bpms-assets",
"description": "A repository for business central, containing projects with process definitions, business rules, and other assets. To have prepared the assets in business central for testing, this repository is cloned there."
},
"bpms-assets-6.0.x": {
"kind": "gerritcodereview#project",
"id": "bpms-assets-6.0.x",
"description": "A repository for business central (version 6.0.x), containing projects with process definitions, business rules, and other assets. To have prepared the assets in business central for testing, this repository is cloned there."
},
"bpms-assets-6.1.x": {
"kind": "gerritcodereview#project",
"id": "bpms-assets-6.1.x",
"description": "A repository for business central (version 6.1.x), containing projects with process definitions, business rules, and other assets. To have prepared the assets in business central for testing, this repository is cloned there."
},
"bpms-bigapp": {
"kind": "gerritcodereview#project",
"id": "bpms-bigapp",
"description": "BPMS Big App"
},
"bpms-installer": {
"kind": "gerritcodereview#project",
"id": "bpms-installer",
"description": "BPMS Installer repository. Primary Contact: [email protected]"
},
"brew-configs": {
"kind": "gerritcodereview#project",
"id": "brew-configs",
"description": "This repository contains configuration files and tools used for Docker (base) image builds"
},
"brewtap": {
"kind": "gerritcodereview#project",
"id": "brewtap"
},
"brms-installer": {
"kind": "gerritcodereview#project",
"id": "brms-installer",
"description": "BRMS Installer repository. Primary Contact: [email protected]"
},
"brq-map": {
"kind": "gerritcodereview#project",
"id": "brq-map",
"description": "Brno Office Map"
},
"bshuster-dockerfiles": {
"kind": "gerritcodereview#project",
"id": "bshuster-dockerfiles",
"description": "Personal \"Dockerfile\"s to several services such as Logstash, REDIS, Foreman and etc. Primary Contact: [email protected]"
},
"bugbot": {
"kind": "gerritcodereview#project",
"id": "bugbot"
},
"bugzilla": {
"kind": "gerritcodereview#project",
"id": "bugzilla",
"description": "Code for bugzilla.redhat.com\n\nhttps://docs.engineering.redhat.com/display/HTD/Bugzilla+Developer+Guide"
},
"bugzilla-tools": {
"kind": "gerritcodereview#project",
"id": "bugzilla-tools"
},
"bugzillaperftestplan": {
"kind": "gerritcodereview#project",
"id": "bugzillaperftestplan",
"description": "Test plan for bugzilla performance"
},
"build-scripts": {
"kind": "gerritcodereview#project",
"id": "build-scripts",
"description": "scripts to build rhevm and tools"
},
"builder2jira": {
"kind": "gerritcodereview#project",
"id": "builder2jira",
"description": "Tool for exporting make-mead/builder.cfg to JIRA via REST API"
},
"buildmetadata-maven-plugin": {
"kind": "gerritcodereview#project",
"id": "buildmetadata-maven-plugin",
"description": "The buildmetadata-maven-plugin captures and reports information about Maven builds."
},
"bxms-ivt": {
"kind": "gerritcodereview#project",
"id": "bxms-ivt",
"description": "BxMS Install Verification Test"
},
"bxms-patch-tools": {
"kind": "gerritcodereview#project",
"id": "bxms-patch-tools",
"description": "Source code for the patching tools used for BRMS and BPM Suite"
},
"caas-tester": {
"kind": "gerritcodereview#project",
"id": "caas-tester",
"description": "This repo is for testing caas workflow."
},
"candlepin": {
"kind": "gerritcodereview#project",
"id": "candlepin",
"description": "A Java web application for subscription management. Primary contact: dgoodwin"
},
"candlepin-adapters": {
"kind": "gerritcodereview#project",
"id": "candlepin-adapters",
"description": "Adapters for Candlepin written for the entitlement platform."
},
"cantas": {
"kind": "gerritcodereview#project",
"id": "cantas",
"description": "Real-time collaboration tools"
},
"cargo": {
"kind": "gerritcodereview#project",
"id": "cargo",
"description": "Data processing tool for ABIdb"
},
"catalogsearch": {
"kind": "gerritcodereview#project",
"id": "catalogsearch",
"description": "Portal catalog search"
},
"cc-eap6-docs": {
"kind": "gerritcodereview#project",
"id": "cc-eap6-docs",
"description": "Contains working versions of documents for Common Criteria certification of JBoss EAP 6.2."
},
"cc-eap6-tests": {
"kind": "gerritcodereview#project",
"id": "cc-eap6-tests",
"description": "Tests for Common Criteria Certification of JBoss EAP 6"
},
"cc-kickstart": {
"kind": "gerritcodereview#project",
"id": "cc-kickstart",
"description": "Common Criteria kickstart and configuration development"
},
"cc-retention": {
"kind": "gerritcodereview#project",
"id": "cc-retention"
},
"ccm": {
"kind": "gerritcodereview#project",
"id": "ccm",
"description": "GSS Customer Case Management"
},
"ccp-client": {
"kind": "gerritcodereview#project",
"id": "ccp-client",
"description": "Client-side tests for Certified Cloud Provider Programme"
},
"ccs_markdown_tools": {
"kind": "gerritcodereview#project",
"id": "ccs_markdown_tools",
"description": "Markdown Processing and Publishing Tools - CCS Documentation"
},
"cdb_analyzer": {
"kind": "gerritcodereview#project",
"id": "cdb_analyzer",
"description": "Maintainer: automation infra team"
},
"ceeph": {
"kind": "gerritcodereview#project",
"id": "ceeph",
"description": "CEE Telemetry application and infrastructure. Provides a way for customers to periodically contact Red Hat to provide system information for diagnostic and proactive support purposes."
},
"ceeph-spark": {
"kind": "gerritcodereview#project",
"id": "ceeph-spark",
"description": "rototype effort to convert ceeph project to Apache Spark. Primary Contact: [email protected]"
},
"ceilometer": {
"kind": "gerritcodereview#project",
"id": "ceilometer",
"description": "OpenStack measurement collection service (Ceilometer)\nOpenStack ceilometer provides services to measure and\ncollect metrics from OpenStack components."
},
"cert-common": {
"kind": "gerritcodereview#project",
"id": "cert-common",
"description": "This repository consist of tests libraries commonly used and shared between Certification Engineering tools."
},
"cert-sos-plugins": {
"kind": "gerritcodereview#project",
"id": "cert-sos-plugins",
"description": "This repository consist of tests plugins commonly used and between Certification Engineering tools. Central Repository for sosreport new plugins. \nPrimary Contact:[email protected]"
},
"cert-validation-commons": {
"kind": "gerritcodereview#project",
"id": "cert-validation-commons",
"description": "This repository consist of libraries to be used to validate/parse tests data collected from client side tests run. Primary Contact: [email protected]"
},
"cfme": {
"kind": "gerritcodereview#project",
"id": "cfme",
"description": "CloudForms Management Engine, the downstream product of ManageIQ. This repo contains private code and should NOT be pushed upstream. Upstream is located at http://github.com/ManageIQ/manageiq."
},
"cfme-qe-trackerbot": {
"kind": "gerritcodereview#project",
"id": "cfme-qe-trackerbot",
"description": "Trackerbot, the CFME QE app that tracks all the things."
},
"cfme-qe-yamls": {
"kind": "gerritcodereview#project",
"id": "cfme-qe-yamls",
"description": "repo for storing yaml files describing provider test environments and their credentials that are used to drive test automation"
},
"cfme_browser_plugins": {
"kind": "gerritcodereview#project",
"id": "cfme_browser_plugins",
"description": "CloudForms Management Engine browser plugins."
},
"cfme_customer": {
"kind": "gerritcodereview#project",
"id": "cfme_customer",
"description": "CFME customer modifications"
},
"cfme_doc": {
"kind": "gerritcodereview#project",
"id": "cfme_doc",
"description": "CFME Documentation"
},
"cfme_internal_tests": {
"kind": "gerritcodereview#project",
"id": "cfme_internal_tests",
"description": "Internal tests for CFME"
},
"cfme_productization": {
"kind": "gerritcodereview#project",
"id": "cfme_productization",
"description": "Productization assets for CFME"
},
"cfme_prototypes": {
"kind": "gerritcodereview#project",
"id": "cfme_prototypes",
"description": "CFME prototype applications"
},
"cfme_third_party": {
"kind": "gerritcodereview#project",
"id": "cfme_third_party",
"description": "CFME third party sources"
},
"chainsaw-tools": {
"kind": "gerritcodereview#project",
"id": "chainsaw-tools",
"description": "Misc tools and scripts for chainsaw team (candlepin, subscription-manager)"
},
"charnet": {
"kind": "gerritcodereview#project",
"id": "charnet",
"description": "charnet project"
},
"charts": {
"kind": "gerritcodereview#project",
"id": "charts",
"description": "Java library for collecting data and plotting charts."
},
"chrometwo": {
"kind": "gerritcodereview#project",
"id": "chrometwo",
"description": "Red Hat Customer Portal template application"
},
"ci-factory": {
"kind": "gerritcodereview#project",
"id": "ci-factory",
"description": "ci-factory"
},
"ci-ops-central": {
"kind": "gerritcodereview#project",
"id": "ci-ops-central",
"description": "http://git.app.eng.bos.redhat.com/git/ci-ops-central.git/\n\nThis repo will be used for all code, samples, properties, related to the AppInfra Continuous Integration Environment"
},
"ci-ops-cfg-mgmt": {
"kind": "gerritcodereview#project",
"id": "ci-ops-cfg-mgmt",
"description": "CI-Ops Puppet modules for configuration management(Owner:[email protected])"
},
"ci-ops-mobile": {
"kind": "gerritcodereview#project",
"id": "ci-ops-mobile",
"description": "primary contact [email protected]"
},
"ci-ops-projex": {
"kind": "gerritcodereview#project",
"id": "ci-ops-projex",
"description": "This repo will be used for all ci project example code"
},
"cinder": {
"kind": "gerritcodereview#project",
"id": "cinder",
"description": "OpenStack Block Storage (Cinder)"
},
"clonepin": {
"kind": "gerritcodereview#project",
"id": "clonepin"
},
"cloud-init": {
"kind": "gerritcodereview#project",
"id": "cloud-init",
"description": "Tracking rpm patches against upstream cloud-initrepository"
},
"cloud-initramfs-tools": {
"kind": "gerritcodereview#project",
"id": "cloud-initramfs-tools",
"description": "Tracking rpm patches against upstreamcloud-initramfs-tools repository"
},
"cloud-sa-toolkit": {
"kind": "gerritcodereview#project",
"id": "cloud-sa-toolkit",
"description": "Resources for the Cloud Prouducts Solution Architect team"
},
"cloud-utils": {
"kind": "gerritcodereview#project",
"id": "cloud-utils",
"description": "Tracking rpm patches against upstream cloud-utilsrepository"
},
"cloude": {
"kind": "gerritcodereview#project",
"id": "cloude",
"description": "Cloude contains software/configuration for the RHUI (Red Hat Update Infrastructure) project."
},
"cmedeiro-test": {
"kind": "gerritcodereview#project",
"id": "cmedeiro-test"
},
"commons-codec": {
"kind": "gerritcodereview#project",
"id": "commons-codec",
"description": "General encoding/decoding algorithms (for example phonetic, base64, URL)"
},
"commons-httpclient": {
"kind": "gerritcodereview#project",
"id": "commons-httpclient",
"description": "The project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols. Primary Contact: [email protected]"
},
"commons-logging": {
"kind": "gerritcodereview#project",
"id": "commons-logging",
"description": "The Logging package is an ultra-thin bridge between different logging implementations."
},
"commons-net": {
"kind": "gerritcodereview#project",
"id": "commons-net",
"description": "Client side of many basic Internet protocols"
},
"comps": {
"kind": "gerritcodereview#project",