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
4db7ffff6a
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head
This commit looks good
Details
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
..
__tests__
Added mock implementations for getPropertyValues in various test files to enhance testing capabilities across multiple services, including management, finance, inventory, and production modules. This update ensures consistent behavior in tests by simulating property value retrieval.
2026-07-24 23:28:11 +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
Added product category support, including new routes, database schemas, and service updates. Enhanced existing product functionalities to incorporate product categories in filtering and population.
2026-06-14 23:51:51 +01:00
model.js
Updated import paths.
2025-12-13 21:14:06 +00:00
notes.js
Added new route handlers and service functions to retrieve distinct property values for various entities, including invoices, payments, tax records, filament stocks, and more. Updated corresponding routes to support these new functionalities across multiple management and production modules, enhancing data querying capabilities.
2026-07-24 23:19:48 +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 product category support, including new routes, database schemas, and service updates. Enhanced existing product functionalities to incorporate product categories in filtering and population.
2026-06-14 23:51:51 +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