-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…e Schema:: Modules; Adds explicitly defined "suppressed" fields for decorated Valkyrie Resources Migrating the refactored Schema Modules into the ImportedMetadata Class Addressing styling rules and updating the RuboCops for the Schema Modules Restructuring the attributes based upon their sources (where possible) Tracking the new schema Modules Excluding the Schema Modules from the coverage analysis Extending the test suites for the schema Modules; Extending the test for the ScannedResource View displayed attributes Resolving styling issues Removing extraneous legacy attributes from being suppressed Removing the unneeded Schema::Schema Module
- Loading branch information
1 parent
b3ed4cc
commit 2c34528
Showing
39 changed files
with
1,180 additions
and
353 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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,4 +1,4 @@ | ||
# frozen_string_literal: true | ||
class ImportedMetadata < Valkyrie::Resource | ||
include PlumSchema | ||
include Schema::Plum | ||
end |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.