ubicloud/lib
Burak Yucesoy 3e3c6bcdda Fix unit test for invoice generator
We recently changed some billing meters, which caused unit tests to fail due to
floating point precision issues. This commit fixes the tests by rounding the
numbers to three decimal places. I think the long term solution would be to use
integers instead of decimal numbers in all billing code and converting them to
decimal numbers only when displaying them to the user.
2024-08-22 14:41:07 +02:00
..
hosting Accept Hetzner API 404 for delete_key as success 2023-12-15 13:54:49 -08:00
minio Fix double escaping of continuation_token 2024-04-10 16:47:29 +03:00
authorization.rb Make Authorization.matched_policies accept polymorphic object_id 2024-05-28 21:42:31 +03:00
billing_rate.rb Add billing rates for VM storage 2024-05-28 22:50:40 +03:00
casting_config_helpers.rb Increase Config test coverage and delete unused lines 2023-08-07 01:05:05 +03:00
clog.rb Allow to log additional fields with models in clog 2024-07-12 13:43:30 +03:00
cloudflare_client.rb Manage setup/destroy of the repository's blob storage. 2024-06-28 10:06:23 +03:00
github.rb Increase max page limit for fetching failed GitHub deliveries 2024-04-19 10:57:18 +03:00
invoice_generator.rb Fix unit test for invoice generator 2024-08-22 14:41:07 +02:00
location_name_converter.rb Add functions to handle conversion between internal and display location names 2024-04-24 01:46:35 -07:00
monitorable_resource.rb Reduce logging for up resources 2024-06-07 10:36:23 +02:00
option.rb Use more descriptive region names in UI 2024-08-21 08:29:48 +02:00
pagination.rb Fix pagination by appending clauses to the given query 2024-05-02 10:39:42 -07:00
sem_snap.rb Use destroy instead of delete 2023-08-01 11:58:57 +03:00
ssh_key.rb Add missing require 2023-04-25 15:59:56 -07:00
thread_printer.rb Move Thread dump code ThreadPrinter module 2023-09-04 13:01:21 -07:00
util.rb Add cc parameter to the email sending function 2024-05-14 18:31:30 +03:00
validation.rb Add quota check for VM provisionings 2024-07-26 11:51:20 +02:00