File: fix-rating-rules-value-precision-40d1054f8ab494c3.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (10 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Allow rating rules that have more than 2 digits in integer part.

    Currently, CloudKitty only allows creating rating rules as
    ``99.999999999999999999999999``. Therefore, for prices equal to or higher
    than 100, we would not be able to use them. This patch will enable
    operators to use any value between ``0`` and ``999999999999`` (in the
    integer part of the number), which will provide more flexibility.