113 Commits (4127f923aa174ecebed93898dd39c1b21b6b2605)
 

Author SHA1 Message Date
Aravinth Manivannan 915fb46445 fix: lints and run migrations before generating coverage in CI 2 years ago
Aravinth Manivannan 34a67a5535 feat: bootstarp gists
AUTHENTICATION

- Sign Up
- Sign IN

ACCOUNT
- Username Exists
- Email Exists
- Account delete
- Password update
- Email update
- Username update
- Get account secret
- Update secret

All routes are implemented with proper error handling and testing

CONFIGURATION
See ./config/default.toml for full list
2 years ago
Aravinth Manivannan 3447a3a45c feat: add git SSH and HTTP clone feature target in README 2 years ago
Aravinth Manivannan f67a0038cf feat : GistDatabase is Clone and add ping to GistDatabase 2 years ago
Aravinth Manivannan 28bbdaebad feat: setup tests 2 years ago
Aravinth Manivannan aa4d205742 fix: apply lints suggested by clippy 2 years ago
Aravinth Manivannan b28a7d0cfb feat: bootstrap database ops
- db-core: defines base database traits that are required for gists
- db-sqlx-postgres: implements db-core for postgres flavor of the sqlx
  library
- db-sqlx-sqlite: implements db-core for sqlite flavor of the sqlx
  library
2 years ago
Aravinth Manivannan 4858f050e7 feat: CI: run tests against DB 2 years ago
Aravinth Manivannan e10451f01f feat: ecosystem overview 2 years ago
Aravinth Manivannan a3c82bf282 setup CI 2 years ago
Aravinth Manivannan 85ab813816 init 2 years ago
Aravinth Manivannan 5d451ec375 add license 2 years ago
Aravinth Manivannan d7fbc2f1d8 add readme 2 years ago