-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
319 lines (247 loc) · 8.65 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
314
315
316
317
318
319
2023-11-09 Jan Kotanski <[email protected]>
* change tango.Device_4Impl to tango.LatestDeviceImpl (#57)
* tagged as v2.15.0
2023-09-23 Jan Kotanski <[email protected]>
* send FATAL, WARN, and ERROR to stderr by default (#48)
* tagged as v2.14.3
2022-06-11 Jan Kotanski <[email protected]>
* allow to use "." in datasource names (#43)
* tagged as v2.14.2
2022-06-11 Jan Kotanski <[email protected]>
* fix double utf8 encoding problem
* add tests for jammy
* tagged as v2.14.1
2022-05-12 Jan Kotanski <[email protected]>
* remove default mysql localhost
* add tests for jammy
* tagged as v2.14.0
2020-11-29 Jan Kotanski <[email protected]>
* add stderrflag for error streams
* add stdoutflag for output streams
* tagged as v2.14.0
2020-04-22 Jan Kotanski <[email protected]>
* add checks if selection is JSON
* add checks if xmlstring is XML
* tagged as v2.13.2
2019-10-11 Jan Kotanski <[email protected]>
* switch to setuptools
* add support for pip
* tagged as v2.13.1
2019-09-25 Jan Kotanski <[email protected]>
* add EOL to merged text
* tagged as v2.13.0
2019-08-21 Jan Kotanski <[email protected]>
* improve text merging
* tagged as v2.12.3
2019-08-20 Jan Kotanski <[email protected]>
* second fix for merging text
* tagged as v2.12.2
2019-08-20 Jan Kotanski <[email protected]>
* fix merging text
* tagged as v2.12.1
2019-07-09 Jan Kotanski <[email protected]>
* change minidom to etree
* improve reconnecting
* tagged as v2.12.0
2019-05-16 Jan Kotanski <[email protected]>
* add CanFailDataSources attribute
* tagged as v2.11.0
2019-01-15 Jan Kotanski <[email protected]>
* add flush for stderr stream
* tagged as v2.10.2
2018-11-26 Jan Kotanski <[email protected]>
* workaround for broken pipe in StreamSet
* tagged as v2.10.1
2018-10-18 Jan Kotanski <[email protected]>
* bump version for package split purpose
* tagged as v2.10.0
2018-08-03 Jan Kotanski <[email protected]>
* add fix for dependentComponents
* tagged as v2.9.1
2018-08-03 Jan Kotanski <[email protected]>
* add support for python3
* tagged as v2.9.0
2017-09-19 Jan Kotanski <[email protected]>
* improve error printout
* tagged as v2.8.2
2017-09-18 Jan Kotanski <[email protected]>
* improve error printout
* fix for XMLConfiguration tests
* tagged as v2.8.1
2017-06-23 Jan Kotanski <[email protected]>
* skip empty NXtransformations and NXcollection groups when empty
* tagged as v2.8.0
2017-06-20 Jan Kotanski <[email protected]>
* test fix
* tagged as v2.7.1
2017-06-20 Jan Kotanski <[email protected]>
* move the content of Streams module into StreamSet
* tagged as v2.7.0
2017-03-30 Jan Kotanski <[email protected]>
* add LinkDataSources attribute
* tagged as v2.6.0
2016-09-07 Jan Kotanski <[email protected]>
* allow version reading at any time
* tagged as v2.5.0
2016-04-29 Jan Kotanski <[email protected]>
* update docu
* tagged as v2.4.2
2016-04-28 Jan Kotanski <[email protected]>
* fix in README.rst
* tagged as v2.4.1
2016-04-28 Jan Kotanski <[email protected]>
* add definitions of configuration variable values in component xmls
* tagged as v2.4.0
2016-04-21 Jan Kotanski <[email protected]>
* switch to sphinx documentation
* move version into Release module
* tagged as v2.3.0
2016-02-09 Jan Kotanski <[email protected]>
* add switching to POSTRUN in setComponentDataSources
* tagged as v2.2.0
2016-02-04 Jan Kotanski <[email protected]>
* add setComponentDataSources command
* instantiate component in Component(s)DataSources commands
* tagged as v2.1.0
2016-01-04 Jan Kotanski <[email protected]>
* changing STEPDataSources from SPECTRUM into Json SCALAR
(workaround for PyTango memory leak #758)
* tagged as v2.0.0
2015-10-21 Jan Kotanski <[email protected]>
* workaround for PyTango #709
* tagged as v1.11.2
2015-10-20 Jan Kotanski <[email protected]>
* adding support for variable default value in "
* tagged as v1.11.1
2015-10-20 Jan Kotanski <[email protected]>
* adding support for datasources and strategy in links
* adding support for variable default value in \"
* tagged as v1.11.0
2015-10-16 Jan Kotanski <[email protected]>
* adding Streaming functions
* fix for killing Test Servers
* tagged as v1.10.1
2015-02-16 Jan Kotanski <[email protected]>
* adding selections
* tagged as v1.10.0
2014-11-21 Jan Kotanski <[email protected]>
* adding __escape method
* tagged as v1.9.3
2014-11-17 Jan Kotanski <[email protected]>
* adding default values for configuration variabls i.e. $var.name#'default_value'
* tagged as v1.9.2
2014-11-13 Jan Kotanski <[email protected]>
* adding support for STEP switches of PYEVAL datasources
* tagged as v1.9.1
2014-11-13 Jan Kotanski <[email protected]>
* adding STEPDataSources attribute for selecting ds to switch into STEP mode
* tagged as v1.9.0
2014-11-07 Jan Kotanski <[email protected]>
* fixes for storing '\\' character
* tagged as v1.8.1
2014-10-29 Jan Kotanski <[email protected]>
* adding datasource into dim tag
* tagged as v1.8.0
2014-10-13 Jan Kotanski <[email protected]>
* workaround for Astor err stream cut
* tagged as v1.7.1
2014-10-02 Jan Kotanski <[email protected]>
* adding instantiatedComponents command
* cleaning the code
* tagged as v1.7.0
2014-08-29 Jan Kotanski <[email protected]>
* reconnect by ping(True) before all transations
* tagged as v1.6.3
2014-08-25 Jan Kotanski <[email protected]>
* adding tests for $HOME/.my.cfg configuration
* tagged as v1.6.2
2014-07-29 Jan Kotanski <[email protected]>
* removing my.cnf and mysql_create.sql from the setup.py
* tagged as v1.6.1
2014-07-11 Jan Kotanski <[email protected]>
* making python API similar to Tango API:
* xmlConfig -> xmlstring
* jsonSettings -> jsonSettings
* fixing checks for revision in tests
* tagged as v1.6.0
2014-01-31 Jan Kotanski <[email protected]>
* making JSONSettings readable
* tagged as v1.5.4
2014-01-16 Jan Kotanski <[email protected]>
* enabling variable usage in datasource names
* comming back to nexdatas.configserver package name
* tagged as v1.5.3
2014-01-09 Jan Kotanski <[email protected]>
* adding mysql_create.sql scripts
* adding COPYRIGHT file
* tagged as v1.5.2
2014-01-03 Jan Kotanski <[email protected]>
* moving NXSConfigServer.py into nxsconfigserver module
* tagged as v1.5.1
2013-12-09 Jan Kotanski <[email protected]>
* changing XMLConfigServer into NXSConfigServer
* changing ndtsconfigserver into nxsconfigserver
* tagged as v1.5.0
2013-12-03 Jan Kotanski <[email protected]>
* adding merge, componentsDataSources, componentVariables
and componentsVariables dependentComponents into XMLConfigurator
* tagged as v1.4.0
2013-11-29 Jan Kotanski <[email protected]>
* adding Varaibles attribute with JSON string data
* adding XML variables with $var.<name> syntax
* tagged as v1.3.0
2013-11-26 Jan Kotanski <[email protected]>
* adding logging streams
* tagged as v1.2.6
2013-11-19 Jan Kotanski <[email protected]>
* fixing attaching datasources
* tagged as v1.2.5
2013-10-23 Jan Kotanski <[email protected]>
* changing XMLString and JSONSettings display view to expert mode
* tagged as v1.2.4
2013-10-16 Jan Kotanski <[email protected]>
* fixing datasources linking
* tagged as v1.2.3
2013-09-17 Jan Kotanski <[email protected]>
* improving realease number counter
* update README
* tagged as v1.2.2
2013-09-03 Jan Kotanski <[email protected]>
* adding release version into database
* adding tests for XMLConfigServer
* tagged as v1.2.1
2013-08-20 Jan Kotanski <[email protected]>
* adding recursive replacing of datasources
* relaxes checks for datasource
* tagged as v1.2.0
2013-06-24 Jan Kotanski <[email protected]>
* changing to faster merging algorithm
* making configuration server sensitive for letter cases
* tagged as v1.1.3
2013-04-26 Jan Kotanski <[email protected]>
* fixing reconnection and re-close issue
* making merge xmlString morereadable
* tagged as v1.1.2
2013-04-19 Jan Kotanski <[email protected]>
* fixing bug for linked $datasources
* tagged as v1.1.1
2013-04-16 Jan Kotanski <[email protected]>
* change the package name from mcs to ndtsconfigserver
* adding support for $datasources Cheetah syntax
* tagged as v1.1.0
2013-03-26 Jan Kotanski <[email protected]>
* impoving merging algorithm
* adding unittests
* tagged as v1.0.3
2012-12-19 Jan Kotanski <[email protected]>
* fixing a name of the package
* tagged as v1.0.2
2012-12-18 Jan Kotanski <[email protected]>
* adding datasources for attributes
* changing pritty print
* tagged as v1.0.1
2012-11-16 Jan Kotanski <[email protected]>
* the first tag with Configuration Server
* tagged as v1.0
2012-10-04 Jan Kotanski <[email protected]>
* ChangeLog: creating develop branch