Commit graph

26 commits

Author SHA1 Message Date
2f44120277 refactor: remove manual AWS Secrets Manager retrieval logic from settings.py
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-09-06 22:11:34 +05:30
3002ce14c6 feat: add support for loading environment variables from a .env file in settings
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 19s
2026-09-06 21:22:37 +05:30
73db3576bf chore: update default database host to production IP address
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 19s
2026-09-06 21:20:45 +05:30
a3be8f0e6d refactor: remove conditional sqlite fallback and force postgresql database configuration
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 19s
2026-09-06 21:18:52 +05:30
757cbc85ae chore: set DEFAULT_AUTO_FIELD and automate nginx reverse proxy deployment in beta workflow
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 35s
2026-09-06 21:11:05 +05:30
cfe1175e6b feat: dynamically configure database names based on ENVIRONMENT variable
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 34s
2026-09-06 15:33:08 +05:30
7949cc2d36 refactor: remove support contact fields from SupplierProfile and restrict CORS allowed origins
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 26s
2026-09-05 16:04:01 +05:30
b49eb17027 feat: implement e-Aadhaar KYC upload and verification service using Surepass API
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 3s
2026-08-28 22:12:59 +05:30
2f64af4746 adding s3 pre-signed url
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 24s
2026-08-28 15:44:13 +05:30
aa26522f9d feat: add DummyAuthentication for development and include startup script for server management
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 37s
2026-08-27 22:10:10 +05:30
1fc0838594 Configure S3 bucket for seller document uploads
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 24s
2026-08-23 19:00:15 +05:30
3092b10cc7 changing the upload path
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 24s
2026-08-20 11:51:23 +05:30
f1ee0b5774 adding the s3 and cloudfront
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 34s
2026-08-20 11:21:14 +05:30
ff6f776b85 feat: extend SupplierProfile with business details, category support, and dynamic multi-database configuration
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-18 11:30:22 +05:30
b0f8a869b6 Configure media files and add ZIP/CSV parsing to BulkUploadView
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 29s
2026-08-12 20:29:10 +05:30
e93b63f988 refactor: remove AWS Secrets Manager dependency and hardcode database environment variables
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-12 20:13:17 +05:30
4e28e97e9a fixed build failure
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 24s
2026-08-12 18:42:55 +05:30
200c747c4c Configure multi-database PostgreSQL routing with custom DatabaseRouter
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s
2026-08-12 17:31:57 +05:30
bc7dab7a81 supplier central version 2
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 40s
2026-08-12 13:21:11 +05:30
701b4d2822 feat: fetch MySQL credentials from AWS Secrets Manager in production
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 2m0s
Build and Deploy Beta / deploy (push) Successful in 8s
2026-08-09 18:14:29 +05:30
ab15e1bdf8 feat: add MySQL support for production, keep SQLite for local dev
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m25s
Build and Deploy Beta / deploy (push) Successful in 7s
2026-08-09 18:04:57 +05:30
22800ab230 adding the logs service
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m21s
Build and Deploy Beta / deploy (push) Successful in 11s
2026-08-09 17:24:57 +05:30
1591802c8e move CsrfExemptSessionAuthentication definition to api/authentication.py to break import cycles and clean register/onboarding flow
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m14s
Build and Deploy Beta / deploy (push) Successful in 10s
2026-08-09 13:43:22 +05:30
010dc0352e adding api urls and testing framework
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m31s
Build and Deploy Beta / deploy (push) Successful in 12s
2026-08-09 11:42:43 +05:30
772dfcec7a chore: allow all hosts in development settings 2026-08-08 09:40:07 +05:30
8af385f644 feat: initialize Django project structure with base configuration files 2026-08-08 08:24:15 +05:30