1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-06 23:46:29 +02:00

241 Commits

Author SHA1 Message Date
Lee Brown
f9273881bd devops migration 2019-08-21 14:31:28 -08:00
Lee Brown
1a49f8c4fb updates for new devops transition 2019-08-19 20:21:48 -08:00
Lee Brown
15a2f72282 Copper Valley was here 2019-08-16 20:40:48 -08:00
Lee Brown
85714558ed Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue8/datadog-lambda-func 2019-08-16 13:36:04 -08:00
Lee Brown
dd4cf51c94 WIP: code migration complete 2019-08-16 13:33:57 -08:00
Lee Brown
059900e4f8 WIP: migrate out devops to new repo 2019-08-16 01:59:16 -08:00
Lucas Brown
fa4bf1d765 Updates to readme files to fix some misspellings. 2019-08-14 01:18:21 -08:00
Lee Brown
e7b403936b remove awslogs-datetime-format from ecs task def 2019-08-13 20:47:51 -08:00
Lee Brown
edfb706200 disable awslogs-datetime-format for ecs task def 2019-08-13 20:26:39 -08:00
Lee Brown
c4d2f85555 try updating awslogs-datetime-format 2019-08-13 19:49:53 -08:00
Lee Brown
5ea41923c7 fix deploy script 2019-08-13 18:12:20 -08:00
Lee Brown
c4b7abf685 fix ecr purge images 2019-08-13 17:15:53 -08:00
Lee Brown
09b4ff8171 fixing deploy script 2019-08-13 17:08:19 -08:00
Lee Brown
56f7fb08b9 update aws to log with milliseconds 2019-08-13 16:50:29 -08:00
Lee Brown
f03738b772 change eproc.tech to example.saasstartupkit.com 2019-08-13 16:06:11 -08:00
Lee Brown
58d645dacb fix account signup 2019-08-13 00:41:10 -08:00
Lee Brown
ce5ad37ac8 Updates from aurora.cam 2019-08-12 21:28:16 -08:00
Lee Brown
08d6c88c78 fixed test web-api:TestUserToken from validation change 2019-08-12 21:26:35 -08:00
Lee Brown
75f669ece0 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-12 17:39:25 -08:00
Lee Brown
2c4331d1d0 Adding new section to readme for setting up new project 2019-08-12 17:39:03 -08:00
Lee Brown
60a5b46bfc Merge branch 'issue19/auto-restart-service' into 'master'
issue#19 recompile service on file change

See merge request geeks-accelerator/oss/saas-starter-kit!6
2019-08-13 01:35:26 +00:00
Lee Brown
e180e05c9b Fix schema migration for unittests 2019-08-12 13:53:03 -08:00
Lee Brown
7e89d679db Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue8/datadog-lambda-func 2019-08-12 13:03:49 -08:00
Lee Brown
064cebd2ce fix optional auth for middleware in session 2019-08-12 12:48:06 -08:00
Lee Brown
c16ab0e3f9 Remove depreciated tool truss 2019-08-12 12:37:23 -08:00
Lee Brown
12aef8830f ignore tmp dir from fresh 2019-08-12 12:32:38 -08:00
Lee Brown
2e43f95748 issue#19 recompile service on file change
Updated web-app and web-api to auto build the service when running with
docker-compose.
2019-08-12 12:30:35 -08:00
Lee Brown
e4094d87c8 Updated readme to include note about geonames. 2019-08-12 10:36:45 -08:00
Lee Brown
05ff93555c Reduce countries loaded for geonames to US only by default.
Schema loads in around 1min now.
2019-08-12 10:26:00 -08:00
Lee Brown
18b4e7f060 Fixed typo in Readme 2019-08-10 00:49:04 -08:00
Lee Brown
92f3d24074 Updated Readme with some minor clarifications 2019-08-09 17:00:24 -08:00
Lee Brown
06d84009db Reverted deployments back to eproc.tech 2019-08-09 11:24:09 -08:00
Lee Brown
5a0bf872b9 Merge branch 'main_readme_enhencement' into 'master'
Main readme enhancement

See merge request geeks-accelerator/oss/saas-starter-kit!5
2019-08-09 17:57:16 +00:00
Lee Brown
8d2f7cb5b3 Fix deploy script for domains that start with a number 2019-08-09 09:54:56 -08:00
huyng
2793801d15 Update README.md 2019-08-09 15:28:02 +00:00
huyng
367c9f05a0 Enhance the readme 2019-08-09 22:25:48 +07:00
Lee Brown
0cca4f31b7 updated gitlab config to new domain for testing 2019-08-08 17:45:27 -08:00
Lee Brown
d24d4ec48c Testing build pipeline 2019-08-08 17:09:19 -08:00
Lee Brown
7cf95bb35e issue#8 datadog ECS logs
Working on cleaning up deployment code to add support for deploying a
lambda function to ship logs from AWS cloudwatch to datadog. WIP
2019-08-08 13:58:24 -08:00
Lee Brown
169ecf0b1c Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-08 01:13:30 -08:00
Lee Brown
e1e9454ce3 Added support for building lambda functions 2019-08-08 01:12:04 -08:00
Lucas Brown
357ddc7663 Add content in the readme files linking to a google slide deck of screen captures
and including image showing similarities/differences between the web app vs web api.
2019-08-07 23:35:04 -08:00
Lee Brown
9f01a6180e fixed user oauth token to support form post 2019-08-07 23:00:12 -08:00
Lee Brown
d617400e5a web-api remove validation reference to removed methods 2019-08-07 21:20:58 -08:00
Lee Brown
a08becba0f web-api fixed dockerfile conditional error 2019-08-07 21:19:30 -08:00
Lee Brown
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
Lee Brown
83bcfce508 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-07 20:20:08 -08:00
Lee Brown
b387ccb827 forked swaggo/swag and added caching to reduce build times 2019-08-07 20:19:09 -08:00
Lucas Brown
7d171d41b7 Added note on example valiation page. 2019-08-07 19:37:22 -08:00
Lee Brown
195754432c fix docker-compose up - webapp required sender email to be set 2019-08-07 17:49:21 -08:00