1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-13 00:07:30 +02:00

26 Commits

Author SHA1 Message Date
Lee Brown
36630cad30 remove debug print lines from schema migration 2020-01-14 10:49:32 -08:00
Lee Brown
8aca18a353 Remove a bunch of invalid country codes for geonames 2020-01-14 10:26:12 -08:00
Lee Brown
664917ec4d fix sort of two sql statement that cause new database creation fail 2019-08-22 22:22:36 -08:00
Lee Brown
4faa375198 fix schema error 2019-08-22 22:07:27 -08:00
Lee Brown
ff74c080f6 Added some additional logging to sqlxmigrate to help debug 2019-08-22 18:22:46 -08:00
Lee Brown
e560de769d schema check for type before create 2019-08-22 00:23:05 -08:00
Lee Brown
05c6a766bb fix broken sql query 2019-08-22 00:03:11 -08:00
Lee Brown
736ca13660 try to fix broken schema migration for accounts table 2019-08-21 23:51:42 -08:00
Lee Brown
e8a920c44c ignore missing static directory for deploy 2019-08-21 22:52:28 -08:00
Lee Brown
f006057157 remove use of statements since its not being used multiple times 2019-08-21 20:54:12 -08:00
Lee Brown
5291ddd726 lower geonames batch size 2019-08-21 20:33:54 -08:00
Lee Brown
4894f2a3d8 fix schema migration requiring web context 2019-08-21 19:28:23 -08: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
huyng
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07: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
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
33a7fb14b6 Completed user invite 2019-08-05 14:32:45 -08:00
Lee Brown
bb9820ffcc moved auth from user package and added timezone to context values 2019-08-04 14:48:43 -08:00
Lee Brown
1d69ea88a3 Fix unittests 2019-08-01 16:17:47 -08:00
Lee Brown
b3d30a019e completed initial signup with autocompletes for region and city 2019-08-01 13:45:38 -08:00
Lee Brown
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
Lee Brown
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00
Lee Brown
bcf022aa18 moved example-project files back a directory 2019-07-13 11:42:37 -08:00