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

Initial version of module to handle loading/updating of boto installation in a new instance.

github.com/sbc/boto - 83ecc3654a85851b3b501733abb89e846310f3e7 authored almost 17 years ago
Adding a generic get_value method

github.com/sbc/boto - df385222c234b547d2224e2f3e48b5952804fce5 authored almost 17 years ago
Forgot to import SDBPersistanceError

github.com/sbc/boto - ce709041e931193a331a907316b87718e6eaa106 authored almost 17 years ago
Need to pass in new path to metadata.ini

github.com/sbc/boto - 61071d3f3ccf6295bc525901fc66ba042d71c039 authored almost 17 years ago
A different spin on the bootstrapping stuff, focusing on ubuntu images and trying to simplify the process. Not ready for prime time, yet.

github.com/sbc/boto - be47c09fde599a09d55326009c6e3a320b1b45ef authored almost 17 years ago
fixing up some broken/missing import statements.

github.com/sbc/boto - 349ff3d8dd90df55288bc81ba4aa5f703de966c4 authored almost 17 years ago
Splitting persistance.py into a sub module called persist (no misspellings to deal with - yeah). Also checking in a small test module that will eventually become a real unit test in boto.tests.

github.com/sbc/boto - 7e82fa7508ec854b942d4ea6e1a53cc115e7b307 authored almost 17 years ago
Fixed a bug in saving of properties inherited from superclass.

github.com/sbc/boto - a4450379b12edf001bce961e299642ec14baf904 authored about 17 years ago
Fixing calls to get_attributes. Added an untested S3BucketProperty.

github.com/sbc/boto - 75e3c2d0b18f5e112e73e5bc095510a26fb3c54b authored about 17 years ago
Changing get_attributes to match actual SDB features. Fixes Issue-91.

github.com/sbc/boto - 77c2ed7294c42a8cb19b303d37b113dd934fc219 authored about 17 years ago
Fixing some bugs in some of the List property types.

github.com/sbc/boto - 4b424bd0b51514df0a9fa078b560f2097b8a0b54 authored about 17 years ago
self._list wasn't getting initialized

github.com/sbc/boto - 0f423d2b191f1a89822900d7b32f3889f6ed736e authored about 17 years ago
Removing the obselete 'name' parameter on the constructor of the ListProperty classes.

github.com/sbc/boto - e7d49e800d2b0ed975a0e944df2267e863b05811 authored about 17 years ago
Fixing some old code in DateTimeChecker and BooleanChecker that should have been updated before.

github.com/sbc/boto - 92a2b75160983aaf45702678f3e60397713c7c43 authored about 17 years ago
Allow the value of an S3KeyProperty to be set with a string of the form 'bucketname/keyname' in addition to an actual instance of a Key object.

github.com/sbc/boto - 99b399bff1fc045032b1c1bba8b3f94d0940d857 authored about 17 years ago
Added an S3KeyProperty to store an S3 object

github.com/sbc/boto - b89e17b33085e3d4b98327f23526e80f3306e165 authored about 17 years ago
Added a get_related_objects method to find objects that refer to this object.

github.com/sbc/boto - 5ce528d0e72949cbcd56435173c2cd3f1db4d433 authored about 17 years ago
Moved the checking of properties to a metaclass

github.com/sbc/boto - e8eb3ae157a1cf78289f95311b8f74f63628cd7c authored about 17 years ago
Updating main unit test script to accomodate new directory and module structure.

github.com/sbc/boto - 3782d0be42c65dde47d334fb72469838129bddf6 authored about 17 years ago
Moving test directory to be a module under boto. Eliminating test.py as an installed script.

github.com/sbc/boto - 39239a78e7506824c56ed6c52fcf6345c7bea4a2 authored about 17 years ago
Moving test directory to test module under boto.

github.com/sbc/boto - 62aacb31788fd8329d38b6ae2a25325defba726d authored about 17 years ago
Moving main test script to test module.

github.com/sbc/boto - 8e7ff17485e8da7a94e29111a5ead9da5cabf2ed authored about 17 years ago
Moving main unit test script into the test module.

github.com/sbc/boto - 3089d83ed591a35511b6f8d9eded9b4249df4aed authored about 17 years ago
Moving the tests directory under boto.

github.com/sbc/boto - dd57fc7252beddc841dac8cba5229be4c4f6f454 authored about 17 years ago
Adding the __init__.py file before moving the directory under the boto directory.

github.com/sbc/boto - 7cacb65eb20d7f3201376b40b1252aee52baa062 authored about 17 years ago
First attempt at removing the requirement to pass the property name into the constructor. The SDBObject constructor now finds all Property objects and sets their names. This is probably better handled with a metaclass. That will be the next step.

github.com/sbc/boto - d608206304bc5972b2b0c8fccc1e8c8522a9e872 authored about 17 years ago
Another episode in the continuing saga of ActiveRecord-like persistance in SimpleDB.

github.com/sbc/boto - a1b7fa14b94ff4c30d8e1e23726c99b1af20d30a authored about 17 years ago
Fixed a couple of bugs with object references.

github.com/sbc/boto - 1c94982eb88a1ab9ebbef1b19f719d39c27ca236 authored about 17 years ago
A better version of persistance. Still not complete or finished but closer.

github.com/sbc/boto - bfbc3e85b8cc24482b02fc79e5df3b4e82ae39d0 authored about 17 years ago
Fixing issue with preservation of original file names through service invocation.

github.com/sbc/boto - 32df8d85fe7f509887d4b2864320b6785df70d71 authored about 17 years ago
Backing out previous changes.

github.com/sbc/boto - 0a91ca34a1a7c939f1b517eaedf7bbd928f9c9ea authored about 17 years ago
Trying to fix the problem with naming of output files from services.

github.com/sbc/boto - edeb6147b2d369365b09886d7759a964d87cfa95 authored about 17 years ago
Fixing an issue regarding preservation of original filename when get_results.py is used.

github.com/sbc/boto - ba85d16d83534fc8f33aae55cc0f403055c5c8e5 authored about 17 years ago
Adding a couple of small mods to Item constructor and Item.save method. Also, another snapshot of the persistance layer.

github.com/sbc/boto - a6847aaab2216c26a7b8ae68f4d29a7db64e749a authored about 17 years ago
Added some helper methods to item and domain. Also checking in first version of the persistance layer on top of SDB.

github.com/sbc/boto - 5d94785905ad003c8386c8df7923a5e589a4f645 authored about 17 years ago
Adding an exception for the SDB persistance stuff

github.com/sbc/boto - c2c736254e2a2c07b5ffea11dbe5e7eb1fd93f81 authored about 17 years ago
Backing out a change that was inadvertently commited to subversion. It worked but it was not ready for prime time.

github.com/sbc/boto - 0bb1f7f50755772f06a365e911d409e5b46d054e authored about 17 years ago
Added a lookup method similar to the s3 module. Fixed a bug in get_attributes when specific attributes were referenced.

github.com/sbc/boto - e35f3d1ef6061a9d397962b9b59389c3efe48b42 authored about 17 years ago
Incorporated a patch from boto user. Allow get_all_images and get_all_instances methods in EC2 take scalar args and convert to list automatically. Change SDB so that result sets return Item objects rather than item names.

github.com/sbc/boto - 1a6c58f7fce405bba4463466895bc035f9c51c7e authored about 17 years ago
Bumping version numbers and updating changes in preparation for 1.0a release.

github.com/sbc/boto - 206ca4df75eaaefaed3bf6b96212a3e678f54c25 authored about 17 years ago
Added some more capabilities to the Item object to make it behave more like a regular dictionary.

github.com/sbc/boto - fe7a622eb1ebe5ae1c24ded194333bea7052afc8 authored about 17 years ago
Cleaning up a few things and wrapping up initial implementation.

github.com/sbc/boto - cc7eb3406a49e22f7812721ef3db734c21348d05 authored about 17 years ago
Fixed a bug in get_domain and tweaked the iterators/generators for query to return the generator directly so you can do a next() on it.

github.com/sbc/boto - a0c8b58f3192f986cc85ceb073cc160f58360367 authored about 17 years ago
Snapshot of SDB code that works with API version released with public beta. Still missing support for replace flag on put_attributes.

github.com/sbc/boto - 57882dfe178b8818138e3bf74c7641f3ea51bd69 authored about 17 years ago
Patch from Eric Evans to correctly handle 206 response from S3 when doing range GET requests on a key.

github.com/sbc/boto - cdd2025e2220c784f2b6876439a651137cc104da authored about 17 years ago
Adding current SimpleDB implementation. Finally

github.com/sbc/boto - d232101a29022234ce0e7747c2243b1ea83be970 authored about 17 years ago
Added a delete_message method to the QueryConnection.

github.com/sbc/boto - 3340e4332c11849b7d2012fc068f7324063fb1d8 authored about 17 years ago
Adding a receive_message method to the QueryConnection class. I need this because the REST version is broken and won't let you read from queues you don't own, even if you have permission to do so.

github.com/sbc/boto - 740c517eda74c0b93c5cfda25a59aaf8d2cfc0a0 authored about 17 years ago
Added optional parameter to the load_from_s3 method to allow a prefix other than the one for the current queue to be used. This allows messages to be moved from one queue to another.

github.com/sbc/boto - fe9089b8a5f3ce87528484d16a5c52d3635aef25 authored about 17 years ago
Forgot to make the setting of the grants on all keys in a bucket dependent on the recursive param to the method.

github.com/sbc/boto - 781f0d0da3b85aec0f1130fd412b21ba245da486 authored about 17 years ago
Adding convenience methods to S3 module to make it easier to add grants to buckets and keys. Also added a few more docstrings.

github.com/sbc/boto - f5e5f0bfda7b75a7ab07330ecb904de5fad011ab authored about 17 years ago
Adding convenience methods to S3 module to make it easier to add grants to buckets and keys. Also added a few more docstrings.

github.com/sbc/boto - fd014ae91729461429b2aedd240de893e7c75894 authored about 17 years ago
Added boto.contrib to packages so it will get installed properly.

github.com/sbc/boto - 3d58cdd3e023f62cf5170104c8e4f7fa1534078c authored about 17 years ago
Adding initial support for grants in SQS. Also adding Chris Moyer's YAMlMessage class to contrib.

github.com/sbc/boto - 9126ae745c3c3b5cfbe184a5bab45e5c3b024483 authored about 17 years ago
Properly handle newline-separated list values in instance data.

github.com/sbc/boto - 6b7d835fb14b83ed06fdd0f1ac2b87c9ebf6a4c0 authored about 17 years ago
Splitting out the config class.

github.com/sbc/boto - 69647ce4a75ca057f101bd79fd79de7a9fc8de8a authored about 17 years ago
added a dump_safe method for the config file that filters out the aws_secret_access_key value.

github.com/sbc/boto - 2c6d3b04d77b1861d5f595d5dad48f07caf129d2 authored about 17 years ago
Added a dump method and moved path to metadata file to a module variable.

github.com/sbc/boto - c4838aab464c007c3355ceda5ed739c57a39014b authored about 17 years ago
Refactoring the CommandLineService and creating a utility class for handling command line invocation.

github.com/sbc/boto - 23bf400eaa25b0009fef490a0baa70dad713ffc7 authored about 17 years ago
Apparently, the force_deletion flag in delete_queue has never actually worked. How embarrasing. Fixes Issue-81.

github.com/sbc/boto - e7e8ada175c599b29c027a65baf3d347a3bf7ca1 authored about 17 years ago
Adding test for force_deletion flag

github.com/sbc/boto - aa41ce616cf8b577df28fbf399d4b46e241891de authored about 17 years ago
Fixed a dangling reference to a non-existant variable.

github.com/sbc/boto - d791f1d4b979a1cf9118e5b0733b29d43dc74126 authored over 17 years ago
bumping version number to 0.9d

github.com/sbc/boto - ba6d821c390056f73c843f4f8febad2fbf64a585 authored over 17 years ago
update method now returns updated state

github.com/sbc/boto - 5b775322993ec2fee365d25c9fa8749264dec4c4 authored over 17 years ago
Changing reference to pre-release EC2 server.

github.com/sbc/boto - 7b470b0cae446b4e5e303f6c11807ee61e1bcba0 authored over 17 years ago
Bumping version number to 0.9c

github.com/sbc/boto - 55c5e518f48ffe09bd3b679db100e30761823d54 authored over 17 years ago
The run_instances method now accepts SecurityGroup objects or names of security groups.

github.com/sbc/boto - e30ed5a48e2c701f222d8df4b74551af7251ab0b authored over 17 years ago
Added a lookup convenience method

github.com/sbc/boto - e7e3ba597fabe9b7bc752a034f22290f6ee86411 authored over 17 years ago
Adds support for instance types in EC2.

github.com/sbc/boto - ca8d1ba514824377b653cf17ef5bf299266534c8 authored over 17 years ago
Refactoring the logging methods a bit.

github.com/sbc/boto - 88cb87aba41402aded186cfe17c28a4563d71cc8 authored over 17 years ago
Add a debug flag to the run_command method to allow all command out to be logged, not just errors.

github.com/sbc/boto - 91f659ba519390354beb9e8688ff612fb1a4eef0 authored over 17 years ago
If debug level > 1 then don't start up service automatically.

github.com/sbc/boto - 3868bfc71029bc1a92daf4d0f5646b9bdbcd9936 authored over 17 years ago
Fixing reference to getint method of ConfigParser.

github.com/sbc/boto - 1c2d07052e73e9fac11e23097755f8aab5562ec3 authored over 17 years ago
Fix superclass reference in __init__ method.

github.com/sbc/boto - 1fd02b1b33eb081355fe33d9f37fdca0d34ce064 authored over 17 years ago
Broke the Config out as a separate class for reuse later.

github.com/sbc/boto - e1dcf3cb5323ea1ff51799364401039823d3b2fc authored over 17 years ago
Allow an OutputBucket in the message.

github.com/sbc/boto - d3e9e5f99453ba30751a4256f946676105aef2f1 authored over 17 years ago
Allow a debug param to be passed that keeps the script from running automatically.

github.com/sbc/boto - 9eb5de0ea7affe87cd1857686e28d0fc285b0ba5 authored over 17 years ago
get_bucket shouldn't be trying to create a bucket, it should just find the existing one.

github.com/sbc/boto - ae75fe1dc4d89429f963008d71ff346b4a6c2ee9 authored over 17 years ago
Allow either script_bucket or bucket_name to be used.

github.com/sbc/boto - 9600de570a4a273ccefbc24e18758c61e92d8bb1 authored over 17 years ago
Adding additional error checking when generating /etc/profile.d/aws.sh file.

github.com/sbc/boto - 12cd6aa6208174c1f65d7b6cdd7961771aab6ba8 authored over 17 years ago
Changing bucket_name to script_bucket.

github.com/sbc/boto - adf9d4b68d3d0f8ea6eead23c9a4bbdc8e42469d authored over 17 years ago
Adding a utility function to update a dyndns record with dnsmadeeasy.com. Kind of a funny place for it but I need it.

github.com/sbc/boto - 132b6367913253f2fb467575eafd5a38f1a83d4e authored over 17 years ago
Chown the metadata file to the pyami user.

github.com/sbc/boto - 864f10f0f7d48a05ea4ae2bf21dacfe91a60df03 authored over 17 years ago
Parameterize Bucket in queued message

github.com/sbc/boto - daa388135512ac60f6035a7dcc64f20e32f0047c authored over 17 years ago
Updating with new section names for metadata.ini.

github.com/sbc/boto - c04599cc36aad87fe8f4af9e1774a4ddd7f04abb authored over 17 years ago
Allow process file to return None if there was a problem in the processing

github.com/sbc/boto - 2710c04d16298baf41422f4795bbcbd5298d622e authored over 17 years ago
Changing names of sections in .ini file containing metadata. A number of fixes to launch_ami.py.

github.com/sbc/boto - 95ea8a4c8e3aa36dec7003161f8b377ef4f88e12 authored over 17 years ago
Changing commandlineservice to use popen2 so I can get the return value from ffmpeg. Refactoring service.py a bit and removing the assumption of an output queue.

github.com/sbc/boto - 74e84d83ca3bc36315ccca65ca4e88429273003f authored over 17 years ago
Refactoring some of the service code and trying for some level of sanity around the treatment of original file names.

github.com/sbc/boto - 2932380500db2980398a21be4e1f7be94f35edcc authored over 17 years ago
Missing import statement

github.com/sbc/boto - 1811dc5d7b2048036210a0cc978a9fa48e756388 authored over 17 years ago
Allow more flexible handling of command line logging.

github.com/sbc/boto - cb3c2007268239c7bab6c7f95e18e13475216847 authored over 17 years ago
Getting the Python path setup appropriately and in the right place.

github.com/sbc/boto - 64e8dace0c4da617ca44688e0a816a5097298d0b authored over 17 years ago
Trying to get working directory sorted out

github.com/sbc/boto - 3af9366633c467f979602a7e4b1b5d57b1800721 authored over 17 years ago
Fixing typo bug in startup.py

github.com/sbc/boto - cc7d4d0791b6a93bcfb2302ff520caddb5d1ba8d authored over 17 years ago
Only run the script if we have a valid class.

github.com/sbc/boto - 2524c85027657b33d7402796980bcc6c8d6a7374 authored over 17 years ago
Cleaning up broken references to get_user_data

github.com/sbc/boto - fb845e8f5da98345351e7521b5cedc16942fba41 authored over 17 years ago
Fixing a couple of typo bugs

github.com/sbc/boto - 79c7d2670dd2fe0364676e652c1f682a3eb0f080 authored over 17 years ago
Moving the find_class method to utils to be shared by several modules.

github.com/sbc/boto - a2914615a3a252ebb26ab366a28ed05928cc6423 authored over 17 years ago
chmod'ing the working directory on the instance so the unprivileged user can write to it.

github.com/sbc/boto - 086e3c25b83364378fed820c8a09bf458b74e361 authored over 17 years ago