Commit graph

8 commits

Author SHA1 Message Date
39b841fcb2 2026.1 2026-01-25 23:16:38 +03:00
ae1d16edda Features: Move from poetry to uv.
Fixes: Removed naive datetime warning

Extra: Correct import in elasticsearch submodule.
2025-10-25 02:18:41 +03:00
e0e0e0c910 Features: 1) Consolidated Dockerfile owners under @@maintainer for clarity;
Fixes: 1) Restored missing ownership entries for application directories and files;

Extra: 1) Simplified and reorganized CODEOWNERS file for improved maintainability.
2025-06-27 04:20:13 +03:00
0d7e5edc41 Features: 1) Add code ownership for .mjs, .cjs, and .astro files to SaVBaD.
Fixes: None;

Extra: None;
2025-06-01 18:32:07 +03:00
ecad0561a5 Features: None;
Fixes: 1) Remove redundant slashes from CODEOWNERS paths for blog, core, evibes, payments, scripts, vibes_auth, and storefront directories;

Extra: Simplified and standardized path formatting in CODEOWNERS.
2025-05-26 22:13:35 +03:00
419595a10a Features: 1) Assign specific ownership to Dockerfile.app and Dockerfile.storefront.
Fixes: 1) Update CODEOWNERS to replace ambiguous "@default-owner" with "@@owner"; 2) Correct assignments for docker-compose.yml, .gitignore, .dockerignore, and nginx to "@@maintainer".

Extra: Standardized ownership definitions for improved clarity and maintainability.
2025-05-26 18:19:34 +03:00
c6664bc640 Features:
Fixes:

Extra: 1) Correct capitalization of CODEOWNERS entries for @SaVBaD.
2025-05-26 16:14:45 +03:00
8961029176 Features: 1) Add Dockerfile.app with author label for application container; 2) Add CODEOWNERS file for ownership management; 3) Introduce Dockerfile.storefront for storefront container; 4) Add .gitkeep file for storefront folder;
Fixes: 1) Update `docker-compose.yml` to use `Dockerfile.app` instead of default build context;

Extra: 1) Add commented-out `storefront` service in `docker-compose.yml` for potential future use; 2) Minor cleanup and structuring of Docker setup;
2025-05-26 15:34:45 +03:00