continuist
  • Joined on 2025-03-26
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
continuist pushed to main at devteam/sharenet 2025-06-24 22:38:23 -04:00
0117f9b490 Remove warnings
bb1bc4bf9b Add CLI integration tests
Compare 2 commits »
continuist pushed to main at devteam/sharenet 2025-06-24 22:24:20 -04:00
fbe383b76d Fix problem where DATABASE_URL was not always set when running bins that use postgres
continuist pushed to main at devteam/sharenet 2025-06-23 22:32:53 -04:00
9cf55ec687 Add performance tests to integration-tests crate
continuist pushed to main at devteam/sharenet 2025-06-23 21:59:21 -04:00
34a1bd6119 Add migration tests to integration-tests crate