- 19 May, 2022 3 commits
-
-
-
Quan Zhou authored
This is needed to update all packages to the latest version and fix the AssertionError when running `poetry install`. To update the file run `poetry update`. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
Quan Zhou authored
This code allows to collect and enrich confluence by spaces adding `--spaces=[SPACE1, SPACE2]` on the projects.json. For instance, the following projecs.json it will collect and enrich the space `DEV` for the `Main` project and `SUPP` space for `Support` project. ``` { "Main": { "confluence": [ "https://example.com --spaces=[DEV]" ] }, "Support": { "confluence": [ "https://example.com --spaces=[SUPP]" ] } } ``` Method updated: - elastic_items.extract_repo_tags: - `tag`: New argument to select labels or spaces - raw.confluence.get_perceval_params_from_url: - Get parameter `spaces` given a URL - enriched.utils.get_confluence_spaces_filter: - Create a query to get items from `spaces` Test added accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 18 May, 2022 3 commits
-
-
-
Quan Zhou authored
This fixes the `is_git_commit_multi_author` field when the commit has more than one author and `pair-programming` is enabled. This is important for calculating `pair_programming_*` values. Also, set `git_uuid` correctly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
-
- 17 May, 2022 1 commit
-
-
Santiago Dueñas authored
The methods 'add_identities' and 'add_identity' have been added to 'Enrich' class to add new identities to a SortingHat database. Libraries using elk won't need to use sortinghat library to store new identities while enriching items. Signed-off-by:
Santiago Dueñas <sduenas@bitergia.com>
-
- 12 May, 2022 1 commit
-
-
- 10 May, 2022 1 commit
-
-
Quan Zhou authored
This code adds the demographic study. Test added accordingly. Schema added accordingly. Signed-off-by:
Quan Zhou <quan@bitergia.com>
-
- 07 Apr, 2022 2 commits
-
-
Venu Vardhan Reddy Tekula authored
Fixes #1045 update Mordred config doc link
-
Mabel authored
Fixes URL `Mordred config documentation` Signed-off-by:
Mabel <70232089+mabelbot@users.noreply.github.com> Signed-off-by:
Mabel <70232089+mabelbot@users.noreply.github.com>
-
- 06 Apr, 2022 1 commit
-
-
- 05 Apr, 2022 2 commits
-
-
Jose Javier Merchante authored
This commit installs extras required for the tests, this includes sortinghat and mysql. Signed-off-by:
Jose Javier Merchante <jjmerchante@bitergia.com>
-
JJMerchante authored
This commit adds a new GitHub Action to create the release for ELK. It generates a package, tests it, and publishes the release on PyPi and GitHub whenever a tag is generated and pushed. Signed-off-by:
JJMerchante <jj.merchante@gmail.com>
-
- 04 Apr, 2022 1 commit
-
-
JJMerchante authored
Installing statsmodels 0.9.0 after a poetry build doesn't install the dependency numpy. It is fixed in 0.10.0. Poetry.lock updated for all the packages. Signed-off-by:
JJMerchante <jj.merchante@gmail.com>
-
- 23 Mar, 2022 2 commits
-
-
Venu Vardhan Reddy Tekula authored
[gha] Check if a changelog is included in Pull Requests
-
Jose Javier Merchante authored
This commit adds a new GitHub action to check if pull requests include a changelog file and validate the contents if it is empty or valid YAML file. Signed-off-by:
Jose Javier Merchante <jjmerchante@bitergia.com>
-
- 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>
-