Николай weirdcat
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-19 22:57:49 +03:00
f65439fb50 feat: fully implement profile controller;
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-19 11:44:23 +03:00
fc0c73aa5b feat: added go-automapper for mapping dtos;
weirdcat created branch feat-profile_service in weirdcat/easywish 2025-07-18 21:08:28 +03:00
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-18 21:08:28 +03:00
6f7d8bf244 refactor: updated profiles
6588190e8b refactor: renamed claims file;
Compare 2 commits »
weirdcat pushed to main at weirdcat/easywish 2025-07-17 23:15:21 +03:00
8f04566b5a chore: regenerated swagger;
weirdcat pushed to main at weirdcat/easywish 2025-07-17 22:39:21 +03:00
f2274f6c58 Merge pull request 'refactor-controllers' (#5) from refactor-controllers into main
feb0524d39 Merge pull request 'refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;' (#4) from fix-swaggo into refactor-controllers
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
d6e2d02bff refactor: transitioned auth controller to use the new controller structure;
f9d7439def fix: Setup interface mismatch;
Compare 6 commits »
weirdcat merged pull request weirdcat/easywish#5 2025-07-17 22:39:20 +03:00
refactor-controllers
weirdcat created pull request weirdcat/easywish#5 2025-07-17 22:38:56 +03:00
refactor-controllers
weirdcat merged pull request weirdcat/easywish#4 2025-07-17 22:38:35 +03:00
refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 22:38:35 +03:00
feb0524d39 Merge pull request 'refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;' (#4) from fix-swaggo into refactor-controllers
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
Compare 2 commits »
weirdcat created pull request weirdcat/easywish#4 2025-07-17 22:38:20 +03:00
refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
weirdcat created branch fix-swaggo in weirdcat/easywish 2025-07-17 22:37:18 +03:00
weirdcat pushed to fix-swaggo at weirdcat/easywish 2025-07-17 22:37:18 +03:00
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 21:42:54 +03:00
d6e2d02bff refactor: transitioned auth controller to use the new controller structure;
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 17:53:14 +03:00
f9d7439def fix: Setup interface mismatch;
weirdcat created branch refactor-controllers in weirdcat/easywish 2025-07-17 17:20:58 +03:00
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 17:20:58 +03:00
7298ab662f experiment: prototyping new ASP.NET-like controllers;
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:35:41 +03:00
ec56f64420 fix: wrong role 'guest' instead of 'user' defaulting in schema
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:34:58 +03:00
837fa2cfe9 fix: wrong role 'guest' instead of 'user' defaulting in schema
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:31:31 +03:00
249bbe4a98 feat: add user role support to database and queries;