Commit graph

63 commits

Author SHA1 Message Date
6d07eda7eb Fix IntegrityError on Wallet, SupplierProfile, and dummy data creation during user registration
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 49s
2026-08-21 11:16:32 +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
05e313b837 feat: add new custom heritage fields to Product model
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 31s
2026-08-18 12:22:55 +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
4f5274248a feat: implement local file storage for uploaded documents and update presigned URL endpoint to include key parameter
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 23s
2026-08-16 19:35:48 +05:30
5ac86cd6dc fix: configure S3 client with explicit endpoint URL and v4 signature version
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 20s
2026-08-16 19:06:47 +05:30
a5e39e1cb5 feat: add MockUploadView and update presigned URL fallback to point to the new endpoint
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 18:47:35 +05:30
8fdd237eb4 feat: replace mock S3 presigned URL generation with dynamic boto3 implementation and support for multiple file types
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 29s
2026-08-16 18:41:12 +05:30
b5a068ae4f feat: add status and is_active fields to Product model
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-16 14:57:19 +05:30
627e2636eb fixing play
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 31s
2026-08-14 15:26:25 +05:30
6c4f174ad4 minimal commit
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 30s
2026-08-13 10:29:55 +05:30
60ebe663b0 feat(login): support login with business email or phone number
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-13 10:14:49 +05:30
f175c6f06c fixing the code verification
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 30s
2026-08-13 09:25:40 +05:30
97c9887862 feat: add sample product data and images for development and testing
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-12 20:57:29 +05:30
707281c17e Convert stock and price to numeric types in BulkUploadView
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 28s
2026-08-12 20:53:44 +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
5f3119d17b Remove dynamic query-time database seeding for orders and return requests
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-12 20:21:52 +05:30
37ebcac45f Allow default logo_s3_key prefix in ownership check
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-12 20:17:32 +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
cbac9fd474 fixing backend
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-12 19:28:24 +05:30
6dedc6939b removed drop tables
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 33s
2026-08-12 19:19:26 +05:30
bc2397ce5d removing the db table operations
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s
2026-08-12 18:59:05 +05:30
d4e2dca60a removing the db table operations
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 19s
2026-08-12 18:57:10 +05:30
c68b172216 removing the container
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 22s
2026-08-12 18:52:13 +05:30
ae30dbb56e removing the container
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 24s
2026-08-12 18:49:56 +05:30
1bb05212b5 added the migration command
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s
2026-08-12 18:46:04 +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
cb41851b50 fixing the logout session
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 38s
2026-08-10 18:01:54 +05:30
374b3f0cf3 updating the workflow
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-09 21:31:29 +05:30
24aca5769a ci: remove awscli package from apt-get install
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 53s
2026-08-09 18:54:26 +05:30
eaa6e00e87 ci: fix aws-cli package name to awscli for ubuntu
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 12s
2026-08-09 18:45:26 +05:30
7788f90e5a ci: switch to native deployment using systemd and a virtual environment
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 23s
2026-08-09 18:43:29 +05:30
7013ef40b3 deploy: trigger fixed workflow
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m30s
Build and Deploy Beta / deploy (push) Successful in 28s
2026-08-09 18:37:44 +05:30
f184710140 ci: resolve YAML parse error by generating config locally and copying via scp
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 17s
Build and Deploy Beta / deploy (push) Successful in 28s
2026-08-09 18:28:46 +05:30
db88bfe91a deploy: trigger pipeline deploy with mysql secrets 2026-08-09 18:27:10 +05:30
59706ab394 ci: fix CloudWatch Agent config — use python3 instead of nested heredoc 2026-08-09 18:22:40 +05:30
dafb6fca09 ci: auto-configure CloudWatch Agent, volume mount, DB secret, and migrations on deploy
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m33s
Build and Deploy Beta / deploy (push) Successful in 4s
2026-08-09 18:17:58 +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
5b504d461e update order and return viewsets to return fresh pending acceptance records for fallback demo seller 2026-08-09 13:22:52 +05:30
f655f86be3 update registration serializer to seed default products, orders, returns, and wallet records for new users 2026-08-09 13:16:00 +05:30
f32a568302 adding mock data
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m16s
Build and Deploy Beta / deploy (push) Successful in 7s
2026-08-09 12:17:59 +05:30
3dde548b86 docs: add comprehensive project documentation and API reference to README
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m13s
Build and Deploy Beta / deploy (push) Successful in 7s
2026-08-09 12:12: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
7959df9afb testing deployment
All checks were successful
Build and Deploy Beta / build-and-push (push) Successful in 1m11s
Build and Deploy Beta / deploy (push) Successful in 6s
2026-08-09 09:08:43 +05:30