Statistics
| Branch: | Tag: | Revision:

root / snf-app / synnefo @ bfd9f988

# Date Author Comment
bfd9f988 01/12/2012 05:48 pm Giorgos Verigakis

Plankton improvements

  • Move all plankton metadata to the 'plankton'
    domain.
  • Hide plankton metadata from the pithos clients,
    as it was causing problems.
  • Use new backend initialization method.
0a72907b 01/10/2012 09:47 pm Giorgos Verigakis

Update Plankton to use the latest Pithos features

3d653f72 01/10/2012 03:06 pm Giorgos Verigakis

Bugfixes

  • Return instead of raise
  • Move all plankton_method code inside a try-catch
4b7031a2 12/20/2011 01:27 pm Giorgos Verigakis

Pass all image properties keys as upper case

The backend is case insensitive and snf-image
uses all upper case keys.

e09a9711 12/20/2011 01:25 pm Giorgos Verigakis

Add some upgrade notes for Plankton

06c8fb11 12/19/2011 04:42 pm Giorgos Verigakis

Assert that a file exists when registering

8482ef55 12/16/2011 05:05 pm Giorgos Verigakis

Change list_shared_images behavior

After discussion with kpap it seems that this
method should return user's images that are shared
to member.

921355f8 12/13/2011 05:43 pm Giorgos Verigakis

Add Pithos support in register and meta commands

Refs #1746

1588c123 12/13/2011 04:20 pm Giorgos Verigakis

Bugfix

Thanks to kpap for catching it.

5adfb622 12/12/2011 07:00 pm Giorgos Verigakis

snf-admin improvements

  • Add an "upload" command that uploads images to
    Pithos.
  • Add -p argument to "image list" to list images
    stored in Pithos.
  • Add "update" command to modify an image stored
    in Pithos.

Refs #1746

c23d211a 12/12/2011 06:57 pm Giorgos Verigakis

Plankton backend improvements

  • Suppress SQLAlchemy warnings
  • Make sure list_accounts includes ourself
  • Use a file object for put instead of raw data
  • Add 'filename' parameter to put
62eac5a6 12/12/2011 11:53 am Giorgos Verigakis

Make password generation deterministic

ebe670ae 12/09/2011 04:11 pm Giorgos Verigakis

Remove pithcat tool

It has been moved to the snf-image repo.

Refs #1745

a0ea257c 12/08/2011 06:42 pm Giorgos Verigakis

A tool to connect to the pithos backend

Can fetch file size and file contents from a
Pithos URL.

Refs #1745

dca2a31f 12/08/2011 05:30 pm Giorgos Verigakis

Make the password generator windows compliant

Also increase the password length to make up for
the lost entropy.

3a9b3cde 12/08/2011 05:03 pm Giorgos Verigakis

Allow create_server to accept plankton images

Refs #1743

7bd1d3b5 12/08/2011 04:56 pm Giorgos Verigakis

More backend refactorings

fcf4155e 12/07/2011 02:53 pm Giorgos Verigakis

Improve tests

  • Use Warning log level during tests
  • Import missing URL handlers
936afb7b 12/07/2011 02:47 pm Giorgos Verigakis

Use string IDs in VMs instead of foreign keys

A database migration is needed.

Refs #1744

9ff7ca6f 12/07/2011 01:30 pm Giorgos Verigakis

Source refactoring, mostly PEP8

f5afd99b 12/06/2011 07:17 pm Giorgos Verigakis

Plankton refactoring

5aeacecf 12/06/2011 04:45 pm Giorgos Verigakis

Merge branch 'master' of https://code.grnet.gr/git/synnefo into plankton

Conflicts:
snf-app/synnefo/settings/common/apps.py

94ce1330 12/05/2011 05:58 pm Vangelis Koukis

Merge branch 'reporefactor'

242767c2 11/29/2011 02:30 pm Kostas Papadimitriou

Fixed common settings import

adbf7980 11/25/2011 06:50 pm Kostas Papadimitriou

Fixed default ui static url path

38d247df 11/25/2011 04:06 pm Kostas Papadimitriou

Removed hardcoded authtoken from several places

- added settings parameter to allow developers change the test token
that gets checked when BYPASS_AUTHENTICATION is set to True
- removed default auth token from tools that used test token as the
default one...

8f39ec0d 11/25/2011 03:16 pm Kostas Papadimitriou

link_static command improvements

- do not create directories, just symlinks
- skip existing paths

3bd6223a 11/25/2011 03:16 pm Kostas Papadimitriou

get_version fix

0b9b9cd2 11/25/2011 12:35 pm Kostas Papadimitriou

Static files map as setting

00469232 11/24/2011 05:35 pm Kostas Papadimitriou

License headers for js files

483c9197 11/24/2011 04:06 pm Kostas Papadimitriou

Moved synnefo package in a nested directory

since more than one packages exist in repository root