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

302 Commits

Author SHA1 Message Date
Lee Brown
cf5cb0e2b9 Merge branch 'updateDevops' into 'master'
update devops to v1.0.11

See merge request geeks-accelerator/oss/saas-starter-kit!14
2019-08-24 22:58:31 +00:00
Lee Brown
32f0dbfec2 Merge branch 'fixReadme' into 'master'
fix README with moved config files

See merge request geeks-accelerator/oss/saas-starter-kit!15
2019-08-24 22:58:09 +00:00
jsign
40516e3b24 fix README with moved config files 2019-08-24 15:21:47 -03:00
jsign
a888bdc930 update devops to v1.0.11 2019-08-24 12:55:38 -03:00
Lee Brown
d0cda121d2 update devdeploy 2019-08-23 12:13:59 -08:00
Lee Brown
f2c5b7211f update devops package 2019-08-23 11:17:10 -08:00
Lee Brown
e8bf11c9d9 fix git remote user 2019-08-22 23:42:46 -08:00
Lee Brown
c1f8b8f937 use CI_PROJECT_PATH for remote username 2019-08-22 23:33:09 -08:00
Lee Brown
0852548099 print remote username 2019-08-22 23:15:47 -08:00
Lee Brown
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
Lee Brown
664917ec4d fix sort of two sql statement that cause new database creation fail 2019-08-22 22:22:36 -08:00
Lee Brown
4faa375198 fix schema error 2019-08-22 22:07:27 -08:00
Lee Brown
a39f00014c use .git/config for remote url 2019-08-22 19:40:34 -08:00
Lee Brown
ff74c080f6 Added some additional logging to sqlxmigrate to help debug 2019-08-22 18:22:46 -08:00
Lee Brown
50151310ad fix env vars to deploy services 2019-08-22 00:46:20 -08:00
Lee Brown
e560de769d schema check for type before create 2019-08-22 00:23:05 -08:00
Lee Brown
05c6a766bb fix broken sql query 2019-08-22 00:03:11 -08:00
Lee Brown
736ca13660 try to fix broken schema migration for accounts table 2019-08-21 23:51:42 -08:00
Lee Brown
e8a920c44c ignore missing static directory for deploy 2019-08-21 22:52:28 -08:00
Lee Brown
f006057157 remove use of statements since its not being used multiple times 2019-08-21 20:54:12 -08:00
Lee Brown
5291ddd726 lower geonames batch size 2019-08-21 20:33:54 -08:00
Lee Brown
515138db51 fix deployment config 2019-08-21 19:39:06 -08:00
Lee Brown
4894f2a3d8 fix schema migration requiring web context 2019-08-21 19:28:23 -08:00
Lee Brown
9e0f105e2f Fix crazy cros project dep because we had to use interfaces 2019-08-21 18:34:14 -08:00
Lee Brown
651b3c11d6 updated schema readme 2019-08-21 18:01:02 -08:00
Lee Brown
3999f30232 fix listing ecr images 2019-08-21 17:32:51 -08:00
Lee Brown
d0b44f21d7 fix build error 2019-08-21 16:41:00 -08:00
Lee Brown
6688b14b20 Merge branch 'master' into issue8/datadog-lambda-func 2019-08-21 16:31:11 -08:00
Lee Brown
3efba4fc1e completed devops migration 2019-08-21 16:28:50 -08:00
Lee Brown
f9273881bd devops migration 2019-08-21 14:31:28 -08:00
Lee Brown
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
Lee Brown
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
Lee Brown
ee3db2686a updated project readme 2019-08-19 20:54:45 -08:00
Lee Brown
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
Lee Brown
1a49f8c4fb updates for new devops transition 2019-08-19 20:21:48 -08:00
Lee Brown
a990922ecc Apply suggestion to README.md 2019-08-20 04:17:31 +00:00
Zaq? Wiedmann
c9956acf22 Merge branch 'master' into 'saas-starter-review'
# Conflicts:
#   cmd/web-app/README.md
2019-08-20 02:49:21 +00:00
jsign
248b84f97a web-app: add information about Middleware and Routes in README.md 2019-08-19 10:21:32 -03:00
jsign
f64fee69eb web-app: README minor syntax improvements 2019-08-19 10:21:29 -03:00
Lucas Brown
1b9f7eec7b Updates to the web-app service readme. 2019-08-18 12:57:33 -08:00
Lucas Brown
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
Lucas Brown
732e203abc Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-18 00:47:37 -08:00
Lucas Brown
55627248f3 Updates to main readme, linking to new saasstartupkit.com. 2019-08-18 00:47:07 -08:00
jsign
4e15b6671b webapi: README fixes and improvements 2019-08-17 18:49:47 -03:00
Lee Brown
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
Lee Brown
7869f23bd3 Merge branch 'master' into apply-dependency-injection 2019-08-17 11:29:50 -08:00
Lee Brown
295e46a885 Cache geonames download 2019-08-17 11:15:45 -08:00
Lee Brown
81d79c4424 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-17 10:58:59 -08:00
Lee Brown
666eafceec Fix random errors from tests 2019-08-17 10:58:45 -08:00
Lee Brown
e786c1c565 Merge branch 'improve_geonames_insertion_perfomance' into 'master'
Improve the performance of geonames population

See merge request geeks-accelerator/oss/saas-starter-kit!9
2019-08-17 18:58:05 +00:00