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

Load libraries logos from content libraries #588

Merged
merged 6 commits into from
Sep 8, 2016

Conversation

jdesiloniz
Copy link

@jdesiloniz jdesiloniz commented Sep 7, 2016

DO NOT MERGE: pending default logo as being discussed in #520

This PR includes code to load the content libraries logo from the libraries themselves (instead of relying on having the logo in the scala-exercises repository). This will make it easier to content providers, as only PRs from their repositories will be needed.

Fixes: #520

Could you please review, @dialelo @raulraja @juanpedromoreno

@rafaparadela rafaparadela temporarily deployed to scala-exercises-pr-588 September 7, 2016 13:16 Inactive
@rafaparadela rafaparadela temporarily deployed to scala-exercises-pr-588 September 7, 2016 13:38 Inactive
@codecov-io
Copy link

codecov-io commented Sep 7, 2016

Current coverage is 29.28% (diff: 12.50%)

Merging #588 into master will decrease coverage by 0.11%

@@             master       #588   diff @@
==========================================
  Files            50         50          
  Lines          1129       1137     +8   
  Methods         998       1009    +11   
  Messages          0          0          
  Branches         35         32     -3   
==========================================
+ Hits            332        333     +1   
- Misses          797        804     +7   
  Partials          0          0          

Powered by Codecov. Last update 8aa43e8...abd992b

@rafaparadela rafaparadela temporarily deployed to scala-exercises-pr-588 September 8, 2016 08:52 Inactive
@jdesiloniz
Copy link
Author

Just added a default logo for those libraries which don't include one


def logoData(path: String): Option[String] =
Option(getClass().getClassLoader.getResourceAsStream(path))
.map(stream ⇒ new BASE64Encoder().encode(IOUtils.toByteArray(stream)))
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we could create a single instance of BASE64Encoder in this ExercisesService object that we could re-use each time.

@juanpedromoreno
Copy link
Contributor

Minor comment. Once addressed, LGTM!

@jdesiloniz jdesiloniz merged commit 2945431 into master Sep 8, 2016
@jdesiloniz jdesiloniz deleted the js-520-set-library-logo-directly-in-content-side branch September 8, 2016 10:04
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.

None yet

4 participants