continuist
  • Joined on 2025-03-26
continuist pushed to main at devteam/sharenet 2025-06-28 00:30:02 -04:00
92c784dcf1 Add a healthcheck route to backend
continuist pushed to main at devteam/sharenet 2025-06-27 23:53:02 -04:00
2346c1b569 Add steps to change timezone and set hosts file
continuist pushed to main at devteam/sharenet 2025-06-27 23:38:20 -04:00
7c9afdd686 Create a full CI/CD pipeline and production deployment guide that is fully consistent with Forgejo Actions workflow, docker-compose.yml, and nginx config
continuist pushed to main at devteam/sharenet 2025-06-27 01:38:26 -04:00
7eee42cea8 Add CI/CD and production flow
continuist pushed to main at devteam/sharenet 2025-06-26 22:35:21 -04:00
a14f29423d Add frontend environment variables to set host and port it expects the backend API to be
continuist pushed to main at devteam/sharenet 2025-06-26 22:25:00 -04:00
52b938ca64 Change default frontend API port
continuist pushed to main at devteam/sharenet 2025-06-26 22:09:48 -04:00
a59b342b96 Change default backend API port
continuist pushed to main at devteam/sharenet 2025-06-26 22:04:01 -04:00
8e5ecb1b98 Improve configurability of backend API port
continuist pushed to main at devteam/sharenet 2025-06-26 21:55:32 -04:00
eb57c4cf84 Rename pylon database to sharenet
continuist pushed to main at devteam/sharenet 2025-06-25 23:51:52 -04:00
54efcefbd9 Added responsive design for mobile phone screens
continuist pushed to main at devteam/sharenet 2025-06-25 23:33:56 -04:00
f73765012b Improved frontend UI performance using additional run configurations
continuist pushed to main at devteam/sharenet 2025-06-25 23:23:07 -04:00
9c695eb09f Consolidate PostgresUserRepository and PostgresProductRepository to use a common struct
continuist pushed to main at devteam/sharenet 2025-06-25 23:09:09 -04:00
2b668b58cc Consolidate InMemoryUserRepository and InMemoryProductRepository to use a common struct
continuist pushed to main at devteam/sharenet 2025-06-25 22:43:42 -04:00
4c751dd971 Add cross-interface consistency tests
continuist pushed to main at devteam/sharenet 2025-06-25 21:54:40 -04:00
223d560ca0 Add cross-repository consistency integration tests
continuist pushed to main at devteam/sharenet 2025-06-25 21:42:10 -04:00
ae5fb1cf31 Add missing TUI integration tests
continuist pushed to main at devteam/sharenet 2025-06-25 21:28:55 -04:00
8ef852beac Change user and product entities to use getters and setters instead of pub fields
continuist pushed to main at devteam/sharenet 2025-06-24 23:33:54 -04:00
abbaafe2df Added TUI integration tests
continuist pushed to main at devteam/sharenet 2025-06-24 23:21:28 -04:00
9956c22cce Add frontend input validation for User username and Product name
continuist pushed to main at devteam/sharenet 2025-06-24 23:03:01 -04:00
9de4f0b64c Update user and product entities to not allow empty username and name, and update corresponding tests