aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-2/+8
|
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-8/+1
|
* Brief testing of GetPosttranstrike2021-01-261-0/+12
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-1/+1
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-12/+14
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-3/+9
|
* Fixed Comment Models&Mappingstranstrike2021-01-231-0/+4
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
|
* Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
|
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-211-1/+1
|
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-11/+2
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-205-9/+9
|
* Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-192-0/+9
|
* Fix lang namingtranstrike2021-01-171-1/+1
|
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+4
|
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-1513-5/+78
| | | | DevHive.Interfaces
* More formatting fixestranstrike2021-01-142-4/+4
|
* Name corrections in UserRepositorytranstrike2021-01-141-1/+1
|
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-3/+3
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-143-8/+11
|
* The return of the interfacestranstrike2021-01-136-0/+119