| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding Tests for untested Methods in LanguageRepositoryunit_tests | Danail Dimitrov | 2021-03-18 | 1 | -1/+18 |
| | | |||||
| * | Adding test for untested methods in FeedRepository | Danail Dimitrov | 2021-03-18 | 1 | -15/+54 |
| | | |||||
| * | Removed test files for UserRepository and RoleRepository. They now use build ↵ | Danail Dimitrov | 2021-03-18 | 2 | -385/+0 |
| | | | | | in functionality. | ||||
| * | Added tests for untested methods in CommentRepository | Danail Dimitrov | 2021-03-18 | 3 | -5/+77 |
| | | |||||
| * | Removed interfaces for pure classesfriends_functionality | transtrike | 2021-03-17 | 17 | -145/+8 |
| | | |||||
| * | IRepository namespace fix; Useless folder removed | transtrike | 2021-03-17 | 9 | -10/+2 |
| | | |||||
| * | Fixed to new() where possible and readable | transtrike | 2021-03-15 | 49 | -1904/+4159 |
| |\ | |||||
| | * | Merge pull request #22 from Team-Kaleidoscope/rating_system | Danail Dimitrov | 2021-03-14 | 18 | -31/+1684 |
| | |\ | | | | | | | Rating system | ||||
| | | * | Updated rating tests to follow our current code style standardsrating_system | Syndamia | 2021-03-14 | 3 | -127/+247 |
| | | | | |||||
| | | * | minor ajustments to rating repository documentation | Danail Dimitrov | 2021-03-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | added documentaion for rating repository | Danail Dimitrov | 2021-03-14 | 2 | -1/+22 |
| | | | | |||||
| | | * | Added tests for rating repository | Syndamia | 2021-03-13 | 1 | -0/+188 |
| | | | | |||||
| | | * | Added tests for rating service | Syndamia | 2021-03-13 | 1 | -0/+370 |
| | | | | |||||
| | | * | Added tests for rating controller | Syndamia | 2021-03-13 | 1 | -0/+257 |
| | | | | |||||
| | | * | Fixed type in delete rating method name in rating controller | Syndamia | 2021-03-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | Removed _userService from RatingController | Danail Dimitrov | 2021-03-03 | 1 | -3/+1 |
| | | | | |||||
| | | * | Adding authorization to Rating Controller | Danail Dimitrov | 2021-03-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Moved Rating service models outside of Post folder | Danail Dimitrov | 2021-03-03 | 8 | -8/+8 |
| | | | | |||||
| | | * | Adding Post.CurrentRating functionality | Danail Dimitrov | 2021-03-03 | 1 | -0/+10 |
| | | | | |||||
| | | * | addint updated migartion for rating | Danail Dimitrov | 2021-03-03 | 3 | -3/+699 |
| | | | | |||||
| | | * | Fixing bugs in rating layer | Danail Dimitrov | 2021-03-03 | 5 | -14/+7 |
| | | | | |||||
| | * | | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoring | Kamen Mladenov | 2021-03-14 | 21 | -1860/+2249 |
| | |\ \ | | | | | | | | | Unit test code style refactor | ||||
| | | * | | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer tests | Syndamia | 2021-03-14 | 6 | -119/+119 |
| | | | | | |||||
| | | * | | Made all Returns(Task.FromResult) into ReturnsAsync in Web layer tests | Syndamia | 2021-03-14 | 7 | -73/+67 |
| | | | | | |||||
| | | * | | Removed all discards from Data layer tests | Syndamia | 2021-03-14 | 5 | -15/+15 |
| | | | | | |||||
| | | * | | Updated code style of mock setups in Service layer tests | Syndamia | 2021-03-14 | 6 | -214/+470 |
| | | | | | |||||
| | | * | | Updated code style of mock setups in Web layer tests | Syndamia | 2021-03-14 | 7 | -119/+355 |
| | | | | | |||||
| | | * | | Made properties into variables, fixed spacing and made protected members ↵ | Syndamia | 2021-03-14 | 5 | -71/+63 |
| | | | | | | | | | | | | | | | | | private, all in Data layer tests | ||||
| | | * | | Made properties into variables in Service layer tests | Syndamia | 2021-03-14 | 5 | -222/+222 |
| | | | | | |||||
| | | * | | Made properties into variables in Web layer tests | Syndamia | 2021-03-14 | 7 | -218/+217 |
| | | | | | |||||
| | | * | | Comented out role and user repository tests, since we now use role and user ↵ | Syndamia | 2021-03-13 | 2 | -350/+350 |
| | | | | | | | | | | | | | | | | | manager and they might be obsolete | ||||
| | | * | | Removed unused local variables in service tests | Syndamia | 2021-03-13 | 4 | -13/+0 |
| | | | | | |||||
| | | * | | Replaced all "new Guid()" with "Guid.NewGuid()" in service tests | Syndamia | 2021-03-13 | 6 | -24/+24 |
| | | | | | |||||
| | | * | | Updated user service tests to use jwt service, added some missing mocks to ↵ | Syndamia | 2021-03-13 | 1 | -44/+22 |
| | | | | | | | | | | | | | | | | | user login and register tests | ||||
| | | * | | Updated controller tests to mock jwt service, removed profile picture tests ↵ | Syndamia | 2021-03-13 | 3 | -41/+35 |
| | | | | | | | | | | | | | | | | | from user controller, as that is in it's own layer | ||||
| | | * | | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into ↵ | Syndamia | 2021-03-13 | 60 | -421/+1824 |
| | | |\ \ | | | | | | | | | | | | | | | | unit_test_refactoring | ||||
| | | * | | | Code cleanup of UserTestsunit_test_refactoring | transtrike | 2021-02-22 | 11 | -1027/+980 |
| | | | | | | |||||
| | * | | | | When user has no friends, returned feed is just an empty array, rather than ↵ | Syndamia | 2021-03-13 | 1 | -3/+0 |
| | | |/ / | |/| | | | | | | | | | | throwing an exception | ||||
| | * | | | XML Docs on all controllers | transtrike | 2021-03-13 | 9 | -16/+181 |
| | | | | | |||||
| | * | | | Technology xml comments added; Needs finish | transtrike | 2021-03-13 | 2 | -3/+54 |
| | | | | | |||||
| * | | | | Fixed to new() where possible and readable | transtrike | 2021-03-15 | 8 | -63/+63 |
| |/ / / | |||||
| * | / | NSwag replaced Swagger; Doc prep configurednswag | transtrike | 2021-03-03 | 12 | -86/+97 |
| | |/ |/| | |||||
| * | | Fixed AutoMapper Assembly Error | transtrike | 2021-03-01 | 2 | -1/+4 |
| | | | |||||
| * | | tryibg to fix rating layers | Danail Dimitrov | 2021-02-28 | 6 | -83/+42 |
| | | | |||||
| * | | merge with dev | Danail Dimitrov | 2021-02-28 | 26 | -256/+419 |
| |\ \ | |||||
| | * | | Removed JwtOptions | transtrike | 2021-02-28 | 3 | -27/+4 |
| | | | | |||||
| | * | | Integrated new JWT validation where needed | transtrike | 2021-02-28 | 8 | -127/+95 |
| | | | | |||||
| | * | | JWT Working like a charm | transtrike | 2021-02-28 | 2 | -5/+14 |
| | | | | |||||
| | * | | JWT Validations works; Introduced more bugs to fix later | transtrike | 2021-02-27 | 9 | -85/+225 |
| | | | | |||||
| | * | | Fixed Project Restore Problem "Not Found" | transtrike | 2021-02-26 | 7 | -49/+59 |
| | | | | |||||
