Skip to content

Commit

Permalink
[release] Release 0.1.5 corresponding to release file 18.10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 18, 2018
1 parent f01ed42 commit 78deaec
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 7 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.4"
__version__ = "0.1.5"
20 changes: 20 additions & 0 deletions releases/18.10-02
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GRIMOIRELAB_REL='18.10-02'

GRIMOIRELAB='0.1.5'
SORTINGHAT='8563b6cbdc13bb7a541385e0f5ea50f92e0c73c5'
GRIMOIREELK='19dc49b7e2930ed2a14310ffbfe3f851ea09742e'
PERCEVAL='4f4d78c23d7a3af9cd058803e5417bf63d445ae8'
KIBITER='f7bf173cb1d79418b9909d877adfb998ce7b52da'
KINGARTHUR='ecc4e1ae016e4152a948387eb20172b9bb1fe130'
CERESLIB='1ccb6620fe8b63f652198f94d74b58450f9bb27e'
SIGILS='ddc4a1d230157045f25e0b3a52df32c15dd36e56'
SIRMORDRED='27490ba49338f7e7b8e002dc192b18bd055e6adf'
TUTORIAL='725308c8258869199d11681d73774bbf3930c041'
PERCEVAL_MOZILLA='5693acf76bbae985db46cfc8023e4c87b1cd1585'
PERCEVAL_PUPPET='3e3afc3f55059bf56f7685ea821e3623f7c4bee5'
MANUSCRIPTS='f1a923fe3eb73bf5b58ba61e7884665ed9541c3e'
BESTIARY='e33976089fcb099d8054b686f61d1f39e9038aa1'
GRIMOIRELAB_TOOLKIT='eae1959a1378708442e5d3fd55f49f3492ae4cf0'
PERCEVAL_OPNFV='8cdfe8997ac90c932de8d35b1c59ca7bbbf5838a'
HATSTALL='3096df6a1e5753f0c2781b236ae6899d68447341'
KIDASH='af1350a0f2b0bd859ef7feb81b800c5d82c10c47'
69 changes: 69 additions & 0 deletions releases/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
## 18.10-02

Released: 2018-10-18

* Perceval
** [groupsio] Make api token a required param
** [groupsio] Fetch archives from group-specific domains
** Adding academic reference

* grimoirelab-elk
** [enrich_mattermost] Fix error setting empty emails for identities
** [enrich_mattermost] Fix error setting blank names on identities
** [enrich-github] Include label lists in enriched items
** [enrich-git] Replace list with yield
** [enrich-github] Replace list with yield
** [enrich-gerrit] Replace list with yield
** [enrich-bugzilla] Replace list with yield
** [tests] Extend tests for demography study
** [enrich] Add method to include aliases in enriched index
** [enrich-gerrit] Add demography study to gerrit
** [install] Update dependencies
** [tests] Update .travis.yml
** [tests] Align tests for git demography study
** [enrich] Add generic demography study
** [enrich-git] Replace ad-hoc git demography
** [enrich-gitlab] Include labels list in enriched items
** [onion] Fix `all_onion` alias creation
** [onion] Add refresh interval
** [enrich] Check presence of input index onion
** [gitlab-enrich] Add onion study
** [schema] Add schema for gitlab issues
** [schema] Add schema for gitlab merges
** [aoc] Add a constant for out_index default value
** [tests] Extend tests data for Gitlab milestone attribute
** [enrich-gitlab] Add milestone attribute for gitlab items

* SirMordred
** [onion] Add documentation for 'seconds' parameter
** [setup] Update dependencies
** [menu] Remove onion index pattern from Git panel
** [panels] Add demographics panel in community section
** [tests] Fix tests for task panels
** [tests] Fix tests for config
** [tests] Update mediawiki 1.28 archive
** [tests] Update .travis.yml
** [cfg] Update config files
** [doc] Update documentation with gitlab info
** [micro] Handle raw and enrich tasks exceptions
** [doc] Include doc for gitlab onion studies
** [doc] Add autorefresh_interval description
** [autorefresh] Add autorefresh identities in AOC

* Sigils
** [data_status] Update google_hits data status entry
** [demographics] Add known limitations and issues
** [demographics] Add panel for multiple sources
** Update info about index patterns and panel ids
** [gitlab] Increase the number of issues shown in timing panels
** [gitlab] Remove invalid search object for MRs backlog
** [gitlab] Adjust "Avg. Time Open" column in Backlog Submitters table
** [gitlab] Show full list of participants in GitLab panels
** [gitlab] Add milestone visualizations to GitLab merge requests
** [gitlab] Add milestone visualizations to GitLab issues
** [onion] Add data source filter widget to panels
** [gitlab] Fix typo in visualizations

* Kidash
** Add check for query key in bool filter fix

## 18.10-01

Released: 2018-10-03
Expand Down
2 changes: 1 addition & 1 deletion releases/latest
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
grimoirelab==0.1.4
grimoirelab-toolkit==0.1.8
perceval==0.12.0
perceval==0.12.1
perceval-mozilla==0.2.4
perceval-opnfv==0.1.12
perceval-puppet==0.1.11
kingarthur==0.1.12
grimoire-elk==0.30.53
grimoire-elk==0.31.0
sortinghat==0.7.0
kidash==0.4.12
grimoirelab-panels==0.0.24
kidash==0.4.13
grimoirelab-panels==0.0.26
manuscripts==0.2.16
sirmordred==0.1.45
sirmordred==0.1.46
cereslib==0.1.4

0 comments on commit 78deaec

Please sign in to comment.