a9999f95d0
Implemented product stocks.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-07 13:38:19 +00:00
bfbcfc3e66
Updated production vars.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-07 13:05:43 +00:00
a955def849
Enhanced CORS configuration in SocketManager and added allowed origins to server settings in config.json.
farmcontrol/farmcontrol-ws/pipeline/head This commit is unstable
2026-03-06 23:54:01 +00:00
ddf230a20a
Added correct cors origin.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-06 23:49:49 +00:00
ab70b6e11e
Implemented sales order calculations.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-06 21:14:15 +00:00
028fa9dd94
Implemented multiple app passwords.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-02 01:58:10 +00:00
289673813a
Implemented redis session storage.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-01 17:06:17 +00:00
840aa0781b
Updated models.
2026-03-01 16:55:15 +00:00
7a398c79a1
Implemented notifications.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-03-01 01:42:38 +00:00
ce49b257a6
Added pnpm lock.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2026-02-01 21:51:49 +00:00
09376f7536
Switch to pnpm.
farmcontrol/farmcontrol-ws/pipeline/head There was a failure building this commit
2026-02-01 21:42:22 +00:00
ad8441f72f
Added build status to readme.me
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2025-12-29 02:40:15 +00:00
ca3ba921be
Added more tests.
2025-12-29 02:39:15 +00:00
15e260bcaa
Added DS STORE
2025-12-29 02:38:49 +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.
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
2025-12-29 01:13:01 +00:00
0ed5eb86dd
Added Jenskinsfile.
farmcontrol/farmcontrol-ws/pipeline/head This commit is unstable
2025-12-28 23:50:12 +00:00
7572661615
Update schemas to match api.
2025-12-28 02:12:18 +00:00
237383d3c4
Removed development logging.
2025-12-27 15:19:18 +00:00
8eafc81321
Updated models inline with API.
2025-12-27 14:15:13 +00:00
50221a0228
Updated Keycloak clientId in config.json from 'farmcontrol-client' to 'farmcontrol-dev'.
2025-12-27 14:15:00 +00:00
6bc0f6eded
Added dotenv support.
2025-12-14 01:22:33 +00:00
456916ef1f
Fixed index path.
2025-12-14 00:25:57 +00:00
c5b521e906
Fix JS export.
2025-12-14 00:23:57 +00:00
57e9f76ec6
Added pm2 ecosystem.
2025-12-14 00:20:08 +00:00
85e2ad8d6f
Updated secrets held in env vars.
2025-12-13 23:54:25 +00:00
787e8f6a9c
Updated schemas.
2025-12-13 22:35:01 +00:00
aa931c8f96
Update readme
2025-12-13 21:08:23 +00:00
2fc477ab25
Comment updates.
2025-12-13 21:08:18 +00:00
4d49a010c4
Updated lock.
2025-12-13 21:08:10 +00:00
a4740a3a26
Removed etcd
2025-12-13 21:08:02 +00:00
b49973c76b
Updated comment.
2025-12-13 21:07:50 +00:00
f6e07e2cca
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
94e0614852
Added trace logging
2025-12-13 21:07:18 +00:00
675e1e6143
Added more logging for mongo db.
2025-12-13 21:07:01 +00:00
15c2f2982e
Added printer stats.
2025-12-13 21:06:39 +00:00
9aac0f8316
Order item support.
2025-12-13 21:06:23 +00:00
f72c27c588
Added stats support.
2025-12-13 21:03:55 +00:00
950d47bcfa
Removed etc and added better redis support.
2025-12-13 21:03:11 +00:00
4653430c0f
Added infinite height support.
2025-12-13 21:02:14 +00:00
aa4d2c6873
Schema modifications.
2025-12-13 21:01:35 +00:00
30295dad3a
Added order items, shipments etc
2025-12-07 02:37:10 +00:00
e7957c3070
Added address to Vendor
2025-12-03 23:47:27 +00:00
bfd7d292d5
Added tax rates, tax records.
2025-12-03 23:35:44 +00:00
88952fbde2
Added purchase orders and couriers.
2025-12-03 03:40:10 +00:00
5dd4d9275b
Modified schemas.
2025-12-03 00:07:58 +00:00
7f17f5f205
Rewrote subjob handling so it works and better progress updates too.
2025-12-02 18:29:59 +00:00
79ed7691f9
Added document printer support.
2025-11-29 01:28:20 +00:00
509b7de11c
Refactoring
2025-11-29 01:27:19 +00:00
f3a1115a09
Enhance ActionManager with subscription management and listener removal functionality
...
- Introduced a Set to manage subscriptions for object actions, allowing for better tracking and cleanup of active listeners.
- Added a method to remove all action listeners, improving resource management and preventing memory leaks.
- Enhanced existing subscription and removal methods to ensure proper handling of callbacks and subscriptions.
- Improved logging for subscription actions to aid in debugging and traceability.
2025-11-29 01:26:55 +00:00
362265da72
Refactor caching mechanism to utilize Redis for improved performance and reliability
...
- Replaced in-memory caching with Redis for object and list caching in database operations.
- Introduced a new RedisServer class for managing Redis connections and operations.
- Updated cache retrieval and update functions to handle asynchronous operations with Redis.
- Enhanced logging for cache operations to improve traceability of cache hits, misses, and errors.
- Adjusted configuration to include Redis settings in config.json.
2025-11-24 03:35:26 +00:00