Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ d87f18f5

History | View | Annotate | Download (22.6 kB)

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

    
4
v0.9.2
5
------
6
* ui.userdata migration fixes
7
* new synnefo.db migrations (fixes constrain issues)
8

    
9

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

    
14

    
15
v0.9.0
16
------
17

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

    
22

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

    
26
FIXES:
27
	OKEANOS_INTRO:
28
		* News section
29

    
30

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

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

    
38

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

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

    
47

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

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

    
64

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

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

    
101

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

    
133

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

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

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

    
160

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

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

    
168

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

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

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

    
212

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

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

    
221

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

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

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

    
259

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

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

    
272

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

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

    
285

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

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

    
300

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

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

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

    
345

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

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

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

    
398

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

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

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

    
461

    
462
KNOWN DEFECTS:
463

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

    
483

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

    
487
FIXES/NEW FEATURES:
488

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

    
512
KNOWN DEFECTS:
513

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

    
525

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

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

    
533

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

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

    
541

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

    
545
FIXES/NEW FEATURES:
546

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

    
571
KNOWN DEFECTS:
572

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