1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00
Commit Graph

92 Commits

Author SHA1 Message Date
35242354d5 issue #28 - renamed project to checklist 2020-01-18 15:36:16 -09:00
0027bef370 Renamed project_routes and template-renderer 2020-01-18 13:30:41 -09:00
daccf4074a issue #29 fixed hot reload of html templates
services had env vars resolving to directories not being watched by
fresh
2020-01-18 13:21:35 -09:00
36630cad30 remove debug print lines from schema migration 2020-01-14 10:49:32 -08:00
59554a22d5 Add stacktrace to error response 2020-01-14 10:49:19 -08:00
8aca18a353 Remove a bunch of invalid country codes for geonames 2020-01-14 10:26:12 -08:00
7ab573c670 fix broken geonames url for download country postal codes 2020-01-13 21:24:08 -08:00
28cf4924ff Scale db middleware
Ensure the database is active and has not been auto paused by RDS.
Resume database for signup and login pages.
2019-10-26 16:52:38 -08:00
2b93f2e3b4 Debugging random client disconnected error on prod 2019-10-25 14:41:16 -08:00
5dd7c02287 Fix web-app reference to web-api docs 2019-10-15 14:46:42 -08:00
d650905287 update docker-compose 2019-09-15 17:08:22 -08:00
ac080e0ce2 replace internal devops package 2019-09-03 15:00:47 -08:00
e333a56ca0 fix webapp masterdb 2019-08-29 01:07:49 -08:00
58b436860e fix panic from datadog disabled 2019-08-28 23:57:33 -08:00
965f42ef18 Change AWS_REGION to AWS_DEFAULT_REGION 2019-08-26 04:07:19 -08:00
e756362c15 Merge branch 'master' into Jsign/aws2 2019-08-26 03:38:26 -08:00
664917ec4d fix sort of two sql statement that cause new database creation fail 2019-08-22 22:22:36 -08:00
4faa375198 fix schema error 2019-08-22 22:07:27 -08:00
a39f00014c use .git/config for remote url 2019-08-22 19:40:34 -08:00
ff74c080f6 Added some additional logging to sqlxmigrate to help debug 2019-08-22 18:22:46 -08:00
998d1bf13e updates from review, WIP 2019-08-22 17:33:47 -08:00
d3b97a6608 Merge branch 'prod' into jsign/aws2 2019-08-22 11:16:51 -08:00
e560de769d schema check for type before create 2019-08-22 00:23:05 -08:00
05c6a766bb fix broken sql query 2019-08-22 00:03:11 -08:00
736ca13660 try to fix broken schema migration for accounts table 2019-08-21 23:51:42 -08:00
e8a920c44c ignore missing static directory for deploy 2019-08-21 22:52:28 -08:00
f006057157 remove use of statements since its not being used multiple times 2019-08-21 20:54:12 -08:00
5291ddd726 lower geonames batch size 2019-08-21 20:33:54 -08:00
4894f2a3d8 fix schema migration requiring web context 2019-08-21 19:28:23 -08:00
3999f30232 fix listing ecr images 2019-08-21 17:32:51 -08:00
6688b14b20 Merge branch 'master' into issue8/datadog-lambda-func 2019-08-21 16:31:11 -08:00
62f9cff7fe tools/text-translator: new extractor tool & README.md 2019-08-20 21:30:23 -03:00
0658ab1ad3 web-app: use universal-translator files to externalize translatable texts 2019-08-20 21:25:09 -03:00
1229cf0404 web-app: fix translator mid query/accept option 2019-08-20 21:23:41 -03:00
1a49f8c4fb updates for new devops transition 2019-08-19 20:21:48 -08:00
7869f23bd3 Merge branch 'master' into apply-dependency-injection 2019-08-17 11:29:50 -08:00
295e46a885 Cache geonames download 2019-08-17 11:15:45 -08:00
81d79c4424 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-17 10:58:59 -08:00
666eafceec Fix random errors from tests 2019-08-17 10:58:45 -08:00
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07:00
c61a934279 Add more comment 2019-08-15 14:47:00 +07:00
7171328072 Use ctx param from outer function 2019-08-15 14:40:39 +07:00
8c28261fee Update GetGeoNames and Migration functions. 2019-08-15 14:27:25 +07:00
102ca82125 Completed web-api and web-app updates 2019-08-14 17:59:47 -08:00
04e73c8f4e completed updating web-api 2019-08-14 12:53:40 -08:00
e45dd56149 Completed updating biz logic packages to use repository pattern 2019-08-14 11:40:26 -08:00
3bc814a01e WIP: not sure how to solve user_account calling account.CanModifyAccount 2019-08-13 23:41:06 -08:00
5ea41923c7 fix deploy script 2019-08-13 18:12:20 -08:00
09b4ff8171 fixing deploy script 2019-08-13 17:08:19 -08:00
f03738b772 change eproc.tech to example.saasstartupkit.com 2019-08-13 16:06:11 -08:00