Skip to content

Commit

Permalink
[config] Update configuration files
Browse files Browse the repository at this point in the history
This commit updates the configuration files
to reduce the number of bulk and scroll size
and update some other outdated parameters.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Feb 9, 2023
1 parent ba20211 commit da40cd7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 178 deletions.
12 changes: 5 additions & 7 deletions default-grimoirelab-settings/setup-docker.cfg
Expand Up @@ -4,8 +4,8 @@ update = true
min_update_delay = 60
debug = false
logs_dir = /home/grimoire/logs
bulk_size = 1000
scroll_size = 1000
bulk_size = 100
scroll_size = 100
aliases_file = /home/grimoire/aliases.json

[projects]
Expand All @@ -26,19 +26,17 @@ port = 8000
path = /identities/api/
ssl = false
database = sortinghat_db
autoprofile = [github, pipermail, git]
autoprofile = [github, git]
matching = [email,name,username]
sleep_for = 100
unaffiliated_group = Unknown
affiliate = true

[panels]
kibiter_time_from = now-5y
kibiter_time_from = now-90d
kibiter_default_index = git
kibiter_url = http://localhost:5601
kibiter_version = 6.1.4-1
gitlab-issues = true
gitlab-merges = true
kibiter_version = 6.8.6-3

[phases]
collection = true
Expand Down
15 changes: 7 additions & 8 deletions default-grimoirelab-settings/setup-opensearch.cfg
Expand Up @@ -4,8 +4,8 @@ update = true
min_update_delay = 60
debug = false
logs_dir = /home/grimoire/logs
bulk_size = 1000
scroll_size = 1000
bulk_size = 100
scroll_size = 100
aliases_file = /home/grimoire/aliases.json

[projects]
Expand All @@ -26,18 +26,17 @@ port = 8000
path = /identities/api/
ssl = false
database = sortinghat_db
autoprofile = [github, pipermail, git]
autoprofile = [github, git]
matching = [email,name,username]
sleep_for = 100
unaffiliated_group = Unknown
affiliate = true

[panels]
kibiter_time_from = now-5y
kibiter_default_index = git
kibiter_url = http://admin:admin@opensearch-dashboards:5601
gitlab-issues = true
gitlab-merges = true
kibiter_time_from =
kibiter_default_index =
kibiter_url =
kibiter_version =

[phases]
collection = true
Expand Down
149 changes: 0 additions & 149 deletions default-grimoirelab-settings/setup-pip.cfg

This file was deleted.

12 changes: 5 additions & 7 deletions default-grimoirelab-settings/setup-secured.cfg
Expand Up @@ -4,8 +4,8 @@ update = true
min_update_delay = 60
debug = false
logs_dir = /home/grimoire/logs
bulk_size = 1000
scroll_size = 1000
bulk_size = 100
scroll_size = 100
aliases_file = /home/grimoire/aliases.json

[projects]
Expand All @@ -26,19 +26,17 @@ port = 8000
path = /identities/api/
ssl = false
database = sortinghat_db
autoprofile = [github, pipermail, git]
autoprofile = [github, git]
matching = [email,name,username]
sleep_for = 100
unaffiliated_group = Unknown
affiliate = true

[panels]
kibiter_time_from = now-5y
kibiter_time_from = now-90d
kibiter_default_index = git
kibiter_url = http://admin:admin@kibiter:5601
kibiter_version = 6.1.4-5
gitlab-issues = true
gitlab-merges = true
kibiter_version = 6.8.6-3

[phases]
collection = true
Expand Down
12 changes: 5 additions & 7 deletions default-grimoirelab-settings/setup.cfg
Expand Up @@ -4,8 +4,8 @@ update = true
min_update_delay = 60
debug = false
logs_dir = /home/grimoire/logs
bulk_size = 1000
scroll_size = 1000
bulk_size = 100
scroll_size = 100
aliases_file = /home/grimoire/aliases.json

[projects]
Expand All @@ -26,19 +26,17 @@ port = 8000
path = /identities/api/
ssl = false
database = sortinghat_db
autoprofile = [github, pipermail, git]
autoprofile = [github, git]
matching = [email,name,username]
sleep_for = 100
unaffiliated_group = Unknown
affiliate = true

[panels]
kibiter_time_from = now-5y
kibiter_time_from = now-90d
kibiter_default_index = git
kibiter_url = http://kibiter:5601
kibiter_version = 6.1.4-1
gitlab-issues = true
gitlab-merges = true
kibiter_version = 6.8.6-3

[phases]
collection = true
Expand Down

0 comments on commit da40cd7

Please sign in to comment.