Releases: samvera/bulkrax
Releases · samvera/bulkrax
v5.4.1
v5.4.0
What's Changed
Exciting New Features 🎉
- 🎁 Add rake task to generate CSVs for testing imports by @bkiahstroud in #850
- 🎁 Add
Institution
to importer visibility by @kirkkwang in #860 - 🐛 add guard clauses to add_indices_to_bulkrax migration by @ShanaLMoore in #862
Bug Fixes 🐞
- 🐛 Ensuring we inject Bulkrax views before Hyrax by @jeremyf in #855
- find existing records more often, leading to better round tripping experiance by @orangewolf in #853
- Support additional view i18n labels by @mcritchlow in #858
Full Changelog: v5.3.0...v5.4.0
v5.3.0
What's Changed
Exciting New Features 🎉
- 🎁 Add title attribute by @kirkkwang in #838
- Prefer [] over [""] for blank values that are split by @orangewolf in #839
Bug Fixes 🐞
- strip whitespace from model values so they get assigned correctly by @bkiahstroud in #802
- Default ordering importers/exporters by created_at: :desc by @jeremyf in #773
- 🐛 Adding in_batches handling of Importer based export by @jeremyf in #809
- 🐛 Reindex child work after adding relationship by @laritakr in #812
- 🐛 Add record locking for create_relationships_job by @laritakr in #811
- 📚 Add / correct documentation by @bkiahstroud in #814
- 🎁 Adding indices to Bulkrax Tables by @jeremyf in #813
- 🎁 remove whitespaces from CSV headers by @ShanaLMoore in #816
- Fix create and validate button by @DeonFranklin in #821
- Fix modal for hydra apps by @summer-cook in #835
- Re-enables nav-tabs for hydra apps by @summer-cook in #836
- Remove jquery and bootstrap from bulkrax by @kirkkwang in #841
- 🐛 Modify navtabs.js by @kirkkwang in #843
- 🐛 Normalizing export column names by @jeremyf in #847
New Contributors
- @DeonFranklin made their first contribution in #821
Full Changelog: v5.2.1...v5.3.0
v5.2.1
What's Changed
Bug Fixes 🐞
- default-fs-entry-class by @alishaevn in #793
- add require bagit to bagit parser file by @labradford in #795
- fix bagit exporting by @alishaevn in #798
Full Changelog: v5.2.0...v5.2.1
v4.4.2
What's Changed
Bug Fixes 🐞
- Backport bug fixes from v5 by @alishaevn in #796
Full Changelog: v4.4.1...v4.4.2
v5.2.0
What's Changed
Exciting New Features 🎉
- decouple from hyrax by @labradford in #744
- move config to a Configurable class by @no-reply in #781
- Add more labels for view pages by @VivianChu in #786
Bug Fixes 🐞
- Favoring non-deprecated method name by @jeremyf in #746
- Adding
Bulkrax::ParserExportRecordSet
by @jeremyf in #749 - Adding logic to skip blank lines by @jeremyf in #751
- i289 Exporter Issue by @AKFosterDev in #747
- Favoring explicit "empty" lines handler by @jeremyf in #752
- filters out keys with blank values for required elements check by @sephirothkod in #753
- I754 by @jeremyf in #756
- Ensuring exporter's queried file sets are in fact file sets by @jeremyf in #759
- Update reset.rake by @orangewolf in #763
- 745 use correct mapping for required fields by @sephirothkod in #765
- add rights_statement to list of fields with multiple values by @dunn in #757
- Admin set decouple by @sephirothkod in #766
- Fixing timing regression for incrementation by @jeremyf in #769
- Adding guard for querying 0 rows for FileSets by @jeremyf in #770
- Ensuring we handle non-string keys for persisted mappings by @jeremyf in #771
- Fix "Export errored entries" button not rendering by @bkiahstroud in #772
- Deprecate parse_resource_type method as it isn't used anymore by @sephirothkod in #768
- Adding quotes around candidate_file_set_ids by @jeremyf in #774
- Addressing SOLR maxBooleanClauses for WorkType export by @jeremyf in #776
- HotFix: Patching Marcel MimeType sniffing by @jeremyf in #778
- Adding spec to verify zip? detection by @jeremyf in #779
- Ensuring closed file handle when testing zip file by @jeremyf in #780
- Non hyrax exports by @sephirothkod in #783
- Update bulkrax.rb rel job var by @sephirothkod in #789
- Fix multi_value_element_split_on example regex by @mcritchlow in #790
- Set turbolinks to false for the exporter index page by @kirkkwang in #791
New Contributors
- @AKFosterDev made their first contribution in #747
- @cudevmaxwell made their first contribution in #764
- @VivianChu made their first contribution in #786
- @mcritchlow made their first contribution in #790
Full Changelog: v5.1.0...v5.2.0
v4.4.1
What's Changed
Bug Fixes 🐞
- filter_out_arrays_with_empty_strings by @sephirothkod in #787
Full Changelog: v4.4.0...v4.4.1
v4.3.1
What's Changed
Bug Fixes 🐞
- filters out arrays with empty strings by @sephirothkod in #784
Full Changelog: v4.3.0...v4.3.1
v5.1.0
What's Changed
Exciting New Features 🎉
- Renaming method to reflect it's state changing nature by @jeremyf in #738
- replace multiple times through the pending realtionship loop by @orangewolf in #737
Bug Fixes 🐞
- Adding config to reindex child work's file sets by @jeremyf in #722
- Ensuring self-contained memoization of method by @jeremyf in #725
- Adding
Bulkrax::EntrySpecHelper
by @jeremyf in #726 - check if Hyrax is defined by @labradford in #728
- add bootstrap classes to forms by @labradford in #736
- only uses admin sets if Hyrax is present by @sephirothkod in #739
- Fix #add_to_work by @kirkkwang in #740
- Capturing record and header metadata for OAI parser by @jeremyf in #741
- Expanding
Bulkrax::EntrySpecHelper
to handle collections by @jeremyf in #742 - exporter errors for non hyrax apps by @labradford in #734
- instrament realtionship job to solve memory leak by @orangewolf in #743
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
Breaking Changes 🛠
- Add Permissions For Bulkrax by @orangewolf in #707
There are 2 new Ability methods that need to be added to ability.rb
. If you are using the generator, these methods will be added for you. However, if you are upgrading Bulkrax, you will need to add the following to your app/models/ability.rb
file above the can_create_any_works?
method definition. Feel free to adjust the definitions as needed.
def can_import_works?
can_create_any_work?
end
def can_export_works?
can_create_any_work?
end
Exciting New Features 🎉
Bug Fixes 🐞
- Normalizing serialized data for BOM characters by @jeremyf in #689
- Removing ∞ silent retries of Bulkrax::ImportWorkJob by @jeremyf in #692
- make update remote files work for file sets by @kirkkwang in #693
- Capturing raw metadata for OAI parsing of works by @jeremyf in #694
- Moving OAI metadata capture to entry processing by @jeremyf in #697
- Ensuring OAI parser sets factory class then parses by @jeremyf in #703
- Ensuring XML parser sets factory class then parses by @jeremyf in #705
- Scour blank strings from the creation attributes by @jeremyf in #708
- Adding ApplicationParser#file_set_entry_class to API by @jeremyf in #710
- Replace solrizer reference so that feature works with hyrax 3+ by @bbpennel in #700
- Fixing bug introduced in #663 by @jeremyf in #713
- Convert source_identifier from relationship to single value by @bbpennel in #712
- run rubocop, regenerate todo.yaml by @dunn in #716
- Allow single value fields with controlled vocabs by @bbpennel in #696
- update libxml-ruby by @dunn in #715
- Ensuring CSV sets factory class before metadata parsing by @jeremyf in #719
New Contributors
Full Changelog: v4.4.0...v5.0.0