From 6d72c1850f2b636bc4208737f83bfdb37067e1c7 Mon Sep 17 00:00:00 2001 From: dortega Date: Fri, 21 Apr 2017 12:11:03 +0200 Subject: [PATCH 1/3] #21 configuring acceptor/selector thread values right :) --- templates/jetty-http.xml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/jetty-http.xml.j2 b/templates/jetty-http.xml.j2 index b6e1bae..b4aab42 100644 --- a/templates/jetty-http.xml.j2 +++ b/templates/jetty-http.xml.j2 @@ -22,8 +22,8 @@ - {{ solr_jetty_http_acceptors }} - {{ solr_jetty_http_selectors }} + + From ceef4f958b99e085d3a8c9429afabd12ef23dd00 Mon Sep 17 00:00:00 2001 From: dortega Date: Fri, 21 Apr 2017 12:17:29 +0200 Subject: [PATCH 2/3] #21 updating the changelog :D --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a767af..1eb3902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased](https://github.com/idealista/solrcloud-role/tree/develop) +### Fixed +- *[#21](https://github.com/idealista/solrcloud-role/issues/21) Fixing Acceptor/Selector thread configuration in jetty-http template* @dortegau + ## [1.5.0](https://github.com/idealista/solrcloud-role/tree/1.5.0) (2017-03-31) [Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.4.0...1.5.0) From 2cc77d54e81653b920ccfeb82dc8c9788b3921d6 Mon Sep 17 00:00:00 2001 From: dortega Date: Fri, 21 Apr 2017 12:25:57 +0200 Subject: [PATCH 3/3] preparing for release --- CHANGELOG.md | 6 ++++++ README.md | 13 ++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a767af..95238d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased](https://github.com/idealista/solrcloud-role/tree/develop) +## [1.5.1](https://github.com/idealista/solrcloud-role/tree/1.5.1) (2017-04-21) +[Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.5.0...1.5.1) + +### Fixed +- *[#21](https://github.com/idealista/solrcloud-role/issues/21) Fixing Acceptor/Selector thread configuration in jetty-http template* @dortegau + ## [1.5.0](https://github.com/idealista/solrcloud-role/tree/1.5.0) (2017-03-31) [Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.4.0...1.5.0) diff --git a/README.md b/README.md index b323af6..18c8268 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Vagrant Create or add to your roles dependency file (e.g requirements.yml): ``` -- src: http://github.com/idealista-tech/solrcloud-role.git +- src: http://github.com/idealista/solrcloud-role.git scm: git - version: 1.0.0 + version: 1.5.1 name: solrcloud ``` @@ -49,8 +49,7 @@ Use in a playbook: --- - hosts: someserver roles: - - { role: solrcloud - } + - { role: solrcloud } ``` ## Usage @@ -69,15 +68,15 @@ molecule test ## Versioning -For the versions available, see the [tags on this repository](https://github.com/idealista-tech/solrcloud-role/tags). +For the versions available, see the [tags on this repository](https://github.com/idealista/solrcloud-role/tags). Additionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file. ## Authors -* **Idealista** - *Work with* - [idealista-tech](https://github.com/idealista-tech) +* **Idealista** - *Work with* - [idealista](https://github.com/idealista) -See also the list of [contributors](https://github.com/idealista-tech/solrcloud-role/contributors) who participated in this project. +See also the list of [contributors](https://github.com/idealista/solrcloud-role/contributors) who participated in this project. ## License