Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/chaoss/grimoirelab-elk


https://github.com/chaoss/grimoirelab-elk

[rocketchat] Add support for RocketChat

This commit adds support for Pagure
to elk. Raw and enriched indexes have
been added.

Signed-of...

382a9f5f89423615bead077bd7cea608c5b2f3a4 authored over 4 years ago by Animesh Kumar <[email protected]>
[rocketchat] Patch for PR #882

Signed-off-by: Obaro Ikoh <[email protected]>

be6ae30cb7addee393cde48ab473d65c58dae332 authored over 4 years ago by Obaro Ikoh <[email protected]>
[grimoire_elk] Remove tzinfo for date comparison

This code removes the tzinfo used to compare the
`from_date` value with the default one (1970-01...

6e455f66873d9811c3f59d33b547da023ae83f16 authored over 4 years ago by Valerio Cosentino <[email protected]>
Release 0.74.0

Signed-off-by: Valerio Cosentino <[email protected]>

048b727ec804bb9c61bdf84dd76ea9524593a466 authored over 4 years ago by Valerio Cosentino <[email protected]>
[deps] Constrain numpy version to <= 1.18.3

The numpy dependency is constrained to <= 1.18.3. This change is
needed since from version 1.19....

839805a32b8eba8b243d9e68d56afe85631e7e53 authored over 4 years ago by Valerio Cosentino <[email protected]>
Release 0.73.0

0be51c91e32def21aa7122ae629f1e32923c70e3 authored over 4 years ago by Valerio Cosentino <[email protected]>
Fix formatting git private repos note

Signed-off-by: Valerio Cosentino <[email protected]>

247ca2b21f6817b64c36892003cb5abd73ec74f3 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-githubql] Add label attribute to closed events

This code adds the attribute `label` which contains the
issue labels to the closed events. This ...

6c6a0b84b6ed8b87fe86325a443a9a85c8fb0f30 authored over 4 years ago by Valerio Cosentino <[email protected]>
[elastic] Support for filter no-collection on multi params URLs

This code allows to support the filter no-collection for URLs
composed of multiples params, for ...

c731a4edc1148385d0d1be428cb4684a5f8e6882 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-mediawiki] Handle filters on repo URL

This code strips out the filters defined on the mediawiki
repo URLs.

Tests have been added acco...

f0d2e909d0a39abd169e0448a597f57041dc4ba4 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-confluence] Extract username from publicName attr

This code allows to extract the username information from the
attribute `publicName`. This chang...

64a9a076f9c37a629dd5b211fdd2a147d077c56a authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-git] Handle anonymized repos in update_items

This code allows to deal with anonymized repos when
running the update_items method for the git ...

125e651c4b5bcb2a50eb9e1f7faa4b26207a4f16 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-git] Sync AOC and Git raw index

This code allows to delete the documents corresponding
to commits that don't exist anymore in up...

151ad07802a6a3c3832252c796924427cc3c8258 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-cocom] Include files in revision

This code includes the attribute `files_at_commit`,
which contains all files present in a given ...

5e24c60f118b109bd7b393a895c0e8b97d814fb4 authored over 4 years ago by Valerio Cosentino <[email protected]>
[raw-git] Remove credentials from origin

This code redefines the method _fix_item
for the git raw data in order to remove
credentials tha...

a5346ac07d016d9432668424d1e3a2ded27ec4c7 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-utils] Remove credentials for repository filter

This code omits the credentials that may appear on the
repo origin (e.g., git private repos) whe...

b15814e3533348a98bbc8403e816ad531fe0a79a authored over 4 years ago by Valerio Cosentino <[email protected]>
[elk] Handle private repos in git studies

This code prevents to store the credentials of the
git private repos in the studies indexes
(aoc...

8ce8c3424be7094a2501a8f84ba2a94b0fb582b6 authored over 4 years ago by Valerio Cosentino <[email protected]>
[elk] Fix flake8 errors

This code fixes the following flake8 errors
- elastic_items.py:121:41: E741 ambiguous variable n...

a5aaeaa7a81fd6c1ae42e535c3231e6a91ed33cf authored over 4 years ago by Valerio Cosentino <[email protected]>
[elk] Move anonymize_url to enriched/utils.py

This code removes the anonymize_url method from
the grimoire_elk/elastic.py, and adds an equival...

83b553349402e8b31432dfd25683f71a011fa706 authored over 4 years ago by Valerio Cosentino <[email protected]>
[tests] Rename study indexes for tests to ease deletion

This code renames the study indexes used for testing with
the purpose of relying on the `tearDow...

df554c59b794aa2d1c1754a31ceb3715f2a9b756 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-cocom] Propagate commit parents to enriched index

This code propogates the `parents` of the commit to the enriched
documents. This allows to build...

4cdf6f7c9bfbb25dfcf4999646d953dc1eaabdf2 authored over 4 years ago by Valerio Cosentino <[email protected]>
[utils] Remove unused function get_time_diff_days

This code removes the function `get_time_diff_days`, which
isn't used in the codebase.

Signed-o...

baf31fd8e10ffb034de2c79dd4b538153bd3d811 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched-mbox-study-kip] Fix calculation for inactive days

This code fixes the way the attributes kip_discuss_inactive_days
and kip_voting_inactive_days ar...

70580e090bce04de49b4a8efddd5b0c0d20439d9 authored over 4 years ago by Valerio Cosentino <[email protected]>
[grimoire_elk] Replace datetime/dateutil calls with toolkit

This code replaces the calls to the datetime and dateutil
calls to the equivalent ones provided ...

e2994480c6e4c40c7736f911e4287660e2863f31 authored over 4 years ago by Valerio Cosentino <[email protected]>
[utils] Remove get_git_repos

This code removes the script get_git_repos from the
folder utils, since it isn't used anywhere i...

712048a6c3b6fd77ea0a2523776a6dd53bbe9cf5 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enriched] Remove projects.py

This code removes the file projects.py, which
isn't used in the rest of the codebase.

Signed-of...

44b7445b1c364898040ff70ce84f4361c4b0afa4 authored over 4 years ago by Valerio Cosentino <[email protected]>
[launchpad] Add support for launchpad

This commit adds support for launchpad perceval backend.
Added raw and enriched indexes.
Added t...

493bd04a4f6c13f45b6c6fbcb98ceec7368ff052 authored over 4 years ago by Nitish Gupta <[email protected]>
Merge branch `add-changeset-status-to-patchsets` of https://github.com/valeriocos/GrimoireELK

Merges #870
Closes #870

5cc53beb8bb8bab4a4c24229906313f1e03b416d authored over 4 years ago by Quan Zhou <[email protected]>
[enriched-gerrit] Propagate changeset status to patchsets

This code copies the attributes `status` and `status_value` of
the changeset to the correspondin...

89d3e99aa767df085014cd47224dee82f37f1f79 authored over 4 years ago by Valerio Cosentino <[email protected]>
[slack] Update files metric

This commit removes enriching single files,
since a message can contain multiple files.
Instead,...

8c5319e01138800957beb3ad834d3c1f6ea27eb8 authored over 4 years ago by Animesh Kumar <[email protected]>
[tests] Add tests for `copy_raw_fields()` method

This commit adds tests for the `copy_raw_fields()`
method for all ELK backends to check if all t...

837d5b2707bc397bd776408926794c36492bb4d1 authored over 4 years ago by Nitish Gupta <[email protected]>
[Enrich] Add `copy_raw_fields()` method and refactor enrichers

This commit adds a new method to get rid of redundant
code snippet in enrichers to copy raw fiel...

a8d37ed590e3e4709e06ad0a9d39d2889ed3edf2 authored over 4 years ago by Nitish Gupta <[email protected]>
[telegram] Improve test coverage

This commit adds more entries to test data
of telegram to improve the test coverage.

Signed-off...

ac8df68d889a7a4eb2b5f0c693364eeafcb3ec80 authored over 4 years ago by Animesh Kumar <[email protected]>
[Mbox] Add tests and test data for MBox KIP study.

Signed-off-by: Nitish Gupta <[email protected]>

7f88b304ce21a8332a153d0b94e25c0c4f6491fd authored over 4 years ago by Nitish Gupta <[email protected]>
[test] Add missing test for perceval params

This commit adds the test to check if perceval
params are correctly initiatized. The test was
mi...

748e6c33bee68a46221f35304f70118061001610 authored over 4 years ago by Animesh Kumar <[email protected]>
Release 0.72.0

34dc089b47af9e762aca7be73a1671c817c7112d authored over 4 years ago by Valerio Cosentino <[email protected]>
Fix body store-and-process-github-events.yml

968cf10e59a9c9d3c5c89da5da7d29bca2036726 authored over 4 years ago by valerio <[email protected]>
[ELK] Add poetry support

This code adds support for poetry, thus
the poetry.lock and pyproject.toml are
committed to the ...

a33bb1a50483066bc351edbf61c7c0271d714c5f authored over 4 years ago by Valerio Cosentino <[email protected]>
Merge branch 'add-release-notes-for-853' of `https://github.com/valeriocos/GrimoireELK`

Merges #854
Closes #854

b8a812dc68785109b54382e3f52d435b7020c6cb authored over 4 years ago by Quan Zhou <[email protected]>
[releases] Add release note for feature #853

Signed-off-by: Valerio Cosentino <[email protected]>

d1e5b11ae1fa0c507d192d8c4237169e8dc21d2a authored over 4 years ago by Valerio Cosentino <[email protected]>
[ELK] Store and process github events

This code provides a new set of raw and enrich
connectors to store and process events collected
...

2a62bf070778af8c7423c3b857f76af744d9e4e3 authored over 4 years ago by Valerio Cosentino <[email protected]>
[enrich-git] Add the param `run_month_days` to enrich_git_branches

This code add a new param `run_month_days` to declare the days of
the month to run the study `en...

707c643fe90c3d17c2d9d06e9657260931dae285 authored over 4 years ago by Quan Zhou <[email protected]>
[enriched-git] Handle connection problems during enrich_git_branches

This code allows to handle connection problems when accessing the repo to
update the git branche...

b69eaa600a99c3f6e0d2406dbd7506c6c53dfa0e authored over 4 years ago by Valerio Cosentino <[email protected]>
This commit addds support for gitter backend.

Raw and Enriched indexes have been added along with their tests and schemas.

Signed-off-by: Niti...

fa7ce42bc671f2cd684949f7641c5b6dcba037ff authored over 4 years ago by Nitish Gupta <[email protected]>
[pagure] Add support for Pagure

This commit adds support for Pagure
to elk. Raw and enriched indexes have
been added.
Schema has...

c6a65f3f9f93655ccc463e69c0f3e8e479cb943f authored over 4 years ago by Animesh Kumar <[email protected]>
updated the docstring for pair_programming

Signed-off-by: Nitish Gupta <[email protected]>

1641acf843d4bea7e5e45778c91eab82c4d36d79 authored over 4 years ago by Nitish Gupta <[email protected]>
[enriched-bugzillarest] Add new field `is_open`

This code add the field `is_open` to know if the tiket is open.
Schema and test updated accordin...

578b494d38e45da5b4c100bde19718be60c7ca91 authored over 4 years ago by Quan Zhou <[email protected]>
changed logic to delete all test indexes

Signed-off-by: Nitish Gupta <[email protected]>

48486d09092f466b21572ac3b9182f4e6310c544 authored over 4 years ago by Nitish Gupta <[email protected]>
added test for pair_programming

Signed-off-by: Nitish Gupta <[email protected]>

94f52c6e82a1c0af389b5ce6d324c415209385b8 authored over 4 years ago by Nitish Gupta <[email protected]>
[travis] Upgrade setuptools and pip

This code upgrades the setuptools and pip. This change
is needed to fix the CI tests that were f...

93402694ceafc1ebb8740ab04ba312bb90b885e6 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[enriched] Check first if the instance of `item` is dict

This code avoid the error
`TypeError: argument of type 'NoneType' is not iterable`.

Signed-off-...

f130abade126fd552319b9f0c0b31d03358871a0 authored almost 5 years ago by Quan Zhou <[email protected]>
add language field and compute all cocom study metrics per language

Signed-off-by: Florent Kaisser <[email protected]>

39596eae4441815fda65ac8374e7fb4cd8781088 authored almost 5 years ago by Florent Kaisser <[email protected]>
added projects_map db to improve coverage

Signed-off-by: Nitish Gupta <[email protected]>

82f18883335c9b5d21914e0ce1bbff9e5567e24f authored almost 5 years ago by Nitish Gupta <[email protected]>
[releases-notes] Add release note for fix #826

Signed-off-by: Valerio Cosentino <[email protected]>

9179304ac204f42d63e1497f90f95f46462f4dc6 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[enriched-meetup] Handle event without geolocation

This code handles the meetup events for which the
geolocation isn't provided. Thus, for these ev...

855a6225c5b41b9ab4c0ede5d380496ab194aca8 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[git] Make author anonymization optional for git

This code makes it optional to anonymize the author and committer
information. It creates a hash...

0361c38c03367f07247e5989378bc8698a6adca9 authored almost 5 years ago by JJMerchante <[email protected]>
[gitlab] Make owners data anonymization optional for gitlab

This code anonymizes the information coming from Perceval related
with users. For each identity ...

fc8c4b1f86b79c697a071b7fef6f8e85587a0795 authored almost 5 years ago by JJMerchante <[email protected]>
[github] Make owners data anonymization optional for github

This code anonymizes the information coming from Perceval related
with users. For each identity ...

2fc8479caadc07b2070cda664cd46911c0d9032e authored almost 5 years ago by JJMerchante <[email protected]>
[meetup] Make users anonymization optional for meetup

This code makes it optional to anonymize the information about users
for each event. For each us...

8ea3455bd639de695e1a4d2f56ed86df4e5818c7 authored almost 5 years ago by JJMerchante <[email protected]>
Make anonymization optional for each backend

This code makes it optional to anonymize the items coming from
Perceval. It creates a new module...

6b5e747eeb0237e116e6574fdf89040748bc1b36 authored almost 5 years ago by JJMerchante <[email protected]>
modified:final test_git.py

Signed-off-by: Kshitij Gupta <[email protected]>

1038d55bbe1ff4bc114c78113a3411bd0bda5958 authored almost 5 years ago by Kshitij Gupta <[email protected]>
[schema] Update dockerhub.csv

This commit updates the fields of the dockerhub schema and
updates the schema to the latest form...

81c490e15954fbc48e07477c576665fc80340fc2 authored almost 5 years ago by Venu Vardhan Reddy Tekula <[email protected]>
[schema] Update askbot.csv

This commit updates the fields of the askbot schema and
updates the schema to the latest format ...

65f6fdec03f5d7378609640ca6ba61e30fa32144 authored almost 5 years ago by Venu Vardhan Reddy Tekula <[email protected]>
[schema] Update mattermost.csv

This commit fixes typo for aggregatable value for
type field. Also updates the user_data_gender_...

f56851c7f70db9e040c8a9c2b15d8e43831bc029 authored almost 5 years ago by Venu Vardhan Reddy Tekula <[email protected]>
Update version number to 0.71.0

Signed-off-by: Valerio Cosentino <[email protected]>

1201f3f7242386d9f21a76fe8e2b5783fb1c8e17 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[tests] Add tests for multi_org_name fields

This code updates the tests of ELK to check
that the attributes including the affiliations
comin...

4fe44cd925b41d891c0eb4e5eee243bb6e866b2a authored almost 5 years ago by Valerio Cosentino <[email protected]>
[enriched-study-ceres-onion] Support for multiple affiliations

This code allows to create the onion study index using the
information contained in the `author_...

f48ba2ca1ac6ee5335bc5fd149f8f63bf30d69c6 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[schema] Add attribute for multi org names in github_issues.csv

This code includes new attributes in the github_issues.csv
that document the fields author_multi...

55bebb25e6a73c1b87b058a615873f9dfa40cf41 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[schema] Add attribute for multi org names in git.csv

This code includes a new attribute in the git.csv that
document the field author_multi_org_names...

1d3f27a193bc8b4ef2a33b9419f6d1a19e2f9b51 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[enriched-mappings] Update aoc mappings

This code includes the attribute `multi_org_names` in
the mappings of the AOC studies. This chan...

8238b85e3e4f64ab27bb7d9a15b3dd78305f2264 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[gerrit] Propagate multiple affiations attributes

This code modifies the gerrit enriched items to include
the fields representing multiple affilia...

086d18ca823c33ed41c48fecdd0131b93a1b1c10 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[grimoire_elk] Add support for multiple affiliations

This code allows to store in the enriched indexes
information of multiple affiliations. Such a d...

16b73924b1e3fa0bd16850255f9daa9a00ca0e9e authored almost 5 years ago by Valerio Cosentino <[email protected]>
[jira] Propagate multiple affiations attributes

This code modifies the jira enriched items to include
the fields representing multiple affiliati...

a26db941329329790dd1b8c54429a8cc814a74db authored almost 5 years ago by Valerio Cosentino <[email protected]>
[schema] Add attribute for multi org names in github_pull_requests.csv

This code includes new attribute in the github_pull_requests.csv
that document the field author_...

ec6694fa850f81a0f1f36440c246429bfdcc35d1 authored almost 5 years ago by Valerio Cosentino <[email protected]>
modified: tests/test_git.py

Signed-off-by: Kshitij Gupta <[email protected]>

9ef1439068edf6695d15197638caf99f0d881658 authored almost 5 years ago by Kshitij Gupta <[email protected]>
[raw-gerrit] Handle long text for data.patchSets.comments.message

This code allows to handle immense term exceptions due to the
lenght of the attribute `data.patc...

3685d7d7366cc2ea8c7ba66bf08a683adfe97c56 authored almost 5 years ago by Valerio Cosentino <[email protected]>
Update github_backlog.csv for a field missing

Added the data on the 12 line.

Signed-off-by: Willem Jiang <[email protected]>

768f66dc2a93405c5ac24182bf083c1f5e52ca1d authored almost 5 years ago by Willem Jiang <[email protected]>
[github] Include fields related with sortinghat when it is disabled

This commit include the fields realted with Sortinghat when it
is disabled from the configuratio...

f675ded8dc11b6164ebfb9739eaeece2fda7c52b authored almost 5 years ago by JJMerchante <[email protected]>
[sortinghat] Create enriched fields related to Sortinghat when it is disabled

This commit includes the fields related to Sortinghat when it is disabled.
- gender, gender_acc,...

275c34d1ca33f8f54dc5e06f9732b6f2edc12b3f authored almost 5 years ago by JJMerchante <[email protected]>
[gitlab] Include fields related with sortinghat when it is disabled

This commit include the fields realted with Sortinghat when it
is disabled from the configuratio...

2ceca8c27dc44a8531f94180370322829d2b918e authored almost 5 years ago by JJMerchante <[email protected]>
[git] Include fields related with sortinghat when it is disabled

This commit include the fields realted with Sortinghat when it
is disabled from the configuratio...

df0372a0c182953d343ec932aabb03d476c97313 authored almost 5 years ago by JJMerchante <[email protected]>
[meetup] Include fields related with sortinghat when it is disabled

This commit include the fields realted with Sortinghat when it
is disabled from the configuratio...

a8be512192973b212a6f2e4f871254100e92e176 authored almost 5 years ago by JJMerchante <[email protected]>
[enriched-gitlab] Fix repository value in issue

This code fixes the 'repository' value of the issues URL.
The api add the character '-' before '...

8125c32f64db776ce0d75808e410a030373536a2 authored almost 5 years ago by Quan Zhou <[email protected]>
[schema] Update field description

Signed-off-by: snack0verflow <[email protected]>

adfdce096e0922a9c6f30e6fe126b927df853287 authored almost 5 years ago by snack0verflow <[email protected]>
[schema] Add project and project_1 descriptions to jenkins

This code adds the descriptions of the project and
project_1 to the jenkins schema.

Signed-off-...

13982d4024ffcaf2d0e42a26194ec4725619fed8 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[elk] Remove support for arthur

This code removes the references, methods depedencies
and config params used to fetch data from ...

1a746e2672ae9300efec0625fc07f61694f1c400 authored almost 5 years ago by Valerio Cosentino <[email protected]>
Update the mattermost.csv to fix a format issue

Signed-off-by: Willem Jiang <[email protected]>

28693fc6aae881ebe1fbb190b76d0e3fbfca51c7 authored almost 5 years ago by Willem Jiang <[email protected]>
[doc] Update readme for secure elasticsearch

Signed-off-by: snack0verflow <[email protected]>

03769f83e7d92c54331b23558b9fccbc0e90c7f2 authored almost 5 years ago by snack0verflow <[email protected]>
Update version number 0.70.0

Signed-off-by: Valerio Cosentino <[email protected]>

6f449a69d8730d88712bb6332227808a6bdadd4a authored almost 5 years ago by Valerio Cosentino <[email protected]>
[github2] Fix loading identities

This code fixes the way the identities are loaded
in the method `get_identities` to make the pro...

4e9eeda37a891355c29a3ccb29c1664f55ed8be7 authored almost 5 years ago by JJMerchante <[email protected]>
[github] Fix filter classified in GitHub and GitHub2 enrich

This code checks if user_data, assignee_data, merged_by_data, comments_data.user_data and
review...

f0e03e04bccd4da9ee4654364c56dbd85668f9d0 authored almost 5 years ago by JJMerchante <[email protected]>
add schema for backlog studie

Signed-off-by: Florent Kaisser <[email protected]>

7fd49e77901957bac2ddba309a8acd6a30290239 authored almost 5 years ago by Florent Kaisser <[email protected]>
Add additional index to compute the chronological evolution of opened

issues and average opened time issues.

For each repository and label, we start the study on repo...

2b2f3810bfe7719c75e4ccd387a53a55607a3960 authored almost 5 years ago by Florent Kaisser <[email protected]>
add description in git schema for commit_tags field

Signed-off-by: Florent Kaisser <[email protected]>

e8bb82c74d510e2398ef818f9074936118d8f00a authored almost 5 years ago by Florent Kaisser <[email protected]>
add "tags" field in git enriched index to get the number of releases.

Signed-off-by: Florent Kaisser <[email protected]>

2c596b54bde323cebcead33155116478d35e4ae1 authored almost 5 years ago by Florent Kaisser <[email protected]>
[grimoire_elk] Support for Docker smells analysis

This code includes the support for Docker smells analysis
extracted from graal using Jad...

36ff2cb04210d7e7c24dbf005292bc153096f8fc authored almost 5 years ago by Valerio Cosentino <[email protected]>
[schema] Add scheams for docker smells and deps

This code includes the schemas describing the fields
of the enriched indexes for docker smells a...

7557c77e2ecd4d00b5a6e666be16eb83b47118de authored almost 5 years ago by Valerio Cosentino <[email protected]>
[grimoire_elk] Support for Docker dependencies analysis

This code includes the support for Docker dependencies analysis
extracted from graal using Jadol...

02fe5e35f646ec2c5178f7a9a984cac7caa565e8 authored almost 5 years ago by Valerio Cosentino <[email protected]>
[grimoire_elk] Add connectors for docker smells and deps

Signed-off-by: Valerio Cosentino <[email protected]>

c7b1100dedd9bf457bc52210189ce293cacac147 authored almost 5 years ago by Valerio Cosentino <[email protected]>
Update README.md

This commit adds the images for the test
configurations for grimoirelab-elk in PyCharm.

Signed-...

333c9d5f5aa8afa859571efc02ac76d31ab2318c authored almost 5 years ago by Venu Vardhan Reddy Tekula <[email protected]>