Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* creating the health service * more work on the healthService * Like Service Done * rename direct message projects * small fix * update for HealthService middleware is now ready and works, some few issues still needs some fixing * added GetLike * added so post uses likeservice when getting posts * added LikeService to docker * fixed small issue * Moved the Timeline to it's own service. Next time is to remove the current TimelineService. * Added the Timeline projects seperated from the Post projects, and removed all the redudant classes that happened to appear. * Smaller changes to the DBContext. * Added docker support for Timeline and Post. * more work on Health the service is now done and complete started working on some UI for the health service too better present how each service is doing * Health Service is done * added signalR and fixed sln * ratelimit for saving like and post theese two are proven to be a easy target for ddos and just over use * Update LikeAPI.csproj * small fix * new dockerfile * fix for build * Refactored the timeline repo methods to use using instead for cleaner code. * Refactored the post repository to use using instead. * fixed double call to repo * fixed minor issue * security stuff + gateway (#34) * gateway initial * added gateway to sln * Gateway implementation WIP, need to add authorization still. * Made it avaiable to take in a identity server. * refactored for identityServer4 * WIP * stuff * Migth be getting closer to getting the authentcation work. * Trying to add a bearer token instead of a jwt token * Minor changes to the auth service * removed identityserver functionality from auth * Made the basic implementation of the auth with ocelot. --------- * Added MessagingClient * fixed ports that prevent all services to run (#35) * Made messaging work. * Services to gateway (#36) * added likeservice to gateway * added commentservice to gateway and docker * Uncommented the HealthReporting --------- * Sent some updates, added the method needed to the ocelot file. * Removed the authorize attribute, as it is done through the api gateway. * Fixed create post method * Changed path * Fixed dependency injection in post * Added rabbitmq to docker compose * latest changes * Might have made it work * Added async modifiers * added mapping * Send this stuff, might work. * Deleted some stuff. * Initializing the list in my timeline class. * AddCommentToPost * Added references * Forgot a mapping * Added messaging to like * Changed to void * Should work now * Added refrerence * Changed it to IMapper instead * Updated the controller like * Instalized the userID list * Changed some stuff in regards to the json response * Added the map configuration for like * probarely fixed it * post tests * another test added --------- Co-authored-by: Anders Senger <[email protected]> Co-authored-by: JensIssa <[email protected]> Co-authored-by: kasp441 <[email protected]> Co-authored-by: Ominousity <[email protected]>
- Loading branch information