-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Jan 7, 2024
1 parent
e6d75e8
commit 7f77929
Showing
51 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/ChatAppApplication.java
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/AnswerVideoCall.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/ChatController.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/ChatMessage.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/CorsConfig.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/MessageType.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/UsernameRequest.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/chat/VideoCallMessage.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/config/RedisConfig.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/config/WebSocketConfig.java
100644 → 100755
Empty file.
Empty file modified
0
backend/src/main/java/com/example/chatApp/config/WebSocketEventListener.java
100644 → 100755
Empty file.
Empty file.
Empty file modified
0
backend/src/test/java/com/example/chatApp/ChatAppApplicationTests.java
100644 → 100755
Empty file.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
server.port=3333 | ||
spring.mail.host=smtp.gmail.com | ||
spring.mail.port=587 | ||
spring.mail.username[email protected] | ||
spring.mail.password=xhsdigzdasdvwfxl | ||
spring.mail.properties.mail.smtp.auth=true | ||
spring.mail.properties.mail.smtp.starttls.enable=true | ||
spring.redis.host=redis | ||
spring.redis.port=6379 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.48 KB
backend/test/classes/com/example/chatApp/chat/AnswerVideoCall$AnswerVideoCallBuilder.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.73 KB
backend/test/classes/com/example/chatApp/chat/Candidate$CandidateBuilder.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.87 KB
backend/test/classes/com/example/chatApp/chat/ChatMessage$ChatMessageBuilder.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.48 KB
backend/test/classes/com/example/chatApp/chat/Signal$SignalBuilder.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+608 Bytes
backend/test/classes/com/example/chatApp/chat/UsernameRequest.class
Binary file not shown.
Binary file added
BIN
+2.26 KB
backend/test/classes/com/example/chatApp/chat/VideoCallMessage$VideoCallMessageBuilder.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.98 KB
backend/test/classes/com/example/chatApp/config/WebSocketConfig.class
Binary file not shown.
Binary file added
BIN
+3.02 KB
backend/test/classes/com/example/chatApp/config/WebSocketEventListener.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
artifactId=chatApp | ||
groupId=com.example | ||
version=0.0.1-SNAPSHOT |
20 changes: 20 additions & 0 deletions
20
backend/test/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
com/example/chatApp/chat/ChatController.class | ||
com/example/chatApp/chat/VideoCallMessage.class | ||
com/example/chatApp/chat/VideoCallMessage$VideoCallMessageBuilder.class | ||
com/example/chatApp/config/WebSocketConfig.class | ||
com/example/chatApp/chat/AnswerVideoCall.class | ||
com/example/chatApp/ChatAppApplication.class | ||
com/example/chatApp/chat/AnswerVideoCall$AnswerVideoCallBuilder.class | ||
com/example/chatApp/chat/Candidate$CandidateBuilder.class | ||
com/example/chatApp/MailService.class | ||
com/example/chatApp/chat/MessageType.class | ||
com/example/chatApp/chat/ChatMessage.class | ||
com/example/chatApp/config/RedisConfig.class | ||
com/example/chatApp/config/WebSocketEventListener.class | ||
com/example/chatApp/chat/Signal$SignalBuilder.class | ||
com/example/chatApp/chat/Candidate.class | ||
com/example/chatApp/chat/CorsConfig.class | ||
com/example/chatApp/chat/ChatMessage$ChatMessageBuilder.class | ||
com/example/chatApp/chat/UsernameRequest.class | ||
com/example/chatApp/chat/Signal.class | ||
com/example/chatApp/RedisService.class |
13 changes: 13 additions & 0 deletions
13
backend/test/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/MailService.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/ChatMessage.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/ChatAppApplication.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/VideoCallMessage.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/CorsConfig.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/MessageType.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/AnswerVideoCall.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/RedisService.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/WebSocketConfig.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/ChatController.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/WebSocketEventListener.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/UsernameRequest.java | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/RedisConfig.java |
1 change: 1 addition & 0 deletions
1
.../test/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com/example/chatApp/ChatAppApplicationTests.class |
1 change: 1 addition & 0 deletions
1
...nd/test/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/test/java/com/example/chatApp/ChatAppApplicationTests.java |
91 changes: 91 additions & 0 deletions
91
backend/test/surefire-reports/TEST-com.example.chatApp.ChatAppApplicationTests.xml
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
backend/test/surefire-reports/com.example.chatApp.ChatAppApplicationTests.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
------------------------------------------------------------------------------- | ||
Test set: com.example.chatApp.ChatAppApplicationTests | ||
------------------------------------------------------------------------------- | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s - in com.example.chatApp.ChatAppApplicationTests |
Binary file added
BIN
+546 Bytes
backend/test/test-classes/com/example/chatApp/ChatAppApplicationTests.class
Binary file not shown.