openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
dragonfly
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 58 of 79
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Modified the way chaining etc. works. - job.process returns a new job which subsequent work on will not affect the original job - job.process! returns self, so modifies in place, but is still lazy wrt applying - apply applies as before, but returns self, so can be chained - to_temp_object (which will be required by analyser module anyway) applies then returns the temp object
Mark Evans
More...
over 14 years ago
DRYed up step methods slightly
Mark Evans
More...
over 14 years ago
Job#analyse was raising unnecessarily
Mark Evans
More...
over 14 years ago
Moved App#call functionality into server object, using Rack::Builder
Mark Evans
More...
over 14 years ago
better to have DosProtector#sha_length than use opts
Mark Evans
More...
over 14 years ago
Created SimpleEndpoint for routing "/asdflhaslfd" -> job response
Mark Evans
More...
over 14 years ago
Renamed SimpleEndpoint -> JobEndpoint
Mark Evans
More...
over 14 years ago
App uses path prefix properly
Mark Evans
More...
over 14 years ago
Analyser returns nil rather than raise if not defined/unable to handle
Mark Evans
More...
over 14 years ago
Oops had broken job a bit
Mark Evans
More...
over 14 years ago
Got rid of references to url_handler
Mark Evans
More...
over 14 years ago
No need for Delegatable any more
Mark Evans
More...
over 14 years ago
App should use Loggable rather than configurable
Mark Evans
More...
over 14 years ago
Implemented analysis methods module
Mark Evans
More...
over 14 years ago
Don't need delegator/delegatable stuff any more Processor/Analyser/Encoder can inherit from FunctionManager
Mark Evans
More...
over 14 years ago
Not sure if we particularly need unregister - not come across a use case yet
Mark Evans
More...
over 14 years ago
Implemented specs for more than one function of same name
Mark Evans
More...
over 14 years ago
Raise errors if unable to handle, not defined
Mark Evans
More...
over 14 years ago
Git ignore .bundle
Mark Evans
More...
over 14 years ago
getting somewhere with function manager
Mark Evans
More...
over 14 years ago
Rails 3.0.0.beta3 seems to have changed way File.dirname(__FILE__) works in the rails template
Mark Evans
More...
over 14 years ago
Got rid of BelongsToApp in favour of Loggable, as this was the only thing being used really
Mark Evans
More...
over 14 years ago
Renamed EncoderList -> Encoder
Mark Evans
More...
over 14 years ago
Renamed AnalyserList -> Analyser
Mark Evans
More...
over 14 years ago
Renamed ProcessorList -> Processor
Mark Evans
More...
over 14 years ago
WIP: attachment should store a job, not a temp_object, because job already takes care of a lot of things like whether it's already been fetched or not
Mark Evans
More...
over 14 years ago
Added Attachment#job
Mark Evans
More...
over 14 years ago
Initializing job with content should pass in the actual temp_object
Mark Evans
More...
over 14 years ago
Spud McGooney
Mark Evans
More...
over 14 years ago
Dragonfly[:images] == Dragonfly::App[:images]
Mark Evans
More...
over 14 years ago
←
1
2
…
54
55
56
57
58
59
60
61
62
…
78
79
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree