Release 1.0.0
What's Changed
- Implemented: Available to promise base implementation by @ravilodhi in hotwax/available-to-promise#2
- Implemented: Added API endpoints for fetching product tags and product features (#1). by @ravilodhi in hotwax/available-to-promise#3
- Implemented: Added API endpoint for the auto completion of solr facets by @ravilodhi in hotwax/available-to-promise#4
- Implemented: Added API endpoints for CRUD operations for facility groups(Channels). by @ravilodhi in hotwax/available-to-promise#5
- Implemented: Added API endpoints to update facility and to run now rule group. Also added service job data for cleaning the rule group runs. (#1) by @ravilodhi in hotwax/available-to-promise#7
- Improved: Added separate rule group enum type for pickup/shipping facilities and channels along with some miscellaneous improvements. by @ravilodhi in hotwax/available-to-promise#8
- Implemented: Added api endpoints to associate facility group and facility to product store. Also added checks in the rule template to handle the case of missing field. by @ravilodhi in hotwax/available-to-promise#9
- Fixed: Provided full path when specifying member entity name (#1). by @ravilodhi in hotwax/available-to-promise#10
- Implemented: Added API endpoint to fetch facility order count (#1). by @ravilodhi in hotwax/available-to-promise#11
- Improved: Added status transition data for rules and rule groups. Also removed duplicate view entity FacilityGroupAndMember. by @ravilodhi in hotwax/available-to-promise#12
- Improved: Corrected typo and added an api endpoint to fetch all the rules of a rule group (#1). by @ravilodhi in hotwax/available-to-promise#13
- Fixed: Corrected result map name to set ruleGroupRunId correctly while updating RuleGroupRun after running the rule group (#1). by @ravilodhi in hotwax/available-to-promise#14
- Improved: Used ruleGroupId as semaphore parameter and corrected login api (#1). by @ravilodhi in hotwax/available-to-promise#15
- Fixed: Opened file in append mode to fix the issue where file content was being overwritten due to multiple write to file (#1). by @ravilodhi in hotwax/available-to-promise#16
- Improved: Changed operation from store to create in create facility group and create facility api endpoint in order to get the clear error in case of duplicates. (#1) by @ravilodhi in hotwax/available-to-promise#17
- Fixed: Updated EnumerationAndType entity package in rest endpoint as per the latest changes (#1). by @ravilodhi in hotwax/available-to-promise#18
- Fixed: Added conditions to do not write duplicate records in the csv (#1). by @ravilodhi in hotwax/available-to-promise#19
- Fixed: Corrected condition to upload csv file to ftp after successful execution of ATP rules (#1). by @ravilodhi in hotwax/available-to-promise#20
- Improved: Handled the case to perform operations on all the facilities/channels of the associated product store by @ravilodhi in hotwax/available-to-promise#21
New Contributors
- @ravilodhi made their first contribution in hotwax/available-to-promise#2
Full Changelog: https://github.com/hotwax/available-to-promise/commits/v1.0.0