Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ abae2f30

History | View | Annotate | Download (22.8 kB)

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

    
4
v0.9.7
5
------
6
* Verify VNC server settings in get_console
7
* Management commands additions / improvements / fixes
8
* UI application fixes/improvements
9
* Other minor bugfixes
10

    
11

    
12
v0.9.2
13
------
14
* ui.userdata migration fixes
15
* new synnefo.db migrations (fixes constrain issues)
16

    
17

    
18
v0.9.1
19
------
20
* Bumped version for debian package to upgrade from 0.9.0rc1
21

    
22

    
23
v0.9.0
24
------
25

    
26
* Removed link_static management command from synnefo.ui app
27
* Astakos integration in ui and api
28
* Cloudbar integration in ui
29

    
30

    
31
2011-11-29, v0.7.4
32
******************
33

    
34
FIXES:
35
	OKEANOS_INTRO:
36
		* News section
37

    
38

    
39
2011-10-21, v0.7.3
40
******************
41

    
42
FIXES:
43
	UI:
44
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
45

    
46

    
47
2011-10-19, v0.7.2
48
******************
49

    
50
FIXES:
51
    UI:
52
	    * Fix regressions with flavor sorting and image size checking
53
		  (#1429, #1507)
54

    
55

    
56
2011-10-17, v0.7.1
57
******************
58

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

    
72

    
73
2011-10-13, v0.7
74
****************
75

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

    
109

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

    
141

    
142
2011-09-15, v0.6.2
143
******************
144

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

    
160
NEW FEATURES:
161
    Admin:
162
        * Support filtering based on state, support image registration
163
          with mandatory type argument, make all deletion operations
164
          set state to DELETED (#849)
165
    API:
166
        * Allow marking flavors as removed, honor deleted flag (#1055)
167

    
168

    
169
2011-09-13, v0.6.1
170
******************
171

    
172
FIXES:
173
    UI:
174
        * Make all AJAX requests to the API uncache-able
175

    
176

    
177
2011-09-12, v0.6
178
****************
179

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

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

    
220

    
221
2011-08-29, v0.5.5
222
******************
223

    
224
FIXES:
225
    Logic:
226
        * Bugfixes, reconnect to AMQP properly when connection drops,
227
          added more DEBUG- and INFO-level logging messages.
228

    
229

    
230
2011-07-27, v0.5.4
231
******************
232

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

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

    
267

    
268
2011-07-19, v0.5.3.1
269
******************--
270

    
271
FIXES:
272
    API:
273
        * Fix bug with firewall code using inexistent, removed setting
274
    GUI:
275
        * Fix bug with invitations UI (#859)
276
        * Fix bug with feedback form submission raising HTTP 500
277
    Deployment:
278
        * Fix bug with error reporting by the invitations app
279

    
280

    
281
2011-07-19, v0.5.3
282
******************
283

    
284
FIXES:
285
    GUI:
286
        * Add separate LOGOUT_URL setting
287
          fixes bug with URL in invitations mail
288
    Deployment:
289
        * Recode invitations email in UTF-8
290
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
291
          for all emails
292

    
293

    
294
2011-07-18, v0.5.2
295
******************
296

    
297
FIXES:
298
    GUI:
299
        * Improve IPv6 support in UI (#839, #841)
300
        * Improve Connect messages, propose username (#801)
301
        * Add "tag"/"value" headers in Modify tags popup (#845)
302
    API:
303
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
304
    Admin tool:
305
        * Support creation and modification of users, flavors, images (#827)
306
        * Support sending invitations from the command line
307

    
308

    
309
2011-07-14, v0.5.1
310
******************
311

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

    
344
NEW FEATURES
345
    GUI:
346
        * Add themed form for invitations, integrate with UI (#439)
347
        * Add themed feedback form, integrate with API error window
348
          (~okeanos #7)
349
    Admin tool:
350
        * Add initial version of snf-admin tool for user, VM and image
351
          management (#727)
352

    
353

    
354
2011-07-01, v0.5
355
****************
356

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

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

    
406

    
407
2011-06-06, v0.4
408
****************
409

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

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

    
469

    
470
KNOWN DEFECTS:
471

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

    
491

    
492
2011-05-10, v0.3
493
****************
494

    
495
FIXES/NEW FEATURES:
496

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

    
520
KNOWN DEFECTS:
521

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

    
533

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

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

    
541

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

    
545
Bug fix release:
546
    GUI:
547
        * Fix shutdown operation breakage due to extra argument in API call (#433)
548

    
549

    
550
2011-04-19, v0.2
551
****************
552

    
553
FIXES/NEW FEATURES:
554

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

    
579
KNOWN DEFECTS:
580

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