Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Secure Scuttlebutt Consortium

A distributed and secure peer-to-peer protocol and social network
Collective - Host: opensource - https://opencollective.com/secure-scuttlebutt-consortium - Website: https://scuttlebutt.nz - Code: https://github.com/ssbc

Allow proxy_user and proxy_pass to be set for S3Connection. Fixes issue 197.

github.com/sbc/boto - c1b13ca6a31c910107772e5a04a50fdcd5b2387c authored about 16 years ago
Reworked the load/save methods. Fixes issue 184.

github.com/sbc/boto - bfa84dff3619177f8724375b45e3e58de2a39c75 authored about 16 years ago
More changes for issue 172. I have a 2.4 machine to test on now.

github.com/sbc/boto - 9ff4ef76e5c6ca6d1e4732fed80457069a92f600 authored about 16 years ago
Trying another approach to keep the use of sha and hashlib compatible with Python 2.4. Fixes issue 172.

github.com/sbc/boto - 4a504c258d178bc48d2b93ed5374623c44ba27c5 authored about 16 years ago
Add a nice repr method for the Policy object. Fixes issue 195.

github.com/sbc/boto - 7e2b799718a49acc9198aa5034e9853ff99f48b5 authored about 16 years ago
Just adding a little check to avoid issues.

github.com/sbc/boto - 5acef7da0983ffa1e6f34223b0207ee9a11350e5 authored about 16 years ago
Adding a domain arg to the select method to correctly establish domain ownership of the Items returned. Address issue 191.

github.com/sbc/boto - 60756579a31b7bce3bc36edb204d6ddc0c8c3094 authored about 16 years ago
Moved blob to not automatically pull out data from S3 in the SDB

manager until it's asked for it

github.com/sbc/boto - 78bb7022b3e736e7eff6c2e2e0d47bafbc6740a6 authored about 16 years ago
Allow get_object_from_doc to support Keys

github.com/sbc/boto - 8a1c5acb1d064fd8c687dede1ec1b21080bdacbf authored about 16 years ago
Minor updates to xmlmanager

github.com/sbc/boto - ff3b261910225263d1e359253b422209392b7127 authored about 16 years ago
Fixed a bug involving tilde characters and Signature Version 2. Fixes issue 192.

github.com/sbc/boto - 5ee2a5afe8018d5bc2ae971ab5bac667bce783b4 authored about 16 years ago
Fixed reference properties in XML manager,

Removed auto_update flagging from objects in XML objects

github.com/sbc/boto - 678387b6a6ec288a9474d853fbfba768dd293200 authored about 16 years ago
Initial support for SELECT style queries using the Select request. Addresses issue 191.

github.com/sbc/boto - 594ed7133eb032b917afc3df175a2ee65ea59e0c authored about 16 years ago
Add initial support for request payment of requests in S3.

github.com/sbc/boto - 4043b7e872a9589aded76d614217da8d11f57417 authored about 16 years ago
Filter queries now work with the XML manager, simply

put we use the same query reduction supported in SDB

github.com/sbc/boto - e64277319b1e040915a78600ba5bccb127f95240 authored about 16 years ago
Added a blob property that automatically handles blobs for SDB and XML

for SDB this is stored in S3 and for XML it's simply a string.
Also updated the XML manager to c...

github.com/sbc/boto - 8038baebf0b0144acf7c0b18574ca6f9247103b8 authored about 16 years ago
get_object_by_ids now supported if you pass in a

db_host and db_name

github.com/sbc/boto - a4f451d5f2f30efbb4641ecc52bc929f187a0ef1 authored about 16 years ago
Allow a query to be turned into an XML Document,

Allow you to pass in a doc object to use for the
to_xml method of models (appending to this doc
i...

github.com/sbc/boto - e7cc9322751188a7c908184d0842b7db84bf2664 authored about 16 years ago
SDBManager should return None when it doesn't find an object,

not toss an SDB error (since that's abstracted away)

github.com/sbc/boto - e173a1410d3d08a3e7a9865441342451290efc80 authored about 16 years ago
Removing extraneous print statements. Fixes issue 190.

github.com/sbc/boto - 02547f31cd17d3a8ca0aafc2c4a7c4dd7dcfec54 authored about 16 years ago
Fixing boneheaded edit from r938 that incorrectly handled None-valued params. Fixes issue 189.

github.com/sbc/boto - f47328294f814a6db7cfc57db99159186a4912fb authored about 16 years ago
Initial version of an xmlmanager. Adds a to_xml method to all Model objects and a from_xml method to all Model classes.

github.com/sbc/boto - b582f4c5fe456ebfa639354294d763fee29705ac authored about 16 years ago
Bumping for new release.

github.com/sbc/boto - 5748a5e0fb645ebfb6bad1664e08240586991b75 authored about 16 years ago
Add support for Signature Version 2 to address security issues. Also fixes inconsistency in use of id/url for queues in SQS. Fixes issue 115 and issue 188.

github.com/sbc/boto - 358d8dc90e40b3da78435d767ac9225db454399f authored about 16 years ago
Apache doesn't install right unless it's rebooted after these modules are installed

github.com/sbc/boto - ca7f9d1a7f9635984eda2ddaa5eb36db40fdc58b authored about 16 years ago
Fixed silly typo error in save method. Fixed issue 187.

github.com/sbc/boto - 3a932b8b99797eb20ea79ddc60521667f2ad290f authored about 16 years ago
Adding back test file that was mistakenly removed.

github.com/sbc/boto - 348a5ac05907581814e249ce6ac537e56f0c7796 authored about 16 years ago
Removing extraneous docstring.

github.com/sbc/boto - 4a392773ffbc2ca57829d259182e95de8396d3be authored about 16 years ago
Updated tutorial for EC2. Includes section about Regions.

github.com/sbc/boto - 428e3f6ded282568c8550ce14d0344c9b7c8f80e authored about 16 years ago
Bumping version for new release.

github.com/sbc/boto - a2db279a1af53122e4c58bb2e5182e212b5b1b97 authored about 16 years ago
Checking in changes to support regions in EC2.

github.com/sbc/boto - b579ced2d2bdd55b421e561576ffe44d74a40ebe authored about 16 years ago
Bumping for new release.

github.com/sbc/boto - 79cb271b4d38efc5bf822e61f58cf30a774b9fab authored about 16 years ago
Fixed a serious bug in delete_attributes. Fixes issue 180 and issue 182.

github.com/sbc/boto - 80d617ac3dd578b650fef8d48c0d0a8ad6fb38ec authored about 16 years ago
Fixing the fix to support python 2.4. Fixes issue 172.

github.com/sbc/boto - 849523c78947056eaa079814473b3e3f4c158708 authored about 16 years ago
Add support for the GrantBonus request. Fixes issue 181.

github.com/sbc/boto - 69cee0bfc1c2c308ebcf0f270eca77a12a17620d authored about 16 years ago
Removing extraneous file that got deposited in failed attempt at groking NetBeans for Python.

github.com/sbc/boto - 243bd016e3276c921810245a99e0ced7bc3f6371 authored about 16 years ago
Fixed a typo bug that caused objects returned from Query to not have _auto_update set correctly.

github.com/sbc/boto - d2610aca866be866fb72209cb1c50f331730aa32 authored about 16 years ago
Fixed a typo bug that caused objects returned from Query to not have _auto_update set correctly.

github.com/sbc/boto - f0df7cae4b7746375a2452882031dd98206b6d67 authored about 16 years ago
Validating the bucket for each S3Property is prohibitively expensive.

github.com/sbc/boto - c140a9bf273cca5f7c5cbd3eabf598cfc9433e0b authored about 16 years ago
Adding cloudfront to the list of packages. Doh.

github.com/sbc/boto - e4db4728d57dec9213f0f05a7ba6293b0d1d91e0 authored about 16 years ago
Include the boto.sdb.db and boto.sdb.db.manager in the setup.py

for install

github.com/sbc/boto - 65c6ed6e3bc5acf2b656cfc0aa023956e1d43f4d authored about 16 years ago
First cut at support for Domain metadata in sdb. Addresses issue 178.

github.com/sbc/boto - 3436cbcfdb343c3f282457618b16d8705d271d8d authored about 16 years ago
Bumping version number.

github.com/sbc/boto - 72a1dd5bb3fc702d47d6f5ad1c621f328a2da29a authored about 16 years ago
Fixes issue 177

github.com/sbc/boto - cae6e1cb1b5492ee67ed5cdc1a4914a7fd872d91 authored about 16 years ago
Calling wrong decode method in base64 module. fixes issue 176.

github.com/sbc/boto - 3d10d28a19fdaac896119cf5d15ee020e6d233d6 authored about 16 years ago
Fixed two typo bugs. Fixes issue 174.

github.com/sbc/boto - 52ca0eafacce31db9d30e8316aa2541bbcdf63ae authored about 16 years ago
Change references to hashlib to maintain compatibility with Python 2.4. fixes issue 172.

github.com/sbc/boto - b9b715adc34bcfee09f4579c3b7a6aad55ec15ca authored about 16 years ago
Fixed some bugs in handling of XML responses for Enabled element. Also return ETag from set_distribution_config and update value in Distribution object.

github.com/sbc/boto - 1b9bbcdc61b2781f0274a03b65b2316a5766db9b authored about 16 years ago
Added enable and disable methods to Distribution. Updated README. Fixes issue 173.

github.com/sbc/boto - 091a1c93bd1d92366ff7d1a1b721ec9449b3e38c authored about 16 years ago
Updated the comments a bit.

github.com/sbc/boto - deef0c78313c000b50eac672f485452e7f46622a authored about 16 years ago
Setting status attribute rather than enabled attribute. Fixes issue 173.

github.com/sbc/boto - c4fc2c9a61a4cbdb0f370a7e46a9d5d5c46f05e2 authored about 16 years ago
Allow server's "shell" method to take a key_path

github.com/sbc/boto - d15ed8f6045b163a78c4e21a36c331af19edb905 authored about 16 years ago
Updates to server to allow configs to be stored

and recalled from SDB.

github.com/sbc/boto - 0c6023ebd6604a9f2419798990f180f5b0619064 authored about 16 years ago
Removed debug statement from load_from_sdb

Create the domain for dump if it doesn't exist

github.com/sbc/boto - 895d49a6c9779bbde07972bf576b94c92d51c737 authored about 16 years ago
Add global def for UserConfigPath. Fixes issue 165

github.com/sbc/boto - 9f4c0f5aee990059a5320f1f0706f7ae9d7efaed authored about 16 years ago
Bundling a new release with the correct name for the new content service (CloudFront rather than AWS100).

github.com/sbc/boto - b3e6913bd8e53d75e9db34b8f29dd83161cd6176 authored about 16 years ago
Removing aws100.

github.com/sbc/boto - 0cc280921e9e9551489ead9721e04df893e39fb1 authored about 16 years ago
Renaming aws100 to cloudfront.

github.com/sbc/boto - c62036a975437d993d96e720bb4e210a91479ddb authored about 16 years ago
Renaming to match released service name.

github.com/sbc/boto - 4a32b85a0ba42781881734750556dfae1b107f3e authored about 16 years ago
Updated for new release.

github.com/sbc/boto - fb55ce9a01adf3c9b3c2a21e032228c9695bb60b authored about 16 years ago
Initial support for AWS100 service.

github.com/sbc/boto - e8fa34ea76e634004d2545fb9d80c2fe1d96001c authored about 16 years ago
Fixed ubuntu environment stuff

github.com/sbc/boto - 3250fd625f57ea8d76492a352f8407a0f5285f3c authored about 16 years ago
find_class now returns None if it can't find the class.

notify now includes the instnace id in the subject line by default

github.com/sbc/boto - 873e8f750ca80627b50d319e69e70a5b81bc402e authored about 16 years ago
Initial version of new approach for finding all instances of a particular class, including subclasses.

github.com/sbc/boto - 51f14d22f71625590f7e091ba6927da84b8a907d authored about 16 years ago
Added __eq__ method to model

github.com/sbc/boto - 6d3d8d078b595312ea1faed2a328fd10147ccab8 authored about 16 years ago
Mysql installer updates

github.com/sbc/boto - 5e6e1bccfa32efc051923562191162640178325d authored over 16 years ago
Fixed a bug in handling of response body and also handling of None values passed as keyword parameters to get_all_keys.

github.com/sbc/boto - 094f4cc9c9b2de62719581492d2ff0d97498ba84 authored over 16 years ago
Add a new capability to CalculateProperty to call a method on the object if available.

github.com/sbc/boto - 149219cb57024f3305d957e7668f29ae706fee21 authored over 16 years ago
Another try at fixing the occasional errors that crop up when you receive a 500 error response to a HEAD request. Also, some changes in the handling of unicode characters in requests.

github.com/sbc/boto - 0f5c01b7cd9f4344a8b4809bc95621c79be466ba authored over 16 years ago
Made key return an id_or_name

github.com/sbc/boto - 753742a32453d6216c8177cf9f196be77f3775d9 authored over 16 years ago
I'm seeing low level errors in HEAD requests to S3 which indicate the httplib.py is confused about the chunked responses when a 200 is returned, not just when an error is returned. I'm moving the ugly hack up to handle both cases.

github.com/sbc/boto - 8ee972d46314500d2566058f2ab4214f421b9f2f authored over 16 years ago
Added qualifications to mturk

github.com/sbc/boto - 7b9b4cc03a7d829d88145b6bba8c3af6ad520e46 authored over 16 years ago
py.test for create_hit_external

github.com/sbc/boto - 0573afbb7e7a279b7a6d1034b130764751f85491 authored over 16 years ago
Updated MTurk code

This system now supports using ExternalQuestion or QuestionForm
New changes require you to wrap y...

github.com/sbc/boto - 593d3eb56933aaa38944eda3db0c8a25b820c71c authored over 16 years ago
Added an optional force_http param to generate_url to force the generation of HTTP urls regardless of the configuration of the underlying connection object.

github.com/sbc/boto - a318cac6b54ca65b50031618ab12accf576f21eb authored over 16 years ago
Added a find_property method.

github.com/sbc/boto - 63ce0b4934fd181eb30e0891fa9efc4480cdf3ff authored over 16 years ago
Fixed a bug in merge_meta that incorrectly handled standard hearders like content-type, etc.

github.com/sbc/boto - 5cde2d84e0a7ab914c93b1da456f7474d6c4d075 authored over 16 years ago
encoding int persuasions

github.com/sbc/boto - 915cbd94b3101b4807790f72e1d1f4e01383186a authored over 16 years ago
Backing out last change. I still think it's in the right direction but it is causing other problems. Requires more thought.

github.com/sbc/boto - 1f1913e5e555d52dcacbc8e45323cdf1163693f2 authored over 16 years ago
Changing the calls to convert params to unicode/utf-8 to include the encoding as the optional, second parameter to the unicode function rather than calling unicode and then trying to encode. In the old approach, the unicode function would use the default encoding (ascii) and could generate errors before you ever go to the call to encode.

github.com/sbc/boto - b7c0b66335376a4beeee7befcda7fa997405d807 authored over 16 years ago
Allow lists to be passed in as a filter value

github.com/sbc/boto - 2d7106f3ed5bc95cf32fc8c33ad902de5728bbe8 authored over 16 years ago
Add methods to dump/load a config object to SimpleDB.

github.com/sbc/boto - eb1eb7dcaca055763afc2f91bd6d375cec64b778 authored over 16 years ago
Fixed a typo error that blocked the real error message.

github.com/sbc/boto - 1c89e05d1eec9fb54178510ace62fe2f72accf0f authored over 16 years ago
forgot to import boto.utils

github.com/sbc/boto - d4ffd5e89fe08fa30b406266f630743510cd8f94 authored over 16 years ago
Moved notify out of script base and into boto.utils

github.com/sbc/boto - 406173928da33753c9765b3de70c3509920a77c1 authored over 16 years ago
Fixed unique values to allow you to update existing items

github.com/sbc/boto - 0d6c9f83cdb50ecd1bb3a9f5bd67341f79c21997 authored over 16 years ago
Server's names should be unique

github.com/sbc/boto - b824f0319b40a46318ac64c0fbb1ceade8dc8801 authored over 16 years ago
Added "unique" to properties

github.com/sbc/boto - d3c8bcae1647c67cbcc2de3ea4157be9ad2af277 authored over 16 years ago
Fixed S3KeyProperty to allow "None"

github.com/sbc/boto - 4902d18926e20f110dbb1fac33d410a33ef5c13f authored over 16 years ago
Fixes issue 155. Add support for marker to list method.

github.com/sbc/boto - 2cf1b4935da68908f6fc204a2c4aec6b2473f3bd authored over 16 years ago
When creating new objects from rows, the _manager attribute should be set to the manager instance.

github.com/sbc/boto - 05691bbdfb73e2b72775bdfb1d3a35b7e85ba18f authored over 16 years ago
Bumping version number for new release.

github.com/sbc/boto - 7f074e76a83ac1c02a885c2ce654738464f5555a authored over 16 years ago
Fixes issue 160.

github.com/sbc/boto - de2bcc6815437c8f9136f73cb72b1d26f3e0690d authored over 16 years ago
bumping version number for next release.

github.com/sbc/boto - f0a8cd64508ba5382084f1c7002ab925fd979910 authored over 16 years ago
bumping version number for next release.

github.com/sbc/boto - 8444ffc4f001d44583e66fe052dfc6e05089c2e9 authored over 16 years ago
Fixes issue 158 and issue 159.

github.com/sbc/boto - 2b1b3b6b782d2c19b405fc11a4a1e94a069c2553 authored over 16 years ago
Fixes issue 156.

github.com/sbc/boto - 5175ebe825937074bb6be1ce0d974dc35158b591 authored over 16 years ago
Fixes issue-148.

github.com/sbc/boto - 9f81041b551711d54fe4cb117953819116b7129e authored over 16 years ago
Fixing a bug introduced recently in an attempt to make it easier to add exceptions to the http_exceptions attribute. Unfortuantely, this must be a tuple, not a list.

github.com/sbc/boto - ff8263a6725b3c998b2fd081e58a2ce0c8c96316 authored over 16 years ago
Fixing a reference to a next method on a ResultSet. That method no longer exists.

github.com/sbc/boto - c7dd3ac97c81431ccbe00f11f329e45882a471b0 authored over 16 years ago