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

Remove RDD suffixes on file, class, and object names. #479

Merged
merged 3 commits into from
Jun 1, 2020

Conversation

ruebot
Copy link
Member

@ruebot ruebot commented Jun 1, 2020

GitHub issue(s): #468

What does this Pull Request do?

Remove RDD suffixes on file, class, and object names.

  • Remove all the RDD suffixes added previously
  • Rename image_graph to imagegraph (Python)
  • Rename GetExtensionMime to GetExtensionMIME (Scala)
  • Remove textFiles (Scala)
  • Remove text_files (Python)
  • Remove TextFilesInformationExtractor
  • Rename files all affected files as needed
  • Update tests as needed

How should this be tested?

  • TravisCI should do it
  • But, a good sniff test would be good as well.

Additional Notes:

  • Since there is so much documentation changes, I'll get the documentation updated on the docusaurus updates I'm working on. I'll try and push up a branch there with the changes today.
  • Notebooks will need to be updated. I'll try and get that updated later today as well

- Remove all the RDD suffixes added previously
- Rename presentationProgramFiles to presentationProgram (Scala)
- Rename wordProcessorFiles to wordProcessor (Scala)
- Rename image_graph to imagegraph (Python)
- Rename textFiles to textfiles (Scala)
- Rename text_files to textfiles (Python)
- Rename files all affected files as needed
- Update tests as needed
@ruebot ruebot requested review from lintool and ianmilligan1 June 1, 2020 14:41
ruebot added a commit to archivesunleashed/aut-docs that referenced this pull request Jun 1, 2020
@ruebot
Copy link
Member Author

ruebot commented Jun 1, 2020

Documentation updates are over here. They'll get in the website when the time comes.

@codecov
Copy link

codecov bot commented Jun 1, 2020

Codecov Report

Merging #479 into master will decrease coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
- Coverage   83.88%   83.69%   -0.20%     
==========================================
  Files          44       43       -1     
  Lines        1297     1245      -52     
  Branches      250      239      -11     
==========================================
- Hits         1088     1042      -46     
  Misses         80       80              
+ Partials      129      123       -6     

ruebot added a commit to archivesunleashed/aut-docs that referenced this pull request Jun 1, 2020
Copy link
Member

@lintool lintool left a comment

Choose a reason for hiding this comment

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

I think I caught a name inconsistency?

Copy link
Member

@lintool lintool left a comment

Choose a reason for hiding this comment

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

lgtm!

@ianmilligan1 ianmilligan1 merged commit 1ac97ef into master Jun 1, 2020
@ianmilligan1 ianmilligan1 deleted the issue-468-scala branch June 1, 2020 18:26
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