Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/telefonicaid/fiware-facts
Browse files Browse the repository at this point in the history
…into feature/CLAUDIA-5343_improve_unittests

# Via Javier Fernández (3) and others
* 'develop' of https://github.com/telefonicaid/fiware-facts:
  fixing top link
  fixing indent
  fixing comments
  Fixing size of coveralls badge
  fixing comments
  Fixing PR comments
  Adding introduction
  fixing Comments
  Writing README file according to Guidelines
  moving CHANGELOG to a separated file
  fix: dev: Adding new dependencies to fix oslo errors with keystoneclient
  Updating release version and Changelog
  removed quotes from the name attribute when it is added to rabbit message
  • Loading branch information
geonexus committed Sep 4, 2015
2 parents 6032724 + 7b10af6 commit 4f51bb0
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tag_filter_regexp = r'^v[0-9]+\.[0-9]+(\.[0-9]+)?$'
##
## This label will be used as the changelog Title of the last set of changes
## between last valid tag and HEAD if any.
unreleased_version_label = "v1.5.0 (unreleased)"
unreleased_version_label = "v1.6.0 (unreleased)"


## ``output_engine`` is a callable
Expand Down
112 changes: 112 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
Changelog
=========

v1.5.0 (2015-07-28)
-------------------

Fix
~~~

- Fixing imprecision while parsing from string to a number. [Guillermo
Jimenez Prieto]

- Updating build.sh file to build in jenkins. [Guillermo Jimenez Prieto]

- Fixing context value. NGSI parameter is called value in the latest
release of NGSI. [Guillermo Jimenez Prieto]

- Context value parameter is called value in the last specification of
NGSI. [Guillermo Jimenez Prieto]

v1.4.0 (2015-06-29)
-------------------

Fix
~~~

- Checking if window size is instance of integer or long. [Guillermo
Jimenez Prieto]

- Fixing tests about getting windowsizes from cloto component.
[Guillermo Jimenez Prieto]

- Fixing Facts component cannot access to the tenant Windowsize without
a valid tenant token via API. [Guillermo Jimenez Prieto]

- Adding new variables to the configuration for the new windowsize
retriving method. [Guillermo Jimenez Prieto]

- Checking that connection to rabbitMQ is open before close it.
[Guillermo Jimenez Prieto]

- Fixing some bugs with the windowsize representation. [Guillermo
Jimenez Prieto]

- Checking that there is a connection before close it. [Guillermo
Jimenez Prieto]

v1.3.0 (2015-06-01)
-------------------

New
~~~

- Added Windows Size support for tenants. [Guillermo Jimenez Prieto]

Fix
~~~

- Updated Readme File with new installation information. [Guillermo
Jimenez Prieto]

v1.2.0 (2015-04-01)
-------------------

New
~~~

- New: dev: preparing release @release. [Guillermo Jimenez Prieto]

Fix
~~~

- Fixing some magic numbers. [Guillermo Jimenez Prieto]

- Fixing coverage. [Guillermo Jimenez Prieto]

- Improving signal stability checking each fact with the previous one.
[Guillermo Jimenez Prieto]

- Fixing a multitenacy bug. [Guillermo Jimenez Prieto]

- Fixing a multitenacy bug. [Guillermo Jimenez Prieto]

- Repaired multitenacy bug with serverid in lists. [Guillermo Jimenez
Prieto]

v1.1.0 (2015-03-04)
-------------------

New
~~~

- New: dev: preparing release @release. [Guillermo Jimenez Prieto]

v1.0.0 (2015-02-24)
-------------------

New
~~~

- Building travis. [Guillermo Jimenez Prieto]

Fix
~~~

- Fixing an acceptance test and cobertura. [Guillermo Jimenez Prieto]

- Updating unittests and adding new data to build.sh in order to build
in jenkins. [Guillermo Jimenez Prieto]

- Fixing multitenacy bug and gunicorn deployment. [Guillermo Jimenez
Prieto]
Loading

0 comments on commit 4f51bb0

Please sign in to comment.