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

Added comments to the EC2Connection object.

github.com/sbc/boto - 190787bdb5ac61055790ade139d985cdad8de9a5 authored almost 17 years ago
Added comments on the AWSAuthConnection class

github.com/sbc/boto - 8c755d0334334279bf38e9bd7aa4ee0339d6cd9a authored almost 17 years ago
Bumping version number

github.com/sbc/boto - 29e578865accc25dea9fb54b4dad749b639fa67e authored almost 17 years ago
Added an apache installer

github.com/sbc/boto - 0fedc74e670d6c0a0d7febde5075ad909711f34e authored almost 17 years ago
Fixed a bug in enable_logging. It should accept either a string bucket name or a bucket object. Also changed enable_logging and disable_logging to return a True if the command succeeds. Fixes http://code.google.com/p/boto/issues/detail?id=112.

github.com/sbc/boto - fce34d9375c56a1950b8f1085b18f1087df92e8e authored almost 17 years ago
Change the default on_completion behavior to shutdown rather than stay_alive

github.com/sbc/boto - 7750d83fa50c4dc88835c2649ab5d2c72b9dc7bc authored almost 17 years ago
Fixing generate_url which got broke in r653. Fixes http://code.google.com/p/boto/issues/detail?id=116.

github.com/sbc/boto - babce42323f3ee994afd9fdfcb8b1b991d2e3648 authored almost 17 years ago
Need a fallback in case hashlib is not available (i.e. versions prior to 2.5). Otherwise we get an ImportError.

github.com/sbc/boto - ae4173300f4565e767ffe4fefbb47596d591132b authored almost 17 years ago
Switched to using SHA-512 instead of MD5 for password property

github.com/sbc/boto - bbe27beacd7503662cbf9f0daae231bbb5b504d3 authored almost 17 years ago
Added boto.sdb.persist to list of packages. Fixes http://code.google.com/p/boto/issues/detail?id=113.

github.com/sbc/boto - 363442fa8c557ddd6196ff25768350050294bbc9 authored almost 17 years ago
Added a command to list available batches in a SimpleDB domain

github.com/sbc/boto - 68e75d896eb4cea773bfd4e6770580f49e5e231f authored almost 17 years ago
New services code, including the bs.py managing script which replaces all of the other, old scripts.

github.com/sbc/boto - dd2a43055b38fc10ddce3676164541ca7c54d335 authored almost 17 years ago
fixed messge to use set_body instead of just setting _body directly

github.com/sbc/boto - 50d2726ab1ca10477fe25b7bca84eacd57541ab2 authored almost 17 years ago
Fixed sqs.message to use get_body in get_body_encoded instead of relying on _body

github.com/sbc/boto - d0345cf087f03c96d6a25d5fe05649a1e48d3ce5 authored almost 17 years ago
Added a utility function to parse an ISO8601 string and return a datetime object.

github.com/sbc/boto - 41defcae87e9dab704810b419333a96574f00567 authored almost 17 years ago
Change the default behavior for spriptbase.run send an email if the command fails.

In the MySQL installer, sleep between the install and halting it so that the halt will work.

github.com/sbc/boto - ca985ea33791f386caa5f92a1fb04791218a764e authored almost 17 years ago
Run apt-get update before the mysql install. This is required for mysql intallation to work in some combinations of installer operations.

github.com/sbc/boto - a47f969afe24671a713c59eff17aabe6fa899301 authored almost 17 years ago
Send a notification message and exit if the MySQL install fails.

github.com/sbc/boto - 41b08e00ba8a0eae1b6bea8190f975962f6d86c9 authored almost 17 years ago
Adding convenience method, lookup, to boto module to allow easy lookup of any type of AWS top-level object. Added alias for lookup method in sqs.connection. Allow config file to be passed to BaseScript.

github.com/sbc/boto - bfaadddac0002845f005f677409dd1e7284c6f10 authored almost 17 years ago
Wave of service-related changes. Need to test on running services.

github.com/sbc/boto - b239cdd1e9882f5d0d9ce4ae67e54dc7e7132aa4 authored almost 17 years ago
Only queue message for files in input_bucket if the input_queue is empty.

github.com/sbc/boto - 996599b49e9643c1f14e934cfd5a06f9f33f1690 authored almost 17 years ago
Added missed import.

github.com/sbc/boto - 62203a4b2d5cce66f4bac89232c0f48282a75335 authored almost 17 years ago
In the case of a database restore, set the MySQL ubuntu user's password to the expected value so the /etc/init.d/mysql commands work.

github.com/sbc/boto - e1859942f7773320805beadb98cd8578376d6dc0 authored almost 17 years ago
Only initialize the mysql data directory (/mnt/mysql) if it was newly created. If it was already there, it is assumed that it was created from a backup restore operation.

github.com/sbc/boto - 3b69631f8648be80a4743fb2243c3bf35a1d073b authored almost 17 years ago
Fixing a bug in copying of key ACL.

github.com/sbc/boto - c4c45b96a588f07b07f8e00072a400b2934de782 authored almost 17 years ago
broke out a separate method, update_config that gets called whether you passed in a config file or not.

github.com/sbc/boto - f7d3eced1aa92f0cceeed7c41e10ae262eb31dbc authored almost 17 years ago
Changes to allow copybot to copy all ACL's for bucket and keys.

github.com/sbc/boto - 54a30e6e29825672c525a1d2551080dd63250977 authored almost 17 years ago
Added a get_xml_acl method to bucket and key to allow the ACL to be grabbed as an XML chunk rather than as boto objects. Also added a make_public method to key.py.

github.com/sbc/boto - d8784278798b2ab120860c14053bdce4168d5ffa authored almost 17 years ago
Adding ability to pull APIVersion for EC2 from boto config file.

github.com/sbc/boto - 6a0a677ec32d71a062798fe4ecd4d00bd99570bb authored almost 17 years ago
Patch from eevans. Raise an exception if you are trying to access a bucket with upper-case characters using the SubdomainCallingFormat. Further addresses http://code.google.com/p/boto/issues/detail?id=108.

github.com/sbc/boto - 9f08794058a6b868aee3b50bad5f005a526ca157 authored almost 17 years ago
Only initialize HMAC once during construction of *Connection class. After that, copy it for each request. Saves a bit of time.

github.com/sbc/boto - 927b28fb9ce93be277e0a98c6919a3f6ebbc3b94 authored almost 17 years ago
Adding patch from eevans. Fixes http://code.google.com/p/boto/issues/detail?id=108

github.com/sbc/boto - 7534c85851a09b91d74f29ba310aaaaced668769 authored almost 17 years ago
Fixing wonky arg lists to AWSQueryConnection and subclasses. Fixes http://code.google.com/p/boto/issues/detail?id=110.

github.com/sbc/boto - 979b71b4250fab243dc65da87fe4dfdcd326ac72 authored almost 17 years ago
Fixed password class to ensure it returns a string

github.com/sbc/boto - 04791e421a00d5c71ffef39438eb81a5c9cc7917 authored almost 17 years ago
Add ability to specify availability zone in Order. Add launch_time attribute to Server object.

github.com/sbc/boto - 4389711fbfc997dc1c7c396754bb7a822d5f73ed authored almost 17 years ago
Added use_ip method to associate the instance with an elastic ip address.

github.com/sbc/boto - 62735972cd2e835c7e1e97f2dc1e08eedaad2a23 authored almost 17 years ago
Need to fully qualify ffmpeg command when it's run as a daemon.

github.com/sbc/boto - d4b8d3c08397700078d1a61bfacbc3c9301b1f8e authored almost 17 years ago
Fixed a typo bug in sonofmmm.py. Removed PreserveFileName header, no longer needed.

github.com/sbc/boto - 6cda0f027fe091ec464f3196e20bebc77e4dbc9e authored almost 17 years ago
Changing logging around a bit for video conversion.

github.com/sbc/boto - 45c796aba5f176c2e09f59c1a959c623d54207ca authored almost 17 years ago
Take my bucket names out.

github.com/sbc/boto - 96a4a00e40ca234f7efbdf5e9bab40bd832fda23 authored almost 17 years ago
Add support for exit_on_completion option. Also checking in a sample config file for CopyBot.

github.com/sbc/boto - 1b6c1683b90eb119571670afb5be22edd55a0fb4 authored almost 17 years ago
Need to import StringIO.

github.com/sbc/boto - e0694994ef6db700d6bf21c642b120bc704a0a18 authored almost 17 years ago
Add notify capability.

github.com/sbc/boto - 2359a4a0e90a6188b2efda2fe1c54d3160db37d2 authored almost 17 years ago
Only do the login if a username was passed in to notify.

github.com/sbc/boto - df53d05367dc286880428d87567ada8ebf4f483b authored almost 17 years ago
Need to pass formatting string to formatter in set_file_logger.

github.com/sbc/boto - 707e164c1bddd411567ee4b7fa56c2346d0d5b43 authored almost 17 years ago
Improving error checking

github.com/sbc/boto - 7541869c7c0fe6bd48babb134af33ec439e74cb9 authored almost 17 years ago
Improving logging statements.

github.com/sbc/boto - 07c2e0e808e6c19709fda34db7913e810be30e04 authored almost 17 years ago
Adding some additional error handling

github.com/sbc/boto - 8879a4ba17b62cb51e004e2391cdeac4d95258a8 authored almost 17 years ago
Removing some superflous debug print statements.

github.com/sbc/boto - ae4a15fb1c2aae767e9a876cc765ea1fafc4d72f authored almost 17 years ago
Changed voluminous INFO messages to be DEBUG messages.

github.com/sbc/boto - 07dee5290423089816470ea7cb8983608db140d8 authored almost 17 years ago
Fixed constructor, call superclasses constructor.

github.com/sbc/boto - 5d27cf8c9a3689064d9efc90240f6f38feef48cd authored almost 17 years ago
Update of the simple copybot script.

github.com/sbc/boto - 1501e238359caf46df099c4e8ac2b5d1453216fe authored almost 17 years ago
Added placement to list of params for the run method.

github.com/sbc/boto - a66a4392f9e4f893466eaabf110c3848fa98594f authored almost 17 years ago
Added a set_file_logger method to boto module. Added calls to that in pyami.bootstrap and pyami.startup.

github.com/sbc/boto - 2a5b59777f4d4b7fdd963357ef0fe4fad478d5f9 authored almost 17 years ago
Use input_queue rather than input_queue_name in config file.

github.com/sbc/boto - b80445429cc8b9f8a6858c8fc210a66217fc40d7 authored almost 17 years ago
Checking in to test service stuff on new instance.

github.com/sbc/boto - a4351615bf50c54ddafe68fb8e73ac60bdeecb7b authored almost 17 years ago
Added support for SignatureVersion 0 which is needed by SDB to enable attribute names/values that contain non-ASCII characters. To enable, you current need to set the SignatureVersion attribute of the SDBConnection object to '0'.

github.com/sbc/boto - e4776b2c1e776e9deed8eaa78e84d840e5ad7e4c authored almost 17 years ago
Finalizing support for 2008-02-01 EC2 API. Also major refactoring and cleanup of all Query API's. Also removing methods to change visibity of an SQS message since that is not supported in the new API.

github.com/sbc/boto - 0b3c1b5017b8c2ebfde75cd9ba37f32859dccda1 authored almost 17 years ago
Remove ImageType support in boto since it is not actually supported in the EC2 API.

github.com/sbc/boto - 893f660418a0930b83e38c749617cd1292085a4d authored almost 17 years ago
Initial support for new 2008-02-01 API. Should support all new features except the BlockDeviceMapping. Also seems to be a bug in DescribeImage that prevents limiting the listing by ImageType.

github.com/sbc/boto - 17d7bf12e831a8e42c54f04f174c91bce33e2812 authored almost 17 years ago
Add ability to pass a string to build_list_params and have it be converted to a list for you.

github.com/sbc/boto - 6e096b63184636e746f054111ca48f356e89ba3d authored almost 17 years ago
Updated MultiValueProperty to use a MultiValue class, this fixed several caching issues

Added a new PasswordProperty for data that should be hashed before being stored

github.com/sbc/boto - a828a64bae6759a2bc98a6326875cb4d45c8a2fb authored almost 17 years ago
Make replace param to build_name_value_list optional.

github.com/sbc/boto - 1e91fae2a0f7541f61324b6d9a8a6b7c026a8c5d authored almost 17 years ago
Add ability to delete specific values of an attribute.

github.com/sbc/boto - 3f45d2bd812cac079dc9cfaebab3fbd49db649dc authored almost 17 years ago
Cleaning up a perplexing implementation of get_queue that snuck in somewhere. Addresses http://code.google.com/p/boto/issues/detail?id=107.

github.com/sbc/boto - 67f56b7627e965c79329ea5dd76f9b20ee2756de authored almost 17 years ago
Adding ability to write output message to SDB.

github.com/sbc/boto - 11212c66e632365f8f1ea7c266afef7b2880261c authored almost 17 years ago
Added custom shutdown method that copies /var/log/boto.log to the output bucket for debugging.

github.com/sbc/boto - 438c5e97dc02f976be6fef9f1a5f35d945314d85 authored almost 17 years ago
Initial version of new convertvideo.py script.

github.com/sbc/boto - 9f5ecf5c6047156f8dcbd8367bd81fceb66f8254 authored almost 17 years ago
Lots of clean up to work in new pyami structure, etc.

github.com/sbc/boto - 48d69d5b725888056dbe273c9a35f501005338b0 authored almost 17 years ago
Some tweaks to scriptbase to better handle status from shell commands and to pass error output to logger.

github.com/sbc/boto - f92440fc2a6169dcdd0d9834457f1379f6da56ef authored almost 17 years ago
The clear method still tried to get 100 messages in one shot but the new API limits you to only 10.

github.com/sbc/boto - 8959b12a5a2b8a31d3bfaed04a540b061d3669f4 authored almost 17 years ago
Fixing an issue with ObjectChecker. It was using is_instance to test the validity of the passed object but that doesn't always work. Switched to a lineage-based test.

github.com/sbc/boto - d2ae58e952f9dc4ac3cae8bc9d6bb5af0be773c6 authored almost 17 years ago
Small change to allow the body of the error response (if available) to be passed to the final exception thrown by _mexe.

github.com/sbc/boto - 449a07900b47286f8274868622343b49d7b059ec authored almost 17 years ago
Changed S3ResponseError to BotoServerError and imported BotoServerError and BotoClientError. Fixes http://code.google.com/p/boto/issues/detail?id=106.

github.com/sbc/boto - ad73f6426a0543998adf445cd1f615b487d0b284 authored almost 17 years ago
Bumping version number.

github.com/sbc/boto - 925db141aab8600f3a976e7436f246466aab93c3 authored almost 17 years ago
Taking another crack at the overly complex and tricky code for handling retries in connection. This change will hopefully fix http://code.google.com/p/boto/issues/detail?id=102

github.com/sbc/boto - f9f43e41b141e157e4ef9b4ec531a94cd52ff806 authored almost 17 years ago
Removed call to logging in sender, that should happen in the wrapper in boto.connection.AWSConnection._mexe. Fixes http://code.google.com/p/boto/issues/detail?id=103.

github.com/sbc/boto - dd7d8de08bf441b104b14a2c51581d98b8d9ad32 authored almost 17 years ago
Bumping version number to 1.1b

github.com/sbc/boto - 505c5537f70ebd390fafd2f02e1a5cdc5b3e0fec authored almost 17 years ago
Fixed a bug in handling the close method for Key objects.

github.com/sbc/boto - 886427e76566713128d315398240b229f847cb39 authored almost 17 years ago
Updated README file.

github.com/sbc/boto - 2b07539e4161fb317ad05224443d2b0a124e7187 authored almost 17 years ago
Allow ec2_host to be read from config file.

github.com/sbc/boto - f20d2e29e14a45e6ea4a02b76b6b03e87bbfe796 authored almost 17 years ago
Bumping version number to 1.1a

github.com/sbc/boto - e747b3bde9ec6effa6736f70b6787da839874785 authored almost 17 years ago
Updating services stuff for new version of boto.

github.com/sbc/boto - 17ca1371b66525799ed219ec5941171b6716b793 authored almost 17 years ago
Adding readme.txt file explaining how to use older API version.

github.com/sbc/boto - 6d56ffcab95c41f21eb3e623f4ea2dc36f026b39 authored almost 17 years ago
Removing 20080101 directory.

github.com/sbc/boto - 74c828e45d2a6c8380a50fd575ac3dcaf5a615ce authored almost 17 years ago
Moving the code for API version 2008-01-01 to main directory as default code.

github.com/sbc/boto - e892648261cd4dd8390a6398b20daf61c53f9363 authored almost 17 years ago
Moving the code for API version 2007-05-01 to a subdirectory.

github.com/sbc/boto - 18a91da6c13b38bb8d3fe656933fc7e331bc984c authored almost 17 years ago
Adding subdirectory to hold old API version code.

github.com/sbc/boto - e78c9ad564a38d50450d93b45347b174636a87a0 authored almost 17 years ago
Adding a next method to key to allow use as an iterator.

github.com/sbc/boto - b1c119b4fa484a88a252d70852234ac9ed2d8290 authored almost 17 years ago
Export doesn't work, changed to os.environ[key] = value

github.com/sbc/boto - 32bee5e733db67c9f8e0a803eff02626780b97c1 authored almost 17 years ago
add_env needs to also set the environment variable so it's ready for use now.

github.com/sbc/boto - 8514ed0f95ef955c7a7e7dbbb67bb933f3aef25b authored almost 17 years ago
Added "wait" flag to ShellCommand with default of True

github.com/sbc/boto - 2b4f47eec5fc5d8f67501cf698977783c99e5fe6 authored almost 17 years ago
Updated user installer and fixed cron_add

github.com/sbc/boto - a9aba2dbc5c7669430e6da0070bfc272f5fb1b09 authored almost 17 years ago
Added a few simple tests of the MHMessage class.

github.com/sbc/boto - 87247d5115c5362a95fb679a314641c6d22be40e authored almost 17 years ago
Add code to check for a default_domain option in the Persist section of the boto config file. Use it if no other domain has been specified by the user with set_domain.

github.com/sbc/boto - cbeb8be18c47e270d39f6fdc7acef59989d00f48 authored almost 17 years ago
Fixes issue with MHMessage. See http://code.google.com/p/boto/issues/detail?id=101 for details.

github.com/sbc/boto - 306c9a5f6e0646febe14c3c64b419ae08670737a authored almost 17 years ago
Make sure self.instance is non-None before accessing attributes.

github.com/sbc/boto - 43600bf4769d2b5420d6cdb9e9c10d0054ab214f authored almost 17 years ago
Removing unnecessary import in bootstrap.py. Fixing a bug in startup.py when adding working_dir to sys.path.

github.com/sbc/boto - 36911ecd0ac67d6ad5b217a1d04fa8d2476086ff authored almost 17 years ago
Fixed log from self.log to boto.log.info

github.com/sbc/boto - b2a11005b849fb1a78abce6ce60e48491557b422 authored almost 17 years ago
Added fetch_file method that takes either s3: or http:// files and retrieves them

github.com/sbc/boto - 65f81bd8aa2550e22b710078843ce7d3fe16949c authored almost 17 years ago