2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Yard doc tag updates for Plugin and PluginList.
trevorrowe
as Trevor Rowe
More... over 12 years ago
The build_client plugin callback now receives a proper configuration object.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Renamed a local to not conflict with a method in the same scope.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Fix typo in signature handlers
lsegal
as Loren Segal
More... over 12 years ago
Fixed a bug in OperationMethods plugin in how it passed along the block to the request.
trevorrowe
as Trevor Rowe
More... over 12 years ago
OperationMethods plugin now adds a #operation_names helper to Client::Base.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Documented the OperationMethods plugin.
trevorrowe
as Trevor Rowe
More... over 12 years ago
rake setup now checks for the presence of vendor/seahorse before attemping to clone the target repo.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added a rake setup task that checkouts seahorse into vendor.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Removed duplicate entry for vendor in the .gitignore file.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Aws::Credentials now passes its specs.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added specs (not passing yet) for Aws::Credentials.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Reordered credentials class to be consistent with how other code is formatted.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Documented Aws::Credentials.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Add RequestContext#operation to load operation object from name
lsegal
as Loren Segal
More... over 12 years ago
Add Plugin#construct_client, Plugin.construct_client, Client::Base.client_class, Client::Base.new
lsegal
as Loren Segal
More... over 12 years ago
Add specs for Plugin#initialize_client
lsegal
as Loren Segal
More... over 12 years ago
Add Plugin.initialize_client callback
lsegal
as Loren Segal
More... over 12 years ago
Move build_plugins and build_config to class level methods on Client::Base
lsegal
as Loren Segal
More... over 12 years ago
Cleanup Endpoint plugin specs
lsegal
as Loren Segal
More... over 12 years ago
Simplify plugin specs
lsegal
as Loren Segal
More... over 12 years ago
Add OperationMethods plugin
lsegal
as Loren Segal
More... over 12 years ago
HTTP handler should rewind stream after writing response body
lsegal
as Loren Segal
More... over 12 years ago
Add OperationMethods to autoload
lsegal
as Loren Segal
More... over 12 years ago
Add Response#data attribute for setting service response data
lsegal
as Loren Segal
More... over 12 years ago
Add LazyOperationHash#keys to return lazy keys
lsegal
as Loren Segal
More... over 12 years ago
Add newline
lsegal
as Loren Segal
More... over 12 years ago
WIP plugins for SWF
lsegal
as Loren Segal
More... over 12 years ago
Reimplemented streaming with an IO like interface.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Http::Request and Response bodies are now expected to be IO objects.
trevorrowe
as Trevor Rowe
More... over 12 years ago