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

[github2] Add support for feeling study

This code provides support for the feeling study. It
can be enabled with the setup.cfg of mordre...

4a45332ba250bbc8592ce7f73b50e2b8109d7bee authored almost 5 years ago
[tests] Move httpretty to requirements_tests

This code moves the package httpretty to the requirements
needed to run the tests.

Signed-off-b...

c508d518eb538e7cba9e794349cc7c10bf0730fe authored almost 5 years ago
[enriched-enrich] Add enrich_feelings study

This code includes the enrich_feelings study, which
allows to add sentiment and emotion data to ...

9077d1a8f18524ca05ee496813e72ed945f93c49 authored almost 5 years ago
[tests] Stop loop when finding a target study

This code adds a break instruction when the target
study is found, thus improving the efficiency...

06efdf3106d7e161080a1ebf913c0de527800087 authored almost 5 years ago
[enriched-enrich] Add survival developer study

This code includes a new study, which aims at forecasting
the contributor activity based on thei...

d8f3d5859c40ca8747431bac2fa28c445a1867a7 authored almost 5 years ago
[schema] Add CSV for survival git data

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

3de53b54fb587fb60ab53855984c4f418ca1a064 authored almost 5 years ago
[enriched-git] Add support for survival study

This code enhances the git enricher with the
survival study for commit authors. In order
to enab...

134f2999d63bd1c97422d67f3f4f8a21b065c2f4 authored almost 5 years ago
[dependencies] Add statsmodels dep to setup and requirements

This code includes the requirement 'statsmodels >= 0.9.0' to
the setup.py and requirements.txt

...

ac5dcd44e9f64bd7b3a1ebeff8184477408040a6 authored almost 5 years ago
[doc] Add documentation to run tests and coverage

This code enhances the README.md by adding the information
to execute the tests. Furthermore det...

c92c106e5fa43eec838bc88060d324dec02834f4 authored almost 5 years ago
[doc] fix mistake in README.md

Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>

7a2ce1501674471be14de1a040f499cc2a8d361d authored almost 5 years ago
[enriched-telegram] Handle edited message

This code allows to propogate the information about
edited messages to the enriched indexes. Enr...

7e29d42a17ee25464302586fb784f0f6a4735cdf authored almost 5 years ago
[enriched-telegram] Handle missing username in Telegram messages

This code handles Telegram messages without an username.

Tests have been added accordingly.

Si...

ca35e9b5791221ad7b38624670264a3a439f89b9 authored almost 5 years ago
[enriched-jira] Handle missing creator/ assignee displayName and name

This code allows to handle creators and assignees without
displayName or name.

Tests data have ...

58424d853c6ec87897ecc91d5b75a331f29189cf authored almost 5 years ago
[tests] Fix tests for enrich_geolocation

This code modifies the tests for the enrich_geolocation which
now look for the presence of the f...

1d7137ed8d4384703e07f8b7d6904f5f9adcc723 authored almost 5 years ago
[raw-bugzillarest] Prevent indexing of clones attribute

This code prevents the indexing of the attribute clones, which
isn't used in the enriched data.
...

837581f3223b234fa2780a171840975dd5dce30e authored almost 5 years ago
Update version number 0.69.0

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

28f98fde2603e322a518bc90d19fcdf9c0a14dba authored almost 5 years ago
[enriched-gitlab] Fix repository value in merge

This code fixes the 'repository' value of the merge requests URL.
The api add the character '-' ...

8697942089646e656eccf3af5df5648d7d4d3e8b authored almost 5 years ago
Update version number 0.68.0

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

5fdf33dfd195b30640684711bb6b462ba842b908 authored almost 5 years ago
[requirements] Relaxing pandas constraint

This code relaxes the pandas constraint to make
ELK working with python 3.7. This change is
also...

e0da324a85e98a616b00f10a52070998e2fe8310 authored almost 5 years ago
[travis] Support for python 3.7

This code extends the CI tests to python 3.7.

Signed-off-by: Valerio Cosentino <valcos@bitergia...

c3e6d4261980440ce948dc0687eac4224bb4c1a4 authored almost 5 years ago
[dep] Add geopy dependency

This code includes the geopy dependency to the requirements.txt
and setup.py files. This change ...

4d399eba3c6842cdfdd437a713d50642097e140c authored almost 5 years ago
[enriched-github2] Add support for geolocation study

This code allows to include geolocation information
about user.

Tests have been added according...

c25d2316d54bd2a75214248fbd8e42b6309bb489 authored almost 5 years ago
[enriched-enrich] Add geolocation study

This study includes geo points information (latitude and
longitude) based on the value of the `l...

55af685054f1036cee6611557cf2a557487861d1 authored almost 5 years ago
[enriched-github2] Remove hardcoded geolocation support

This code removes the geolocation support, which
was based on a hardcoded call to the Google Map...

fd3cce08b7c471a12732b8f7107ee2926a028f3f authored almost 5 years ago
[enrich-github] Remove dead code

This code removes the class GitHubUser from the
enricher. Such a class isn't referenced in ELK a...

7c845a6e2d7cd88a1f5727c2182d9da62bbb0919 authored almost 5 years ago
[enriched-github] Remove hardcoded geolocation support

This code removes the old code used to include geolocation
information. Such a code leveraged on...

985ac51280f8b43395dcc8b89d472b9d1cf77126 authored almost 5 years ago
[enriched-dockerhub] Handle never updated images

This code allows to ignore dockerhub images, which
don't have a last updated value. This is the ...

c899dcf96a611949073c3fe859b33b12bd2e97ea authored almost 5 years ago
[git-enriched] Remove github commit support

This code removes the support to include author and committer
information extracted from github ...

8578ac3a3f4e669d26f9b5dc64f972f0ad55114a authored almost 5 years ago
[elastic] Replace dateutil call with str_to_datetime

This code replaces the dateutil call to covert a
string into a date with the equivalent toolkit ...

b13e8fb11576d30481057d4fc211a7f927f24b12 authored almost 5 years ago
[tests] Add tests for elastic.py

This code includes test cases for the ElasticSearch class. Test_elk_elasticsearch
file is delete...

ac7f0e1f9f2b527181122be6730eb4ed9312f118 authored almost 5 years ago
[elastic] Refactor all_properties method

This code refactors the method `all_properties` to support
both ES 6.x and 7.x versions.

Tests ...

ac980762f50e3280822803326d724a6b6694912f authored almost 5 years ago
[elastic] Change logic to handle errors when creating a mapping

This code changes the logic of the method `create_mappings` when
handling errors during the mapp...

d77316caf883a339659d87ca6533b9cc49ba3320 authored almost 5 years ago
[elastic] Initialize `error` variable for `safe_put_bulk`

This code sets up the initial value of the variable `error` in
order to prevent possible excepti...

e8968ee8a89d090cddae2d0509dfea3d540b7153 authored almost 5 years ago
[elastic] Improve methods documentation

This code improves the docstring of the methods
defined within the class ElasticSearch.

Signed-...

982f704d7d62bdc168279102e1fc172d814e7d76 authored almost 5 years ago
[elastic] Move logic to create index to new method

This code moves the logic used to create an index to
the method `create_index`. This change is n...

aeb01df0ad917f08d6e3df7221b4686ab98b727e authored almost 5 years ago
[elastic] Rename `_check_instance` method

This code renames the method `_check_instance` to
to `check_instance` with the purpose of conver...

1f4c85d35514a30ffce67b396d0b2acddbf69110 authored almost 5 years ago
[elastic] Enable loading of complex aliases

This code allows to load aliases containing
filters, which at the moment are manually loaded.

S...

9fa2e8036a24984f4a14aff86d34bc5cfc223e1d authored almost 5 years ago
[tests] Fix CI tests for elastic items

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

7ff554d46d079dfa0af1686d850d8d6f57994f63 authored almost 5 years ago
[elastic_items] Improve doc and test coverage

This code includes a battery of new tests for
the class ElasticItems. This change is needed to
i...

12df5b6ca68a4fe8fbcbf48f58edd8abd5f60e80 authored almost 5 years ago
[errors] Add ElasticError

This code allows to model the errors coming from
the Elastic class.

Tests have been added accor...

4689faee3821020f6154db517e101b4584edf393 authored almost 5 years ago
[elk] Replace ElasticConnect, ElasticWriter exceptions with ElasticError

This code replaces the exceptions ElasticConnectException and
ElasticWriteException with Elastic...

1790c69e0db78108c03e83f2b61ce1f1ececbfea authored almost 5 years ago
Let pandas be >= 0.22.0

If we pin pandas at 0.22.0, it doesn't build
with Python 3.7.x, apparently because of problems
w...

d7e44a329b181d1fbc33e1fa0377e301a29e0f5c authored almost 5 years ago
[utils] Remove track_items script and related methods

This code removes the track_items script and the method
`get_fields_uuid` from several enrichers...

ac9d36adbf75290fc30187964de7bd8c12ba8fc4 authored about 5 years ago
[elk] Remove `get_items_from_uuid` method

This code removes the method `get_items_from_uuid` which
doesn't seem to be used neither in ELK ...

6bf68716381edaa44376561687ffb5eb095f3f72 authored about 5 years ago
[github2] Update github2 fields

This code updates the github2 fields in order to aggregate
issue, pull requests and their commen...

753fe38861c9470b0c23a94268a6564fb07f7426 authored about 5 years ago
Fix possible error

Signed-off-by: Lukasz Gryglicki <[email protected]>

ade36124107e492438a6ee70c55dbd1e35364b79 authored about 5 years ago
Fix possible error 2

Signed-off-by: Lukasz Gryglicki <[email protected]>

fab76a53bc8b04f296f6bc5ad50860239b53f33f authored about 5 years ago
Fix flake8 errors

Signed-off-by: Lukasz Gryglicki <[email protected]>

65a41c4a2b094d3967feec6f08a340471522f757 authored about 5 years ago
Add support for releasing scroll and waiting for available scroll (wait configurable amount of time)

Signed-off-by: Lukasz Gryglicki <[email protected]>

ecf01881f65e00e78e9d54e854da6eeff35ba992 authored about 5 years ago
[schema] Update cocom schema

This code includes the new attribute `repo_url`,
which contains the origin value without credent...

f7b19bcc27a8e14d8191d4795cb9be15d4614546 authored about 5 years ago
[enriched-colic] Handle credentials in origin

This code allows to store the origin without credentials in a separated
attributes, which is lat...

881854f58f531503c544d4e140f8b41cd3ba5884 authored about 5 years ago
[enriched-cocom] Handle credentials in origin

This code allows to store the origin without credentials in a separated
attributes, which is lat...

72cac089601cef9d99224a95bc1050429d5a7d89 authored about 5 years ago
[schema] Update colic schema

This code includes the new attribute `repo_url`,
which contains the origin value without credent...

eef21b3db6c191ad15a0a2ede1cfc01bdbe01c47 authored about 5 years ago
[enriched-colic] Handle missing commit message

This code allows to handle commits without message.
Test data have been updated accordingly.

Si...

c7c7e41c6d553a7c66ff0a47f706273c3d68e0e0 authored about 5 years ago
[enriched-cocom] Handle missing commit message

This code allows to handle commits without message.
Test data have been updated accordingly.

Si...

ba16f25bbb1d1c465dcc0b38fde67adb0dda5095 authored about 5 years ago
[raw-github] Handle immense term for data.reviews_data.body

This code modifies the raw mapping of github indexes to
handle immense terms found in data.revie...

0ed2cf0799f413e881ff769ea302d472af7fe1de authored about 5 years ago
Update version number 0.67.0

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

d5a7604c47a86212454c9e3d64941c476e6ae323 authored about 5 years ago
[enriched] Remove support geolocation for github enriched indexes

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

c63c98ec387f443fae7d1cd27ef2e038051e77dd authored about 5 years ago
Update version number 0.66.0

Signed-off-by: Santiago Dueñas <[email protected]>

b93243924083fb8eab87e93a7f73bc1fa3614195 authored about 5 years ago
[raw-bugzillarest] Set text mapping type for thetext attribute

This code sets the mapping for the attribute
`data.history.changes.comment.thetext` to text.

Te...

0ac0fdbba40578350d6a580f4fef9118307fb8e7 authored about 5 years ago
update version number 0.65.0

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

3d769ac10baea4019b0a91492d1f2966c9e163cb authored about 5 years ago
[enrich-gitlab] Handle TypeError: 'NoneType' exception

This code allows to prevent TypeError: 'NoneType' exception
when the issue or merge has no autho...

bfadd445cc2f8e6d851e9ed415286713455b5bc3 authored about 5 years ago
[utils] Add 429 error to status_force_list

This code enables the retrying mechanism on
429 errors, when connecting to elasticsearch.

Signe...

2de0db461f2bef577d0dab5e74a7967188a1f510 authored about 5 years ago
[enriched-gerrit] Handle missing user info

This code handles missing user info such as
owner, approvers and reviewers.

Test data have been...

12b826e87e8d8e59ca48f9162785a1203df5d078 authored about 5 years ago
Update version number 0.64.0

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

408cfa31f53a18dc02256644b1c4027ac14434ec authored about 5 years ago
[github2] Add schema for new version of pull index

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

58e5be43ae158702300ff3d8937e96ec9137cf06 authored about 5 years ago
[github2] Add schema for new version of issue index

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

7755843e4e9377159c97717d6e668051f78fd1fe authored about 5 years ago
[enriched-github2] New enricher to handle comments and reactions

This code proposes a new github enricher to handle comments
and reactions. The old enricher is l...

8d3969a097fcd0c0cdd094190f60518d330fe265 authored about 5 years ago
[enriched-git] Handle missing local git repo

This code allows to handle the Perceval RepositoryErrors
triggered when the repository isn't fou...

a91b0b36e1d5c67ad2c34ec326ed1da7dfbca644 authored about 5 years ago
[enriched] Update bulk endpoint to support ODFE

This code updates the way the bulk endpoint is obtained
for different enricher (see below). This...

2cfc721cbed25c3647f2ae84d496a6d772102168 authored about 5 years ago
[travis.yml] Support for tests using ODFE

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

59e0dd1d6616be9d97145e9cd1a270b004235aa5 authored about 5 years ago
[enriched-enrich] Update bulk endpoint for ODFE

This code updates the bulk endpoint to correctly
handle data for ODFE distro. Furthermore, analy...

f69dcdb39c7d31c101a07df7a33d6ee855e1cb9f authored about 5 years ago
[enriched-ceres_base] Add class variable for ES major version

This code includes a new class variable that contains the ES
major version. This variable is imp...

10813d404a5e6f3ac0ee15c814c06f88932cc49e authored about 5 years ago
[studies-aoc] Support for ODFE

This code provides ODFE support for AOC. Thus, new
mappings are provided and the `_type` attribu...

872c90d28a5d18253856e009d1223b10898c7a7e authored about 5 years ago
[studies-onion] Support for ODFE

This code provides ODFE support for onion. Thus, new
mappings are provided and the `_type` attri...

41783189af8e2579578d37d0c4ce99207b7de746 authored about 5 years ago
[elastic_items] Handle ODFE page info on pagination

This code allows to handle the page info returned
when iterating over paginated results in ODFE....

511a321786765ffa9f0b001b684fe3c03906dcd6 authored about 5 years ago
[elastic] Update bulk and mapping endpoints for ODFE

This code provides two methods `get_bulk_url` and `get_mapping_url`
to be able support bulk and ...

348c6dded83562991ec55baed6ccd45054dda221 authored about 5 years ago
[enriched-gerrit] Handle missing reviewer info

This code allows to handle missing reviewer in
gerrit comments.

Tests and the corresponding dat...

d06233478d0231962a003efa7eefd0185c350e92 authored about 5 years ago
[elastic_items] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

3dc4b467f5d91592489b33fd5f7a4e2d17bee033 authored about 5 years ago
[enriched-mozillaclub] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

f4414ce70ea6547df712eba588bee510dc6e54a5 authored about 5 years ago
[enriched-ceres_base] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

b248ebe35a0d0728406422b84d67fcd26526d927 authored about 5 years ago
[enriched-kitsune] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

637b5dcbb94f7dcfec31ed817ff434f19e9223c3 authored about 5 years ago
[enriched-jenkins] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

d16ee96be983004cc391f02c5f5606b09c25a01b authored about 5 years ago
[enriched-enrich] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

7500003f5723042a7ed5c9b88844f5c0c5dc91e2 authored about 5 years ago
[enriched-gerrit] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

8cc711e6c48d8db22e19fadc487faf469e613c70 authored about 5 years ago
[enriched-functest] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

cd4ada2057d0ab9462311ff5b4083db9efd8087e authored about 5 years ago
[enriched-cocom] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

4eb745443191a98a2f8fc4658351a5ba2c103af6 authored about 5 years ago
[enriched-github] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

169a786192c851422ff8a3f2f6483a3fbaa32496 authored about 5 years ago
[enriched-study_ceres_onion] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

443d84248e5843ee377f1fbf04eafd04ce0f82af authored about 5 years ago
[elastic] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

9321cfe66b358507f461a919c850dfd52853d2fe authored about 5 years ago
[elk] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

e72f54f816ff62049e3556b630080af6daac0128 authored about 5 years ago
[enriched-study_ceres_aoc] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

73457ae8c67d78b3622f90cec1e18c8920ed8ad6 authored about 5 years ago
[enriched-remo] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

0bc50d4853e05b0f3fab2820afb4bc9365b7ded7 authored about 5 years ago
[enriched-meetup] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

97142522198d696743ef1b2343a220c64b3be57d authored about 5 years ago
[enriched-mbox] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

d6d7798d3df760e3960095a2418edff1f52c5c74 authored about 5 years ago
[enriched-jira] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

2ec5cef94ef3a893d57744efffae6572817694a5 authored about 5 years ago
[enriched-gitlab] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

9220b6c608ae8e80a247f8caa8be47b34ab5c340 authored about 5 years ago
[enriched-git] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

6bf174372e9a263ccd547e5f2180bdf08de01e19 authored about 5 years ago
[enriched-colic] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

73a70dcc7a8c4f750eb4911ab09dd5d666dd9ad7 authored about 5 years ago
[raw-elastic] Change to 'format()' in the logs

Signed-off-by: Quan Zhou <[email protected]>

dec18c3add8c291da7a79eafa08795e51fa79a1a authored about 5 years ago