Commit Graph
14 Commits
Author SHA1 Message Date
Arwid ThornströmandGitHub c68c182b64 3010: Apollo 4 major update and complete security overhaul to prepare for public api support
* 2919: rewrite for update to apollo 4 (#131)

* rewrite for update to apollo 4

* removed container tests, edited make to publish any branch to staging

* revert makefile

* cleanup

* update 1

* more fixes to get it working on aws

* enabled csrf prevention protection, testing if build works

* switched to express version

* changed the healthcheck url

* added cache to restdatasources

* 3011: create a login mutation on graphql server that responds with a access token (#133)

* 3011 added login rest endpoint and general scope fixes

* changed login auth to basic auth username and password

* minor changes from CR feedback

* force update

* added tighter timeout for idle knex connection

* Refactor authentication and scopes (#134)

* big refactor of scopes in graphql

* cr fixes

* some security fixes (#135)

* some security fixes

* cleanup

* update staging

* minor readme change
2022-12-12 12:58:24 +01:00
Niklas FondbergandGitHub 0685902d9f Upgrade deps and add new relic for tracing and logs (#103)
* Upgrade deps and add new relic for tracing and logs

* Added env variable

* Readd bernard which was accidently removed
2022-02-11 11:50:56 +01:00
Niklas FondbergandGitHub 2a8212ff12 Add bernard sqs msg to add redirect for changed paths (#73) 2021-10-14 15:55:10 +02:00
Niklas FondbergandGitHub 08149c4a87 Add product search (#64) 2021-10-11 11:20:48 +02:00
Niklas FondbergandGitHub 84bed9a7ce File upload functionality for own interiors (#39) 2021-09-13 13:38:53 +02:00
Niklas FondbergandGitHub f0079086d9 Fix correct interior env names (#38) 2021-09-10 14:06:33 +02:00
Niklas FondbergandGitHub fbce7ec879 More careful default types 2 (#37) 2021-09-09 13:21:07 +02:00
Niklas FondbergandGitHub 3365949920 Revert "Be more careful with default types (#34)" (#36)
This reverts commit 692b530623.
2021-09-09 12:52:07 +02:00
Niklas FondbergandGitHub 692b530623 Be more careful with default types (#34) 2021-09-09 09:40:40 +02:00
Anders Gustafsson 38cfa4d05a P5-7626 - Development fixes and clarifications 2021-08-12 10:51:57 +02:00
Niklas FondbergandGitHub d17df41d86 Added product admin features 2021-07-26 10:35:52 +02:00
Niklas Fondberg 6bca11c62d Do not verify token during tests 2021-07-06 12:25:38 +02:00
Arwid ThornströmandGitHub c92482777d P5-7496: orders tests (#3)
* P5-7495: added more db data and more designer tests

* P5-7496: rebuild for sql export, added better test control values

* changed order rows - edge from int to string

* added tests for designer order rows

* remove sql inserts

* Some cleanup and moving files

* package

* removed comments

* added base sql files to pass tests on github CI
2021-07-02 11:17:59 +02:00
Arwid ThornströmandGitHub 74796e23a8 P5-7141: basic tests (#1)
* added containers for db and apollo

* connected to test db

* added network again

* Added base for tests
2021-06-17 11:04:22 +02:00