Commit Graph

16 Commits

Author SHA1 Message Date
ramvignesh-b 9e920ef754 chore: downgrade actions/upload-artifact and actions/download-artifact to v3
CI / Generate Certificates (push) Successful in 47s
CI / Backend CI (push) Successful in 1m10s
CI / Frontend CI (push) Successful in 1m26s
CI / E2E Tests (push) Failing after 3m12s
2026-05-05 00:07:27 +05:30
ramvignesh-b 3be53c1d89 ci: replace certificate caching with artifact uploads
CI / Generate Certificates (push) Failing after 41s
CI / Frontend CI (push) Has been skipped
CI / Backend CI (push) Has been skipped
CI / E2E Tests (push) Has been skipped
2026-05-05 00:03:02 +05:30
ramvignesh-b f0d9793fc3 ci: refactor database environment variable configuration for Gitea Actions compatibility
CI / Generate Certificates (push) Successful in 57s
CI / Frontend CI (push) Successful in 1m25s
CI / Backend CI (push) Successful in 1m28s
CI / E2E Tests (push) Failing after 3m56s
2026-05-04 23:48:45 +05:30
ramvignesh-b c0ee71ccc8 chore: update CI workflow to use explicit db host and port mapping
CI / Generate Certificates (push) Successful in 2m29s
CI / Frontend CI (push) Successful in 1m35s
CI / Backend CI (push) Failing after 1m9s
CI / E2E Tests (push) Failing after 3m51s
2026-05-04 23:32:15 +05:30
ramvignesh-b d3f9182725 chore: update postgres service configuration in CI workflow to use dynamic port mapping 2026-05-04 23:30:31 +05:30
ramvignesh-b 2c9ca8356c refactor: move database connection variables to workflow environment definition 2026-05-04 23:27:13 +05:30
ramvignesh-b 62e33eb550 refactor: update CI workflow to use environment exports instead of GITHUB_ENV for database configuration 2026-05-04 22:26:57 +05:30
ramvignesh-b 0aa9f7bdc3 ci: configure database environment variables 2026-05-04 22:23:00 +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