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

#89 refactor project structure and sbt files #90

Merged

Conversation

TheLydonKing
Copy link
Collaborator

@TheLydonKing TheLydonKing commented Jan 15, 2024

Did a few changes that were mentioned by Sasa for sbt formatting and useage. Most Suggestions were minor and implemented in previous commits.

-This branch contains the larger change of refactoring the directory name (Not large in scope but changes may be difficult to review if it was baked into another branch)

Also minor change of removing parent module value and assigning those settings globally.

Closes #89

@TheLydonKing TheLydonKing linked an issue Jan 15, 2024 that may be closed by this pull request
8 tasks
Copy link

github-actions bot commented Jan 15, 2024

JaCoCo code coverage report - scala:2.12.17

File Coverage [75.04%]
GitInfoService.scala 100% 🍏
ActiveDirectoryLDAPConfig.scala 100% 🍏
InMemoryKeyConfig.scala 100% 🍏
BaseConfig.scala 100% 🍏
RestMessage.scala 100% 🍏
PublicKey.scala 100% 🍏
User.scala 100% 🍏
ConfigValidationException.scala 100% 🍏
package.scala 100% 🍏
WebMvcConfig.scala 100% 🍏
SecurityConfig.scala 100% 🍏
AuthManagerConfig.scala 95% 🍏
JWTService.scala 94.68% 🍏
TokensWrapper.scala 93.59% 🍏
ConfigValidationResult.scala 90.91% 🍏
TokenController.scala 86.21% 🍏
RestResponseEntityExceptionHandler.scala 82.22% 🍏
ConfigProvider.scala 79.81%
ConfigUsersAuthenticationProvider.scala 74.19%
KeyConfig.scala 73.98%
UsersConfig.scala 71.92%
AwsSecretsManagerKeyConfig.scala 51.02%
OptionUtils.scala 50%
GitConfig.scala 47.87%
ActiveDirectoryLDAPAuthenticationProvider.scala 16.23%
Total Project Coverage 75.04% 🍏

Copy link
Collaborator

@Zejnilovic Zejnilovic left a comment

Choose a reason for hiding this comment

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

Still seeing:

  • publish / skip := true
  • ThisBuild / homepage still commented out

build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated
webappWebInfClasses := true,
inheritJarManifest := true,
// No need to publish the service
publish / skip := true,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

How about saving these javacOptions to a (lazy) val and reusing it everywhere?

Copy link
Collaborator

@dk1844 dk1844 left a comment

Choose a reason for hiding this comment

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

The changes LGTM, just please make sure that we have everything covered from Sasa's list in #89

@TheLydonKing TheLydonKing merged commit 44b66ed into master Jan 16, 2024
2 of 3 checks passed
@dk1844 dk1844 deleted the feature/89-refactor-project-structure-and-sbt-files branch January 16, 2024 08:35
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.

Refactor Project Structure and SBT files
3 participants