This website requires JavaScript.
Explore
Help
Sign In
farmcontrol
/
farmcontrol-ws
Watch
2
Star
0
Fork
0
You've already forked farmcontrol-ws
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
farmcontrol-ws
/
src
History
Tom Butcher
7a500ffa58
Added missing SKUs.
2026-03-08 01:07:39 +00:00
..
__tests__
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.
2025-12-29 01:13:01 +00:00
actions
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.
2025-12-29 01:13:01 +00:00
auth
Implemented redis session storage.
2026-03-01 17:06:17 +00:00
database
Added missing SKUs.
2026-03-08 01:07:39 +00:00
events
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.
2025-12-29 01:13:01 +00:00
lock
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.
2025-12-29 01:13:01 +00:00
notification
Implemented notifications.
2026-03-01 01:42:38 +00:00
socket
Enhanced CORS configuration in SocketManager and added allowed origins to server settings in config.json.
2026-03-06 23:54:01 +00:00
stats
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.
2025-12-29 01:13:01 +00:00
templates
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.
2025-12-29 01:13:01 +00:00
updates
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.
2025-12-29 01:13:01 +00:00
.DS_Store
Refactor LockManager to standardize lock key format and enhance logging; add debug statement in TemplateManager for template rendering
2025-11-16 17:11:15 +00:00
config.js
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.
2025-12-29 01:13:01 +00:00
index.js
Removed etc and added better redis support.
2025-12-13 21:03:11 +00:00
utils.js
Refactored caching utility: replaced jsonToCacheKey with getQueryToCacheKey for improved cache key generation based on model, id, and populate parameters.
2025-12-13 21:07:29 +00:00
websockets.js
Refactor project structure: remove app.js, update config.json for environment-specific settings, enhance package.json with new scripts and dependencies, and convert websockets.js to ES module syntax with Keycloak authentication integration.
2025-06-29 22:39:23 +01:00