aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/TechnologyService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-90/+0
|
* Tech & Lang read models return idstranstrike2021-02-011-2/+2
|
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-1/+1
|
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-261-0/+1
|
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-261-0/+7
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
|
* Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-4/+1
|
* Lang&Tech layers now return id on Createtranstrike2021-01-171-4/+10
|
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-171-5/+5
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-3/+2
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-1/+0
|
* Refactored Technology service testsDanail Dimitrov2021-01-141-2/+2
|
* Fixed Language & Technology Update methodstranstrike2021-01-141-7/+8
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-3/+3
|
* The return of the interfacestranstrike2021-01-131-5/+6
|
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-6/+18
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-3/+3
| | | | Migrations added
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-3/+3
|
* ALmost solved DPtranstrike2020-12-191-2/+2
|
* Fixed Technology and Language validationsDanail Dimitrov2020-12-181-2/+2
|
* Adding Technology Web layerDanail Dimitrov2020-12-181-3/+3
|
* Added: TechnologyService, Technology Service models, Technology mappings for ↵Danail Dimitrov2020-12-181-0/+67
the service and fixed laguage mappings for the service