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

Fixing a couple of small problems in get_manager.

github.com/sbc/boto - f3d21a44bc91e8df0fe7b5195a469022564251f1 authored over 16 years ago
Added a db_name field to boto.config. That now maps to the domain for SimpleDB rather than db_table.

github.com/sbc/boto - ee4b230a42f2e1741b6ca08d88d679286576fb8f authored over 16 years ago
SDBDefaultDomain no longer needed

github.com/sbc/boto - 6a2dc5892714e74240f85087ae571ae7fa16cf85 authored over 16 years ago
Not sure why the default domain name property was deleted but it

is back now

github.com/sbc/boto - 31e6ba47ad039759e3a76bc13182ea54d55467c8 authored over 16 years ago
Fixed PasswordProperty persisting error

github.com/sbc/boto - fca88e8baafaf4c84215fc3be64239d15ab4d813 authored over 16 years ago
fixed a bug in set_property.

github.com/sbc/boto - e9534e5f0de37ce0781d4f05d97a5b28ed07b779 authored over 16 years ago
Moved converter to be an inner class. Added doc string to sdbmanager.

github.com/sbc/boto - 5c63c6b56e4a9975e7a8bd6b47c28711c76a7440 authored over 16 years ago
Added PasswordProperty to db module

github.com/sbc/boto - 205ef6c8b970bcfea5dee8031e8a85dc17bb231b authored over 16 years ago
ReverseReferences now work. Fixed up find to use Query. Fixed the low level query stuff in sdbmanager.

github.com/sbc/boto - d96897e98d3519a6b3c6e14624ebd19d7f10cb14 authored over 16 years ago
Updated test script. Only tests stuff currently implemented in db module.

github.com/sbc/boto - 09f43b4aa2017fbb89e0178f3c209c0ad9893dc7 authored over 16 years ago
Snapshot of code that reimplements the persist module using the app engine db interface as a reference. Also factors out all SDB related code into separate manager class and allows other managers to be implemented for things like MySQL or Postgresql.

github.com/sbc/boto - dff4e057143d809af53bd8f0f84bbae751b4d041 authored over 16 years ago
Added a method to generate an S3 POST submission form.

github.com/sbc/boto - bf2003ca260b313a1223d95045151dd6aedcb144 authored over 16 years ago
Add x-amz-copy-source header when COPYing. Also add x-amz-metadata-prefix to additional metadata headers. Fixes http://code.google.com/p/boto/issues/detail?id=135 and http://code.google.com/p/boto/issues/detail?id=136.

github.com/sbc/boto - 43341859cb919a337c1dc0fe881f1f2cd56d20d8 authored over 16 years ago
Allow a manager instance to be passed to the get and find methods of SDBObject.

github.com/sbc/boto - 76052751cd25dee7032b8b015f3870f399da826b authored over 16 years ago
Check for the existence of the Batch key before accessing it in the message. Fixes http://code.google.com/p/boto/issues/detail?id=131.

github.com/sbc/boto - a892bc732646c9b1b468d523a584ad7872e2affe authored over 16 years ago
Allow numeric bucket names in SubdomainCallingFormat. Fixes http://code.google.com/p/boto/issues/detail?id=123.

github.com/sbc/boto - 3dda9da096d66976c24b4570aac51876587735d5 authored over 16 years ago
Added boto.services to list of packages in setup.py. Fixes http://code.google.com/p/boto/issues/detail?id=126.

github.com/sbc/boto - 1a69d1f1fa70fa293853cd89a9d90a2cc4b6f23d authored over 16 years ago
Extended the Mechanical Turk interface to cover a lot more of the API. Also added doctests for some of the more commonly used API's. A big thankyou to the fine people at Renkoo Inc for making this possible.

github.com/sbc/boto - f8ed814cd80e351a58ef369bb48d8f75b71b3209 authored over 16 years ago
Made ubuntu mysql installer forcefully stop mysql if it fails, also

gave it a little more time to stop

github.com/sbc/boto - ec0f3a6c67ead5d126f009242804c7312fd59461 authored over 16 years ago
Small tweak to the docstring for a method.

github.com/sbc/boto - 4f29f843f6b74afcb7ccc8a3975000fb56d53722 authored over 16 years ago
Fixes http://code.google.com/p/boto/issues/detail?id=122. Also updated the docstrings.

github.com/sbc/boto - 953cc67a84ebfabea5a5d26c61d711e3c4311292 authored over 16 years ago
Server updated to using self._manager not self.manager

github.com/sbc/boto - a1fab1c3c39f6da44ae56c5f0518a8a62f31811f authored over 16 years ago
Fixed to correctly describe q.write as returning a bool rather than a ResultSet. Fixes http://code.google.com/p/boto/issues/detail?id=74.

github.com/sbc/boto - 627efcbc5fdf59173c6f04d855026941ac083479 authored over 16 years ago
We'll get this right yet. The Queue.write message just calls SQSConnection.send_message which returns a boo. Queue.write should pass that bool return value back to the user.

github.com/sbc/boto - c1aaf530feab810bd1ab6dc453bcd852effde74e authored over 16 years ago
Updating the docstrings.

github.com/sbc/boto - 286efcf55b758e517aa0a359f0b7ef61ed39e8d9 authored over 16 years ago
MultiValue now obeys object._auto_update

github.com/sbc/boto - 84f13801f6a344b7deb47056f2a552f1b57aef96 authored over 16 years ago
Added a to_string method to MultiValueProperty

and updated the save method in boto.persist.object accordingly

github.com/sbc/boto - bc486b3a40cd4419f93da82d3d75ef2d58199828 authored over 16 years ago
Domain is pulled from _manager

github.com/sbc/boto - c1b2e14589dd5a3ef7d4bdd5ebe1f304766e9956 authored over 16 years ago
Multi values have to be deleted before being reset

github.com/sbc/boto - 02c6108ba716510f1ec658eb5466af2508a1a258 authored over 16 years ago
Fixed bad reference

github.com/sbc/boto - 5af9c5d2b0fd36bbc7676e450d95485ca64cec79 authored over 16 years ago
SDBObject.save only handles ScalarPropertys at this point

github.com/sbc/boto - 762b4a54079d21abcf4a1166cf3b3e73b68c0bf0 authored over 16 years ago
Fixed SDBObject.find_properties method to return ALL properties

github.com/sbc/boto - 1daabda11d338a098abbb7c01b1997d1ec46b9da authored over 16 years ago
Fixing an indentation error in contructor for Manager class.

github.com/sbc/boto - 13c0dbc3d717da45faeec56faba5d2ecbd3a3883 authored over 16 years ago
Added better support for kernels and ramdisks. Fixes http://code.google.com/p/boto/issues/detail?id=121.

github.com/sbc/boto - 8a36cdbe840ce0d32d907a56ab10e6f9485068c9 authored over 16 years ago
Bumping version number prior to release

github.com/sbc/boto - a7c1ab462d477007650a2bdacd9b3a2f5097ab93 authored over 16 years ago
Allow arbitrary attributes to be persisted in SimpleDB. Now, setting an attribute on a subclass of SDBObject will cause the value to be stored in SimpleDB even if the attribute is not a Property. The only exceptions are attributes that begin with an underscore character. This doesn't perform the fancy typechecking and conversion that happens with Properties but it does provide an easy way to persist some extra data.

github.com/sbc/boto - efaf54af51f624a93325fe3a0f7d4cdbd96e3601 authored over 16 years ago
Updated Order and Server to know about new HighCPU instances.

github.com/sbc/boto - e05f2bb538ded999b9b8531ade5891daad988c0c authored over 16 years ago
Changing Version around a bit. Give it a randomized AWS-style name and have a separate datetime property to keep track of its create date.

github.com/sbc/boto - a818e3c0ebb468889f4a21adfd7213df14eccf22 authored over 16 years ago
pdb_delete needs to actually delete the PartitionDB object, not just it's contents. Removed an extraneous print statement in pdb_upload.

github.com/sbc/boto - 9f6cdbc803434afc3ba652086e95be087920d788 authored over 16 years ago
This doesn't really belong here but I don't have a better place to put it at the moment. Includes working versions of several PDB commands; pdb_upload, pdb_describe, pdb_revert, pdb_delete. These use subprocesses and LQS for interprocess communication. Still needs lots of refactoring and lots more heft but this is a reasonable snapshot. Runs like greased lightning on an m1.small instance 8^)

github.com/sbc/boto - d6d744c83089ca1d065861dc33c61d08c76140b3 authored over 16 years ago
Checker from_string methods now return the offending string in the ValueError exception that is thrown. Fixed a bug in the handling of None values in S3KeyChecker and S3BucketChecker. Also added a little convenience method, _get_sdb_item to SDBObject class to provide a quick way to get the actual SDB data behind an object.

github.com/sbc/boto - dce6632792704b360db06cc2cc111a7ea466060e authored over 16 years ago
Removing a leftover debug print statement. Also adding a __len__ method to MultiValue class.

github.com/sbc/boto - c0b863fff70a346e1ca0a4d0aea18e8bbf4ba448 authored over 16 years ago
Minor fixes to server "self start"

github.com/sbc/boto - 578de8f35b481474c42308c98d55184924eb376e authored over 16 years ago
Added "config updates" that boto.order adds to the config file

github.com/sbc/boto - 67fd7069be9abe0ebe1b6b5a5a5584fa7b328495 authored over 16 years ago
Removing reference to SDBPersistance typo that crept in during update merge.

github.com/sbc/boto - 2fd93654a2f95cbd7083dc20777962741e4dcf97 authored over 16 years ago
Removed reference to exception class.

github.com/sbc/boto - d986ffbe1f8cb9be2a94cc4eee7fa94d43f38f2c authored over 16 years ago
Fixing lingering typo in Exception class.

github.com/sbc/boto - 0fc086f8804dc9a0c838630eb303c5c9f2477445 authored over 16 years ago
Fixed the grabbing of the instance_id after the server has started

github.com/sbc/boto - 90358bb857e5a0d91e72041403b902b9c6bbcea5 authored over 16 years ago
Allow the config file to be set without having to pull from config_uri

This can be useful when the config_uri is password protected

github.com/sbc/boto - 25bc5134608ac9e98830041c098d51882a218cde authored over 16 years ago
Added resetting static IPs on server start

github.com/sbc/boto - 7ff0d19e15463642ee097956b99e87044f2e1de8 authored over 16 years ago
Added a bunch of attributes to be able to automatically start a new Server object

Added a "start" method to server objects that should allow them to start up a new instance of the...

github.com/sbc/boto - 52f153cbbd8e71ce488968d13feb0d87d14e38cd authored over 16 years ago
Added password options to fetch_file as well as allowed non-http files to be opened using urllib2

github.com/sbc/boto - 5f81594c933f0b14ca1a5ae61b490ad8e30f652f authored over 16 years ago
Allow parent object to be passed to get_list, et al. Fixes http://code.google.com/p/boto/issues/detail?id=119.

github.com/sbc/boto - 943f52b69fe085937405d53dae85781e968bdc68 authored over 16 years ago
Added delete method to Message. Cleaned up inconsistencies with queue.url and queue.id and added more docstrings. Fixes http://code.google.com/p/boto/issues/detail?id=119.

github.com/sbc/boto - e24a9196c9e523f2082558cb8ec98fcb77eaf67a authored over 16 years ago
Added config_uri to server, also renamed non-saved attributes of the server to use "_" before name

github.com/sbc/boto - 45d252c115687ce5bdcd0d3ca237043e50667a37 authored over 16 years ago
Fixed invalid reference to domain object

github.com/sbc/boto - bca97af279843d72c1a18254fea00e86c2abdf0d authored over 16 years ago
A sleazy little hack to allow ObjectProperty values to be set with the UUID string of the object rather than the actual object.

github.com/sbc/boto - 3ca8f3d670fba433261d67942d820b0bcaa115ed authored over 16 years ago
Update to be compatible with new persist changes.

github.com/sbc/boto - ce30c2928c606d6b5a60c4490f0dd20b6992624a authored over 16 years ago
Add back get_domain call for backward compatibility.

github.com/sbc/boto - 1f1ac3c52ba36d5fa6d57aea634a977503899583 authored over 16 years ago
Added a JSON message class and fixed a docstring in connection.py

github.com/sbc/boto - 46e73d897e7792c0005247af20f8def55e7f834b authored over 16 years ago
Fixed a bug in S3KeyChecker.

github.com/sbc/boto - cd3232c9e5b9bbf724499fe6806e87de01003893 authored over 16 years ago
Allowing manager instances to be passed into critical methods to enable threading.

github.com/sbc/boto - 381f00576b1a9519484d0e2c1dd76e8a93641b38 authored over 16 years ago
Now passing obj reference to from_string method.

github.com/sbc/boto - fbe5ce03856e34e112348605534ccacc4f1d2502 authored over 16 years ago
Another attempt at making persist thread-safe by removing all globals. They say the third time's a charm...

github.com/sbc/boto - 8a7e84bcb0e3bb4613a311b3f261e8395e4c449b authored over 16 years ago
Fixing problem with S3BucketChecker

github.com/sbc/boto - 8867ee152509419fe51565e017c55c2985bb2c50 authored over 16 years ago
Backing out the last change. It's not ready for prime time.

github.com/sbc/boto - 220fc17ad4edc7ae17b9103ee26a959274305447 authored over 16 years ago
Add a Context object to hold SDB connection and domain object in a thread-safe manner. Also allow Context object to be passed to SDBObject contructor and other methods that create objects so we have no dependencies on global variables.

github.com/sbc/boto - 059f005948339ae8cad73c1442941cb7a7021584 authored over 16 years ago
If you pass a value in for debug, it was being ignored.

github.com/sbc/boto - d354d777ec91f7edba1f0b1058475c2e06d7d4cc authored over 16 years ago
Changed logging to use a channeled logger rather than the root.

github.com/sbc/boto - 540534d38b940d734b4019f07c1944659142a098 authored over 16 years ago
Added a -g (grant) option that allows you to pass in a canned ACL policy that will be applied to all keys stored in S3.

github.com/sbc/boto - 359cfda6bda9a34a12b811daa5158250aecec3c1 authored over 16 years ago
Add the ability to set a canned ACL policy on a Bucket or Key at the time of creation or upload. Saves a round trip. Fixes http://code.google.com/p/boto/issues/detail?id=30.

github.com/sbc/boto - 379709397c4c7ff7104c1e533bb6c1668c4cc6f5 authored over 16 years ago
Add a convenience copy method to the Key object. Just calls the copy method on bucket.

github.com/sbc/boto - 18483251701a6353d3c0fea59745274c3de66035 authored over 16 years ago
Initial implementation of the new COPY method, currently available via the Bucket object.

github.com/sbc/boto - d02c7b30487efdfe5ceef00b854bb28b30255074 authored over 16 years ago
Added a documentation to boto.ec2.image.Image.run method.

github.com/sbc/boto - 0a513be69977d11f4b9b6cd261f9f8bb8f35f2e6 authored over 16 years ago
Added get_key_pair convenience method. Similar to get_image.

github.com/sbc/boto - 0e74907988a14f8a615d92bed5c42217bc1f3885 authored over 16 years ago
Fixed bug in password comparitor

github.com/sbc/boto - 6ccbf8790f144e493f2f9aae82bcfde697e5f80d authored over 16 years ago
Updated MultiValue to allow for deletion of items

github.com/sbc/boto - 45b96e5c2f0ddd7c0b57e156029981ae838e35a8 authored over 16 years ago
Added documentation for the num_cb parameter.

github.com/sbc/boto - ce1539211aed080318ab4a1dd1f71f533976eba4 authored over 16 years ago
Quick fix for http://code.google.com/p/boto/issues/detail?id=118. I think I need to spend more time thinking through the get_key method.

github.com/sbc/boto - a27e5e0df1be3e4eae214733a561ca0aba087619 authored over 16 years ago
Fixing problem in implementation of getint and getbool methods.

github.com/sbc/boto - 103829e401820289a1ce6a1549e7c17099285e9d authored over 16 years ago
removed other encode('utf-8') calls on key.name since we are now doing the encode on deserialization

github.com/sbc/boto - afc38d247230017419192bcf983ed3f783668c2b authored over 16 years ago
added utf-8 encoding at deserialization point of an S3 Key to make unicode key names safe

github.com/sbc/boto - 775cfb9ba3fe832f9abb503367b9ad63d9752db8 authored over 16 years ago
Don't blow up if you find an object that can't be revived. Change find_properties to properties.

github.com/sbc/boto - 24abd95bdd0bb6561f42d548f9d4a65af28597d7 authored over 16 years ago
Inventory should call find rather than list.

github.com/sbc/boto - 01906ec21e8f2b8167ac238094fae115b77d7e27 authored over 16 years ago
Added a convenience method, make_public, that sets the bucket and, optionally, all keys within it readable by all.

github.com/sbc/boto - 7a831caabccfce135bde867640104ed879941c34 authored over 16 years ago
Added more docs to boto.s3.key.Key object

github.com/sbc/boto - 208ca575fbcc3b313b2c0aaf22175cc007e89f56 authored over 16 years ago
Trac must install libapache2-svn

github.com/sbc/boto - 14afa8c10df7e4897cb5cdf82fc4cb913a89617f authored almost 17 years ago
Added a trac/mod_dav_svn installer

github.com/sbc/boto - 21e89dfea287400d2a1a4d6394f945171ee6765a authored almost 17 years ago
Added getint, getbool methods to ServiceDef

github.com/sbc/boto - 45cdb2f79ff8392f9170c476fff063c63c01a650 authored almost 17 years ago
Added ability to control retry_count, loop_delay and processing_time in config file.

github.com/sbc/boto - 5fc15bbdfc1f767356fc9fe7b59056f6fc30b207 authored almost 17 years ago
Fixed a bug in s3put. See http://code.google.com/p/boto/issues/detail?id=117.

github.com/sbc/boto - 8cff5dad0719ecdef77b253b3d496c816f042752 authored almost 17 years ago
Added docs and fixed indentation error in s3 module.

github.com/sbc/boto - 9b164a5c129ae6a69dc9d0a6cf98441ba4543a46 authored almost 17 years ago
Set apache to enable mod_ssl and mod_rewrite

github.com/sbc/boto - 88ab686a940ca828aee49af3d7a272db594d0fde authored almost 17 years ago
General docs on the boto exceptions.

github.com/sbc/boto - 4c3fde0134c88f17b1bb61c895723081a7454594 authored almost 17 years ago
Added documentation to shortcut methods.

github.com/sbc/boto - 9bc58c452fc561578becede08a10f87b72bc33db authored almost 17 years ago
Added comments to boto.s3.bucket package.

github.com/sbc/boto - b22ba3608c3546b5242c87cb659ada9b63375382 authored almost 17 years ago
Added more comments to boto.s3.key package.

github.com/sbc/boto - 46d5c93c2c526664104305d2df92750a65b3d01b authored almost 17 years ago
Removed call to 'apt-get install mod_python'

github.com/sbc/boto - e8ccbce64cc49d0fa9b8fff8ba4e82f5914c85d6 authored almost 17 years ago
Fixed a bug which prevented the instance from shutting down after completion.

github.com/sbc/boto - 98bb009a6ae068d0b735b695798a7c6a07b7bdde authored almost 17 years ago
Added documentation to bucket methods and key methods. Added functionality to get file as .torrent.

github.com/sbc/boto - 163471bb295a753967f15d7b942423d36641582c authored almost 17 years ago