This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal
2021-04-05 12:22:54 +02:00
..
auth replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
db rename two utils (sqlutils.SanitizeSortExpression -> sqlutils.SanitizeSort, sqlutils.SanitizeSortExpressions -> sqlutils.SanitizeSorts), add a new helper type to db package (Sort) 2021-03-06 08:44:49 +01:00
gin/middleware replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
graphql update schema 2021-04-05 12:22:54 +02:00
models add a new field (id) to QualificationToProfession 2021-04-03 10:32:17 +02:00
profession replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
qualification fix: question_pg_repository.associateQualificationWithProfession does nothing on conflict 2021-04-04 19:52:15 +02:00
question replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
user replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00