-
- Downloads
Fix merge issues and add unit test
Showing
- src/main/java/polish_community_group_11/polish_community/comments/controllers/CommentController.java 1 addition, 1 deletion...ish_community/comments/controllers/CommentController.java
- src/main/java/polish_community_group_11/polish_community/comments/controllers/FeedWithCommentsController.java 30 additions, 0 deletions...nity/comments/controllers/FeedWithCommentsController.java
- src/main/java/polish_community_group_11/polish_community/comments/dao/CommentJdbcRepository.java 7 additions, 7 deletions.../polish_community/comments/dao/CommentJdbcRepository.java
- src/main/java/polish_community_group_11/polish_community/comments/dao/CommentRepository.java 1 addition, 1 deletion...p_11/polish_community/comments/dao/CommentRepository.java
- src/main/java/polish_community_group_11/polish_community/comments/models/Comment.java 3 additions, 3 deletions...ty_group_11/polish_community/comments/models/Comment.java
- src/main/java/polish_community_group_11/polish_community/comments/models/NewComment.java 1 addition, 1 deletion...group_11/polish_community/comments/models/NewComment.java
- src/main/java/polish_community_group_11/polish_community/comments/services/CommentService.java 4 additions, 4 deletions...11/polish_community/comments/services/CommentService.java
- src/main/java/polish_community_group_11/polish_community/feed/controllers/FeedController.java 0 additions, 14 deletions..._11/polish_community/feed/controllers/FeedController.java
- src/main/java/polish_community_group_11/polish_community/feed/models/Feed.java 1 addition, 0 deletions...community_group_11/polish_community/feed/models/Feed.java
- src/main/java/polish_community_group_11/polish_community/feed/repository/FeedRepository.java 1 addition, 0 deletions...p_11/polish_community/feed/repository/FeedRepository.java
- src/main/java/polish_community_group_11/polish_community/feed/repository/FeedRepositoryImpl.java 2 additions, 0 deletions.../polish_community/feed/repository/FeedRepositoryImpl.java
- src/main/java/polish_community_group_11/polish_community/feed/services/FeedRepository.java 0 additions, 10 deletions...oup_11/polish_community/feed/services/FeedRepository.java
- src/main/java/polish_community_group_11/polish_community/feed/services/FeedService.java 3 additions, 10 deletions..._group_11/polish_community/feed/services/FeedService.java
- src/main/resources/application.properties 1 addition, 1 deletionsrc/main/resources/application.properties
- src/main/resources/data.sql 11 additions, 11 deletionssrc/main/resources/data.sql
- src/main/resources/schema.sql 61 additions, 94 deletionssrc/main/resources/schema.sql
- src/main/resources/static/js/comments/comments.js 4 additions, 4 deletionssrc/main/resources/static/js/comments/comments.js
- src/main/resources/templates/comments/commentFragment.html 3 additions, 3 deletionssrc/main/resources/templates/comments/commentFragment.html
- src/main/resources/templates/feed/feed.html 0 additions, 6 deletionssrc/main/resources/templates/feed/feed.html
- src/main/resources/templates/feed/feedWithComments.html 50 additions, 0 deletionssrc/main/resources/templates/feed/feedWithComments.html
Loading
Please register or sign in to comment