mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Introduction of APIs to handle Schedule + a bit more. Refer to updated API documentation PR2811 on documentation. * Fixed lint Error * Removed unused declarations * Fixed Bug in Test module * Avoiding type Coercion fixes and direct assignment on conditions array. * Lint Error Fixes * more issues fixed * lint errors * Remove with Mutation in Get function. Fixed quotes. updated getIDyName for error handling * More lint errors * Minor final fixes. * One type coercion removed * One type coercion removed * Revert back to original working code * Added Account testing for both get by ID and updating schedules * [autofix.ci] apply automated fixes * Added Payee tests as well * Payee Tests * [autofix.ci] apply automated fixes * Optimized condition checking at the beginning of the code and avoid ambiguity in case of corrupt schedule * Mode debug infor on error in testing * better bug tracking * //more trouble shooting * Bug fixed * [autofix.ci] apply automated fixes * Minor mofication to satisfy code rabbit. We should be ready for review. * [autofix.ci] apply automated fixes * Removing type coercion from the model * [autofix.ci] apply automated fixes * fixed compilation error * Fixed new bugs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
169 B
169 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Introduction of APIs to handle Schedule + a bit more. Refer to updated API documentation PR2811 on documentation.