Replace alpaca and remove old dependencies#1301
Merged
markpatton merged 32 commits intomainfrom May 12, 2025
Merged
Conversation
6b31d18 to
9d0ec02
Compare
Contributor
There was a problem hiding this comment.
Copilot reviewed 43 out of 48 changed files in this pull request and generated 1 comment.
Files not reviewed (5)
- app/components/metadata-form/index.hbs: Language not supported
- app/components/nav-bar/index.hbs: Language not supported
- app/components/workflow-basics/index.hbs: Language not supported
- app/components/workflow-files/index.hbs: Language not supported
- app/components/workflow-metadata/index.hbs: Language not supported
Comments suppressed due to low confidence (2)
app/components/workflow-basics/index.js:241
- [nitpick] Ensure consistent property access for journal attributes; consider using a uniform approach (either direct property access or Ember's get()) for accessing journal names throughout the code.
metadata['journal-title'] = journal.journalName;
app/models/repository.js:13
- Verify that 'set' is a supported attribute type or a custom transform in your Ember Data configuration, ensuring proper serialization and deserialization.
@attr('set') schemas;
Contributor
|
@markpatton Did some testing, here are my notes: Bugs:
Styling:
Workflow
Submissions
Submission Details
|
Contributor
Author
|
I think all the logic errors you reported are fixed. |
…aca. Switch to Bootstrap 5. Refactor metadata schema service to not rely on external service and be simpler. Refactor handling of DOI metadata in the workflow.
…cation and make SonarQube happy. Also fix handling of dialog close on submission details page.
…k to the basics step.
- so that ember-models-table uses bootstrap 5 - needs a few overrides for pagination
- we might decide to do it differently in the future, but this at least keeps things as consistent with where things were as possible
00de3ce to
36a08c4
Compare
jaredgalanis
approved these changes
May 12, 2025
Contributor
jaredgalanis
left a comment
There was a problem hiding this comment.
Looks good to me! Only a few comments that I don't think we need to address now.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Changes:
ember s, you must add--environment=productionor there will be a CSP failure.TODO:
Refused to load the image 'data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e'Required prs:
Manual testing needed: