framework switch from 2.1 to 3.1 + introduce postgres #1

Manually merged
wanderer merged 11 commits from app-3.1-migration into master 2020-12-26 20:59:31 +01:00

11 Commits

Author SHA1 Message Date
fe2e054f0b
chore: postgre --> postgres
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-26 19:28:41 +01:00
83379ec335
chore: revert 61714e3d9e
All checks were successful
continuous-integration/drone/pr Build is passing
* didn't work out so well, builds fine but refuses to run, stashing
  the idea for another time
2020-12-26 18:42:34 +01:00
61714e3d9e
chore: use async for db ops
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-26 18:00:15 +01:00
5a81c93395
chore: include carousels folder 2020-12-26 17:59:32 +01:00
b0669f65c0
chore: target 3.1.* + connected simplification
All checks were successful
continuous-integration/drone/pr Build is passing
* global.json sdk value will now match 3.1.whatever
* rm the now-redundant sed both from the ci pipeline and Dockerfile*
* limit ci pipeline runs to single build for an event. e.g. on a pr,
  run a single build instead of both a pr build and a push build
* edit Makefile to force --no-cache builds
2020-12-26 17:26:11 +01:00
4fd5b9f4de
chore: turn off the stupid banner for now 2020-12-26 17:05:31 +01:00
779c349ff6
chore: correct db creds format + mount local dir
* ./ instead of $PWD means that the mounted folder is not where the
  command is run from but rather the folder local to the compose file
* use proper db creds format
2020-12-26 17:02:24 +01:00
82d075dd01
feat: switch to rootless runs + refactor
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
* build as root but run the container as UID/GID 1000
* db expose only on localhost
* docker-compose mount $PWD for easy local debugging
2020-12-15 22:47:08 +01:00
1489069c5c
chore: update Makefile - add dcdevrun target
All checks were successful
continuous-integration/drone/pr Build is passing
* [skip ci]
2020-12-15 15:28:11 +01:00
67561303a4
feat: move to framework version 3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
* lots of pertaining changes
* again solving global.json version mismatch with sed
* correctly specify db creds via dc env
2020-12-15 15:04:28 +01:00
e5b871c275
chore: adding postgre support [wip - batch 1]
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-06 12:23:51 +01:00