Commit Graph

33 Commits

Author SHA1 Message Date
Johannes Lötzsch 298b2e4357
Merge pull request #11 from PluggPreagar/main
Update README.md
2022-03-17 09:20:39 +01:00
PluggPreagar db111ecb66
Update README.md
add Windows installation
2022-03-17 09:06:24 +01:00
Johannes Lötzsch 3614d299f3 backend: allow optional limit for import! 2022-03-16 21:54:21 +01:00
Johannes Lötzsch e31d2cfb92 backend: geocoding support for warhelp dataset 2022-03-16 21:43:05 +01:00
Johannes Lötzsch 78a340a1d0 backend: import first warhelp sample datasets 2022-03-16 18:26:34 +01:00
Johannes Lötzsch f7460f320e backend: refactored import 2022-03-16 15:17:03 +01:00
Johannes Lötzsch 2da7d0fe27 backend: geocode 2022-03-15 04:42:52 +01:00
Johannes Lötzsch e381675a39 backend: import + serve offers from db 2022-03-15 02:46:34 +01:00
Johannes Lötzsch 46fd2e6f4e backend: refactor get_offers 2022-03-14 14:34:54 +01:00
Johannes Lötzsch 31bf7a263f schema: prepared geocoding
TODO: replace mock_geocoding by real geocoding on import + serving from db
2022-03-14 12:27:09 +01:00
Johannes Lötzsch 9114c0fa03 additional writable columns
+ stacked columns
2022-03-13 23:37:29 +01:00
Johannes Lötzsch 57fa871354 writable column (first version)
TODO:
* save author (+timestamp)
* other additional columns
* show updated table while still writing+refetching
2022-03-13 01:06:16 +01:00
Johannes Lötzsch 1ac545ae87 backend: support persistent JWT_SECRET 2022-03-12 16:04:21 +01:00
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 1f5154e2af backend: warning when started without DB_SEED 2022-03-11 17:10:07 +01:00
Johannes Lötzsch df0df1affd cors: allow-origin FRONTEND_BASE_URL 2022-03-11 16:37:24 +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 03f209f0bd fixed: test after date was modified in sample-data 2022-03-09 18:33:49 +01:00
Winzlieb - 7479369abd enable date filtering 2022-03-09 17:19:45 +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 de7624072d remove org.webjars 2022-03-09 09:46: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
pluggPreagar e3fee57a94 graphiql - init web interface 2022-03-09 08:10:35 +01:00
Johannes Lötzsch 9bc11c5bb8 fixed: default value of :import-file 2022-03-09 07:43:51 +01:00
Johannes Lötzsch 18ac205302 get_offers resolver + unify function 2022-03-09 00:31:35 +01:00
Johannes Lötzsch fb4eed42a1 added: backend/test 2022-03-07 21:16:13 +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
Johannes Lötzsch d6c6687823 README.md placeholders for components 2022-03-06 22:33:21 +01:00