Statistics
| Branch: | Tag: | Revision:

root / Changelog @ a3ed7c08

History | View | Annotate | Download (17.8 kB)

1
Changelog
2
=========
3

    
4

    
5
2011-09-15, v0.6.2
6

    
7
FIXES:
8
    UI:
9
        * Fix handling of Images in state=DELETED,
10
          allow sorting and categorization of Images in the UI (#823)
11
        * Fix the "Create New wizard" does not honor selection of
12
          "small/medium/large" images (#1129)
13
    Admin:
14
        * Fix the admin interface throws exception on the
15
          Invitations tab (1105)
16
    API:
17
        * Make API responses uncacheable (#1091)
18
    Logic:
19
        * Fix The dispatcher leaving messages unprocessed for
20
          unknown Ganeti opcodes(#1111)
21

    
22
NEW FEATURES:
23
    Admin:
24
        * Support filtering based on state, support image registration
25
          with mandatory type argument, make all deletion operations
26
          set state to DELETED (#849)
27
    API:
28
        * Allow marking flavors as removed, honor deleted flag (#1055)
29

    
30

    
31
2011-09-13, v0.6.1
32

    
33
FIXES:
34
    UI:
35
        * Make all AJAX requests to the API uncache-able
36

    
37

    
38
2011-09-12, v0.6
39

    
40
NEW FEATURES:
41
    Admin:
42
        * Initial version of new Web-based admininstration panel, allows
43
          management of Synnefo entities directly on the DB (#849)
44
        * Allow setting https apiurl and token in cloud tool (#853)
45
    Deployment:
46
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
47
    UI:
48
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
49
        * Support setting of small, medium large flavors in UI (#815)
50
        * Have the UI filter flavors, depending on image size (#817)
51
        * Better, error-specific handling of error codes in UI (#971)
52
        * Implement retrieval of authentication token from the UI (#977)
53
        * Re-worked invitation UI is more vocal on errors, supports pagination
54
          (#1039)
55
        * Support a list of UI-specific metadata keys to be copied from Image
56
          to newly-created Server (#847)
57
    Images:
58
        * Support dd-based deployment of Windows and Linux images, using only
59
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
60

    
61
FIXES:
62
    UI:
63
        * Fix Opera failing with "too old changes-since value" when idle (#521)
64
        * Fix UI problems with Firefox 3.5.x (#781)
65
        * Fix server statistics not refreshing properly in the UI (#881)
66
        * Machine rename icon not visible on IE (#909)
67
        * Fix list view fail not updating machine state properly (#915)
68
        * Fix colors in "Error" state (#953)
69
        * Fix the confirmation bar disappearing at times (#955)
70
        * Hide all actions when in state "Destroying..." (#957)
71
        * Disable connect action when machine has no ip set (#983)
72
        * Update image details on last vm creation step overlay on IE (#1011)
73
        * Fix list view displays UI error when servers are updated on IE
74
          (#1013)
75
        * Make "Add invitation", remove invitation button appear clickable
76
          (#1019)
77
    Logic:
78
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
79

    
80

    
81
2011-08-29, v0.5.5
82

    
83
FIXES:
84
    Logic:
85
        * Bugfixes, reconnect to AMQP properly when connection drops,
86
          added more DEBUG- and INFO-level logging messages.
87

    
88

    
89
2011-07-27, v0.5.4
90

    
91
FIXES:
92
    UI:
93
        * Numerous bugfixes, most in response to user feedback from
94
          the Alpha deployment
95
        * #813 (Minor UI issues), #857 (long machine names),
96
          #865 (problem when user has zero invitations),
97
          #873 (generic 404 template), #895 (default username in RDP file),
98
          #897 (show spinner for the public network), 899 (allow Connect
99
          from the network UI), #901 (cannot select password for copying
100
          with Chrome), #893 (firewall profile selection behaves as a single
101
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
102
          #905 (Javascript throws exception when left idle), #907 (similar
103
          issue with #907), #913 (list view alert message)
104
    Images:
105
        * ntfsclone does not use all of the available space on the target (#879)
106
    Deployment:
107
        * Move fix_amqp_settings to queue system init code (#809)
108
    Admin:
109
        * snf-admin user invite is not non-ascii friendly (#943)
110
        * snf-user should show email addresses, even without any arguments (#871)
111

    
112
FEATURES:
113
    UI:
114
        * Show completion percentage when a machine is being built (#887)
115
    API:
116
        * Report percentage completion for machines in BUILD (#891)
117
    Images:
118
        * The image deployment layer should report completion to the API layer
119
          (#889)
120
    Deployment:
121
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
122
        * Split Synnefo Ganeti tools to separate project under snf-ganeti-tools/
123
        * Import code for building Debian packages, refactor repository (#691)
124

    
125

    
126
2011-07-19, v0.5.3.1
127

    
128
FIXES:
129
    API:
130
        * Fix bug with firewall code using inexistent, removed setting
131
    GUI:
132
        * Fix bug with invitations UI (#859)
133
        * Fix bug with feedback form submission raising HTTP 500
134
    Deployment:
135
        * Fix bug with error reporting by the invitations app
136

    
137

    
138
2011-07-19, v0.5.3
139

    
140
FIXES:
141
    GUI:
142
        * Add separate LOGOUT_URL setting
143
          fixes bug with URL in invitations mail
144
    Deployment:
145
        * Recode invitations email in UTF-8
146
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
147
          for all emails
148

    
149

    
150
2011-07-18, v0.5.2
151

    
152
FIXES:
153
    GUI:
154
        * Improve IPv6 support in UI (#839, #841)
155
        * Improve Connect messages, propose username (#801)
156
        * Add "tag"/"value" headers in Modify tags popup (#845)
157
    API:
158
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
159
    Admin tool:
160
        * Support creation and modification of users, flavors, images (#827)
161
        * Support sending invitations from the command line
162

    
163

    
164
2011-07-14, v0.5.1
165

    
166
FIXES:
167
    GUI:
168
        * non-standard dpi settings (#343)
169
        * many minor bugs (#717)
170
        * remove "Login again" button from Java VNC viewer (#731)
171
        * Fix no firewall settings shown for newly built machines (#753)
172
        * Fix handling of transitional "Destroying" state (#771)
173
        * Use well-formed, client- and server-specific messages
174
          for the Connect operation (#801)
175
        * Fix misaligned action labels in IE (#821)
176
          generic cross-browser compatibility fixes (#341)
177
    Logic:
178
        * fix dispatcher flushing AMQP queues (#719)
179
        * Support asynchronous VM deletion (#721)
180
        * Add backend prefix to all AMQP queues (#723)
181
        * Document workarounds for dispatcher daemonization problems
182
          when logging to stdout (#779)
183
    Images:
184
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
185
    API:
186
        * Have API use the flavor-defined disk sizes (#759)
187
        * Make backend disk templates (plain, drbd) configurable (#77&)
188
        * Work around Ganeti bug with getting VNC console info (#783)
189
        * Set serial_console=False explicitly on Ganeti backend (#785)
190
        * Allow exception info to propagate when VNC console allocation fails
191
          (#789)
192
        * Handle deletion of machines in ERROR when no Ganeti instance exists
193
          (#799)
194
    Backend:
195
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
196
          to use for firewall profiles (#789)
197

    
198
NEW FEATURES
199
    GUI:
200
        * Add themed form for invitations, integrate with UI (#439)
201
        * Add themed feedback form, integrate with API error window
202
          (~okeanos #7)
203
    Admin tool:
204
        * Add initial version of snf-admin tool for user, VM and image
205
          management (#727)
206

    
207

    
208
2011-07-01, v0.5
209

    
210
NEW FEATURES
211
    GUI:
212
        * Overhauled icon and single-server view, updated color set
213
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
214
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
215
        * Added buttons for modifier keys, custom theming to Java VNC client
216
          (#545)
217
        * Support single-click RDP-based connection to Windows VMs (#673)
218
        * Allow setting network firewall profiles on public interfaces (#661)
219
    Images:
220
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
221
          (#493, #509)
222
        * Complete support for Windows machines (create, customize, boot)
223
          (#495)
224
    Logic:
225
        * Support centralized logging, logging.conf-based setup (#547)
226
    AAI:
227
        * Allow per-user setting of number of outgoing invitations (#439, #705)
228
        * Support "switch-user"-type functionality for helpdesk users (#665)
229
        * Support user logout in the UI, delete relevant tokens (#663)
230
    API:
231
        * Supports retrieval of statistics (#527)
232
        * Support maximum number of VMs per user (quota) (#703)
233
        * Extend API to support distinct firewall profiles, update backend (#659)
234
    Deployment:
235
        * BSD 2-clause Licensing (#581)
236
        * Initial translation of UI to Greek (#689)
237
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
238
          Synnefo dependency remains, already patched by ops, to be committed
239
        * Split settings.py to distinct files under settings.d/ (#693)
240
        * Use the Django email framework (#697)
241
        * Implemented statistics-gathering mechanism at the backend (#527)
242

    
243
FIXES:
244
    GUI:
245
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
246
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
247
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
248
          #657, #681, #687, #699, #701, #707, #709)
249
        * Better cross-browser compatibility (#341)
250
        * Should work with relative URLs (#421)
251
    Images:
252
        * Set hostname in Linux VMs appropriately (#603)
253
    Logic:
254
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
255
          (#615)
256
    Deployment:
257
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
258

    
259

    
260
2011-06-06, v0.4
261

    
262
NEW FEATURES:
263
    GUI:
264
        * Support displaying info on and handling of public and private networks,
265
          with differential updates (#407, #469)
266
        * Support create new private network (#541), add machine to
267
          private network (#543)
268
        * Design and implement a completely revamped blue and orange
269
          color theme (#529, #531)
270
        * Implement improved add/edit metadata dialog with suggested values for
271
          keys (#535, #537)
272
        * Implement list of suggested keys in add server metadata dialog (#537)
273
        * Add full-screen Console window, themed as the rest of the UI (#497)
274
        * Implement single-machine view in the UI (#573)
275
        * Add user notification (spinner) on button clicks performing
276
          API actions (#471)
277
        * Full IE support, differential updates (#461)
278
    AAI:
279
        * Each token has its own expiration date, fix expiration of
280
          development test token (#483)
281
        * Support adding new users to the DB by invitation (#439)
282
    API:
283
        * Extend networks API, support differential updates for private nets (#569)
284
        * Support XML replies for the /networks API namespace (#553)
285
        * Implement mechanism for reconciliation of DB state with Ganeti backend
286
          state in case of AMQP failure (#505)
287
        * Support Ganeti link pooling for management of private networks (#513)
288
        * Support reception and processing of NIC configuration notifications
289
          from Ganeti over AMQP (#513)
290
    IMAGES:
291
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
292
        * Support selection and handling of OS images for VM customization (#489)
293
        * Support random selection and enforcement of root password on Linux VMs (#485)
294
    GANETI BACKEND:
295
        * Design and implement mechanism for handling network connection requests,
296
          based on link ids of virtual NICs (#411)
297
        * Support handling of public and private networks,
298
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
299

    
300
FIXES:
301
    GUI:
302
        * Remove extraneous GET /server/id/meta requests (#463)
303
        * Fix location of the "Create New" wizard in IE (#467)
304
        * Make numerous hardcoded strings translatable (#473)
305
        * Fix alignment of step names in "Create New" wizard (#475)
306
        * Fix OS icons not appearing in Opera (#477)
307
        * Fix correspondence of OS icons to icon URIs (#481)
308
        * Fix console action inoperable in list view (#497)
309
        * Fix HTTP errors from backend not reported correctly (#523)
310
        * Fix handling of API "UKNNOWN" status for servers (#571)
311
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
312
        * Various minor UI glitches (#583, #585, #591)
313
    API:
314
        * Fix entering Greek characters in fields failed (was due to
315
          problem with db creation parameters in MySQL) (#499)
316
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
317
          server metadata modified (#525)
318
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
319
        * Remove private network connections when a server is deleted (#579)
320

    
321

    
322
KNOWN DEFECTS:
323

    
324
    GUI:
325
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
326
        * UI breaks if "Create New" called twice in quick succession (#609)
327
        * Esc/Enter keys do not work in edit metadata window (#605)
328
        * No spinner icon on outstanding requests for updates to private networks (#607)
329
        * Error window overflows in case of longer-than-usual traceback in
330
          "Details" field (#611)
331
        * Single-server view does not update properly (#613)
332
    IMAGES:
333
        * Image deployment mechanism does not set Linux hostname properly (#603)
334
    GANETI BACKEND:
335
        * No IPv6 reported from the Synnefo Ganeti hook to the API
336
          (backend, API and UI can all handle IPv6 though) (#615)
337
        * All VMs currently allocated to the first Ganeti node, since no
338
          allocator has been installed in the development Ganeti yet (#617)
339
    Deployment:
340
        * No rigorous testing of data migration, migrations in real-world
341
          conditions will probably fail (#503)
342

    
343

    
344
2011-05-10, v0.3
345

    
346
FIXES/NEW FEATURES:
347

    
348
    GUI:
349
        * Report connection failures correctly, instead of a bogus 503 error (#427)
350
        * Support rename Virtual Machines using a nifty pencil icon (#429)
351
        * Fix complete failure of site with IE (starts, has known defects) (#431)
352
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
353
        * Support providing X-Auth-Token headers for authentication (#455)
354
        * Support Java applet-based popup for VNC console access (#391)
355
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
356
    AAI:
357
        * End-to-end Shibboleth support (#345)
358
    API:
359
        * Support creation, management and removal of private L2 networks (#409, #457)
360
        * Fix API implementation does not return unAuthorized cloud faults (#459)
361
        * Merge support for X-Auth-Token based authentication (#423)
362
    Logic:
363
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
364
        * Extended dispatcher, provides the context for executing business layer functions (#393)
365
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
366
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
367
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
368
    Deployment:
369
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
370

    
371
KNOWN DEFECTS:
372

    
373
    GUI:
374
        * Inoperative console action in list view (#497)
375
        * Various UI glitches under Chrome/Safari (wizard)
376
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
377
        * Serious UI glitches with non-standard dpi settings (#343)
378
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
379
    API:
380
        * No Greek characters allowed in server names with the MySQL backend (#499)
381
    Deployment:
382
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
383

    
384

    
385
2011-04-19, v0.2.2
386

    
387
Bug fix release:
388
    GUI:
389
        * Fix start operation breakage due to extra argument in API call (#433)
390

    
391

    
392
2011-04-19, v0.2.1
393

    
394
Bug fix release:
395
    GUI:
396
        * Fix shutdown operation breakage due to extra argument in API call (#433)
397

    
398

    
399
2011-04-19, v0.2
400

    
401
FIXES/NEW FEATURES:
402

    
403
    GUI:
404
        * Show transitional state when command is in progress ("Starting", etc) (#401)
405
        * Allow only "destroy" for machines being built (#399)
406
        * Show nice icons for the icon, list and single view (#389)
407
        * Show the VM configuration (flavor) in list view (#387)
408
        * Add Destroy action in icon view (#381)
409
        * Show spinner when action is in progress (#379)
410
        * Handle OS icons properly for Images and machines, user-controlled (#257)
411
        * Support modification of VM metadata (currently: only addition, removal) (#375)
412
        * Support machine rename (#307)
413
        * Show welcome screen when no VMs defined (#279)
414
        * Revamped "Create New" wizard (#83)
415
    API:
416
        * Return buildInProgress properly (#351)
417
        * Loads of new unit tests (#417)
418
        * Support OOB console access over VNC using vncauthproxy
419
            - Run as daemon, support automatic port selection (#419)
420
        * Refactor ganeti-0mqd
421
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
422
    Deployment:
423
        * Add initial version of README.deploy, detailing service dependencies
424
        * Add support for database migrations, using Django South (#371)
425
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
426

    
427
KNOWN DEFECTS:
428

    
429
    GUI:
430
        * Minor visual problems with Firefox 3.5 (#403)
431
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
432
        * Requires installation under /, does not work with relative URLs (#421)
433
        * Incorrect 503 return code when server is unreachable (#427)