Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 20:08:27 +00:00
c14a12648a Refactor Jenkinsfile and update build scripts
tom created branch electrobun in farmcontrol/farmcontrol-ui 2026-08-01 19:18:07 +00:00
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-01 19:18:07 +00:00
f1826548ea Add initial Electrobun configuration and build scripts for macOS
0b98d8041e Update Jenkinsfile to reduce build log retention from 20 to 10 builds for improved resource management
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 19:13:54 +00:00
f21224becc Update Jenkinsfile and Windows installer configuration
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 19:12:34 +00:00
d867d017bb Enhance Electrobun configuration and build scripts
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 19:04:17 +00:00
8b8475d11d Add Windows installer files to MSI build process
90da336696 Update macOS build process and enhance artifact finalization
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 18:58:16 +00:00
6ed2347214 Refactor Windows MSI build script to improve argument handling
tom pushed to main at farmcontrol/farmcontrol-server 2026-08-01 18:37:18 +00:00
503fd6e0de Add printer configuration methods for speed, extrude, velocity, acceleration, and corner settings
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 18:37:07 +00:00
00f55d44bf Update PrinterMiscPanel to modify G-code scripts for LCD and BEEPER control
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 18:23:56 +00:00
1cc77390df Refactor printer control actions and introduce new restart components
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 18:09:28 +00:00
8fb8f5e337 Refactor UserProfilePopover and ActionsContext for improved state management and action handling
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 17:30:28 +00:00
0dafdf1eda Update slicer.js and slicer.test.js to include createFileThumbnails function. This change integrates thumbnail creation into the slicer service and updates the test suite to mock the new function, enhancing testing coverage for file upload scenarios.
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 17:26:05 +00:00
f69c88926c Refactor allowedFilters in inventory and management routes to improve consistency and readability. Cleaned up whitespace and ensured all filters are properly formatted for better query handling across purchase orders, shipments, and filament SKUs.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 17:25:50 +00:00
f4635d9188 Refactor finance and inventory components to enhance modal handling and state management
89b6f476c1 Add ModelRoutes and ActionsContext for enhanced model management
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 16:17:05 +00:00
c3cfd0a55e Remove unused DownloadIcon import from About component to streamline code and improve maintainability.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 15:40:37 +00:00
e6760d3dfc Add SoftwareUpdateIcon component and integrate into About and AppUpdateProgress
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 15:18:41 +00:00
d982b8dfb3 Refactor components to improve logging and ID handling
a2d27c692a Add PrinterControlButtons component for enhanced printer action management
e3544ef2e2 Refactor PrinterPositionPanel and PrinterTemperaturePanel for improved styling and layout
e52798d4ac Enhance printer panels to handle offline state more effectively
f3d6bebc38 Integrate TableStateProvider into App and Dashboard components for enhanced state management
Compare 6 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 14:22:09 +00:00
c0112d61fb Add thumbnail creation call in slicerUploadRouteHandler to generate file thumbnails upon upload. This enhancement improves the user experience by ensuring thumbnails are created for uploaded files.
6b80aee80a Refactor thumbnail creation logic in createFileThumbnails function to handle GCode file types and improve thumbnail source validation. Cleaned up whitespace and enhanced caching logic for better performance in database.js.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:46:09 +00:00
6ea5f2848a Add filter and sort persistence to Users component
1efebeeda6 Refactor ObjectTable component for improved readability and styling consistency
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 13:33:05 +00:00
6c694d7d48 Add boolean field handling to filtering logic in utils.js