File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 33 "git" : [
44 " https://github.com/chaoss/grimoirelab-perceval"
55 ],
6+ "cocom" : [
7+ " https://github.com/chaoss/grimoirelab-toolkit"
8+ ],
9+ "colic" : [
10+ " https://github.com/chaoss/grimoirelab-toolkit"
11+ ],
612 "*github" : [
713 " https://github.com/chaoss/grimoirelab-perceval"
814 ],
Original file line number Diff line number Diff line change @@ -59,12 +59,14 @@ bots_names = [Beloved Bot]
5959
6060[panels]
6161kibiter_time_from = " now-30y"
62- kibiter_default_index = " gitlab "
63- kibiter_url = http://localhost:5601
62+ kibiter_default_index = " git "
63+ kibiter_url = http://admin:admin@ localhost:5601
6464community = true
6565gitlab-issues = true
6666gitlab-merges = true
6767github-repos = true
68+ code-license = true
69+ code-complexity = true
6870
6971[phases]
7072collection = true
@@ -147,3 +149,26 @@ api-token = nsTwsxkTbnoJBbY3pC43
147149no-archive = true
148150category = merge_request
149151sleep-for-rate = true
152+
153+ [cocom]
154+ raw_index = cocom_chaoss
155+ enriched_index = cocom_chaoss_enrich
156+ category = code_complexity_lizard_file
157+ studies = [enrich_cocom_analysis]
158+ branches = master
159+
160+ [enrich_cocom_analysis]
161+ out_index = cocom_chaoss_study
162+ interval_months = [3]
163+
164+ [colic]
165+ raw_index = colic_chaoss
166+ enriched_index = colic_chaoss_enrich
167+ category = code_license_nomos
168+ studies = [enrich_colic_analysis]
169+ exec-path = /home/slimbook/Escritorio/sources/graal-libs/nomossa
170+ branches = master
171+
172+ [enrich_colic_analysis]
173+ out_index = colic_chaoss_study
174+ interval_months = [6]
You can’t perform that action at this time.
0 commit comments