This website requires JavaScript.
Explore
Help
Sign In
farmcontrol
/
farmcontrol-api
Watch
2
Star
0
Fork
0
You've already forked farmcontrol-api
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
farmcontrol-api
/
src
/
services
/
misc
History
Tom Butcher
7606afcf11
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head
This commit looks good
Details
Add getObjectNeighbors mock implementation in various test files for improved neighbor retrieval functionality across multiple modules.
2026-08-01 13:26:23 +01:00
..
__tests__
Add getObjectNeighbors mock implementation in various test files for improved neighbor retrieval functionality across multiple modules.
2026-08-01 13:26:23 +01:00
applaunch.html
Update dependencies, refactor routes, and enhance caching: Upgraded various package versions in package.json and package-lock.json for improved performance and security. Refactored routes to include new document-related endpoints and integrated caching mechanisms for user and token lookups to optimize authentication processes. Updated schemas to support new data structures and relationships, ensuring better data integrity and retrieval.
2025-08-18 00:51:46 +01:00
applaunch.js
Implemented session status.
2026-06-20 00:33:51 +01:00
appupdate.js
Updated artifact URL construction in appupdate.js to ensure proper formatting of relative paths, enhancing reliability in artifact retrieval.
2026-07-04 15:11:15 +01:00
auth.js
Updated createOrUpdateUser function in auth.js to return the expanded object IDs from the new user document directly, ensuring accurate data representation upon user creation or update.
2026-07-26 00:43:32 +01:00
csv.js
Implemented materials and export improvements.
2026-03-08 01:28:21 +00:00
emailRenderAuth.js
Implemented email notifications.
2026-03-01 16:54:56 +00:00
excel.js
Implemented materials and export improvements.
2026-03-08 01:28:21 +00:00
export.js
Enhanced filament schema and related service functions to include vendor information. Updated route handlers to support vendor population in filament queries and exports, improving data management and retrieval capabilities.
2026-07-26 19:07:41 +01:00
model.js
Updated import paths.
2025-12-13 21:14:06 +00:00
notes.js
Implement neighbors caching and retrieval for various entities in the inventory and finance modules. Introduced new route handlers for fetching neighbors in invoices, payments, tax records, filament stocks, order items, part stocks, product stocks, purchase orders, shipments, stock audits, stock events, stock locations, and stock transfers. Updated allowed filters for improved query capabilities across these routes. Enhanced database.js with caching logic for neighbors, including cache invalidation on object updates.
2026-08-01 13:20:01 +01:00
notifications.js
Implemented notifications.
2026-03-01 01:42:30 +00:00
odata.js
Implemented materials and export improvements.
2026-03-08 01:28:21 +00:00
rss.js
Implemented RSS support.
2026-06-20 22:06:04 +01:00
server.js
Implemented about page.
2026-06-21 13:19:15 +01:00
sessionStore.js
Removed console.log statements across various files to clean up the code and improve performance. This includes logging related to audit logs, user notifications, database operations, and session management.
2026-07-23 21:44:32 +01:00
slicer.js
Removed console.log statements across various files to clean up the code and improve performance. This includes logging related to audit logs, user notifications, database operations, and session management.
2026-07-23 21:44:32 +01:00
spotlight.js
Added unit property to spotlight object in trimSpotlightObject function, enhancing the object structure for improved data handling.
2026-07-26 20:03:06 +01:00
usernotifiers.js
Implemented subscribe and unsubscribe audit log functions in utils.js and integrated them into user notifier route handlers for tracking subscription changes. This enhances audit capabilities and maintains user activity logs.
2026-07-13 03:12:48 +01:00