Skip to content

Commit

Permalink
[release] Release 0.1.3, corresponding to release file 18.09-03
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Sep 24, 2018
1 parent 62ca63e commit 39dd978
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 8 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.2"
__version__ = "0.1.3"
20 changes: 20 additions & 0 deletions releases/18.09-03
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GRIMOIRELAB_REL='18.09-03'

GRIMOIRELAB='0.1.3'
SORTINGHAT='8dfd61d10d78f27e191f8c805cf73e8980471478'
GRIMOIREELK='0085e04328a416cc1cdfd6cc0d0e6e77dbfe223d'
PERCEVAL='87a2cbbab030ec9f06919f692d579ed901214a72'
KIBITER='f7bf173cb1d79418b9909d877adfb998ce7b52da'
KINGARTHUR='ecc4e1ae016e4152a948387eb20172b9bb1fe130'
CERESLIB='1ccb6620fe8b63f652198f94d74b58450f9bb27e'
SIGILS='44d19f23b6a10f1cbcba5bfd0ef217dcf197889d'
SIRMORDRED='67742a9216d29d1cfa3a422792bee0c17d2ea58d'
TUTORIAL='725308c8258869199d11681d73774bbf3930c041'
PERCEVAL_MOZILLA='5693acf76bbae985db46cfc8023e4c87b1cd1585'
PERCEVAL_PUPPET='3e3afc3f55059bf56f7685ea821e3623f7c4bee5'
MANUSCRIPTS='f1a923fe3eb73bf5b58ba61e7884665ed9541c3e'
BESTIARY='e33976089fcb099d8054b686f61d1f39e9038aa1'
GRIMOIRELAB_TOOLKIT='eae1959a1378708442e5d3fd55f49f3492ae4cf0'
PERCEVAL_OPNFV='8cdfe8997ac90c932de8d35b1c59ca7bbbf5838a'
HATSTALL='644cb7d68e6e03b5c1de1bed23db75552615e328'
KIDASH='a3bb7778aa1e09f356eb1619dfb790070176952f'
81 changes: 81 additions & 0 deletions releases/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,84 @@
## 18.09-03

Released: 2018-09-24

* GrimoireLab
** [doc] Added file for community components.
** [docker] Clarify variable names in ansible file for building release.

* Perceval
** [tests] Add tests for GitLab merge request data
** [gitlab] Add merge_request category
** [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

* Sigils
** [overview] Minor change to make gitlab panels visible
** [data_status] Minor change to make gitlab panels visible
** [gitlab] Minor change on merge panels
** [gitlab] Minor change on issue panels
** [gitlab] Add Issues and MR info to Overview and Status panels
** [adoption] Panel for Rust adoption
** [dev] Panel for dev related sources
** [social] Panel for Social sources
** [mediawiki] Use 'edits' instead of 'editions'
** [gitlab mr] Update URL links and fix a couple of titles
** Add GitLab Merge Request panels
** [jenkins] Add panel to track nodes
** [jenkins] Add panel for tracking jobs
** [gitlab] Fix issue with URLs in the repositories table
** [gitlab] Update GitLab panels based on the review. Minor fixes.
** [gitlab] Add GitLab panels focused just on issues
** [github] Fix acc time widget in PRs backlog

* SirMordred
** [utils] Update setup.cfg micro-mordred
** [config] Change gitlab param names
** [task_panels] Change gitlab data source names
** [tasks_panels] Disable kibiter 6 configuration
** [utils] Add gitlab entries in setup.cfg and .json
** [task_panels] Add aliases to gitlab indexes
** [utils] Update setup.cfg and .json micromordred
** [utils] Update menu.yml
** [menu.yml] Adding nodes and jobs panels
** [tests] Include strict param in mock tests task panels
** [task_panels] Handle strict mode loading panels via setup.cfg
** [config] Handle strict loading of panels
** [tests] Update number of loaded panels
** [utils] Align menu.yml micro-mordred with upstream one
** [menu.yml] Remove mattermost from menu.yml
** [tasks_panels] Handle mattermost panels via setup.cfg
** [config] Load mattermost panels by the setup.cfg
** [tasks_panels] Handle gitlab panels via setup.cfg
** [config] Load gitlab panels by the setup.cfg
** [tests] Include archives for gitlab merges and github pulls
** [task_panels] Align task panels with kidash
** [tests] Align configuration files with new changes
** [tests] Align tests with new changes in task_panels
** [doc] Update config.md
** [README.md] Update readme
** [config] Make kibiter url mandatory for panels section
** [task_panels] Set kibana settings programmatically
** [task-collection] Improve logging message

* Hatstall
** Fix url redirection to /identities/hatstall
** Change absolute urls in href and actions to the Django right ones

* Kidash
** Revert previous commit
** [import] Create the Kibana index if not exists before importing anything



## 18.09-02

Released: 2018-09-07
Expand Down
2 changes: 1 addition & 1 deletion releases/latest
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
grimoirelab==0.1.2
grimoirelab==0.1.3
grimoirelab-toolkit==0.1.8
perceval==0.11.10
perceval==0.11.11
perceval-mozilla==0.2.4
perceval-opnfv==0.1.12
perceval-puppet==0.1.11
kingarthur==0.1.12
grimoire-elk==0.30.51
grimoire-elk==0.30.52
sortinghat==0.6.9
kidash==0.4.9
grimoirelab-panels==0.0.21
kidash==0.4.11
grimoirelab-panels==0.0.23
manuscripts==0.2.16
sirmordred==0.1.43
sirmordred==0.1.44
cereslib==0.1.4

0 comments on commit 39dd978

Please sign in to comment.