|
35242354d5
|
issue #28 - renamed project to checklist
|
2020-01-18 15:36:16 -09:00 |
|
|
0027bef370
|
Renamed project_routes and template-renderer
|
2020-01-18 13:30:41 -09:00 |
|
|
daccf4074a
|
issue #29 fixed hot reload of html templates
services had env vars resolving to directories not being watched by
fresh
|
2020-01-18 13:21:35 -09:00 |
|
|
59554a22d5
|
Add stacktrace to error response
|
2020-01-14 10:49:19 -08:00 |
|
|
28cf4924ff
|
Scale db middleware
Ensure the database is active and has not been auto paused by RDS.
Resume database for signup and login pages.
|
2019-10-26 16:52:38 -08:00 |
|
|
2b93f2e3b4
|
Debugging random client disconnected error on prod
|
2019-10-25 14:41:16 -08:00 |
|
|
d650905287
|
update docker-compose
|
2019-09-15 17:08:22 -08:00 |
|
|
ac080e0ce2
|
replace internal devops package
|
2019-09-03 15:00:47 -08:00 |
|
|
965f42ef18
|
Change AWS_REGION to AWS_DEFAULT_REGION
|
2019-08-26 04:07:19 -08:00 |
|
|
e756362c15
|
Merge branch 'master' into Jsign/aws2
|
2019-08-26 03:38:26 -08:00 |
|
|
a39f00014c
|
use .git/config for remote url
|
2019-08-22 19:40:34 -08:00 |
|
|
998d1bf13e
|
updates from review, WIP
|
2019-08-22 17:33:47 -08:00 |
|
|
d3b97a6608
|
Merge branch 'prod' into jsign/aws2
|
2019-08-22 11:16:51 -08:00 |
|
|
3999f30232
|
fix listing ecr images
|
2019-08-21 17:32:51 -08:00 |
|
|
62f9cff7fe
|
tools/text-translator: new extractor tool & README.md
|
2019-08-20 21:30:23 -03:00 |
|
|
0658ab1ad3
|
web-app: use universal-translator files to externalize translatable texts
|
2019-08-20 21:25:09 -03: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 |
|
|
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 |
|
|
5ea41923c7
|
fix deploy script
|
2019-08-13 18:12:20 -08:00 |
|
|
09b4ff8171
|
fixing deploy script
|
2019-08-13 17:08:19 -08:00 |
|
|
f03738b772
|
change eproc.tech to example.saasstartupkit.com
|
2019-08-13 16:06:11 -08:00 |
|
|
ce5ad37ac8
|
Updates from aurora.cam
|
2019-08-12 21:28:16 -08:00 |
|
|
e180e05c9b
|
Fix schema migration for unittests
|
2019-08-12 13:53:03 -08:00 |
|
|
9f01a6180e
|
fixed user oauth token to support form post
|
2019-08-07 23:00:12 -08:00 |
|
|
7217deaf15
|
improved unique validation function to support multiple fields.
|
2019-08-07 21:17:57 -08:00 |
|
|
bf1ec63d85
|
Added api example error responses and some minor bug fixes
|
2019-08-07 16:17:17 -08:00 |
|
|
645fd65cd8
|
Fix docker login for devops build
|
2019-08-06 17:28:13 -08:00 |
|
|
900cfcf713
|
fixed redirects to handle saving the session when set
|
2019-08-05 18:47:42 -08:00 |
|
|
4c25d50c76
|
fix where, auth use request arg
|
2019-08-05 17:12:28 -08:00 |
|
|
33a7fb14b6
|
Completed user invite
|
2019-08-05 14:32:45 -08:00 |
|
|
49c28c5aea
|
invite users
|
2019-08-05 13:27:23 -08:00 |
|
|
99843e7868
|
completed project section
|
2019-08-05 03:25:24 -08:00 |
|
|
a616249be3
|
completed user management
|
2019-08-05 01:13:03 -08:00 |
|
|
ed6147260a
|
fixed signup
|
2019-08-04 23:24:30 -08:00 |
|
|
ba96e8b367
|
Completed virtual user login and switch accounts
|
2019-08-04 21:28:02 -08:00 |
|
|
bb9820ffcc
|
moved auth from user package and added timezone to context values
|
2019-08-04 14:48:43 -08:00 |
|
|
fad0801379
|
checkpoint
|
2019-08-03 16:35:57 -08:00 |
|
|
32cb554dfa
|
completed flash messages
|
2019-08-03 15:01:17 -08:00 |
|
|
0344473c1e
|
fix translations
|
2019-08-02 16:23:13 -08:00 |
|
|
b6069de9cf
|
Fixed validation errors
|
2019-08-02 16:10:30 -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 |
|
|
232648a2cc
|
signup autocomplete
|
2019-08-01 11:34:03 -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 |
|
|
4867b207f2
|
update project readme
|
2019-07-15 12:52:17 -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 |
|