1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-07-15 01:34:32 +02:00
Commit Graph

130 Commits

Author SHA1 Message Date
b603f55db0 Added more pages to site when not authenticated and added more content on the pages. 2019-08-03 17:36:17 -08:00
c76744a897 Add new pages for website when not authenicated for saas app. 2019-08-03 15:02:00 -08:00
0344473c1e fix translations 2019-08-02 16:23:13 -08:00
88c97c18b3 Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup 2019-08-02 16:11:20 -08:00
b6069de9cf Fixed validation errors 2019-08-02 16:10:30 -08:00
a939d9fcb4 Updated formatting of the signup, login and error pages. 2019-08-02 15:50:02 -08:00
c625ace88d Completed implimentation of forgot password 2019-08-02 15:03:32 -08:00
1d69ea88a3 Fix unittests 2019-08-01 16:17:47 -08:00
b3d30a019e completed initial signup with autocompletes for region and city 2019-08-01 13:45:38 -08:00
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
2f51649340 Added bootstrap layout sb-admin-2 for web-app 2019-07-31 18:36:50 -08:00
e81e4690af Completed user login with session authentication 2019-07-31 18:34:27 -08:00
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00
a225f9f24e Fix random password for database instance. 2019-07-15 18:49:28 -08:00
97e0249d38 Auto generate random password for creation of RDS database instance. 2019-07-15 18:34:58 -08:00
72ef940eb1 issue#7 fix applyClaimsSelect when empty conditions
When audience and subject are both empty, don't apply a subquery
2019-07-15 16:05:02 -08:00
4867b207f2 update project readme 2019-07-15 12:52:17 -08:00
d6c77f9a1c enable cloudfront for webapp static files 2019-07-15 01:09:38 -08:00
4134cf1140 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-15 00:37:38 -08:00
0ce9b0f50a support cloudfront for static files 2019-07-15 00:37:07 -08:00
ceac4cbc17 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-15 00:36:19 -08:00
efd67d2fc9 Added new diagram of architecture to main readme file. 2019-07-15 00:35:29 -08:00
cf77e9d9eb fix web-app static file prefix for s3 2019-07-14 23:53:31 -08:00
5df14e5162 fix deploy file sync using absolute paths 2019-07-14 22:08:14 -08:00
0131905678 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 21:26:40 -08:00
b9fa73ae50 fix deploy static file sync 2019-07-14 21:26:19 -08:00
0d42039a3c updated main readme and both service readmes 2019-07-14 21:11:46 -08:00
845e3d6be2 fix readme web-api example 2019-07-14 20:24:52 -08:00
0e3f18b2b2 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 20:14:11 -08:00
44ac98a19b fix gitlab ci yaml 2019-07-14 20:13:56 -08:00
44e0a36163 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 20:13:17 -08:00
7c3f84791f updated readme documentation 2019-07-14 20:12:54 -08:00
931795a7ba Add missing ecs task def for web-app 2019-07-14 19:17:18 -08:00
7fd0e5187b delete config_sync.go that impliments fsnotify to watch for local files
to be created/updated and uploads them to S3.
2019-07-14 19:16:13 -08:00
df55acf654 add web-app to gitlab cicd 2019-07-14 19:13:09 -08:00
2cd374a130 updated readme 2019-07-14 17:59:06 -08:00
8ae8c97af9 Fixed web-app redirects 2019-07-14 17:03:08 -08:00
6188b05b2f gitlab json encode build info fields title and description 2019-07-14 16:39:17 -08:00
55a4664bde devops:schema - when no db credentails skip instead of error to ensure
when deploying to a fresh account, deploy runs first to create the
database.
2019-07-14 16:16:25 -08:00
e1b3377e88 added entry point for schema migration to devops that loads db creds
from aws secrets manager
2019-07-14 15:33:23 -08:00
1a36b52113 reworked tools/devops to better support gitlab cicd 2019-07-14 14:55:34 -08:00
e31991efc8 gitlab ci fix empty env name 2019-07-14 13:05:03 -08:00
3c495e81a5 switch gitlab ci task to use environment 2019-07-14 13:03:07 -08:00
f4f101db4b gilab nested variables 2019-07-14 13:02:06 -08:00
2c340999a8 gitlab ci testing nested variables 2019-07-14 12:53:36 -08:00
95e0d28c3b devsops remove build tags, only release image 2019-07-14 12:39:05 -08:00
e46c6317e5 Switch from golang docker client to executing direct docker commands
github.com/docker/docker/client adds an additional 30 deps to the
project and encoutering random errors when running on gitlab.
	Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar
	Error response from daemon: invalid reference format
2019-07-14 12:25:58 -08:00
d16855ead9 exclude git for docker archive 2019-07-14 01:26:05 -08:00
a672b56d5d deploy aws region empty for role 2019-07-14 01:19:50 -08:00
5276254db5 pull aws region from ec2 metadata 2019-07-14 01:07:14 -08:00