Skip to content
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

HT-3118: Namespace services #122

Merged
merged 2 commits into from
Sep 2, 2021
Merged

HT-3118: Namespace services #122

merged 2 commits into from
Sep 2, 2021

Conversation

aelkiss
Copy link
Member

@aelkiss aelkiss commented Sep 1, 2021

I chose the name DataSources, since each of the moved things represents a source of data external to the application. The first commit makes the logical change and should be reasonably readable; the second changes indentation to appease rubocop so looks like a larger change than it is.

Move the following external sources of data to DataSources module:

- HoldingsDB (mariadb)
- HTCollections (mariadb)
- HTMembers (mariadb)
- LargeClusters (file)
- SerialsFile (file)
- appease rubocop
- remove separately-declared module
@aelkiss aelkiss requested review from jsteverman and mwarin September 1, 2021 20:56
@aelkiss
Copy link
Member Author

aelkiss commented Sep 1, 2021

You may wish to view the changes as:

(first commit) b8a110c

(second commit, hiding whitespace changes): f56541f?diff=unified&w=1

Copy link
Contributor

@jsteverman jsteverman left a comment

Choose a reason for hiding this comment

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

I see name changes only and tests pass.

Copy link
Contributor

@mwarin mwarin left a comment

Choose a reason for hiding this comment

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

Looks legit.

@aelkiss aelkiss merged commit 7a9a4e5 into master Sep 2, 2021
@aelkiss aelkiss deleted the HT-3118-namespace-services branch September 2, 2021 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants