Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.37 KB

History.textile

File metadata and controls

54 lines (38 loc) · 1.37 KB

2.3.0
Remove Gemfile.lock

2.2.0
HYDRA-808 don’t quit the whole job if one object fails to solrize
create_document in lib/solrizer/fedora/indexer.rb is public. Used by solrizer-rabbit
code cleanup in lib/solrizer/fedora/indexer.rb

2.1.0
Requiring active-fedora >= 4.0 (so it will happily use 4.1.0)
Relaxed jetty-wrapper requirement to >= 1.1
Fix rake tasks and coverage so hudson builds pass
Don’t require a particular rubygems version in .rvmrc

2.0.0
Requiring active-fedora >= 4.0.0
Supports sharding.
Removed dependency on ruby-solr

1.2.5
Requiring active-fedora >= 3.2.0

1.2.4
Don’t need to init active-fedora
Requiring active-fedora ~> 3.2.0

1.2.3
Don’t require ruby-debug

1.2.2
Now requires active-fedora >= 3.1.0

1.2.1
Now requires jettywrapper >= 1.1.0.

1.2.0
Now requires active-fedora 3.1.×.

1.1.3
Fixed a bug where we were doing two unnecessary queries against solr for each object passed in.

1.0.3

smarter loading of config files
switched solrize_objects to only intercept errors if it’s given an optional parameter of :suppress_errors=>true
cleaner command line output

1.0.2

switched solrize_objects to only intercept errors if it’s given an optional parameter of :suppress_errors=>true

0.1.0

Initial Release — pretty much a direct replica of all of the fedora-related stuff in solrizer versions older than 0.3.0