-
Notifications
You must be signed in to change notification settings - Fork 1
Boxrunner #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Boxrunner #62
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d0479b6
RSpec folder
gkostin1966 92fe439
lib/box folder and lib/ingest.rake file
gkostin1966 70dcd74
RSpec and Rubocop config files
gkostin1966 e4924a2
Comment out Style/FrozenStringLiteralComment for now
gkostin1966 bab9810
services folder
gkostin1966 8976b52
sample-ead folder
gkostin1966 7b1a402
app/errors and app/jobs and bin/spec
gkostin1966 16938e9
data folder
gkostin1966 8e878b8
resque and rspec
gkostin1966 b5e5a52
Gemfile.lock
gkostin1966 eab3250
Changes to assest need to support upgrade of Sprockets
gkostin1966 4e17d77
ignore data subfolders ead, xml, and pdf
gkostin1966 7464aea
rename boxrunner to boxwalker
gkostin1966 2983124
bin/rspec 5 failures
gkostin1966 e50d189
views arclight fragments overrides
gkostin1966 f8cfade
update specs
gkostin1966 50ad5ed
refactor generator
gkostin1966 a410163
refactor to use FINDING_AID_DATA environment variable
gkostin1966 f7c7648
add rspec to ci
gkostin1966 906ba1c
rubocop and generate error fixes
gkostin1966 bb6dbd0
Replace puts with Rails.logger in generator.
gkostin1966 28593c9
improve the performance of specs
gkostin1966 68df65d
Restore 'lib/' to the file path to ead2_config.rb
rshiggin 0427ebf
changes that needed to run on Jie's computer, and all specs are passed
smiskiway 350430b
bump brakeman to 8.0.6
gkostin1966 606ed16
get specs to pass
gkostin1966 102bd67
Fix and harden the finding-aid ingest & packaging pipeline
smiskiway 274f290
Delete two redundant SASS files
rshiggin 6d56590
final before merge
gkostin1966 f9d1fa2
ead2 component config from main branch
gkostin1966 86aa856
bin/rubocop --autocorrect
gkostin1966 a33b0e6
add to_field parent_ssi
gkostin1966 2838341
Update to README.md
gkostin1966 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| --require spec_helper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,15 @@ | ||
| inherit_from: .rubocop_todo.yml | ||
|
|
||
| # Omakase Ruby styling for Rails | ||
| inherit_gem: { rubocop-rails-omakase: rubocop.yml } | ||
|
|
||
| # Overwrite or add rules to create your own house style | ||
| # | ||
| # Enforce explicit frozen string literal magic comments. | ||
| #Style/FrozenStringLiteralComment: | ||
| # Enabled: true | ||
| # EnforcedStyle: always_true | ||
|
|
||
| # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]` | ||
| # Layout/SpaceInsideArrayLiteralBrackets: | ||
| # Enabled: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # This configuration was generated by | ||
| # `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit` | ||
| # on 2026-06-25 15:59:23 UTC using RuboCop version 1.87.0. | ||
| # The point is for the user to remove these configuration records | ||
| # one by one as the offenses are removed from the code base. | ||
| # Note that changes in the inspected code, or installation of new | ||
| # versions of RuboCop, may require this file to be generated again. | ||
|
|
||
| # Offense count: 2 | ||
| # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max. | ||
| Metrics/AbcSize: | ||
| Exclude: | ||
| - 'app/services/package/generator.rb' | ||
| - 'lib/box/package/generator.rb' | ||
|
|
||
| # Offense count: 4 | ||
| # Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns. | ||
| Metrics/MethodLength: | ||
| Exclude: | ||
| - 'app/services/package/generator.rb' | ||
| - 'lib/box/package/generator.rb' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.