2025-05-30T13:24:26Z - 2025-06-06T13:24:26Z
Overview
54 Pull requests merged by 1 user
Merged
#55 ph4
Merged
#54 Update API base URL to production environment
Merged
#53 ph4
Merged
#52 ph4
Merged
#51 Update Dockerfile to use npm install and modify PWA theme and background colors in vite.config.ts
Merged
#50 Update vue-i18n dependency to version 9.9.1 in package.json
Merged
#49 ph4
Merged
#48 Update OAuth redirect URIs and API routing structure
Merged
#47 Refactor API routing and update login URLs
Merged
#46 Update API base URL in api-config.ts to point to the new production environment
Merged
#45 ph4
Merged
#44 Update API base URL in api-config.ts to point to the production environment
Merged
#43 Refactor: Update styling and functionality in various components
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.
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…
Merged
#39 Refactor: Replace button elements with VButton and VIcon components in GroupsPage
Merged
#38 ph4
Merged
#37 refactor: Simplify upgrade function by directly creating enums and adding new tables for chores and chore assignments in the initial schema
Merged
#36 refactor: Encapsulate enum creation logic within a dedicated function in the upgrade process for improved readability and maintainability
Merged
#35 refactor: Modify upgrade function to accept context parameter for enhanced migration flexibility
Merged
#34 refactor: Clarify access to revision strings in migration function by referencing Script object within RevisionStep
Merged
#33 refactor: Update migration function to access revision strings from RevisionStep objects for improved clarity
Merged
#32 refactor: Introduce migration function to streamline upgrade steps in Alembic migrations
Merged
#31 refactor: Improve Alembic migration functions by integrating configuration and script directory handling for enhanced migration context management
Merged
#30 refactor: Update migration functions to accept connection parameter for improved flexibility and consistency
Merged
#29 refactor: Separate async migration logic into dedicated module and streamline migration functions for improved clarity and maintainability
Merged
#28 refactor: Enhance Alembic migration functions to support direct execution and improve error handling for database URL configuration
Merged
#27 refactor: Update Alembic migration functions to support asynchronous execution and streamline migration handling in application startup
Merged
#26 fix: Add Alembic directory and configuration file to production Dockerfile for migration support
Merged
#25 fix: Update Alembic configuration to use absolute paths for ini file and script location in migration process
Merged
#24 fix: Enhance Alembic configuration by setting script location and database URL validation in migration process
Merged
#23 refactor: Simplify Dockerfile by reorganizing Alembic file copying and enhance migration handling in application startup
Merged
#22 fix: Update Alembic configuration in startup event to set script location and database URL
Merged
#21 feat: Add Alembic configuration and migration command to application startup
Merged
#20 fix ig
Merged
#19 refactor: Update production Dockerfile to use Node.js for serving built assets and enhance environment variable injection
Merged
#18 refactor: Transition production Dockerfile to use Nginx for serving built assets and streamline environment variable handling
Merged
#17 refactor: Update environment variable handling in Dockerfile for production
Merged
#16 refactor: Optimize Dockerfiles and deployment workflow for improved performance and reliability
Merged
#15 refactor: Revise .dockerignore and Dockerfile for enhanced build efficiency and organization
Merged
#14 refactor: Improve deployment workflow with retry logic for image pushes and optimized build process
Merged
#13 refactor: Enhance deployment workflow for backend and frontend images
Merged
#12 refactor: Update .dockerignore for improved clarity and organization
Merged
#11 refactor: Standardize user creation in Dockerfile and improve multi-stage build syntax
Merged
#10 refactor: Update backend Dockerfile to use Alpine package names
Merged
#9 refactor: Switch backend Dockerfile to use Alpine package manager
Merged
#8 refactor: Update Docker configurations for improved environment variable handling
Merged
#7 refactor: Improve environment variable injection in Dockerfile for production
Merged
#6 fix: Update API base URL for development environment
Merged
#5 refactor: Update frontend components and Dockerfile for production
Merged
#4 Enhance deployment workflow with context variable debugging and fallback logic
Merged
#3 fix: Update Docker image tags
Merged
#2 fix: Update Docker login commands in deployment workflow
Merged
#1 ph4