index
:
IT-kariera/Team-Kaleidoscope/DevHive
chat_system
dev
dev-old
feature/profile_picture_implementation
fix_friends_authorization
friends_functionality
heroku/main
lazy_loading
main
nswag
rating_system
unit_test_refactoring
unit_tests
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
DevHive.Tests
/
DevHive.Services.Tests
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Project Restructure P.1
transtrike
2021-02-13
8
-1861
/
+0
|
*
Fixed tests and commented out the ones that don't work (because they need ↵
Syndamia
2021-02-05
1
-95
/
+97
|
|
|
|
more setup)
*
Fixed service layer tests (again)
Danail Dimitrov
2021-02-04
5
-411
/
+449
|
*
Fixed the return type of UserService.DeleteUser and refactored ↵
Danail Dimitrov
2021-01-28
1
-2
/
+2
|
|
|
|
UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
*
Adding UserService tests
Danail Dimitrov
2021-01-28
1
-0
/
+212
|
*
Refactored tests after the boys broke them
Danail Dimitrov
2021-01-28
2
-5
/
+186
|
*
Adding RoleService tests
Danail Dimitrov
2021-01-28
1
-0
/
+230
|
*
Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵
Danail Dimitrov
2021-01-28
1
-0
/
+155
|
|
|
|
no exception would be thrown when there are no posts to query
*
Adding PostService tests
Danail Dimitrov
2021-01-27
1
-0
/
+494
|
*
Adding TechnologyService tests
Danail Dimitrov
2021-01-27
1
-0
/
+33
|
*
Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)
Danail Dimitrov
2021-01-27
1
-15
/
+10
|
*
Adding LanguageService tests
Danail Dimitrov
2021-01-27
1
-8
/
+37
|
*
Removing tests for deleted User Repository methods
Danail Dimitrov
2021-01-26
1
-237
/
+0
|
*
Adding User Repository Tests
Danail Dimitrov
2021-01-26
3
-4
/
+56
|
*
Adding Comment layer unit test(Note: Data is to be refactored no data layer ↵
Danail Dimitrov
2021-01-21
2
-2
/
+191
|
|
|
|
tests are added)
*
Adding Language layer unit test(Note: Data is to be refactored no data layer ↵
Danail Dimitrov
2021-01-21
1
-9
/
+133
|
|
|
|
tests are added)
*
Made all Technology Layer Tests async again
Danail Dimitrov
2021-01-21
2
-96
/
+88
|
*
Made all Technology Layer Tests not asymc again
Danail Dimitrov
2021-01-21
2
-78
/
+198
|
*
Refactored technology layer tests to be async
Danail Dimitrov
2021-01-21
1
-101
/
+78
|
*
Fixed TechnologyService.Tests after refactoring of TechnologyService
Danail Dimitrov
2021-01-21
1
-12
/
+36
|
*
Updated Moq to newer version
transtrike
2021-01-19
1
-1
/
+1
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
1
-1
/
+1
|
|
|
|
DevHive.Interfaces
*
Refactoed technology service tests to use Assert.Throw instead of try catch
Danail Dimitrov
2021-01-14
1
-87
/
+42
|
*
Refactored Technology service tests
Danail Dimitrov
2021-01-14
1
-169
/
+166
|
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
1
-4
/
+4
|
*
Added .csproj wide code analyzer support
transtrike
2021-01-13
1
-0
/
+4
|
*
Fixed formatting issues and missing {} in DevHive.Tests
transtrike
2021-01-13
1
-181
/
+185
|
*
The return of the interfaces
transtrike
2021-01-13
2
-273
/
+270
|
*
Full implementation of Language & Technologies to User
transtrike
2021-01-12
1
-5
/
+5
|
*
Added tests for TechnologyService
Danail Dimitrov
2021-01-12
1
-7
/
+216
|
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
3
-18
/
+66
|
*
Fixed test projects
Danail Dimitrov
2021-01-10
2
-0
/
+37