-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
313 lines (201 loc) · 6.36 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
Changelog
=========
v2.8.0 (2016-09-29)
-------------------
Changes
~~~~~~~
- Update docker files
- Update documentation
Fix
~~~
- Remove hardcoded database name
v2.7.0 (2016-08-12)
-------------------
Changes
~~~~~~~
- Update docker files
- Update documentation
v2.6.0 (2016-06-28)
-------------------
New
~~~
- Create docker files. [Henar Muñoz]
Changes
~~~~~~~
- Update Unit Tests. [Henar Muñoz]
- Update requirements. [Henar Muñoz]
Fix
~~~
- Add automatic version renumbering. [Fernando Lopez]
- Resolve problems in acceptance E2E tests. [Henar Muñoz]
v2.5.0 (2016-04-01)
-------------------
New
~~~
- Add Jenkins config files to utils directory. [Guillermo Jimenez
Prieto]
v2.4.0 (2016-02-10)
-------------------
Changes
~~~~~~~
- The max timestamp between facts is now inside the configuration
properties file. [Guillermo Jimenez Prieto]
v2.3.0 (2016-01-26)
-------------------
New
~~~
- New file with constants added. [Guillermo Jimenez Prieto]
Changes
~~~~~~~
- Python dicts are using constants instead of strings. [Guillermo
Jimenez Prieto]
Fix
~~~
- Adding try sentence to catch exceptions when a rabbitmq consumer was
already stopped. [Guillermo Jimenez Prieto]
v2.2.0 (2015-12-10)
-------------------
New
~~~
- Added instructions and scripts to run with supervisor. [Guillermo
Jimenez Prieto]
v2.1.0 (2015-12-01)
-------------------
New
~~~
- Added a test to check non-float values in POST operation. [Guillermo
Jimenez Prieto]
- Adding tests to check the use case: exception control to some no-
managed situations. [Guillermo Jimenez Prieto]
Fix
~~~
- Fixing mkdir error if folder already exists. [Guillermo Jimenez
Prieto]
- Tests: Fixing acceptance tests with values out of range. [Guillermo
Jimenez Prieto]
- Fixing CI travis build when any test fails. [Guillermo Jimenez Prieto]
- Added value control and test associated. [Guillermo Jimenez Prieto]
- Adding exception control to some no-managed situations. [Guillermo
Jimenez Prieto]
v2.0.0 (2015-10-23)
-------------------
New
~~~
- MySQL-devel package is now specified as prerequisite in the
installation guide. [Guillermo Jimenez Prieto]
Fix
~~~
- Fixed log message when a windowsize is received. [Guillermo Jimenez
Prieto]
- Fixing unit test errors. [Guillermo Jimenez Prieto]
- Fixing behavior in the condition. [Guillermo Jimenez Prieto]
- Fixing bug during insert windowsize operation. [Guillermo Jimenez
Prieto]
- Fixed server crashes when windowsize is equal to one. [Guillermo
Jimenez Prieto]
- Improved data parsing from context broker. [Guillermo Jimenez Prieto]
- Fixing the number of facts stored into a reds queue. [Guillermo
Jimenez Prieto]
- Fixing time stamp validation when windowsize is two. [Guillermo
Jimenez Prieto]
- Fixing windowsize value before adding it to the reds queue. [Guillermo
Jimenez Prieto]
v1.8.0 (2015-09-29)
-------------------
New
~~~
- Adding more tests and improving the previous ones. [Guillermo Jimenez
Prieto]
- Server checks if configuration file is complete or need more
configuration. [Guillermo Jimenez Prieto]
- Configuration is now loaded from a cfg depending on the operative
system or it is recovered from a environment variable location.
[Guillermo Jimenez Prieto]
- Adding unittests to test facts server. [Guillermo Jimenez Prieto]
- Added more default values to configuration when server starts without
config file. [Guillermo Jimenez Prieto]
- Moved config file to new location. [Guillermo Jimenez Prieto]
Fix
~~~
- Adding more useful information to README. [Guillermo Jimenez Prieto]
- Version is now into default config file. [Guillermo Jimenez Prieto]
- Updated Readme file with all new changes. [Guillermo Jimenez Prieto]
- Fixed installation using pip. Now users can install this component
from pipit repository. [Guillermo Jimenez Prieto]
- Updated context broker data expected. [Guillermo Jimenez Prieto]
v1.6.0 (2015-08-17)
-------------------
Fix
~~~
- Adding new dependencies to fix oslo errors with keystoneclient.
[Guillermo Jimenez Prieto]
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]