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

353 Commits

Author SHA1 Message Date
f2c5b7211f update devops package 2019-08-23 11:17:10 -08:00
e8bf11c9d9 fix git remote user 2019-08-22 23:42:46 -08:00
c1f8b8f937 use CI_PROJECT_PATH for remote username 2019-08-22 23:33:09 -08:00
0852548099 print remote username 2019-08-22 23:15:47 -08:00
8df5ef1397 Merge branch 'prod' into 'master'
Migrated devops code to independant project

See merge request geeks-accelerator/oss/saas-starter-kit!13
2019-08-23 07:11:03 +00: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
50151310ad fix env vars to deploy services 2019-08-22 00:46:20 -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
515138db51 fix deployment config 2019-08-21 19:39:06 -08:00
4894f2a3d8 fix schema migration requiring web context 2019-08-21 19:28:23 -08:00
9e0f105e2f Fix crazy cros project dep because we had to use interfaces 2019-08-21 18:34:14 -08:00
651b3c11d6 updated schema readme 2019-08-21 18:01:02 -08:00
3999f30232 fix listing ecr images 2019-08-21 17:32:51 -08:00
d0b44f21d7 fix build error 2019-08-21 16:41:00 -08:00
6688b14b20 Merge branch 'master' into issue8/datadog-lambda-func 2019-08-21 16:31:11 -08:00
3efba4fc1e completed devops migration 2019-08-21 16:28:50 -08:00
f9273881bd devops migration 2019-08-21 14:31:28 -08:00
62f9cff7fe tools/text-translator: new extractor tool & README.md 2019-08-20 21:30:23 -03:00
4ca29e4ad5 tools/text-translator: automatically translate translation files 2019-08-20 21:25:17 -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
869a999e8a Merge branch 'webapiReadmeImprovements' into 'master'
webapi: README fixes and improvements

See merge request geeks-accelerator/oss/saas-starter-kit!12
2019-08-20 05:08:49 +00:00
4f95d991d1 Merge branch 'webappReadmeImprovements' into 'master'
web-app readme improvements

See merge request geeks-accelerator/oss/saas-starter-kit!11
2019-08-20 05:06:25 +00:00
ee3db2686a updated project readme 2019-08-19 20:54:45 -08:00
3130cffb51 Merge branch 'saas-starter-review' into 'master'
Merge request to expose review features on these files

See merge request geeks-accelerator/oss/saas-starter-kit!8
2019-08-20 04:52:23 +00:00
1a49f8c4fb updates for new devops transition 2019-08-19 20:21:48 -08:00
a990922ecc Apply suggestion to README.md 2019-08-20 04:17:31 +00:00
c9956acf22 Merge branch 'master' into 'saas-starter-review'
# Conflicts:
#   cmd/web-app/README.md
2019-08-20 02:49:21 +00:00
248b84f97a web-app: add information about Middleware and Routes in README.md 2019-08-19 10:21:32 -03:00
f64fee69eb web-app: README minor syntax improvements 2019-08-19 10:21:29 -03:00
1b9f7eec7b Updates to the web-app service readme. 2019-08-18 12:57:33 -08:00
0679a1e4ba Enhancements to the readme files. Main change was updating references to status of the web app:
instead of the readmes for the web app saying it was still in development with limited functionality,
updated references for the web app to say it is fully functioning and provided details.
2019-08-18 02:42:10 -08:00
732e203abc Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-18 00:47:37 -08:00
55627248f3 Updates to main readme, linking to new saasstartupkit.com. 2019-08-18 00:47:07 -08:00
4e15b6671b webapi: README fixes and improvements 2019-08-17 18:49:47 -03:00
a175c5e28a Merge branch 'apply-dependency-injection' into 'master'
Separate concern between web-api/handlers and internal package.

See merge request geeks-accelerator/oss/saas-starter-kit!7
2019-08-17 19:30:44 +00: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