Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ c53c3aeb

History | View | Annotate | Download (22.5 kB)

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

    
4
v0.9.2
5
------
6
* ui.userdata migration fixes
7

    
8

    
9
v0.9.1
10
------
11
* Bumped version for debian package to upgrade from 0.9.0rc1
12

    
13

    
14
v0.9.0
15
------
16

    
17
* Removed link_static management command from synnefo.ui app
18
* Astakos integration in ui and api
19
* Cloudbar integration in ui
20

    
21

    
22
2011-11-29, v0.7.4
23
******************
24

    
25
FIXES:
26
	OKEANOS_INTRO:
27
		* News section
28

    
29

    
30
2011-10-21, v0.7.3
31
******************
32

    
33
FIXES:
34
	UI:
35
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
36

    
37

    
38
2011-10-19, v0.7.2
39
******************
40

    
41
FIXES:
42
    UI:
43
	    * Fix regressions with flavor sorting and image size checking
44
		  (#1429, #1507)
45

    
46

    
47
2011-10-17, v0.7.1
48
******************
49

    
50
FIXES:
51
    UI:
52
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
53
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
54
        * Fix UI user logout action does not work (#1497)
55
    Images:	
56
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
57
		* Fix typo in snf-image-helper ChangePassword task (#1500)
58
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
59
    Deployment:
60
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
61
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
62

    
63

    
64
2011-10-13, v0.7
65
****************
66

    
67
NEW FEATURES:
68
    UI:
69
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
70
        * Document all settings introduced due to UI refactoring (#1447)
71
        * UI asset files versioning (#1460)
72
        * Improve feedback on completed steps during machine creation (#1461)
73
    Images:
74
        * Completely re-engineered image deployment mechanism based on
75
          snf-image Ganeti OS provider, in isolated helper VM
76
        * Support public and private images (#555)
77
        * Support handling of VM filesystem, injection of arbitrary files
78
          on VM creation (#491)
79
        * Implement file injection as a task in snf-image (#1095)
80
        * Remove all-host based processing of (potentially user-provided)
81
          Images (#969)
82
    API:
83
        * Implement <personality> tag in OpenStack Compute API
84
          for file injection (#985, #1093)
85
        * Update API implementation for server/image metadata based on latest
86
          draft version of spec (#1403)
87
        * Support deletion of Flavors, support servers referring to
88
          inexistent (deleted) Flavors (#1157)
89
    Admin:
90
        * Addition of --meta option to snf-admin image for easy setting
91
          of image metadata values on image creation (#1107)
92
    Deployment:
93
        * Initial iteration of a system test suite, snf-burnin,
94
          for end-to-end testing of Synnefo deployments (#1155)
95
        * Re-engineered logging mechanism, for finer-grained control (#1033)
96
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
97
        * Document removal of Flavors from circulation (#1472)
98
        * Add generic service unavailable template (#1359)
99

    
100

    
101
FIXES:
102
    UI:
103
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
104
        * Fix problematic update of the networks tab and minor fixes (#861)
105
        * Fix "Connecting" and "progress" gif in networks tab (#863)
106
        * Fix inconsistencies on machine transitions between views (#917)
107
        * Fix IE rendering mode (#975)
108
        * Fix UI machine/network creation overlays style clutter (#979)
109
        * Have UI should reset action confirmations after state change (#981)
110
        * UI barfs due to exception on "New Machine" wizard (#1473)
111
        * UI throws exception on single-server view (#1483)
112
    API:
113
        * Fix incomplete constraints in ImageMetadata Model (#1255)
114
    Deployment:
115
        * Split initial_data.json to work around South "feature" (#1263)
116
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
117
    Kamaki:
118
        * The kamaki client lib uses the root logger (#1337)
119
        * The kamaki client lib fails to set server metadata (#1399)
120
    Invitations:
121
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
122
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
123
        * Fix display of error modal boxes, do notrefresh or display another
124
          error (#1433)
125
        * Fix positioning of machines in "Destroying" (#1437)
126
        * Fix Metadata button shown as clickable while it's not (#1441)
127
    Images:
128
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
129
    Logic:
130
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
131

    
132

    
133
2011-09-15, v0.6.2
134
******************
135

    
136
FIXES:
137
    UI:
138
        * Fix handling of Images in state=DELETED,
139
          allow sorting and categorization of Images in the UI (#823)
140
        * Fix the "Create New wizard" does not honor selection of
141
          "small/medium/large" images (#1129)
142
    Admin:
143
        * Fix the admin interface throws exception on the
144
          Invitations tab (1105)
145
    API:
146
        * Make API responses uncacheable (#1091)
147
    Logic:
148
        * Fix The dispatcher leaving messages unprocessed for
149
          unknown Ganeti opcodes(#1111)
150

    
151
NEW FEATURES:
152
    Admin:
153
        * Support filtering based on state, support image registration
154
          with mandatory type argument, make all deletion operations
155
          set state to DELETED (#849)
156
    API:
157
        * Allow marking flavors as removed, honor deleted flag (#1055)
158

    
159

    
160
2011-09-13, v0.6.1
161
******************
162

    
163
FIXES:
164
    UI:
165
        * Make all AJAX requests to the API uncache-able
166

    
167

    
168
2011-09-12, v0.6
169
****************
170

    
171
NEW FEATURES:
172
    Admin:
173
        * Initial version of new Web-based admininstration panel, allows
174
          management of Synnefo entities directly on the DB (#849)
175
        * Allow setting https apiurl and token in cloud tool (#853)
176
    Deployment:
177
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
178
    UI:
179
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
180
        * Support setting of small, medium large flavors in UI (#815)
181
        * Have the UI filter flavors, depending on image size (#817)
182
        * Better, error-specific handling of error codes in UI (#971)
183
        * Implement retrieval of authentication token from the UI (#977)
184
        * Re-worked invitation UI is more vocal on errors, supports pagination
185
          (#1039)
186
        * Support a list of UI-specific metadata keys to be copied from Image
187
          to newly-created Server (#847)
188
    Images:
189
        * Support dd-based deployment of Windows and Linux images, using only
190
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
191

    
192
FIXES:
193
    UI:
194
        * Fix Opera failing with "too old changes-since value" when idle (#521)
195
        * Fix UI problems with Firefox 3.5.x (#781)
196
        * Fix server statistics not refreshing properly in the UI (#881)
197
        * Machine rename icon not visible on IE (#909)
198
        * Fix list view fail not updating machine state properly (#915)
199
        * Fix colors in "Error" state (#953)
200
        * Fix the confirmation bar disappearing at times (#955)
201
        * Hide all actions when in state "Destroying..." (#957)
202
        * Disable connect action when machine has no ip set (#983)
203
        * Update image details on last vm creation step overlay on IE (#1011)
204
        * Fix list view displays UI error when servers are updated on IE
205
          (#1013)
206
        * Make "Add invitation", remove invitation button appear clickable
207
          (#1019)
208
    Logic:
209
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
210

    
211

    
212
2011-08-29, v0.5.5
213
******************
214

    
215
FIXES:
216
    Logic:
217
        * Bugfixes, reconnect to AMQP properly when connection drops,
218
          added more DEBUG- and INFO-level logging messages.
219

    
220

    
221
2011-07-27, v0.5.4
222
******************
223

    
224
FIXES:
225
    UI:
226
        * Numerous bugfixes, most in response to user feedback from
227
          the Alpha deployment
228
        * #813 (Minor UI issues), #857 (long machine names),
229
          #865 (problem when user has zero invitations),
230
          #873 (generic 404 template), #895 (default username in RDP file),
231
          #897 (show spinner for the public network), 899 (allow Connect
232
          from the network UI), #901 (cannot select password for copying
233
          with Chrome), #893 (firewall profile selection behaves as a single
234
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
235
          #905 (Javascript throws exception when left idle), #907 (similar
236
          issue with #907), #913 (list view alert message)
237
    Images:
238
        * ntfsclone does not use all of the available space on the target (#879)
239
    Deployment:
240
        * Move fix_amqp_settings to queue system init code (#809)
241
    Admin:
242
        * snf-admin user invite is not non-ascii friendly (#943)
243
        * snf-user should show email addresses, even without any arguments (#871)
244

    
245
FEATURES:
246
    UI:
247
        * Show completion percentage when a machine is being built (#887)
248
    API:
249
        * Report percentage completion for machines in BUILD (#891)
250
    Images:
251
        * The image deployment layer should report completion to the API layer
252
          (#889)
253
    Deployment:
254
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
255
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
256
        * Import code for building Debian packages, refactor repository (#691)
257

    
258

    
259
2011-07-19, v0.5.3.1
260
******************--
261

    
262
FIXES:
263
    API:
264
        * Fix bug with firewall code using inexistent, removed setting
265
    GUI:
266
        * Fix bug with invitations UI (#859)
267
        * Fix bug with feedback form submission raising HTTP 500
268
    Deployment:
269
        * Fix bug with error reporting by the invitations app
270

    
271

    
272
2011-07-19, v0.5.3
273
******************
274

    
275
FIXES:
276
    GUI:
277
        * Add separate LOGOUT_URL setting
278
          fixes bug with URL in invitations mail
279
    Deployment:
280
        * Recode invitations email in UTF-8
281
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
282
          for all emails
283

    
284

    
285
2011-07-18, v0.5.2
286
******************
287

    
288
FIXES:
289
    GUI:
290
        * Improve IPv6 support in UI (#839, #841)
291
        * Improve Connect messages, propose username (#801)
292
        * Add "tag"/"value" headers in Modify tags popup (#845)
293
    API:
294
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
295
    Admin tool:
296
        * Support creation and modification of users, flavors, images (#827)
297
        * Support sending invitations from the command line
298

    
299

    
300
2011-07-14, v0.5.1
301
******************
302

    
303
FIXES:
304
    GUI:
305
        * non-standard dpi settings (#343)
306
        * many minor bugs (#717)
307
        * remove "Login again" button from Java VNC viewer (#731)
308
        * Fix no firewall settings shown for newly built machines (#753)
309
        * Fix handling of transitional "Destroying" state (#771)
310
        * Use well-formed, client- and server-specific messages
311
          for the Connect operation (#801)
312
        * Fix misaligned action labels in IE (#821)
313
          generic cross-browser compatibility fixes (#341)
314
    Logic:
315
        * fix dispatcher flushing AMQP queues (#719)
316
        * Support asynchronous VM deletion (#721)
317
        * Add backend prefix to all AMQP queues (#723)
318
        * Document workarounds for dispatcher daemonization problems
319
          when logging to stdout (#779)
320
    Images:
321
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
322
    API:
323
        * Have API use the flavor-defined disk sizes (#759)
324
        * Make backend disk templates (plain, drbd) configurable (#77&)
325
        * Work around Ganeti bug with getting VNC console info (#783)
326
        * Set serial_console=False explicitly on Ganeti backend (#785)
327
        * Allow exception info to propagate when VNC console allocation fails
328
          (#789)
329
        * Handle deletion of machines in ERROR when no Ganeti instance exists
330
          (#799)
331
    Backend:
332
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
333
          to use for firewall profiles (#789)
334

    
335
NEW FEATURES
336
    GUI:
337
        * Add themed form for invitations, integrate with UI (#439)
338
        * Add themed feedback form, integrate with API error window
339
          (~okeanos #7)
340
    Admin tool:
341
        * Add initial version of snf-admin tool for user, VM and image
342
          management (#727)
343

    
344

    
345
2011-07-01, v0.5
346
****************
347

    
348
NEW FEATURES
349
    GUI:
350
        * Overhauled icon and single-server view, updated color set
351
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
352
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
353
        * Added buttons for modifier keys, custom theming to Java VNC client
354
          (#545)
355
        * Support single-click RDP-based connection to Windows VMs (#673)
356
        * Allow setting network firewall profiles on public interfaces (#661)
357
    Images:
358
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
359
          (#493, #509)
360
        * Complete support for Windows machines (create, customize, boot)
361
          (#495)
362
    Logic:
363
        * Support centralized logging, logging.conf-based setup (#547)
364
    AAI:
365
        * Allow per-user setting of number of outgoing invitations (#439, #705)
366
        * Support "switch-user"-type functionality for helpdesk users (#665)
367
        * Support user logout in the UI, delete relevant tokens (#663)
368
    API:
369
        * Supports retrieval of statistics (#527)
370
        * Support maximum number of VMs per user (quota) (#703)
371
        * Extend API to support distinct firewall profiles, update backend (#659)
372
    Deployment:
373
        * BSD 2-clause Licensing (#581)
374
        * Initial translation of UI to Greek (#689)
375
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
376
          Synnefo dependency remains, already patched by ops, to be committed
377
        * Split settings.py to distinct files under settings.d/ (#693)
378
        * Use the Django email framework (#697)
379
        * Implemented statistics-gathering mechanism at the backend (#527)
380

    
381
FIXES:
382
    GUI:
383
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
384
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
385
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
386
          #657, #681, #687, #699, #701, #707, #709)
387
        * Better cross-browser compatibility (#341)
388
        * Should work with relative URLs (#421)
389
    Images:
390
        * Set hostname in Linux VMs appropriately (#603)
391
    Logic:
392
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
393
          (#615)
394
    Deployment:
395
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
396

    
397

    
398
2011-06-06, v0.4
399
****************
400

    
401
NEW FEATURES:
402
    GUI:
403
        * Support displaying info on and handling of public and private networks,
404
          with differential updates (#407, #469)
405
        * Support create new private network (#541), add machine to
406
          private network (#543)
407
        * Design and implement a completely revamped blue and orange
408
          color theme (#529, #531)
409
        * Implement improved add/edit metadata dialog with suggested values for
410
          keys (#535, #537)
411
        * Implement list of suggested keys in add server metadata dialog (#537)
412
        * Add full-screen Console window, themed as the rest of the UI (#497)
413
        * Implement single-machine view in the UI (#573)
414
        * Add user notification (spinner) on button clicks performing
415
          API actions (#471)
416
        * Full IE support, differential updates (#461)
417
    AAI:
418
        * Each token has its own expiration date, fix expiration of
419
          development test token (#483)
420
        * Support adding new users to the DB by invitation (#439)
421
    API:
422
        * Extend networks API, support differential updates for private nets (#569)
423
        * Support XML replies for the /networks API namespace (#553)
424
        * Implement mechanism for reconciliation of DB state with Ganeti backend
425
          state in case of AMQP failure (#505)
426
        * Support Ganeti link pooling for management of private networks (#513)
427
        * Support reception and processing of NIC configuration notifications
428
          from Ganeti over AMQP (#513)
429
    IMAGES:
430
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
431
        * Support selection and handling of OS images for VM customization (#489)
432
        * Support random selection and enforcement of root password on Linux VMs (#485)
433
    GANETI BACKEND:
434
        * Design and implement mechanism for handling network connection requests,
435
          based on link ids of virtual NICs (#411)
436
        * Support handling of public and private networks,
437
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
438

    
439
FIXES:
440
    GUI:
441
        * Remove extraneous GET /server/id/meta requests (#463)
442
        * Fix location of the "Create New" wizard in IE (#467)
443
        * Make numerous hardcoded strings translatable (#473)
444
        * Fix alignment of step names in "Create New" wizard (#475)
445
        * Fix OS icons not appearing in Opera (#477)
446
        * Fix correspondence of OS icons to icon URIs (#481)
447
        * Fix console action inoperable in list view (#497)
448
        * Fix HTTP errors from backend not reported correctly (#523)
449
        * Fix handling of API "UKNNOWN" status for servers (#571)
450
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
451
        * Various minor UI glitches (#583, #585, #591)
452
    API:
453
        * Fix entering Greek characters in fields failed (was due to
454
          problem with db creation parameters in MySQL) (#499)
455
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
456
          server metadata modified (#525)
457
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
458
        * Remove private network connections when a server is deleted (#579)
459

    
460

    
461
KNOWN DEFECTS:
462

    
463
    GUI:
464
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
465
        * UI breaks if "Create New" called twice in quick succession (#609)
466
        * Esc/Enter keys do not work in edit metadata window (#605)
467
        * No spinner icon on outstanding requests for updates to private networks (#607)
468
        * Error window overflows in case of longer-than-usual traceback in
469
          "Details" field (#611)
470
        * Single-server view does not update properly (#613)
471
    IMAGES:
472
        * Image deployment mechanism does not set Linux hostname properly (#603)
473
    GANETI BACKEND:
474
        * No IPv6 reported from the Synnefo Ganeti hook to the API
475
          (backend, API and UI can all handle IPv6 though) (#615)
476
        * All VMs currently allocated to the first Ganeti node, since no
477
          allocator has been installed in the development Ganeti yet (#617)
478
    Deployment:
479
        * No rigorous testing of data migration, migrations in real-world
480
          conditions will probably fail (#503)
481

    
482

    
483
2011-05-10, v0.3
484
****************
485

    
486
FIXES/NEW FEATURES:
487

    
488
    GUI:
489
        * Report connection failures correctly, instead of a bogus 503 error (#427)
490
        * Support rename Virtual Machines using a nifty pencil icon (#429)
491
        * Fix complete failure of site with IE (starts, has known defects) (#431)
492
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
493
        * Support providing X-Auth-Token headers for authentication (#455)
494
        * Support Java applet-based popup for VNC console access (#391)
495
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
496
    AAI:
497
        * End-to-end Shibboleth support (#345)
498
    API:
499
        * Support creation, management and removal of private L2 networks (#409, #457)
500
        * Fix API implementation does not return unAuthorized cloud faults (#459)
501
        * Merge support for X-Auth-Token based authentication (#423)
502
    Logic:
503
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
504
        * Extended dispatcher, provides the context for executing business layer functions (#393)
505
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
506
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
507
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
508
    Deployment:
509
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
510

    
511
KNOWN DEFECTS:
512

    
513
    GUI:
514
        * Inoperative console action in list view (#497)
515
        * Various UI glitches under Chrome/Safari (wizard)
516
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
517
        * Serious UI glitches with non-standard dpi settings (#343)
518
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
519
    API:
520
        * No Greek characters allowed in server names with the MySQL backend (#499)
521
    Deployment:
522
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
523

    
524

    
525
2011-04-19, v0.2.2
526
******************
527

    
528
Bug fix release:
529
    GUI:
530
        * Fix start operation breakage due to extra argument in API call (#433)
531

    
532

    
533
2011-04-19, v0.2.1
534
******************
535

    
536
Bug fix release:
537
    GUI:
538
        * Fix shutdown operation breakage due to extra argument in API call (#433)
539

    
540

    
541
2011-04-19, v0.2
542
****************
543

    
544
FIXES/NEW FEATURES:
545

    
546
    GUI:
547
        * Show transitional state when command is in progress ("Starting", etc) (#401)
548
        * Allow only "destroy" for machines being built (#399)
549
        * Show nice icons for the icon, list and single view (#389)
550
        * Show the VM configuration (flavor) in list view (#387)
551
        * Add Destroy action in icon view (#381)
552
        * Show spinner when action is in progress (#379)
553
        * Handle OS icons properly for Images and machines, user-controlled (#257)
554
        * Support modification of VM metadata (currently: only addition, removal) (#375)
555
        * Support machine rename (#307)
556
        * Show welcome screen when no VMs defined (#279)
557
        * Revamped "Create New" wizard (#83)
558
    API:
559
        * Return buildInProgress properly (#351)
560
        * Loads of new unit tests (#417)
561
        * Support OOB console access over VNC using vncauthproxy
562
            - Run as daemon, support automatic port selection (#419)
563
        * Refactor ganeti-0mqd
564
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
565
    Deployment:
566
        * Add initial version of README.deploy, detailing service dependencies
567
        * Add support for database migrations, using Django South (#371)
568
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
569

    
570
KNOWN DEFECTS:
571

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