Commit Graph

12 Commits

Author SHA1 Message Date
me 917098dd87 build: upgrade actions/cache to v4 in CI workflow
CI / Generate Certificates (pull_request) Successful in 27s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / Backend CI (pull_request) Successful in 1m9s
CI / E2E Tests (pull_request) Has been cancelled
2026-05-05 20:09:11 +05:30
me c00a954266 refactor: merge environment setup and test steps in CI workflow
CI / Generate Certificates (pull_request) Successful in 33s
CI / E2E Tests (pull_request) Failing after 3m35s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / Backend CI (pull_request) Successful in 1m10s
2026-05-05 19:17:36 +05:30
me 3f64a79af6 refactor: update CI workflow to rename postgres service, adjust database configuration, and inline environment variables
CI / Generate Certificates (pull_request) Successful in 26s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / Backend CI (pull_request) Failing after 49s
CI / E2E Tests (pull_request) Has been cancelled
2026-05-05 19:12:28 +05:30
ramvignesh-b df56754c55 ci: introduce tmp filespace to prevent postgres persist and migrate to custom artiifact upload
CI / Frontend CI (pull_request) Successful in 1m8s
CI / Backend CI (pull_request) Failing after 48s
CI / Generate Certificates (pull_request) Successful in 26s
CI / E2E Tests (pull_request) Failing after 2m52s
2026-05-05 18:08:09 +05:30
RamVignesh B 48b6a06571 Feature/s3 integration (#2)
* feat: add s3 storage for media

* refactor: update letter decryption test to look for key request properties

* fix: update db url to be ipv4 for ssl context match

* ci: output backend logs to the console

* ci: unset email host creds for local testing

---------

Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
2026-04-26 21:40:00 +05:30
RamVignesh B 3c9c72d25f Feature/ssl integration (#1)
* feat: update E2E testing configuration to use ssl

* fix: add IPv6 loopback support to mkcert generation command in CI workflow

* feat: centralize SSL certificate generation into a reusable workflow job

* fix: use static ip  in mkcert command

* fix: correct mkcert command args

* feat: implement certificate caching in CI workflow to persist SSL files across jobs

* refactor: optimize CI workflow caching

* ci: implement certificate caching in workflow

* fix: correct certificate caching keys and fix environment file paths in CI workflows

* fix: correct environment file paths and parallelize frontend dependency installation in CI workflow

* test: set TZ environment variable to Asia/Kolkata in vitest configuration

* fix: force en-US locale in Intl formatters to ensure consistent date and time output

* fix: update MAILPIT_API_URL protocol from https to http in e2e environment example

* chore: set test timezone to Asia/Kolkata

* ci: add sll support and enhance e2e workflow

* ci: improve compatibility for docker-compose execution

* refactor: improve container orchestration detection and fallback logic in e2e test script

* feat: add container runtime validation and force docker usage in CI environment

* feat: add caching for Playwright dependencies in CI workflow

* chore: update restart policy to unless-stopped for postgres and mailpit services in e2e docker-compose

---------

Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
2026-04-17 02:04:11 +05:30
ramvignesh-b c259d98acb feat: implement end-to-end testing infrastructure with Playwright and automated containerized database setup 2026-04-15 01:00:51 +05:30
Your Name 118a73d4aa feat: implement esting suite using Vitest and add to ci 2026-04-12 13:38:40 +05:30
Your Name 8c836fdac6 feat: improve error handling in registration 2026-04-10 17:01:22 +05:30
Your Name 5b9abf7fd4 fix(ci): update ci config 2026-04-10 16:54:48 +05:30
Your Name 06b5663ec6 fix: use example env for ci 2026-04-10 16:49:46 +05:30
Your Name 4c80b563de feat: add ci for frontend and backend 2026-04-10 16:43:40 +05:30