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

254 Commits

Author SHA1 Message Date
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
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
Lee Brown
c7106f089f Copper Valley was here 2019-08-16 20:42:40 -08:00
huyng
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07:00
Lee Brown
83118e85ca Remove POD architecture from readme 2019-08-16 14:52:57 -08:00
huyng
c61a934279 Add more comment 2019-08-15 14:47:00 +07:00
huyng
7171328072 Use ctx param from outer function 2019-08-15 14:40:39 +07:00
huyng
8c28261fee Update GetGeoNames and Migration functions. 2019-08-15 14:27:25 +07:00
Lee Brown
ad14c5b879 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-14 19:48:43 -08:00
Lee Brown
102ca82125 Completed web-api and web-app updates 2019-08-14 17:59:47 -08:00
Lee Brown
04e73c8f4e completed updating web-api 2019-08-14 12:53:40 -08:00
Lee Brown
e45dd56149 Completed updating biz logic packages to use repository pattern 2019-08-14 11:40:26 -08:00
Lucas Brown
fa4bf1d765 Updates to readme files to fix some misspellings. 2019-08-14 01:18:21 -08:00
Lee Brown
3bc814a01e WIP: not sure how to solve user_account calling account.CanModifyAccount 2019-08-13 23:41:06 -08:00
Lee Brown
4be0454421 update gitignore for .devops 2019-08-13 22:26:25 -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
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