2025-05-30T13:24:26Z - 2025-06-06T13:24:26Z

Overview

54 Active Pull Requests
0 Active Issues
Excluding merges, 3 authors have pushed 80 commits to ph4 and 95 commits to all branches. On ph4, 181 files have changed and there have been 22274 additions and 7201 deletions.

54 Pull requests merged by 1 user

Merged #55 ph4 2025-06-05 01:05:04 +02:00

Merged #54 Update API base URL to production environment 2025-06-04 17:56:00 +02:00

Merged #53 ph4 2025-06-04 17:51:17 +02:00

Merged #52 ph4 2025-06-02 19:09:21 +02:00

Merged #51 Update Dockerfile to use npm install and modify PWA theme and background colors in vite.config.ts 2025-06-02 00:29:26 +02:00

Merged #50 Update vue-i18n dependency to version 9.9.1 in package.json 2025-06-02 00:25:41 +02:00

Merged #49 ph4 2025-06-02 00:20:48 +02:00

Merged #48 Update OAuth redirect URIs and API routing structure 2025-06-01 22:43:17 +02:00

Merged #47 Refactor API routing and update login URLs 2025-06-01 22:38:08 +02:00

Merged #46 Update API base URL in api-config.ts to point to the new production environment 2025-06-01 22:16:58 +02:00

Merged #45 ph4 2025-06-01 22:03:25 +02:00

Merged #44 Update API base URL in api-config.ts to point to the production environment 2025-06-01 21:06:58 +02:00

Merged #43 Refactor: Update styling and functionality in various components 2025-06-01 20:41:24 +02:00

Merged #42 Refactor GroupsPage: Replace VButton and VIcon components with standard HTML button and SVG for improved compatibility and maintainability. Added console logs for better debugging during the create list dialog flow. 2025-06-01 20:00:16 +02:00

Merged #40 Enhance group selection flow by ensuring latest groups data is fetched before opening the create list dialog. Additionally, refresh the groups list after a new list is created to reflect updates. This improves data consistency and user experience on th… 2025-06-01 19:56:27 +02:00

Merged #39 Refactor: Replace button elements with VButton and VIcon components in GroupsPage 2025-06-01 19:51:24 +02:00

Merged #38 ph4 2025-06-01 19:19:21 +02:00

Merged #37 refactor: Simplify upgrade function by directly creating enums and adding new tables for chores and chore assignments in the initial schema 2025-06-01 18:20:43 +02:00

Merged #36 refactor: Encapsulate enum creation logic within a dedicated function in the upgrade process for improved readability and maintainability 2025-06-01 18:15:41 +02:00

Merged #35 refactor: Modify upgrade function to accept context parameter for enhanced migration flexibility 2025-06-01 18:13:11 +02:00

Merged #34 refactor: Clarify access to revision strings in migration function by referencing Script object within RevisionStep 2025-06-01 18:09:45 +02:00

Merged #33 refactor: Update migration function to access revision strings from RevisionStep objects for improved clarity 2025-06-01 17:50:18 +02:00

Merged #32 refactor: Introduce migration function to streamline upgrade steps in Alembic migrations 2025-06-01 17:45:43 +02:00

Merged #31 refactor: Improve Alembic migration functions by integrating configuration and script directory handling for enhanced migration context management 2025-06-01 17:42:33 +02:00

Merged #30 refactor: Update migration functions to accept connection parameter for improved flexibility and consistency 2025-06-01 17:39:22 +02:00

Merged #29 refactor: Separate async migration logic into dedicated module and streamline migration functions for improved clarity and maintainability 2025-06-01 17:33:14 +02:00

Merged #28 refactor: Enhance Alembic migration functions to support direct execution and improve error handling for database URL configuration 2025-06-01 17:30:01 +02:00

Merged #27 refactor: Update Alembic migration functions to support asynchronous execution and streamline migration handling in application startup 2025-06-01 17:20:42 +02:00

Merged #26 fix: Add Alembic directory and configuration file to production Dockerfile for migration support 2025-06-01 17:16:39 +02:00

Merged #25 fix: Update Alembic configuration to use absolute paths for ini file and script location in migration process 2025-06-01 17:13:21 +02:00

Merged #24 fix: Enhance Alembic configuration by setting script location and database URL validation in migration process 2025-06-01 17:10:07 +02:00

Merged #23 refactor: Simplify Dockerfile by reorganizing Alembic file copying and enhance migration handling in application startup 2025-06-01 17:03:25 +02:00

Merged #22 fix: Update Alembic configuration in startup event to set script location and database URL 2025-06-01 16:57:22 +02:00

Merged #21 feat: Add Alembic configuration and migration command to application startup 2025-06-01 16:54:30 +02:00

Merged #20 fix ig 2025-06-01 16:49:35 +02:00

Merged #19 refactor: Update production Dockerfile to use Node.js for serving built assets and enhance environment variable injection 2025-06-01 16:46:19 +02:00

Merged #18 refactor: Transition production Dockerfile to use Nginx for serving built assets and streamline environment variable handling 2025-06-01 16:39:34 +02:00

Merged #17 refactor: Update environment variable handling in Dockerfile for production 2025-06-01 16:33:09 +02:00

Merged #16 refactor: Optimize Dockerfiles and deployment workflow for improved performance and reliability 2025-06-01 16:27:10 +02:00

Merged #15 refactor: Revise .dockerignore and Dockerfile for enhanced build efficiency and organization 2025-06-01 16:15:12 +02:00

Merged #14 refactor: Improve deployment workflow with retry logic for image pushes and optimized build process 2025-06-01 16:04:11 +02:00

Merged #13 refactor: Enhance deployment workflow for backend and frontend images 2025-06-01 16:01:25 +02:00

Merged #12 refactor: Update .dockerignore for improved clarity and organization 2025-06-01 15:58:00 +02:00

Merged #11 refactor: Standardize user creation in Dockerfile and improve multi-stage build syntax 2025-06-01 15:47:57 +02:00

Merged #10 refactor: Update backend Dockerfile to use Alpine package names 2025-06-01 15:46:25 +02:00

Merged #9 refactor: Switch backend Dockerfile to use Alpine package manager 2025-06-01 15:44:30 +02:00

Merged #8 refactor: Update Docker configurations for improved environment variable handling 2025-06-01 15:41:57 +02:00

Merged #7 refactor: Improve environment variable injection in Dockerfile for production 2025-06-01 15:35:15 +02:00

Merged #6 fix: Update API base URL for development environment 2025-06-01 15:16:16 +02:00

Merged #5 refactor: Update frontend components and Dockerfile for production 2025-06-01 14:59:49 +02:00

Merged #4 Enhance deployment workflow with context variable debugging and fallback logic 2025-06-01 14:51:29 +02:00

Merged #3 fix: Update Docker image tags 2025-06-01 14:47:59 +02:00

Merged #2 fix: Update Docker login commands in deployment workflow 2025-06-01 14:41:35 +02:00

Merged #1 ph4 2025-06-01 14:39:43 +02:00