Skip to content

Commit

Permalink
[release] Release 0.1.4 corresponding to release file 18.10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 3, 2018
1 parent 39dd978 commit 37c9ead
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 16 deletions.
2 changes: 1 addition & 1 deletion grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.1.3"
__version__ = "0.1.4"
20 changes: 20 additions & 0 deletions releases/18.10-01
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GRIMOIRELAB_REL='18.10-01'

GRIMOIRELAB='0.1.4'
SORTINGHAT='8563b6cbdc13bb7a541385e0f5ea50f92e0c73c5'
GRIMOIREELK='02f2828a4c1db3320d1e6dfafe78a49160285e73'
PERCEVAL='348eb9dfad7218534c377f0d0c4f3b0c8e9a3f62'
KIBITER='f7bf173cb1d79418b9909d877adfb998ce7b52da'
KINGARTHUR='ecc4e1ae016e4152a948387eb20172b9bb1fe130'
CERESLIB='1ccb6620fe8b63f652198f94d74b58450f9bb27e'
SIGILS='6f744d49c1a4f7b760910563f1de7a8170ba756c'
SIRMORDRED='16794ddc8ca46a6fb88e2f69e8844cd9e14d93dc'
TUTORIAL='725308c8258869199d11681d73774bbf3930c041'
PERCEVAL_MOZILLA='5693acf76bbae985db46cfc8023e4c87b1cd1585'
PERCEVAL_PUPPET='3e3afc3f55059bf56f7685ea821e3623f7c4bee5'
MANUSCRIPTS='f1a923fe3eb73bf5b58ba61e7884665ed9541c3e'
BESTIARY='e33976089fcb099d8054b686f61d1f39e9038aa1'
GRIMOIRELAB_TOOLKIT='eae1959a1378708442e5d3fd55f49f3492ae4cf0'
PERCEVAL_OPNFV='8cdfe8997ac90c932de8d35b1c59ca7bbbf5838a'
HATSTALL='3096df6a1e5753f0c2781b236ae6899d68447341'
KIDASH='8a8bd1c0ef9ed48f5e47193e5f3e01b4796e4284'
53 changes: 46 additions & 7 deletions releases/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 18.10-01

Released: 2018-10-03

* Perceval
** [tests] Align mediawiki after API calls optimization
** [mediawiki] Optimize number of calls to API
** [tests] Use output method in assertLogs for mbox test
** [tests] Use output method in assertLogs for gitlab test
** [tests] Add test to handle mediawiki version exception
** [mediawiki] Fix error in client `get_version` method
** [gitlab] Fix typo initiazaling common MRs fields

* grimoirelab-elk
** [enrich-stackexchange] Handle KeyError exception
** [aoc] Add support for autorfresh in sirmordred
** [demography] Catch conn exceptions when fetching author commits
** [enrich] Set identities fields to UNDEFINED for null values

* SirMordred
** [tasks_panels] Fix initialization of .kibana index in Kibana 6.x

** Sigils
** [data_status] Fix error showing GitLab issues retrieval dates
** [twitter] Replaces Latest tweets widget at the bottom
** Update documentation about contributing to be updated with Kibiter 6.1.0 release
** Fix hidden legends in bar charts
** Fix title of organizations pie chart
** Fix badly stacked bar bug

* SortingHat
** Support UTF-8 fully in MySQL/MariaDB

* Hatstall
** Register new template filter when a name is blank but isn't None

* Kidash
* [kidash] Enable Kibiter 6 configuration

## 18.09-03

Released: 2018-09-24
Expand All @@ -12,13 +51,13 @@ Released: 2018-09-24
** [github] Fix doc in fetch method
** [args] Add new argument --json-line

** grimoirelab-elk
* [tests] Include tests data for GitLab merge requests
* [enrich-gitlab] Add merge request enrich item
* [enrich-mediawiki] Fix unique id for enriched items
* [tests] Include tests data for GitHub pull requests
* [enrich-stackexchange] Add 'origin' and 'tag' fields to answer items
* [raw] Improve logging message in elastic
* grimoirelab-elk
** [tests] Include tests data for GitLab merge requests
** [enrich-gitlab] Add merge request enrich item
** [enrich-mediawiki] Fix unique id for enriched items
** [tests] Include tests data for GitHub pull requests
** [enrich-stackexchange] Add 'origin' and 'tag' fields to answer items
** [raw] Improve logging message in elastic

* Sigils
** [overview] Minor change to make gitlab panels visible
Expand Down
2 changes: 1 addition & 1 deletion releases/latest
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
grimoirelab==0.1.3
grimoirelab==0.1.4
grimoirelab-toolkit==0.1.8
perceval==0.11.11
perceval==0.12.0
perceval-mozilla==0.2.4
perceval-opnfv==0.1.12
perceval-puppet==0.1.11
kingarthur==0.1.12
grimoire-elk==0.30.52
sortinghat==0.6.9
kidash==0.4.11
grimoirelab-panels==0.0.23
grimoire-elk==0.30.53
sortinghat==0.7.0
kidash==0.4.12
grimoirelab-panels==0.0.24
manuscripts==0.2.16
sirmordred==0.1.44
sirmordred==0.1.45
cereslib==0.1.4

0 comments on commit 37c9ead

Please sign in to comment.