realaravinth
|
f79d159468
|
feat: implement update username for sqlx postgres
|
2022-05-11 20:01:48 +05:30 |
|
realaravinth
|
83f6456a59
|
feat: define interface for updating username
|
2022-05-11 20:01:32 +05:30 |
|
realaravinth
|
748f48e0d2
|
feat: migrate update password to use db_* interface
|
2022-05-11 19:52:20 +05:30 |
|
realaravinth
|
374bbb2403
|
feat: implement change password for sqlx postgres
|
2022-05-11 19:51:39 +05:30 |
|
realaravinth
|
f55a383eb5
|
feat: define interface to change password
|
2022-05-11 19:51:06 +05:30 |
|
realaravinth
|
f398c4b61c
|
feat: migrate get password to use db_* interface
|
2022-05-11 18:54:36 +05:30 |
|
realaravinth
|
5bcf7beddc
|
fix: return username to store in sessions when getting password
|
2022-05-11 18:54:17 +05:30 |
|
realaravinth
|
d9b36179d1
|
feat: implement fetching password with either username or email
|
2022-05-11 18:30:01 +05:30 |
|
realaravinth
|
7e2be86c12
|
feat: get password using either username or email
|
2022-05-11 18:26:35 +05:30 |
|
realaravinth
|
fdf4f0bef9
|
feat: implement password fetching for sqlx postgres
|
2022-05-11 15:43:25 +05:30 |
|
realaravinth
|
6377d07dce
|
feat: define interface for fetching user password
|
2022-05-11 15:43:03 +05:30 |
|
realaravinth
|
78eac8b6b7
|
feat: migrate email update to use db_* interface
|
2022-05-11 15:26:00 +05:30 |
|
realaravinth
|
66226f893a
|
feat: implement email updates for sqlx postgres
|
2022-05-11 15:25:43 +05:30 |
|
realaravinth
|
58216f0f63
|
feat: define interface for updating email of a user
|
2022-05-11 15:25:25 +05:30 |
|
realaravinth
|
8861201727
|
feat: run linting and coverage CI runs on db-abstract branch
|
2022-05-11 13:34:11 +05:30 |
|
realaravinth
|
621e400ea8
|
feat: migrate email exists to use db_* interface
|
2022-05-11 13:33:30 +05:30 |
|
realaravinth
|
84671c4a11
|
feat: implement email exists for sqlx postgres
|
2022-05-11 13:33:30 +05:30 |
|
realaravinth
|
9595ea232b
|
feat: define interface for checking if user email exists
|
2022-05-11 13:33:30 +05:30 |
|
realaravinth
|
136439c97a
|
feat: add sqlx offline data generation
|
2022-05-11 13:33:30 +05:30 |
|
realaravinth
|
6ab6df02ed
|
fix: use db/db-migrations for DB migrations
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
af36961299
|
feat: implement postgres migrations
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
95e7a74559
|
feat: setup CI to use .env_sample and postgres URI
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
1cd4ce7318
|
feat: migrate username exists to use db_* interface
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
3a80281e86
|
feat: setup and run tests for sqlx postgres
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
79cc28bfd8
|
feat: implement username exists for postgres via sqlx
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
e244713ad7
|
feat: implement basic tests
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
454075a3d9
|
feat: define username exists endpoint
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
9e5b54a23d
|
feat: setup tests on db_* workspaces
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
5359795ddc
|
feat: enable CI for db-abstract
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
9f91854c4d
|
feat: migrate account deletion to use db_* interface
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
5dc818a1c1
|
feat: implemente delete account for postgres via sqlx
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
4bdbb52d8f
|
feat: define delete account db interface
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
4248959b13
|
feat: migrate user regisration to use db_*
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
26a0935e5f
|
feat: implement user registration for postgres via sqlx
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
8dde022851
|
feat: define interface for username registration"
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
43aac949e3
|
feat: convert db errors to service errors
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
f337721b25
|
feat: move health endpoint to use ping from db_*
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
79506a93b9
|
feat: load db_* db connection
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
1d8554cb36
|
chore: rust fmpt
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
b7a8716a82
|
feat: define checking routine
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
dba1f662a7
|
feat: init postgres implementation via sqlx
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
02abffd63a
|
feat: init and define database ops as interfaces to support multiple DBs
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
246dcfddb7
|
feat: mv db migrations to workspace
|
2022-05-11 13:33:29 +05:30 |
|
realaravinth
|
56225ae2e4
|
chore: actix-web updates: replace deprecated methods
|
2022-05-11 13:33:28 +05:30 |
|
realaravinth
|
6550266aef
|
feat: don't run cache busting routines during debug build
|
2022-05-11 13:33:28 +05:30 |
|
realaravinth
|
100fb4d5ab
|
feat: document .env
|
2022-05-11 13:33:28 +05:30 |
|
Aravinth Manivannan
|
8b7164635d
|
Merge pull request #26 from ChocoMilkWithoutSugar/master
Update README.md
|
2022-05-11 12:00:14 +05:30 |
|
Aravinth Manivannan
|
76230eed9e
|
Update README.md
Formatting default credentials
|
2022-05-11 06:28:06 +00:00 |
|
Luca
|
e2d126da30
|
Update README.md
add default credentials
|
2022-05-10 20:35:09 -03:00 |
|
realaravinth
|
2592b7a113
|
fix: use pre-built images in docker-compose
|
2022-05-10 22:33:26 +05:30 |
|