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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
2
-1
/
+212
|
*
Refactored tests after the boys broke them
Danail Dimitrov
2021-01-28
6
-16
/
+216
|
*
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
2
-17
/
+12
|
*
Adding LanguageService tests
Danail Dimitrov
2021-01-27
2
-10
/
+39
|
*
Adding RoleRepository tests
Danail Dimitrov
2021-01-27
2
-5
/
+119
|
*
Adding FeedRepository tests
Danail Dimitrov
2021-01-27
1
-0
/
+118
|
*
adding comment repository tests
Danail Dimitrov
2021-01-26
1
-0
/
+98
|
*
adding post repository tests
Danail Dimitrov
2021-01-26
2
-1
/
+121
|
*
Removing tests for deleted User Repository methods
Danail Dimitrov
2021-01-26
3
-600
/
+1
|
*
Adding User Repository Tests
Danail Dimitrov
2021-01-26
6
-105
/
+450
|
*
Adding Comment layer unit test(Note: Data is to be refactored no data layer ↵
Danail Dimitrov
2021-01-21
5
-10
/
+422
|
|
|
|
tests are added)
*
Adding Language layer unit test(Note: Data is to be refactored no data layer ↵
Danail Dimitrov
2021-01-21
4
-10
/
+346
|
|
|
|
tests are added)
*
Made all Technology Layer Tests async again
Danail Dimitrov
2021-01-21
3
-174
/
+138
|
*
fixing edit methods in repos
Danail Dimitrov
2021-01-21
1
-56
/
+0
|
\
|
*
Code cleanup, consistency and merge conflict resolved
transtrike
2021-01-21
3
-198
/
+163
|
|
\
|
*
|
Code cleanup & consistency
transtrike
2021-01-21
1
-56
/
+0
|
|
|
*
|
|
Made all Technology Layer Tests not asymc again
Danail Dimitrov
2021-01-21
4
-131
/
+280
|
|
/
|
/
|
*
|
Refactored technology layer tests to be async
Danail Dimitrov
2021-01-21
3
-198
/
+163
|
/
*
Fixed TechnologyService.Tests after refactoring of TechnologyService
Danail Dimitrov
2021-01-21
4
-23
/
+58
|
*
Changed List to HashSet for "no duplicates" scenario
transtrike
2021-01-20
1
-9
/
+9
|
*
Updated Moq to newer version
transtrike
2021-01-19
3
-3
/
+3
|
*
Fix lang naming
transtrike
2021-01-17
1
-4
/
+4
|
*
Added more tests in UserRepo
transtrike
2021-01-17
1
-77
/
+182
|
*
Refactored little bit of UserRepoTests
transtrike
2021-01-16
1
-12
/
+18
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2021-01-16
1
-5
/
+132
|
\
|
*
Adding TechnologyController Tetsts
Danail Dimitrov
2021-01-15
1
-5
/
+132
|
|
*
|
Completed Create operations in Data.Tests/UserRepo
transtrike
2021-01-15
1
-10
/
+136
|
/
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
3
-2
/
+18
|
|
|
|
DevHive.Interfaces
*
Refactoed technology service tests to use Assert.Throw instead of try catch
Danail Dimitrov
2021-01-14
3
-87
/
+98
|
*
Refactored Technology service tests
Danail Dimitrov
2021-01-14
1
-169
/
+166
|
*
More formatting fixes
transtrike
2021-01-14
2
-206
/
+190
|
*
Fixed DI when running DevHive.Web
transtrike
2021-01-14
1
-0
/
+22
|
*
Renamed async methods to include Async in the name in UserRepository
transtrike
2021-01-14
1
-0
/
+7
|
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
2
-11
/
+11
|
*
Added .csproj wide code analyzer support
transtrike
2021-01-13
3
-0
/
+12
|
*
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
|
*
Removed useless projects
transtrike
2021-01-12
4
-174
/
+0
|
*
Full implementation of Language & Technologies to User
transtrike
2021-01-12
2
-10
/
+10
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
1
-7
/
+216
|
\
|
|
|
|
|
|
Migrations added
|
*
Added tests for TechnologyService
Danail Dimitrov
2021-01-12
1
-7
/
+216
|
|
*
|
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
1
-2
/
+2
|
/
|
|
|
Migrations added
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
4
-19
/
+66
|
*
Adding Unit tests for TechnologyRepository
Danail Dimitrov
2021-01-10
1
-110
/
+189
|
*
Fixed test projects
Danail Dimitrov
2021-01-10
7
-0
/
+218
|
[next]