- 18 Mar, 2022 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 17 Mar, 2022 1 commit
-
-
- 16 Mar, 2022 2 commits
-
-
Quan Zhou authored
This change adds support to OpenSearch 1.x Tests added accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
-
- 15 Mar, 2022 1 commit
-
-
Quan Zhou authored
This adds the `remove_prefix_enrollments` method to remove the prefix when the organization name contains `::` for `*_multi_org_names` fields. Test added accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 02 Mar, 2022 2 commits
-
-
https://github.com/shanchenqi/grimoirelab-elkQuan Zhou authored
Merges #1037 Closes #1037 Fixes #1038
-
chenqi authored
Signed-off-by:
chenqi <582533558@qq.com>
-
- 01 Mar, 2022 3 commits
-
-
-
Jose Javier Merchante authored
This commit includes sortinghat as an extra. Sortinghat is an optional package and now can be installed as an extra from other packages. Signed-off-by:
Jose Javier Merchante <jjmerchante@bitergia.com>
-
-
- 28 Feb, 2022 1 commit
-
-
Jose Javier Merchante authored
This PR removes Python 3.6 support because the support ended on 23 Dec 2021. Python 3.7 and 3.8 are now supported. Signed-off-by:
Jose Javier Merchante <jjmerchante@bitergia.com>
-
- 27 Jan, 2022 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 26 Jan, 2022 2 commits
-
-
-
Quan Zhou authored
This code fixes the empty value of `author_domain` field on the `refreshing identities` process and sets it to `None`. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 25 Jan, 2022 1 commit
-
-
- 24 Jan, 2022 2 commits
-
-
Georg Link authored
Provide additional information where data in the schema originally comes from and what was tool was used to enrich it. Sort fields alphabetically. Signed-off-by:
Georg J.P. Link <linkgeorg@gmail.com>
-
-
- 21 Jan, 2022 2 commits
-
-
Quan Zhou authored
This code fixes the SSLError when running the `enrich_feelings` study available for github2. The error: ``` urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852) ``` Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
-
- 20 Jan, 2022 1 commit
-
-
Quan Zhou authored
New fields: - comment_created_at - review_state Tests updated accordingly. Schema updated accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 13 Jan, 2022 2 commits
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
-
- 12 Jan, 2022 1 commit
-
-
Quan Zhou authored
This code adds `unaffiliated_group` to enrolls when it is empty to fix the `IndexError`. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 11 Jan, 2022 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 10 Jan, 2022 1 commit
-
-
- 28 Dec, 2021 1 commit
-
-
Quan Zhou authored
This code fixes when the `refresh_identities` method update `*_multi_org_names` fields. Currently this field only check `author_org_name` field instead of `*_multi_org_names`. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 27 Dec, 2021 1 commit
-
-
- 23 Dec, 2021 2 commits
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
Quan Zhou authored
This code gets the main enrollments for `*_org_name` when there are several enrollments. If the enrollment contains :: the main one is the first part. For example: - Enrollment: Chaoss::Eng - Main: Chaoss If there is more than one, it will return ordered alphabetically. Test added accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 19 Nov, 2021 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 11 Nov, 2021 3 commits
-
-
-
Quan Zhou authored
This code updates the `non_authored_*` fields on the `refresh_identities` method if the `non_authored_prefix` parameter exists. New method `add_non_authored_fields` on `get_item_sh_meta_fields` to add these fields. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
Quan Zhou authored
This code adds `non_authored_*` commit meta fields the same as commit meta fields excluding the commit author. Add new parameter `meta_non_authored_prefix`. For instance: - Commit author: John Smith - Signed-off-by: John Smith, Tom Jerry meta fields: - signed_off_by_multi_names: ["John Smith", "Tom Jerry"] - non_authored_signed_off_by_multi_names: ["Tom Jerry"] New fields on `meta_fields`: - non_authored_acked_by_multi - non_authored_co_developed_by_multi - non_authored_reported_by_multi - non_authored_reviewed_by_multi - non_authored_signed_off_by_multi - non_authored_suggested_by_multi - non_authored_tested_by_multi Test updated accordingly. Schema updated accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 05 Nov, 2021 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 28 Oct, 2021 1 commit
-
-
- 27 Oct, 2021 1 commit
-
-
Quan Zhou authored
This is needed to be aligned with pyproject.toml Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 25 Oct, 2021 1 commit
-
-
Quan Zhou authored
Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 19 Oct, 2021 1 commit
-
-
- 18 Oct, 2021 2 commits
-
-
Quan Zhou authored
Setuptools >= 58.0.0 removed support for `2to3` see https://setuptools.pypa.io/en/latest/history.html#v58-0-0 Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
Quan Zhou authored
This code extracts all meta info authors in the commit using the new method `__add_commit_meta_fields` also creates a new identity in SH if it does not exist: - Acked-by - Co-Developed-by - Reported-by - Reviewed-by - Signed-off-by - Suggested-by - Tested-by The new fields will be named the same as the meta info but in lower case and for each of them these suffixes will be added: - multi_bots - multi_domains - multi_names - multi_org_names - multi_uuids Example for `Signed-off-by`: - signed_off_by_multi_bots - signed_off_by_multi_domains - signed_off_by_multi_names - signed_off_by_multi_org_names - signed_off_by_multi_uuids Also add the new method `get_item_sh_meta_fields` to get the meta fields needed to refresh them automatically in the method `refresh_identities`. Test updated accordingly. Schema updated accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-