root / NEWS @ 0d25d281
History | View | Annotate | Download (1.6 kB)
1 |
.. _NEWS: |
---|---|
2 |
|
3 |
Unified NEWS file for Synnefo versions >= 0.13 |
4 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
5 |
|
6 |
Since v0.13 all Synnefo components have been merged into a single repository. |
7 |
|
8 |
.. _NEWS-0.13: |
9 |
|
10 |
v0.13 |
11 |
===== |
12 |
|
13 |
Release Date: UNRELEASED |
14 |
|
15 |
Synnefo-wide |
16 |
------------- |
17 |
|
18 |
* Support for pooling throughout Synnefo |
19 |
* Pooled Django DB connections, Pithos backend connections, HTTP |
20 |
connections using single `objpool` package |
21 |
* Improved management commands |
22 |
* Unified codebase for output of tables in JSON, CSV |
23 |
|
24 |
Astakos |
25 |
------- |
26 |
|
27 |
* Support multiple authentication methods |
28 |
* Classic (username/password), Shibboleth, LDAP/Active Directory, |
29 |
Google, Twitter, LinkedIn |
30 |
* Users can enable/disable auth methods, and switch between them |
31 |
* Introduce a UUID as a global identifier for users, throughout Synnefo |
32 |
* The UUID remains constant as the user enables/disables login methods |
33 |
* Allow users to modify their email address freely |
34 |
* Per-user, per-resource accounting mechanism (quotaholder) |
35 |
* Full quota support, with per-user, per-resource quotas, based on quotaholder |
36 |
* Projects: Users can create and join Projects |
37 |
* Projects grant extra resources to their members |
38 |
* UI Enhancements for quotas and projects |
39 |
* distinct Usage tab, showing usage of individual resources |
40 |
* Project management UI |
41 |
* New Overview page |
42 |
|
43 |
Cyclades |
44 |
-------- |
45 |
|
46 |
* Commission resources on quotaholder/Astakos |
47 |
|
48 |
Pithos |
49 |
----- |
50 |
|
51 |
* Support storage of blocks on a RADOS backend |
52 |
* Rewritten support for public URLs, with admin-selectable length |
53 |
|
54 |
Tools |
55 |
----- |
56 |
|
57 |
* Extend snf-burnin to include testing of Pithos functionality |
58 |
|