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

116 Commits

Author SHA1 Message Date
Lucas Brown
10d2046ff9 Removed ports in docker-compose.yaml file 2019-07-13 19:57:23 -08:00
Lucas Brown
83d56497df Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-13 19:12:26 -08:00
Lucas Brown
0d9e195a3b Updates to the main readme file and comments on service_deploy. 2019-07-13 19:09:31 -08:00
Lee Brown
6607d719d9 web-app remove AWS requirement 2019-07-13 16:32:29 -08:00
Lee Brown
516c991661 gitlab CICD for project setup steps added to README 2019-07-13 15:45:24 -08:00
Lee Brown
6117a813f2 Completed removing example-project directory and moving all files back a
a directory
2019-07-13 12:16:28 -08:00
Lee Brown
bcf022aa18 moved example-project files back a directory 2019-07-13 11:42:37 -08:00
Lee Brown
541a279b6f remove example project from sub directory 2019-07-13 11:36:51 -08:00
Lee Brown
c5ea09d8e1 completed autocert implimentation for web-api 2019-07-13 03:03:30 -08:00
Lee Brown
c757463a17 Switch file sync for auto cert to impliment Cache interface 2019-07-13 00:15:44 -08:00
Lee Brown
ba30670f6a Completed s3 config sync 2019-07-12 23:28:53 -08:00
Lee Brown
0efe444c05 finish redirect middlewares 2019-07-12 11:41:41 -08:00
Lee Brown
df86310a8b go fmt 2019-07-11 14:46:05 -08:00
Lee Brown
8eb9f6d976 Removed custom security group option for ELB Elastic load balancers 2019-07-11 14:44:53 -08:00
Lee Brown
1f63956aa3 Completed testing of service deploy with ELB and HTTPS 2019-07-11 14:42:20 -08:00
Lee Brown
4d78385103 checkpoint 2019-07-11 14:15:29 -08:00
Lee Brown
0a6837a450 checkpoint 2019-07-11 02:52:10 -08:00
Lee Brown
d6d0ecdbe5 checkpoint 2019-07-11 00:58:45 -08:00
Lee Brown
4125a19156 checkpoint 2019-07-10 16:24:10 -08:00
Lee Brown
acd1bca501 checkpoint 2019-07-10 04:52:38 -08:00
Lee Brown
7e98e9d839 checkpoint 2019-07-10 04:11:39 -08:00
Lee Brown
1de40e048d checkpoint 2019-07-10 00:17:35 -08:00
Lee Brown
6851b96a04 finished inital testing of deployment script 2019-07-09 02:21:46 -08:00
Lee Brown
2f53df6ba6 checkpoint 2019-07-08 19:13:41 -08:00
Lee Brown
5c477b4dc9 checkpoint 2019-07-08 12:21:22 -08:00
Lee Brown
aef8054cbd checkpoint 2019-07-07 12:52:55 -08:00
Lee Brown
24dd0dff42 Complated web-api crud endpoints and unittests. unittest for find
endpoints still need to be implemented.
2019-06-27 04:48:18 -08:00
Lee Brown
48ae19bd6a checkpoint 2019-06-26 20:21:00 -08:00
Lee Brown
b68bcf2c2c checkpoint for api handler tests 2019-06-26 01:16:57 -08:00
Lee Brown
d6b6b605a4 Completed API documentation for swagger 2019-06-25 22:31:54 -08:00
Lee Brown
8328cf525b completed API from signup to auth token with swagger UI. 2019-06-25 06:25:55 -08:00
Lee Brown
2fbda74a73 Completed signup package and hooked up to web-api. Can use the swagger
ui to signup a new account.
2019-06-25 02:40:29 -08:00
Lee Brown
957bd9bf36 go fmt 2019-06-24 23:02:43 -08:00
Lee Brown
8994ee4d1a fixed internal package unittests 2019-06-24 22:41:21 -08:00
Lee Brown
ca8670eadf authenticator storage engines
Created a storage interface used by authenticator to support multiple
types of storage types for private keys. Added a new file storage engine
which is now the default for web-api. Migrated aws secrets manager to be optional.
2019-06-24 17:36:42 -08:00
Lee Brown
07e86cfd52 Completed enough code gen for project ATM 2019-06-24 04:26:48 -08:00
Lee Brown
7b5c2a5807 checkpoint 2019-06-24 02:07:12 -08:00
Lee Brown
bdbe3c587a Completed truss code gen for generating model requests and crud. 2019-06-24 01:30:18 -08:00
Lee Brown
efaeeb7103 Completed user and account packages, extracted user_account code to independent package 2019-06-22 17:48:44 -08:00
Lee Brown
1886bf1570 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-06-22 10:05:31 -08:00
Lee Brown
abccc1f658 Splitting our users and accounts, creating new user_account package 2019-06-22 10:05:03 -08:00
Lee Brown
c94c03dc05 Merge branch 'dabfleming' into 'master'
Misc Fixes

See merge request geeks-accelerator/oss/saas-starter-kit!3
2019-06-22 18:04:34 +00:00
David Fleming
0b108e09f3 go mod tidy 2019-06-21 15:54:57 -04:00
David Fleming
cc057ee50c Remove module file for empty module. Update docs. 2019-06-21 15:54:57 -04:00
David Fleming
a11a984122 Fix compilation issues 2019-06-21 15:25:48 -04:00
Lee Brown
d1ceb71265 update readmes 2019-06-12 11:48:10 -08:00
Lee Brown
e000073b9c Update readmes for both repo and example project 2019-06-11 23:43:59 -08:00
Lee Brown
61fbe6d084 Merge branch 'cmd/webapp-create' into 'master'
completed users package

See merge request geeks-accelerator/oss/saas-starter-kit!2
2019-06-01 04:30:04 +00:00
Lee Brown
fa598fa328 removed db tags on models 2019-05-29 18:52:28 -08:00
Lee Brown
16dafe29fd completed unittests for users package 2019-05-29 15:05:17 -05:00