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
Lee Brown
c7106f089f
Copper Valley was here
2019-08-16 20:42:40 -08:00
Lee Brown
15a2f72282
Copper Valley was here
2019-08-16 20:40:48 -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
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
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
Zaq? Wiedmann
9dad6f5935
Merge request to expose review features on these files
2019-08-15 02:24:00 +00: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
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