Skip to content

Remove circular dependencies part 2#878

Merged
tdonohue merged 1 commit intoDSpace:mainfrom
atmire:reomve-circular-dependencies-part-2
Sep 30, 2020
Merged

Remove circular dependencies part 2#878
tdonohue merged 1 commit intoDSpace:mainfrom
atmire:reomve-circular-dependencies-part-2

Conversation

@artlowel
Copy link
Member

@artlowel artlowel commented Sep 30, 2020

References

Description

#862 added new circular dependencies. This PR removes them, and adds a line to the PR template checklist to verify that a new PR isn't introducing new circular dependencies.

As in #850, I didn't add any new code, just moved a few functions and variables to a different file.

Instructions for Reviewers

You can test this PR by verifying that it doesn't break anything involving the user agreement or privacy statement page.

Checklist

  • My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
  • My PR passes TSLint validation using yarn run lint
  • My PR includes TypeDoc comments for all new (or modified) public methods and classes. It also includes TypeDoc for large or complex private methods.
  • My PR passes all specs/tests and includes new/updated specs or tests based on the Code Testing Guide.
  • If my PR includes new, third-party dependencies (in package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.

@artlowel artlowel added the 1 APPROVAL pull request only requires a single approval to merge label Sep 30, 2020
@artlowel artlowel added this to the 7.0beta4 milestone Sep 30, 2020
@artlowel artlowel requested a review from tdonohue September 30, 2020 12:01
@artlowel artlowel self-assigned this Sep 30, 2020
Copy link
Member

@tdonohue tdonohue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Code looks correct & tested it and found the circular dependency warning is fixed. Thanks also for updating our PR template to include this reminder. Thanks @artlowel !

@tdonohue tdonohue merged commit 098eb29 into DSpace:main Sep 30, 2020
kosarko pushed a commit to ufal/dspace-angular that referenced this pull request Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 APPROVAL pull request only requires a single approval to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants