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

104 Commits

Author SHA1 Message Date
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
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
7869f23bd3 Merge branch 'master' into apply-dependency-injection 2019-08-17 11:29:50 -08:00
666eafceec Fix random errors from tests 2019-08-17 10:58:45 -08:00
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07:00
9dad6f5935 Merge request to expose review features on these files 2019-08-15 02:24:00 +00:00
102ca82125 Completed web-api and web-app updates 2019-08-14 17:59:47 -08:00
04e73c8f4e completed updating web-api 2019-08-14 12:53:40 -08:00
fa4bf1d765 Updates to readme files to fix some misspellings. 2019-08-14 01:18:21 -08:00
e7b403936b remove awslogs-datetime-format from ecs task def 2019-08-13 20:47:51 -08:00
edfb706200 disable awslogs-datetime-format for ecs task def 2019-08-13 20:26:39 -08:00
c4d2f85555 try updating awslogs-datetime-format 2019-08-13 19:49:53 -08:00
5ea41923c7 fix deploy script 2019-08-13 18:12:20 -08:00
56f7fb08b9 update aws to log with milliseconds 2019-08-13 16:50:29 -08:00
f03738b772 change eproc.tech to example.saasstartupkit.com 2019-08-13 16:06:11 -08:00
58d645dacb fix account signup 2019-08-13 00:41:10 -08:00
ce5ad37ac8 Updates from aurora.cam 2019-08-12 21:28:16 -08:00
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
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
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
7d171d41b7 Added note on example valiation page. 2019-08-07 19:37:22 -08:00
195754432c fix docker-compose up - webapp required sender email to be set 2019-08-07 17:49:21 -08:00
bf1ec63d85 Added api example error responses and some minor bug fixes 2019-08-07 16:17:17 -08:00
e8f0f68d20 fix devops upload content type 2019-08-07 13:10:17 -08:00
69a2a40369 switch devops docker stage to use busybox instead of scratch 2019-08-06 19:45:29 -08:00
17ed09708c disable min css and js for web-app 2019-08-06 19:14:22 -08:00
6948572f15 fix build info 2019-08-06 18:38:45 -08:00
73b8257667 enable email sender 2019-08-06 17:33:13 -08:00
e54702712d Added sitemap to webapp 2019-08-06 17:04:37 -08:00
7daac21138 fix build binary permissions 2019-08-06 14:26:24 -08:00
3cb4a87f9c fix webapp template error for account-update 2019-08-06 14:11:59 -08:00
a327dc0197 web-app content formatting 2019-08-06 13:02:44 -08:00
098544f83b Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-06 12:44:01 -08:00
d65b77f061 fix build script reference to build stage cache 2019-08-06 12:37:19 -08:00
ae1e1c0556 fixing build cache target name 2019-08-06 12:29:00 -08:00
7e5cc45c73 fix docker build gitlab image 2019-08-06 12:19:18 -08:00
9418241408 fix registry 2019-08-06 12:10:47 -08:00
42ab1ca956 Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup 2019-08-05 20:03:33 -08:00
aea6cf991c Updated the dashboard page to include overview and examples. 2019-08-05 20:02:57 -08:00
670781ac0c Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup 2019-08-05 19:53:32 -08:00
f114ae1ad6 fix user roles error on create and update 2019-08-05 19:53:04 -08:00
6523cbc481 fix api route for app page for docs 2019-08-05 19:49:30 -08:00
9a57a56886 Enhancements to users when status is invited. 2019-08-05 19:21:24 -08:00
74c0223fe6 Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup 2019-08-05 18:48:10 -08:00
900cfcf713 fixed redirects to handle saving the session when set 2019-08-05 18:47:42 -08:00
b63e4eb7bd Update formatting for user pages in web app. 2019-08-05 18:47:07 -08:00