Skip to content

Conversation

davidpodhola
Copy link
Contributor

Hi @Rudge, great work, thanks a lot! I like this implementation the most! I tried to update your repo to more recent versions, hope that helps. Best, David

podholadavid and others added 25 commits September 18, 2023 13:45
# Conflicts:
#	build.gradle
# Conflicts:
#	.gitignore
#	build.gradle
#	gradle/wrapper/gradle-wrapper.jar
#	gradle/wrapper/gradle-wrapper.properties
#	gradlew
#	gradlew.bat
#	src/main/kotlin/io/realworld/app/config/AppConfig.kt
#	src/main/kotlin/io/realworld/app/config/AuthConfig.kt
#	src/main/kotlin/io/realworld/app/config/ModulesConfig.kt
#	src/main/kotlin/io/realworld/app/domain/Article.kt
#	src/main/kotlin/io/realworld/app/domain/Comment.kt
#	src/main/kotlin/io/realworld/app/domain/Profile.kt
#	src/main/kotlin/io/realworld/app/domain/Tag.kt
#	src/main/kotlin/io/realworld/app/domain/User.kt
#	src/main/kotlin/io/realworld/app/domain/repository/ArticleRepository.kt
#	src/main/kotlin/io/realworld/app/domain/repository/CommentRepository.kt
#	src/main/kotlin/io/realworld/app/domain/repository/TagRepository.kt
#	src/main/kotlin/io/realworld/app/domain/repository/UserRepository.kt
#	src/main/kotlin/io/realworld/app/domain/service/ArticleService.kt
#	src/main/kotlin/io/realworld/app/domain/service/CommentService.kt
#	src/main/kotlin/io/realworld/app/domain/service/TagService.kt
#	src/main/kotlin/io/realworld/app/domain/service/UserService.kt
#	src/main/kotlin/io/realworld/app/ext/String.kt
#	src/main/kotlin/io/realworld/app/utils/Cipher.kt
#	src/main/kotlin/io/realworld/app/utils/JwtProvider.kt
#	src/main/kotlin/io/realworld/app/web/ErrorExceptionMapping.kt
#	src/main/kotlin/io/realworld/app/web/Router.kt
#	src/main/kotlin/io/realworld/app/web/controllers/ArticleController.kt
#	src/main/kotlin/io/realworld/app/web/controllers/CommentController.kt
#	src/main/kotlin/io/realworld/app/web/controllers/ProfileController.kt
#	src/main/kotlin/io/realworld/app/web/controllers/TagController.kt
#	src/main/kotlin/io/realworld/app/web/controllers/UserController.kt
#	src/main/resources/koin.properties
#	src/test/kotlin/io/realworld/app/web/controllers/ArticleControllerTest.kt
#	src/test/kotlin/io/realworld/app/web/controllers/CommentControllerTest.kt
#	src/test/kotlin/io/realworld/app/web/controllers/ProfileControllerTest.kt
#	src/test/kotlin/io/realworld/app/web/controllers/TagControllerTest.kt
#	src/test/kotlin/io/realworld/app/web/controllers/UserControllerTest.kt
#	src/test/kotlin/io/realworld/app/web/util/HttpUtil.kt
Copy link
Owner

@Rudge Rudge left a comment

Choose a reason for hiding this comment

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

Nice! Thanks for the updates.

@Rudge Rudge merged commit 001f7b4 into Rudge:master Oct 10, 2023
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