Activity
From 03/13/2013 to 04/11/2013
04/11/2013
- 06:45 pm Feature #3512 (Closed): Image register should return response headers (especialy image id)
- 06:44 pm Revision 6287a048: Merge branch 'feature-image' into develop
- 06:43 pm Revision 7b6e977c: Return image details as headers, in image register
- Feature #3512
- 06:00 pm Revision 47195121: Merge branch 'develop' into feature-image
- 05:52 pm Bug #3457 (Closed): User interupt in recursive download takes too long
- A thread that writes to a local file needs some time to cancel itself. This bug was treated as behavioral issue not a...
- 05:50 pm Revision cae76f25: Increase timeout in upload thread canceling
- 04:55 pm Revision b78ee581: Make download canceling more responsive
- This does not make download canceling faster, if anything, it makes it slower
but probably more gracefull for end use... - 04:13 pm Bug #3509 (Closed): *--public* argument does nothing when used with *kamaki store list*
- 04:11 pm Revision 50165863: Make --public and --sharing to work in upload
- Bug #3509
- 03:26 pm Bug #3547 (Closed): kamaki network delete error when performed on a deleted network
- 03:22 pm Revision 08aad6db: Fix typo in commands.errors (self-->this)
- This typo caused undesired behavior when deleting a deleted network
Bug #3547 - 03:07 pm Revision 76001ae7: Merge branch 'feature-threads' into develop
- 02:43 pm Feature #3546 (Closed): Let end users explicitely set the maximum number of threads
- 02:41 pm Revision c5b9380c: Allow users to set maximum thread limit
- This is implemented as a configuration option in cli
Developers may set it as kamaki.clients.Client.MAX_THREADS = <li... - 01:12 pm Bug #3555 (Closed): Download/Upload missed data with very big files
- A functional test checks this problem so it is safe to say it is fixed
- 12:24 pm Revision 61d13904: Fix typo in kamaki quick setup guide
- WAS: kamaki set token ....
NOW: kamaki config set token ... - 11:54 am Feature #3456 (Closed): Uniformity to runtime arguments
- 11:51 am Bug #3527 (Resolved): Some kamaki requests return "404 Not Found"
- The problem is caused by a race condition on the _url_ member variable in a kamaki.clients.Client instance, during th...
- 11:44 am Revision 9d9ad424: Stop create_server from crushing by a faulty image
- If the image is missing the (os, users) metadata, the create_server method
used to crush anexpectingly
04/10/2013
- 04:23 pm Feature #3574 (Closed): etag-if-match in upload
- Add support for etag-if-match to the kamaki pithos library upload method.
04/09/2013
- 03:54 pm Bug #3527 (Assigned): Some kamaki requests return "404 Not Found"
- 03:09 pm Bug #3527 (Resolved): Some kamaki requests return "404 Not Found"
- Resolved: it's a limitation of obj pool:
https://github.com/grnet/objpool/blob/e4c7df4a17e964243c1a052d5ce4d66412d... - 12:40 pm Revision a863029c: Add a NL to logs to make them more readable
- 11:23 am Feature #3566 (Closed): Design and apply a naming convention for kamaki commands
- Rules for kamaki commands:
@kamaki <object[ subobject...]> <verb[ subverb...]>@
For example:...
04/08/2013
- 07:09 pm Revision 3f8091d6: Merge branch 'feature-store' into develop
- 07:08 pm Revision e5c76b1a: Fix typo in using download progress bar
- 06:50 pm Revision 28cbc3c2: Minimize requeests whn dnlding same block
- If a file has multiple same blocks, download one of them and copy it to local
file locations - 05:23 pm Revision 4f0730be: Bump version to 0.7.9-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 05:16 pm Revision fe7aff76: Merge branch 'master' into debian
- Conflicts:
Changelog - 05:01 pm Revision 3a1736f7: Merge branch 'hotfix-0.7.9'
- 05:00 pm Revision ba4ac21f: Update version tag and changelog
- 04:55 pm Revision 673503f3: fixbug 3555: blcks missing if same to other blcks
- 04:45 pm Revision ca7f78c0: fixbug 3555: blcks missing if same to other blcks
- 03:53 pm Revision d187ba37: Create a livetest that catches bug #3555
- A boring file is a file with at least two same blocks
Kamaki fails to download more than 1 same blocks, therefore the... - 02:42 pm Revision d1be0836: Merge branch 'develop' into feature-store
- 02:36 pm Bug #3555 (Resolved): Download/Upload missed data with very big files
- Pinned down: When a file contains at least 2 blocks with the same hashtag (== exactly the same content), kamaki downl...
- 02:30 pm Bug #3527 (Assigned): Some kamaki requests return "404 Not Found"
- Re-opening, after discussion with [iliastsi].
- 02:26 pm Bug #3527: Some kamaki requests return "404 Not Found"
- It seems that the bug still exists in version 0.7.8
Attached is the output of kamaki store download --account=25ec... - 01:57 pm Bug #3555: Download/Upload missed data with very big files
- Turns out upload is not affected by this problem.
04/05/2013
- 06:12 pm Bug #3555: Download/Upload missed data with very big files
- Nikos Skalkotos reports: the kamaki-downloaded md5 is wrong, the ui md5 is correct
- 06:09 pm Bug #3555: Download/Upload missed data with very big files
- Note: The -A option is not avaiable in 0.7.X, use --account instead
- 06:09 pm Bug #3555 (Closed): Download/Upload missed data with very big files
- Still not sure if it is a kamaki bug, but should be reported here. Kamaki seems to misshandle very large file downloa...
- 04:56 pm Support #3441: Parametrise logging in kamaki.clients.Client
- Missing: documentation
- 04:54 pm Support #3441 (Resolved): Parametrise logging in kamaki.clients.Client
- Allow options LOG_TOKEN and LOG_DATA in the kamaki config file.
LOG_TOKEN: allow token logging (default: off)
LOG_D... - 04:49 pm Revision 2aca7f5e: Merge branch 'feature-logging' into develop
- 04:47 pm Revision b3bb083f: DISABLE config log options in interactive shell
- to avoid kamaki failures due to logging problems
- 04:44 pm Revision 230be78e: Merge branch 'feature-logging' into develop
- 04:24 pm Revision 5fdccdec: Allow config to switch some options on or off
- - LOG_TOKEN: whether to log user token in http requests (default: off)
- LOG_DATA: whether to log http body (send or ... - 02:54 pm Revision 34b88989: Fix typos in logging mechanism
- 12:26 pm Revision 008a5db5: Move http response logging to ResponseManager
- 12:15 pm Revision 21871fb2: Move http request logging to RequestManager
- 11:22 am Revision 4299f96c: Merge branch 'develop' into feature-logging
04/04/2013
- 07:29 pm Revision d0f37f84: Merge branch 'feature-connection' into develop
- 07:27 pm Revision 1d1b2724: Adjust docs to recent changes, fix missing config
- Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki c... - 07:20 pm Revision 64c26817: Wip kamaki.clients.test.py
- 07:19 pm Support #3526 (Resolved): Support the new objpool HTTP connection-response model and simplify kam...
- The kamaki.client.connection module is removed in this new implementation
The fat layer of connection classes has ... - 07:12 pm Revision f8eea8ec: Unittest ResponseManager
- 05:57 pm Revision 7fa5c263: Unittest kamaki.clients.RequestManager
- 04:37 pm Revision c2b5da2f: Redesign http connection module
- Merge everything to kamaki.clients
Remove multiple hierarchies of connection classes (== abandon support for
alt... - 02:28 pm Bug #3527 (Closed): Some kamaki requests return "404 Not Found"
- Shared variables are to blame for this error, it is fixed with hotfix 0.7.8
- 02:27 pm Bug #3547 (Closed): kamaki network delete error when performed on a deleted network
- To reproduce the error:...
- 01:27 pm Feature #3546 (Closed): Let end users explicitely set the maximum number of threads
- 12:01 pm Support #3541 (Closed): Modify semantics for kamaki store setquota
- Now: ...
04/03/2013
- 06:21 pm Revision e0d3e091: Enforce objpool>=0.2, break kamaki, fix it soon
- 06:13 pm Revision 948c3fa9: Bump version to 0.7.8-2
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 06:09 pm Revision 58dcac78: Bump version to 0.7.8-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 06:08 pm Revision aa18d87f: Enforce objpool>=0.2 dependency
- 06:07 pm Revision 4435d0a4: Merge branch 'master' into debian
- Conflicts:
Changelog - 05:51 pm Revision eacf334e: Update debian control rule objpool>=0.2 instead of >0.1.1
- 05:43 pm Revision 83881ff1: Merge branch 'develop' into feature-connection
- 05:26 pm Revision ea9a120c: Bump version to 0.7.8-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 05:20 pm Revision b56c1d3c: Update deprecated dependency notation
- 04:52 pm Revision 452bc477: Enforce dependency objpool>0.1.1
- 04:52 pm Revision f8aa0413: Merge branch 'master' into debian-master
- 04:47 pm Revision b846245e: Enforce dependency objpool>0.1.1
- 04:18 pm Revision ecce4398: Merge branch 'master' of https://code.grnet.gr/git/kamaki
- 04:05 pm Revision 4d783ed1: Merge branch 'hotfix-0.7.8'
- 03:55 pm Feature #3536 (Closed): Implement a recursive kamaki store upload
- Now: _kamaki store upload_ uploads only one local file per call.
Desired feature: support uploading a whole direct... - 01:12 pm Revision fbb5e1e5: Document changes in Changelog
- 01:08 pm Bug #3527 (Resolved): Some kamaki requests return "404 Not Found"
- The issue is caused by threads using the same instance of kamaki.clients.connection.kamakicon.KamakiHTTPRequest. The ...
04/02/2013
- 06:36 pm Support #3526: Support the new objpool HTTP connection-response model and simplify kamaki.clients...
- This is fixed in 0.7.8 with a hotfix patch. In version 0.8. we should also expect a cleaner kamaki.client.connection ...
- 06:01 pm Revision 0fe4fe91: New hotfix 0.7.8
- Adjust kamaki.clients.connection module to objpool > 0.1.1
The new objpool uses a context manager for pooling connect... - 05:20 pm Bug #3527 (Closed): Some kamaki requests return "404 Not Found"
- Some kamaki requests return "404 Not Found"
When using kamaki to download an image from Pithos+ sometimes the user... - 03:44 pm Support #3526 (Closed): Support the new objpool HTTP connection-response model and simplify kamak...
- 02:24 pm Revision 5b32d978: Remove testing code
- 02:23 pm Revision 2dc39c27: Remove invalid header values in image register
- 01:50 pm Feature #3229 (Closed): Fine grained unittests for clients lib
- 01:48 pm Feature #3490 (Resolved): In CLI, move non-plankton/glance commands from image to cyclades
- It has been implemented like this:
Plankton / Glance commands:
@kamaki image <...>@
Compute Image commands:
... - 01:44 pm Revision 2fe6acd1: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
- 01:43 pm Revision 7135d478: Merge branch 'feature-separate-image-commands' into develop
- 01:27 pm Revision 573be34f: Cover image-compute command group in documentation
- 12:46 pm Revision 8741c407: Create an image compute cmd group, make it work
- - image compute group contains all Compute Image API commands, as oposed to
Plankton API commands.
- definition of a...
03/29/2013
- 06:51 pm Support #3514 (Closed): kamaki create network should use a default network type
- This is required since synnefo 0.14 and it doesn't harm any previous synnefo versions
- 05:27 pm Feature #3513 (Closed): Impolement a client-side filter mechanism for image listing
- Server-side image listing is incomplete. It would be nice if kamaki could provide an extention to that filtering, all...
- 05:24 pm Feature #3512 (Closed): Image register should return response headers (especialy image id)
- 01:02 pm Bug #3509 (Closed): *--public* argument does nothing when used with *kamaki store list*
- Try:
@$ kamaki store list
$ kamaki store list --public@
Logs show that --public has no effect to the http requ... - 12:32 pm Revision 049eaf52: Fix store_upload typo in progress argument
03/26/2013
- 12:51 pm Revision 47ccc132: Merge branch 'feature-logging' into develop
- 12:40 pm Revision e8af27f4: Add a ClientError logger to kamaki.clients
- 12:23 pm Revision 42115b51: Move logger operations to a seperate file/pkg
03/22/2013
- 07:06 pm Revision 2406db97: Disable token logging (synnefo bug #3480)
- 06:55 pm Revision f09da8c8: Add logging to file functionality (#3441)
- 05:28 pm Feature #3490: In CLI, move non-plankton/glance commands from image to cyclades
- Update:
All glance commands should be available as:
kamaki image-glance XXX
All compute commands should be... - 05:14 pm Feature #3490 (Closed): In CLI, move non-plankton/glance commands from image to cyclades
- 04:44 pm Revision 61ca0ecd: Create get_logger, add_logger methods in clients
- 04:24 pm Feature #3422 (Closed): Let caller program explicitly set connection pool size for all methods
- 04:23 pm Feature #3456 (Resolved): Uniformity to runtime arguments
- 03:48 pm Revision 59f71e99: Merge branch 'feature-tests' into develop
- 03:42 pm Revision 3c50df2e: Apply a simple naming convention for unit tests
- Naming convention:
Actual functionality:
In package kamaki.clients.pkg there is class C containing a method M
Test ... - 02:02 pm Revision 95df5021: Merge branch 'develop' into feature-tests
- 01:49 pm Revision 4054c46d: Document unittest mechanism, dependency changes
- New dependency changes: progress is required, mock is optional
Changes are also documented - 11:51 am Bug #3370 (Closed): http connection leak when exception raises while getting connection results
- 11:45 am Bug #3458 (Closed): estimated time when downloading
- 11:41 am Revision f40f0cb7: Ensure uniform runtime args in cli (feature #3456)
03/21/2013
- 07:39 pm Bug #3403: ETA estimation is completely off for Pithos uploads
- This is actualy a progress issue. ETA is handled by the progress package ( https://pypi.python.org/pypi/progress ) an...
- 06:57 pm Revision 91e9bf7f: Add redudant -c argument to mean --config (global)
- 06:41 pm Feature #3230 (Closed): Pithos+ operations between different accounts
- 06:37 pm Revision 7cac95a7: Re-allow empty paths to clients.Client.request
- 06:08 pm Feature #3229 (Resolved): Fine grained unittests for clients lib
- 06:08 pm Feature #3228 (Closed): Mock testing for kamaki clients
- 06:07 pm Bug #3444 (Closed): Intro help \exit should be /exit
- 06:07 pm Revision a6aced18: Fix typo in shell intro (bug #3444)
- 06:03 pm Revision 8e8ec61a: Merge branch 'feature-tests' into develop
- 05:48 pm Revision 6a6175c0: Unittest full kamaki.clients.Client
- 03:24 pm Revision 2e247767: Remove unused method set_default_headers
- 02:28 pm Revision 9af3a427: Unittest kamaki.clients.Client.set_param
- 02:23 pm Revision 97baa5c3: Unittest kamaki.clients.Client.set_header
- 02:04 pm Revision 5dde4c83: Unittest kamaki.clients.Client._raise_for_status
03/20/2013
- 06:49 pm Revision 9c6c3d69: Unittest kamaki.clients.Client._watch_thread_limit
- 05:18 pm Revision 5a71b3a1: Initialize a kamaki.clients.Client unittest
- Onluy instatiation is tested so far
- 05:02 pm Revision 27abfa9f: Finetest kamaki.clients.SilentEvent
- 03:58 pm Revision f4de4c91: Unittest kamaki.clients ClientError
- 02:20 pm Revision 27058e48: Merge kamaki.clients.connection.test with clients
- 02:11 pm Revision 657dc0c8: Report total # of tests and failures in bulk tests
- 01:33 pm Revision 23f0f6da: Complete clients.utils unittests
- 01:06 pm Revision 480585cd: Setup unittests for clients.utils methods
- Methods tested so far: _matches, filter_in, filter_out
03/19/2013
- 06:39 pm Revision 61c7a05f: Unittest PithosRest.object_delete and its over
- 06:32 pm Revision c639293b: Unittest PithosRest.obejct_post
- 06:12 pm Revision 1a8bfa4f: Unittest PithosRest.object_move
- 05:59 pm Revision 49886c59: Unittest PithosRest.object_copy
- 05:45 pm Revision 6cd86652: Unittest PithosRest.object_put
- 04:23 pm Revision 1b80cb25: Unittest PithosRest.object_get
- 04:07 pm Revision fa27f71a: Unittest PithosRest.object_head
- 03:50 pm Revision faa4a3ea: Unittest PithosRest.container_delete
- 03:46 pm Revision 7702c429: Unittest PithosRest.container_post
- 03:25 pm Revision 1df0b0aa: Unittest PithosRest.container_get
- 02:45 pm Revision c7e9c644: Unittest PithorRest.container_get
- 02:02 pm Revision bbf5dddd: Unittest PithorRest.container_head
- 01:50 pm Revision 14c39352: Merge branch 'develop' into feature-tests
- 01:39 pm Revision 43726743: Bump version to 0.7.7-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:35 pm Revision 677518e4: Bump version to 0.7.7-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:35 pm Revision b8e7394f: Merge branch 'master' into debian-master
- 12:50 pm Revision c7c1c09f: Merge branch 'master' of https://code.grnet.gr/git/kamaki
- 12:37 pm Revision 8066c74f: Merge branch 'hotfix-0.7.7'
- 12:27 pm Revision 6ab54a4b: Update changelog and version tag
- 12:26 pm Revision 8fbbaccc: Update installation isntructions to suggest pypi
- Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for developm... - 12:18 pm Revision 6539c700: Update installation isntructions to suggest pypi
- Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for developm...
03/15/2013
- 06:55 pm Bug #3458 (Closed): estimated time when downloading
- Time estimation does not seem to work when downloading files
- 06:50 pm Bug #3457 (Closed): User interupt in recursive download takes too long
- 06:40 pm Revision da657652: Unittest PithosRest.account_post
- 06:18 pm Feature #3456 (Closed): Uniformity to runtime arguments
- In specific:
- the --config option is the only top-level runtime argument that doesn't have a short
- Recursive d... - 06:08 pm Revision 1b4629c6: Unittest PithosRest.account_get
- 05:39 pm Revision bdbca529: Unittest PithosRest.account_head
- 04:58 pm Revision 55faa0bc: Prepare PithorRest testcase for implementation
- 04:26 pm Revision cd5c8cc9: Unittest ComputeRestApi.networks_put 4theWIN
- 04:25 pm Revision 50edcde7: Unittest CycladesRestApi.netowrks_post
- 04:21 pm Revision fc835c42: Unittest CycladesRestApi.networks_get
- 03:47 pm Revision 68fd1bda: Unittest CycladesRestApi.servers_get
- 03:26 pm Revision a8fe029d: Unittest ComputeRestApi.images_put
- 03:20 pm Revision f3cb8dad: Unittest ComputeRestApi.images_delete and improve
- improve: group common ComputeRestApi testing code in clients.compute.test
- 03:09 pm Revision 6af47576: Unittest Compute.flavors_get
- 03:07 pm Revision 6695edc9: Unittest Compute.servers_put
- 02:48 pm Revision 6a00d7a7: Unittest ComputeRestApi.servers_post
- 01:55 pm Revision 882c7e33: Unittest ComputeRestApi.servers_delete
- 01:30 pm Revision 2bfb3db3: Move compute_rest_api to compute.rest_api
- kamaki.clients.compute_rest_api --> kamaki.clients.compute.rest_api
- 01:29 pm Revision 630dea9b: Unittest ComputeRestApi.servers_get
- 12:23 pm Revision b283ee49: Complete Image.* fine testing
- 12:16 pm Revision 10e6c39a: Finetest Image.remove_member
- 12:14 pm Revision d8c7cccc: Finetest Image.add_member
- 12:11 pm Revision 5a745d8a: Finetest Image.list_members
- 12:09 pm Revision 80643233: Finetest Image.set_members
- 12:04 pm Bug #3446 (Closed): Astakos client cache should not be shared between instances
- 12:03 pm Revision f875dd02: Finetest Image.register
- 11:26 am Revision d55c06f0: Finetest Image.get_meta
- 11:21 am Revision 4ba03838: Finetest Image.list_public
- 10:45 am Revision ae4585f5: Rephrase astakos client and wip clients code
03/14/2013
- 06:54 pm Revision 98a7195e: Rephrase pithos mocking expressions
- 06:17 pm Revision 6d92ebc3: Rephrase mocking expressions in clients.storage
- 06:00 pm Revision 1df5305d: Rephrase mocking expressions
- 05:43 pm Revision b6403d2d: Finetest Cyclades.get_image_metadata
- 05:08 pm Revision f15a4776: Finetest Cyclades.delete_network
- 05:03 pm Revision fb392083: Finetest Cyclades.update_network_name
- 04:50 pm Revision 5f4fcc1b: Finetest Cyclades.get_network_details
- 04:49 pm Revision be7599cf: Finetest Cyclades.disconnect_network_nics
- 04:39 pm Revision 99d462c6: Finetest Cyclades.list_network_nics
- 04:38 pm Revision dce00f54: Finetest Cyclades.list_networks
- 04:31 pm Revision a5c8ec5d: Finetest Cyclades.list_server_nics
- 04:24 pm Revision b87ed277: Finetest Cyclades.disconnet_server
- 04:15 pm Revision 850d58c7: Finetest Cyclades.connect_server
- 04:10 pm Revision 18a27c41: Finetest Cyclades.create_network
- 04:02 pm Revision f6c1319e: Finetest Cyclades.get_server_stats
- 04:00 pm Revision 153910c8: Finetest Cyclades.set_firewall_profile
- 03:56 pm Revision 852d2713: Finetest Cyclades.get_firewall_profile
- 03:44 pm Revision c390cb98: Finetest Cyclades.get_server_console
- 03:31 pm Revision cecad288: Finetest Cyclades.start_server
- 03:29 pm Revision d841b964: Finetest Cyclades.shutdown_server
- 03:19 pm Revision 545be6b7: Finetest Cyclades.list_servers
- 02:55 pm Revision 0482817c: Finetest and move Compute.delete_image_metadata
- 02:44 pm Revision 428aa852: Finetest and move Compute.update_image_metadata
- 02:42 pm Revision 71017d87: Finetest and move Compute.create_image_metadata
- 02:38 pm Revision f711008c: Finetest and move Compute.delete_image
- 02:37 pm Revision 0651cda3: Finetest amd move Compute.delete_server
- 01:49 pm Revision 5656f78c: Finetest and move Compute.get_image_metadata
- 01:46 pm Revision 937ef4dd: Finetest and move Compute.get_image_details
- 01:41 pm Revision b2347a17: Finetest and move Compute.list_images
- 01:33 pm Revision ae9c3b5f: Finetest and move Compute.get_flavor_details
- 01:30 pm Revision 8c40c4a6: Finetest and move Compute.list_flavors
- 01:22 pm Revision dbd50059: Finetest and move Compute.delete_server_metadata
- 01:20 pm Revision e750a969: Finetest and move Compute.update_server_metadata
- 01:12 pm Revision d224bb37: Finetest and move Compute.get_server_metadata
- 01:07 pm Revision d560c67b: Finetest and move Compute.create_server_metadata
- 12:55 pm Revision 876aae74: Finetest and move Compute.reboot_server
- 12:51 pm Revision 2ace03e5: Finetest and move Compute.update_server_name
- 12:45 pm Revision 26ccd6fb: Finetest and move Compute.get_server_details
03/13/2013
- 06:46 pm Revision 0067c031: Finetest Compute.list_servers
- 05:33 pm Revision edf8ad52: Finetest and move Compute.create_server
- 05:08 pm Revision 0908db91: Bump ubuntu version to 0.7.6-0ubuntu1
- 04:58 pm Revision 304a92dc: Create package kamaki.clients.compute with tests
- 04:46 pm Revision faedebb2: Merge branch 'hotfix-0.7.6'
- 04:17 pm Revision e8647b62: Bump version to 0.7.6-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:17 pm Revision e747ae49: Merge branch 'hotfix-0.7.6' into debian-hotfix-0.7.6
- 04:02 pm Revision 5ce5f1f6: Transform static AstakosClient._cache to member
- 03:57 pm Revision 7d2ff7e1: Make hotfix ready for release
- 03:51 pm Bug #3446 (Closed): Astakos client cache should not be shared between instances
- 03:49 pm Revision 06d51c96: Transform static AstakosClient._cache to member
- 03:47 pm Revision 9d74de5d: Transform static AstakosClient._cache to member
- 03:14 pm Revision e3b8f796: Finetest and move Storage.list_objects_in_path
- 03:12 pm Revision 7d15ffe9: Finetest and move Storage.list_objects
- 03:10 pm Revision b23d2558: Finetest and move Storage.delete_object
- 03:08 pm Revision 73fcb6a2: Finetest Storage.move_object
- 02:48 pm Revision 324fee8f: Finetest Storage.copy_object
- 02:07 pm Revision 3941857a: Finetest and Storage.replace_object_meta
- 01:57 pm Bug #3444 (Closed): Intro help \exit should be /exit
- 01:36 pm Revision 2b752353: Finetest Storage.del_object_meta
- 01:19 pm Revision 5ea1e2ac: Finetest Storage/Pithos.get_object_meta
- 12:58 pm Revision aa9c7402: Finetest Storage.create_directory
- 12:53 pm Revision f13ae956: Finetest and move Storage.create_directory
- 12:37 pm Revision 52228b49: Finetest and move Storage.create_object
- 12:34 pm Revision c2bf1c19: Finetest Storage.upload_object
- 12:06 pm Revision 7601a4d5: Finetest Storage.list_containers
- 11:43 am Revision d15e5249: Finetest and move Storage.delete_container
- 11:42 am Revision f3671186: Finetest Storage.get_container_info
Also available in: Atom