From jgb at bitergia.com Fri Oct 5 10:45:22 2018 From: jgb at bitergia.com (Jesus M. Gonzalez-Barahona) Date: Fri, 05 Oct 2018 12:45:22 +0200 Subject: [GrimoireLab-disc] New release: 18.10-01, corresponding to grimoirelab 0.1.4 Message-ID: <2eea3100688a59f54c8ff8af8d4f5d82570157e7.camel@bitergia.com> Hi all, We have a new release of GrimoireLab [1]. This new release includes two minor releases (Perceval [6] and SortingHat [7]) with interesting new features (some of those were already in previous GrimoireLab releases, anyway). For SortingHat, beware that the database schema generated by SortingHat < 0.7.0 is still compatible, but older versions can have problems inserting UTF-8 characters of 4 bytes. So, regenerating the SortingHat databases is recommended. In addition, Python 2.7 is no longer supported in this new release of SortingHat. For SirMordred, there is a new mandatory field, in section [panels]: kibiter_url = http://localhost:5601 (or wherever SirMordred is listening). Remember that now we also have a new grimoirelab package, that pulls all the Python packages for the release. So, installation is easier, and traceability too: for knowing the GrimoireLab release, just run $ grimoirelab -v GrimoireLab 0.1.4 The tag you get (0.1.4 in this case) corresponds to a certain release file (18.10-01 in this case), and specific commits and Python package versions. The corresponding packages have been uploaded to pypi (so they're installable with pip). I've tested most of the examples in the GrimoireLab Tutorial [3] with this new release, and everything seems to work. Please, report any problem you may find. As usual, this release of pypi packages was generated with docker containers, to ensure platform independence. You can install all the packages just with: $ pip install grimoirelab We have also produced four Docker images available in DockerHub, all of them with the tags ":18.10-01" and ":latest". You can pull and run them straight away: * grimoirelab/factory: for creating the Python packages * grimoirelab/installed: with GrimoireLab installed * grimoirelab/full: grimoirelab/installed plus services needed to produce a dashboard, by default produces a dashboard of the CHAOSS project. * grimoirelab/secured: grimoirelab/full plus access control and SSL for access to Kibiter If you want to use or help to debug the new containers, have a look at [4] The list of new stuff is in the NEWS file [5] (check all changes since 18.09-02, which was the latest release with packages in pypi). [1] https://github.com/chaoss/grimoirelab/tree/master/releases [2] https://github.com/chaoss/grimoirelab/tree/master/docker [3] https://chaoss.github.io/grimoirelab-tutorial [4] https://github.com/chaoss/grimoirelab/tree/master/docker [5] https://github.com/chaoss/grimoirelab/blob/master/releases/NEWS [6] https://github.com/chaoss/grimoirelab-perceval/releases/tag/0.12.0 [7] https://github.com/chaoss/grimoirelab-sortinghat/releases/tag/0.7.0 Saludos, Jesus. -- Bitergia: http://bitergia.com /me at Twitter: https://twitter.com/jgbarah From jgb at bitergia.com Fri Oct 5 10:57:39 2018 From: jgb at bitergia.com (Jesus M. Gonzalez-Barahona) Date: Fri, 05 Oct 2018 12:57:39 +0200 Subject: [GrimoireLab-disc] [Fwd: [CHAOSS] CHAOSSCon EU CFP Open] References: Message-ID: FYI (see attached message). Of course, talks, seminars, etc. related to GrimoireLab or its usage or derived tools are welcome. Saludos, Jesus. -- Bitergia: http://bitergia.com /me at Twitter: https://twitter.com/jgbarah -------------- next part -------------- An embedded message was scrubbed... From: Dawn Foster Subject: [CHAOSS] CHAOSSCon EU CFP Open Date: Fri, 5 Oct 2018 07:51:35 +0100 Size: 6266 URL: From jgb at bitergia.com Fri Oct 19 15:47:35 2018 From: jgb at bitergia.com (Jesus M. Gonzalez-Barahona) Date: Fri, 19 Oct 2018 17:47:35 +0200 Subject: [GrimoireLab-disc] New release: 18.10-02, corresponding to grimoirelab 0.1.5 Message-ID: Hi all, We have a new release of GrimoireLab [1]. This release has mainly bug fixes and small incremental improvements. It is worth mentioning that it includes several changes in grimoire-elk to reduce its memory footprint, better support for GitLab and Groups.io, and some improvements in testing. Remember that now we have a new grimoirelab package, that pulls all the Python packages for the release. So, installation is easier, and traceability too: for knowing the GrimoireLab release, just run $ grimoirelab -v GrimoireLab 0.1.4 The tag you get (0.1.5 in this case) corresponds to a certain release file (18.10-02 in this case), and specific commits and Python package versions. The corresponding packages have been uploaded to pypi (so they're installable with pip). I've tested most of the examples in the GrimoireLab Tutorial [3] with this new release, and everything seems to work. Please, report any problem you may find. As usual, this release of pypi packages was generated with docker containers, to ensure platform independence. You can install all the packages just with: $ pip install grimoirelab We have also produced four Docker images available in DockerHub, all of them with the tags ":18.10-02" and ":latest". You can pull and run them straight away: * grimoirelab/factory: for creating the Python packages * grimoirelab/installed: with GrimoireLab installed * grimoirelab/full: grimoirelab/installed plus services needed to produce a dashboard, by default produces a dashboard of the CHAOSS project. * grimoirelab/secured: grimoirelab/full plus access control and SSL for access to Kibiter If you want to use or help to debug the new containers, have a look at [4] The list of new stuff is in the NEWS file [5] (check all changes since 18.09-01, which was the latest release with packages in pypi). [1] https://github.com/chaoss/grimoirelab/tree/master/releases [2] https://github.com/chaoss/grimoirelab/tree/master/docker [3] https://chaoss.github.io/grimoirelab-tutorial [4] https://github.com/chaoss/grimoirelab/tree/master/docker [5] https://github.com/chaoss/grimoirelab/blob/master/releases/NEWS Saludos, Jesus. -- Bitergia: http://bitergia.com /me at Twitter: https://twitter.com/jgbarah From jgb at bitergia.com Mon Oct 22 16:48:38 2018 From: jgb at bitergia.com (Jesus M. Gonzalez-Barahona) Date: Mon, 22 Oct 2018 18:48:38 +0200 Subject: [GrimoireLab-disc] New release: 18.10-03, corresponding to grimoirelab 0.1.6 Message-ID: This is a minor release, to fix a dependency problem in 18.10-02 / 0.1.5. So, no special news, just upgrade to it if you want to live in the edge... ;-) Jesus. -- Bitergia: http://bitergia.com /me at Twitter: https://twitter.com/jgbarah