Skip to content

Commit

Permalink
Release 0.2.56
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Dueñas <sduenas@bitergia.com>
  • Loading branch information
sduenas committed Jun 9, 2021
1 parent 6881e50 commit 5826bb8
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grimoirelab/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.2.55"
__version__ = "0.2.56"
22 changes: 22 additions & 0 deletions releases/0.2.56
@@ -0,0 +1,22 @@
GRIMOIRELAB_REL='0.2.56'

GRIMOIRELAB='0.2.56'
BESTIARY='e33976089fcb099d8054b686f61d1f39e9038aa1'
CERESLIB='c047e6d5fcda4826fdd5f29403fb62952537f8af'
GRAAL='8b7acb00a9bb4c297facaa851b2fb53c2a51a5e0'
GRIMOIREELK='c8e43f37671c97ce3a16cab1bc0f2e71a2e248c5'
GRIMOIRELAB_TOOLKIT='eb7823383cb5843b72143ac6e97d124ff5bffa55'
HATSTALL='a96d4daab70e80819a72864dd806e0025e95e162'
KIBITER='2af3a3dc1b7bc12efe3b4b0e5f6bce6dcb0d220a'
KINGARTHUR='5049371330a231c9324bd7c282e20afd8af635ce'
PERCEVAL='8a73c7d2dfacd2f16dd2e0741222050d2be1646a'
PERCEVAL_MOZILLA='ab23c304b7c80db52adb6031b5b6df9353991b25'
PERCEVAL_OPNFV='488952f48d0a36d1db893813c33961da921aff1b'
PERCEVAL_PUPPET='01d5cc55215e9835f57535bec27c6fe1ab616ea3'
PERCEVAL_WEBLATE='e50cf0e1c0c8af6df40ab9dc65788d92a909faf8'
PERCEVAL_FINOS='42f3412694205f75b83c9483ccbc0c74d439c005'
SIGILS='5d1d793b0abcbbfa3533d9ce6aa88a318fea5261'
SIRMORDRED='c5e2c6a73baeb688f795c93e9636cc8f55d7d0de'
SORTINGHAT='bfaffad17a1bb29a1323cd950aa0128db8dc655e'
TUTORIAL='725308c8258869199d11681d73774bbf3930c041'
KIDASH='8a51abffeabf9fa69ed2c19e5a7d3ca1ed18e959'
39 changes: 39 additions & 0 deletions releases/NEWS
@@ -1,3 +1,42 @@
# 0.2.56

Released: 2021-06-09


* ELK
* [enriched/slack] Add stopwords in the field 'text_analyzed'
* [enriched/mattermost] Improve fields
* [enriched/github] Add demography study
* [enriched/github] Fix KeyError when getting user info
* [tests/data] Improve telegram coverage
* [README] Update bugzilla data sources description
* [schema] Fix twitter schema
* tests] Add test for metadata__updated_on field
* [tests] Add test for transactionID field
* [schema] Add twitter schema file
* [schema] Fix missing values in github event schema
* [enriched/twitter] Remove deprecated attributes from enriched item
* Kidash
* Bump urllib3 from 1.24.3 to 1.26.5
* Perceval
* [github] Fix 404 Client Error when user is not found.
* [github] Fix user_orgs for organizations with restricted access
* [CI] Use poetry for the CI github actions workflow
* [deps] Add flake8 and coverage to dev dependencies
* Create CONTRIBUTING.md
* [poetry] Add setuptools to the build-system
* [backend] Disables stack trace if debug flag is absent
* Sigils
* [mattermost] Update panel and index pattern with new fields.
* [github_issues] Update index pattern with demography fields
* [json] Update Twitter index pattern
* SirMordred
* [README] Add demography study for github
* Allowing the config files to be specified dynamically
* [micro-mordred] Improve error messages in micro.py
* [docs] Update the mariadb docker-compose configuration
* [tests] Fix flake8 errors

# 0.2.55

Released: 2021-03-15
Expand Down
2 changes: 1 addition & 1 deletion releases/latest
12 changes: 6 additions & 6 deletions requirements.txt
@@ -1,16 +1,16 @@
grimoirelab==0.2.55
grimoirelab==0.2.56
grimoirelab-toolkit==0.1.12
perceval==0.17.6
perceval==0.17.7
perceval-mozilla==0.2.12
perceval-opnfv==0.1.19
perceval-puppet==0.1.18
perceval-weblate==0.1.0
perceval-finos==0.1.9
kingarthur==0.1.20
grimoire-elk==0.86.0
grimoire-elk==0.87.0
sortinghat==0.7.15
kidash==0.4.19
grimoirelab-panels==0.0.60
sirmordred==0.2.37
kidash==0.4.20
grimoirelab-panels==0.0.61
sirmordred==0.2.38
cereslib==0.1.15
graal==0.2.9

0 comments on commit 5826bb8

Please sign in to comment.