|
3d2bc3846a
|
Merge pull request 'Update API base URL to production environment in api-config.ts' (#59) from ph4 into prod
Reviewed-on: #59
|
2025-06-07 22:14:52 +02:00 |
|
|
ef2caaee56
|
Merge pull request 'Update logging level to INFO, refine chore update logic, and enhance invite acceptance flow' (#58) from ph4 into prod
Reviewed-on: #58
|
2025-06-07 22:09:00 +02:00 |
|
|
6004911912
|
Merge pull request 'ph4' (#57) from ph4 into prod
Reviewed-on: #57
|
2025-06-07 18:56:59 +02:00 |
|
|
ef41ebb954
|
Merge pull request 'ph4' (#56) from ph4 into prod
Reviewed-on: #56
|
2025-06-07 18:08:41 +02:00 |
|
|
24a5024e88
|
Merge pull request 'ph4' (#55) from ph4 into prod
Reviewed-on: #55
|
2025-06-05 01:05:04 +02:00 |
|
|
acdf1af9b9
|
Merge pull request 'Update API base URL to production environment' (#54) from ph4 into prod
Reviewed-on: #54
|
2025-06-04 17:56:00 +02:00 |
|
|
f3fdbc0592
|
Merge pull request 'ph4' (#53) from ph4 into prod
Reviewed-on: #53
|
2025-06-04 17:51:17 +02:00 |
|
|
1f7abcbd85
|
Merge pull request 'ph4' (#52) from ph4 into prod
Reviewed-on: #52
|
2025-06-02 19:09:21 +02:00 |
|
|
76446cf84e
|
Merge pull request 'Update Dockerfile to use npm install and modify PWA theme and background colors in vite.config.ts' (#51) from ph4 into prod
Reviewed-on: #51
|
2025-06-02 00:29:25 +02:00 |
|
|
df08bdaf9e
|
Merge pull request 'Update vue-i18n dependency to version 9.9.1 in package.json' (#50) from ph4 into prod
Reviewed-on: #50
|
2025-06-02 00:25:41 +02:00 |
|
|
6a61bb8df4
|
Merge pull request 'ph4' (#49) from ph4 into prod
Reviewed-on: #49
|
2025-06-02 00:20:48 +02:00 |
|
|
e124f05e7b
|
Merge pull request 'Update OAuth redirect URIs and API routing structure' (#48) from ph4 into prod
Reviewed-on: #48
|
2025-06-01 22:43:17 +02:00 |
|
|
f60002d98e
|
Merge pull request 'Refactor API routing and update login URLs' (#47) from ph4 into prod
Reviewed-on: #47
|
2025-06-01 22:38:08 +02:00 |
|
|
708a6280d6
|
Merge pull request 'Update API base URL in api-config.ts to point to the new production environment' (#46) from ph4 into prod
Reviewed-on: #46
|
2025-06-01 22:16:58 +02:00 |
|
|
20e1c2ac69
|
Merge pull request 'ph4' (#45) from ph4 into prod
Reviewed-on: #45
|
2025-06-01 22:03:25 +02:00 |
|
|
e777268643
|
Merge pull request 'Update API base URL in api-config.ts to point to the production environment' (#44) from ph4 into prod
Reviewed-on: #44
|
2025-06-01 21:06:58 +02:00 |
|
|
3be38002e7
|
Merge pull request 'Refactor: Update styling and functionality in various components' (#43) from ph4 into prod
Reviewed-on: #43
|
2025-06-01 20:41:23 +02:00 |
|
|
d23219fd60
|
Merge pull request '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.' (#42) from ph4 into prod
Reviewed-on: #42
|
2025-06-01 20:00:16 +02:00 |
|
|
088f371547
|
Merge pull request '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…' (#40) from ph4 into prod
Reviewed-on: #40
|
2025-06-01 19:56:27 +02:00 |
|
|
b5f16a3d0d
|
Merge pull request 'Refactor: Replace button elements with VButton and VIcon components in GroupsPage' (#39) from ph4 into prod
Reviewed-on: #39
|
2025-06-01 19:51:23 +02:00 |
|
|
0a6877852a
|
Merge pull request 'ph4' (#38) from ph4 into prod
Reviewed-on: #38
|
2025-06-01 19:19:20 +02:00 |
|
|
d3d5f88e09
|
Merge pull request 'refactor: Simplify upgrade function by directly creating enums and adding new tables for chores and chore assignments in the initial schema' (#37) from ph4 into prod
Reviewed-on: #37
|
2025-06-01 18:20:43 +02:00 |
|
|
1ccd4456f6
|
Merge pull request 'refactor: Encapsulate enum creation logic within a dedicated function in the upgrade process for improved readability and maintainability' (#36) from ph4 into prod
Reviewed-on: #36
|
2025-06-01 18:15:41 +02:00 |
|
|
acdb628777
|
Merge pull request 'refactor: Modify upgrade function to accept context parameter for enhanced migration flexibility' (#35) from ph4 into prod
Reviewed-on: #35
|
2025-06-01 18:13:11 +02:00 |
|
|
463cfe070c
|
Merge pull request 'refactor: Clarify access to revision strings in migration function by referencing Script object within RevisionStep' (#34) from ph4 into prod
Reviewed-on: #34
|
2025-06-01 18:09:45 +02:00 |
|
|
8a98aee6c1
|
Merge pull request 'refactor: Update migration function to access revision strings from RevisionStep objects for improved clarity' (#33) from ph4 into prod
Reviewed-on: #33
|
2025-06-01 17:50:18 +02:00 |
|
|
0a42d68853
|
Merge pull request 'refactor: Introduce migration function to streamline upgrade steps in Alembic migrations' (#32) from ph4 into prod
Reviewed-on: #32
|
2025-06-01 17:45:43 +02:00 |
|
|
26315cd407
|
Merge pull request 'refactor: Improve Alembic migration functions by integrating configuration and script directory handling for enhanced migration context management' (#31) from ph4 into prod
Reviewed-on: #31
|
2025-06-01 17:42:33 +02:00 |
|
|
8517cbee99
|
Merge pull request 'refactor: Update migration functions to accept connection parameter for improved flexibility and consistency' (#30) from ph4 into prod
Reviewed-on: #30
|
2025-06-01 17:39:22 +02:00 |
|
|
f882b86f05
|
Merge pull request 'refactor: Separate async migration logic into dedicated module and streamline migration functions for improved clarity and maintainability' (#29) from ph4 into prod
Reviewed-on: #29
|
2025-06-01 17:33:14 +02:00 |
|
|
5e79be16d3
|
Merge pull request 'refactor: Enhance Alembic migration functions to support direct execution and improve error handling for database URL configuration' (#28) from ph4 into prod
Reviewed-on: #28
|
2025-06-01 17:30:01 +02:00 |
|
|
d1b8191c8d
|
Merge pull request 'refactor: Update Alembic migration functions to support asynchronous execution and streamline migration handling in application startup' (#27) from ph4 into prod
Reviewed-on: #27
|
2025-06-01 17:20:42 +02:00 |
|
|
8d3bf927b6
|
Merge pull request 'fix: Add Alembic directory and configuration file to production Dockerfile for migration support' (#26) from ph4 into prod
Reviewed-on: #26
|
2025-06-01 17:16:39 +02:00 |
|
|
e62bceb955
|
Merge pull request 'fix: Update Alembic configuration to use absolute paths for ini file and script location in migration process' (#25) from ph4 into prod
Reviewed-on: #25
|
2025-06-01 17:13:21 +02:00 |
|
|
99d06baa03
|
Merge pull request 'fix: Enhance Alembic configuration by setting script location and database URL validation in migration process' (#24) from ph4 into prod
Reviewed-on: #24
|
2025-06-01 17:10:06 +02:00 |
|
|
530867bb16
|
Merge pull request 'refactor: Simplify Dockerfile by reorganizing Alembic file copying and enhance migration handling in application startup' (#23) from ph4 into prod
Reviewed-on: #23
|
2025-06-01 17:03:25 +02:00 |
|
|
de5f54f970
|
Merge pull request 'fix: Update Alembic configuration in startup event to set script location and database URL' (#22) from ph4 into prod
Reviewed-on: #22
|
2025-06-01 16:57:22 +02:00 |
|
|
792a7878f0
|
Merge pull request 'feat: Add Alembic configuration and migration command to application startup' (#21) from ph4 into prod
Reviewed-on: #21
|
2025-06-01 16:54:30 +02:00 |
|
|
c62c0d0157
|
Merge pull request 'fix ig' (#20) from ph4 into prod
Reviewed-on: #20
|
2025-06-01 16:49:35 +02:00 |
|
|
855dd852c5
|
Merge pull request 'refactor: Update production Dockerfile to use Node.js for serving built assets and enhance environment variable injection' (#19) from ph4 into prod
Reviewed-on: #19
|
2025-06-01 16:46:19 +02:00 |
|
|
028c991d91
|
Merge pull request 'refactor: Transition production Dockerfile to use Nginx for serving built assets and streamline environment variable handling' (#18) from ph4 into prod
Reviewed-on: #18
|
2025-06-01 16:39:34 +02:00 |
|
|
1f7f573f64
|
Merge pull request 'refactor: Update environment variable handling in Dockerfile for production' (#17) from ph4 into prod
Reviewed-on: #17
|
2025-06-01 16:33:08 +02:00 |
|
|
350ccaf5d8
|
Merge pull request 'refactor: Optimize Dockerfiles and deployment workflow for improved performance and reliability' (#16) from ph4 into prod
Reviewed-on: #16
|
2025-06-01 16:27:10 +02:00 |
|
|
ca73d6ca79
|
Merge pull request 'refactor: Revise .dockerignore and Dockerfile for enhanced build efficiency and organization' (#15) from ph4 into prod
Reviewed-on: #15
|
2025-06-01 16:15:12 +02:00 |
|
|
d7bd69f68c
|
Merge pull request 'refactor: Improve deployment workflow with retry logic for image pushes and optimized build process' (#14) from ph4 into prod
Reviewed-on: #14
|
2025-06-01 16:04:11 +02:00 |
|
|
fd15ed5a35
|
Merge pull request 'refactor: Enhance deployment workflow for backend and frontend images' (#13) from ph4 into prod
Reviewed-on: #13
|
2025-06-01 16:01:25 +02:00 |
|
|
0cdc47d0d2
|
Merge pull request 'refactor: Update .dockerignore for improved clarity and organization' (#12) from ph4 into prod
Reviewed-on: #12
|
2025-06-01 15:58:00 +02:00 |
|
|
c90ee6b73f
|
Merge pull request 'refactor: Standardize user creation in Dockerfile and improve multi-stage build syntax' (#11) from ph4 into prod
Reviewed-on: #11
|
2025-06-01 15:47:57 +02:00 |
|
|
3c30eaeaee
|
Merge pull request 'refactor: Update backend Dockerfile to use Alpine package names' (#10) from ph4 into prod
Reviewed-on: #10
|
2025-06-01 15:46:24 +02:00 |
|
|
1907911779
|
Merge pull request 'refactor: Switch backend Dockerfile to use Alpine package manager' (#9) from ph4 into prod
Reviewed-on: #9
|
2025-06-01 15:44:29 +02:00 |
|
|
cda51e34ba
|
Merge pull request 'refactor: Update Docker configurations for improved environment variable handling' (#8) from ph4 into prod
Reviewed-on: #8
|
2025-06-01 15:41:57 +02:00 |
|
|
c7f296597e
|
Merge pull request 'refactor: Improve environment variable injection in Dockerfile for production' (#7) from ph4 into prod
Reviewed-on: #7
|
2025-06-01 15:35:15 +02:00 |
|
|
b3fd3acad9
|
Merge pull request 'fix: Update API base URL for development environment' (#6) from ph4 into prod
Reviewed-on: #6
|
2025-06-01 15:16:16 +02:00 |
|
|
258798846d
|
Merge pull request 'refactor: Update frontend components and Dockerfile for production' (#5) from ph4 into prod
Reviewed-on: #5
|
2025-06-01 14:59:49 +02:00 |
|
|
6f69ad8fcc
|
Merge pull request 'Enhance deployment workflow with context variable debugging and fallback logic' (#4) from ph4 into prod
Reviewed-on: #4
|
2025-06-01 14:51:29 +02:00 |
|
|
7a3e91a324
|
Merge pull request 'fix: Update Docker image tags' (#3) from ph4 into prod
Reviewed-on: #3
|
2025-06-01 14:47:59 +02:00 |
|
|
e43b4fe50a
|
Merge pull request 'fix: Update Docker login commands in deployment workflow' (#2) from ph4 into prod
Reviewed-on: #2
|
2025-06-01 14:41:35 +02:00 |
|
|
b37cbebf8a
|
Merge pull request 'ph4' (#1) from ph4 into prod
Reviewed-on: #1
|
2025-06-01 14:39:42 +02:00 |
|