aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data
Commit message (Expand)AuthorAgeFilesLines
* USER UPDATE FIIIIIIXEDtranstrike2021-01-2811-16/+1887
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-265-3/+12
* DbContext configurationstranstrike2021-01-262-12/+9
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-266-42/+30
|\
| * GetLanguages&GetTechnologies implmenentedtranstrike2021-01-264-2/+22
| * Removed IRepo in UserRepo(internal, not external)transtrike2021-01-261-14/+1
| * Working on Update User; Currently not updating user in UserRepotranstrike2021-01-262-41/+22
* | Adding User Repository TestsDanail Dimitrov2021-01-261-2/+0
|/
* Brief testing of GetPosttranstrike2021-01-262-0/+47
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-2413-433/+448
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-234-64/+53
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-232-8/+15
* Fixed Comment Models&Mappingstranstrike2021-01-231-0/+4
* Comment Models fixedtranstrike2021-01-231-0/+5
* Fixed formattingtranstrike2021-01-235-408/+408
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-222-11/+6
* Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
* Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-217-192/+64
* fixing edit methods in reposDanail Dimitrov2021-01-214-67/+41
|\
| * Code cleanup, consistency and merge conflict resolvedtranstrike2021-01-211-2/+1
| |\
| * | Code cleanup & consistencytranstrike2021-01-214-67/+41
* | | Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-211-4/+6
| |/ |/|
* | Refactored Technology repo edit methodDanail Dimitrov2021-01-211-5/+6
|/
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-212-85/+2
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-213-7/+16
* Updated migrationsSyndamia2021-01-2111-2602/+1248
* Tryed implementing the http patchtranstrike2021-01-211-7/+0
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-2010-18/+18
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-192-5/+8
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-196-31/+46
* Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-1910-1185/+1929
* Fix lang namingtranstrike2021-01-175-15/+15
* Lang&Tech layers now return id on Createtranstrike2021-01-173-0/+19
* Adding TechnologyController TetstsDanail Dimitrov2021-01-151-6/+5
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-152-2/+2
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-1525-29/+101
* Removed virtual from methodstranstrike2021-01-152-2/+2
* More formatting fixestranstrike2021-01-147-395/+395
* Name corrections in UserRepositorytranstrike2021-01-142-2/+2
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-6/+6
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-146-12/+32
* Added .csproj wide code analyzer supporttranstrike2021-01-131-5/+10
* The return of the interfacestranstrike2021-01-1311-18/+120
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-121-1/+8
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-18/+18
* Added launch & task settings for vscodetranstrike2021-01-121-5/+14
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-1216-161/+722
* Added Interfaces for all repository classesDanail Dimitrov2021-01-1111-12/+100
* Fixed test projectsDanail Dimitrov2021-01-101-1/+2