Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Ruby Gem for exporting metadata from the data models available in a sufia6 application to a file in json.
Add this line to your sufia6 application's Gemfile:
gem 'galter_ir_exporter'
And then execute:
$ bundle
Run the installer, creating the necessary migration files:
$ bundle exec rails generate galter_ir_exporter:install
Run the migration:
$ bundle exec rails db:migrate
Run the survey script to write the IDs for all GenericFiles and Collections to the database:
$ bundle exec galter_ir_exporter_survey -v
Run the export:
$ bundle exec galter_ir_exporter_export
This will create a .json file with metadata for each instance of GenericFile and Collection.
Pass the --help
option to view the ways to override the exported fields for your customized data models.
$ bundle exec galter_ir_exporter_export --help
TODO: Add when #7 is resolved.
Branch from master, make any changes to the gem, then push your branch to this repository. Then, add the following to your samvera/sufia6 app's Gemfile. Once everything is installed add the following to the digital-repository Gemfile:
gem 'galter_ir_exporter', git: 'https://github.com/galterlibrary/galter_ir_exporter.git', branch: 'your-branch-name'
Run bundler again and the changes pushed to your-branch-name will be pulled. If you have previously installed
'galter_ir_exporter' you may need to uninstall the gem with: gem uninstall galter_ir_exporter
.
Bug reports and pull requests are welcome on GitHub at https://github.com/galterlibrary/galter_ir_exporter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Everyone interacting in the GalterIrExporter project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that galter_ir_exporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.