Tom Butcher tom
tom pushed to main at TheHideout/TheHideout-API 2026-01-03 00:55:15 +00:00
b406165866 Implemented Sync Price
tom pushed to main at TheHideout/TheHideout-API 2026-01-03 00:52:22 +00:00
0cafe140a0 Fixed code duplication
tom pushed to main at TheHideout/TheHideout-API 2026-01-03 00:32:38 +00:00
ccfa654016 Minor fixes.
tom pushed to main at TheHideout/TheHideout-API 2026-01-03 00:05:26 +00:00
b10247509a Fixed , bug
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 23:58:25 +00:00
24cc662dd0 Decreased side images width
093ba1450a Added top gradient to property page.
Compare 2 commits »
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 23:41:00 +00:00
96ddbf42fc Removed manifest
tom pushed to main at TheHideout/TheHideout-API 2026-01-02 23:36:34 +00:00
86bd0b7fc8 Removed number from property.
tom pushed to main at TheHideout/TheHideout-API 2026-01-02 23:27:21 +00:00
f39c8c1981 Sort pages locally
13d89e2d52 Only run on main branch
Compare 2 commits »
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 23:21:30 +00:00
233812ad91 Deploy to production.
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 23:14:26 +00:00
d5c6a468eb Fixed property card image not showing
bf0d156221 Only run on main branch
a86cb030d5 Added build status to readme
Compare 3 commits »
tom pushed to main at TheHideout/TheHideout-API 2026-01-02 23:06:13 +00:00
d85111c863 Added Jenkinsfile
25772bfe26 Switch to yarn
Compare 2 commits »
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 23:01:16 +00:00
4028675dd0 Use NPX for running wrangler.
5003743720 Seperate out stages
Compare 2 commits »
tom pushed to main at TheHideout/TheHideout-UI 2026-01-02 22:56:29 +00:00
5a951d8c90 Added Jenkinsfile.
3dfaa50415 Deploy on production branch
9fea5eda26 Added DS Store to gitignore
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-29 02:43:22 +00:00
1a65aa9306 Updated build status.
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-29 02:41:27 +00:00
7fb968d4ed Added build status to readme.md
tom pushed to main at farmcontrol/farmcontrol-ws 2025-12-29 02:40:21 +00:00
ad8441f72f Added build status to readme.me
ca3ba921be Added more tests.
15e260bcaa Added DS STORE
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-server 2025-12-29 02:36:58 +00:00
731985000d Added build status to readme.md
tom pushed to main at farmcontrol/farmcontrol-server 2025-12-29 02:09:28 +00:00
e36151d453 Refactor build:linux script to include package output directory for deb and rpm packages.
tom pushed to main at farmcontrol/farmcontrol-server 2025-12-29 01:32:54 +00:00
d01355bee1 Fixed linux and macOS builds.
tom pushed to main at farmcontrol/farmcontrol-ws 2025-12-29 01:13:11 +00:00
f6e7fb3a41 Implement Jest testing framework and add initial test cases for various modules. Update configuration for test environment in config.json and add test results handling in Jenkinsfile. Include .gitignore entry for test results. Enhance package.json with Jest dependencies.