Commit Graph

11 Commits

Author SHA1 Message Date
Johannes Lötzsch
5abc0e7a8b backend: defscalar int_string
Using `defscalar` fixes introspection errors.

Be aware, that UNION types are not implemented till now:
https://github.com/ajk/specialist-server/issues/3

Also `->Int` was moved from an explicit mapping postprocessing function
into the conformer.
2022-03-12 01:44:19 +01:00
Johannes Lötzsch
b851df5476 backend: ->Int fallback to string 2022-03-11 22:59:37 +01:00
Johannes Lötzsch
0231a5b4f9 lifeline_wpforms: fix language separator 2022-03-11 22:43:46 +01:00
Johannes Lötzsch
7e763ee267 deployment: sops + basicAuth
created with htpasswd from pkgs.apache2-utils

+ ensured the database is not seeded with test logins
2022-03-10 22:27:18 +01:00
Johannes Lötzsch
cf6fe58760 provisional id 2022-03-09 16:29:47 +01:00
Johannes Lötzsch
d07b57670c generated dataset + testcase for complete offer schema 2022-03-09 15:33:50 +01:00
Johannes Lötzsch
01e0db2004 mapping_lifeline_wpforms 2022-03-09 14:24:03 +01:00
Johannes Lötzsch
2b401ee296 hotfix introspection
For introspection, specialist server is picky on specs.
TODO: provide specialist-server.type fix working with generators
2022-03-09 09:43:36 +01:00
Johannes Lötzsch
bcaa84c11c create random datasets from schema
TODO: cleanup/refactoring
2022-03-09 09:18:04 +01:00
Johannes Lötzsch
18ac205302 get_offers resolver + unify function 2022-03-09 00:31:35 +01:00
Johannes Lötzsch
7e8daca015 backend: template (from swlkup)
TODO:
* debug why http://localhost:4000/graphiql/index.html doesn't load
* adapt tests from swlkup
* adapt flake from swlkup and test build pipeline
2022-03-06 23:09:59 +01:00