Skip to content

Commit a93a4cb

Browse files
committed
[utils] Update conf files to use graal backends
This code enhances the setup.cfg and projects.json by including some examples about how to use graal backends Signed-off-by: Valerio Cosentino <valcos@bitergia.com>
1 parent a55b557 commit a93a4cb

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

utils/projects.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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
],

utils/setup.cfg

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ bots_names = [Beloved Bot]
5959

6060
[panels]
6161
kibiter_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
6464
community = true
6565
gitlab-issues = true
6666
gitlab-merges = true
6767
github-repos = true
68+
code-license = true
69+
code-complexity = true
6870

6971
[phases]
7072
collection = true
@@ -147,3 +149,26 @@ api-token = nsTwsxkTbnoJBbY3pC43
147149
no-archive = true
148150
category = merge_request
149151
sleep-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]

0 commit comments

Comments
 (0)