1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/test/integration
Sylvain af3def0e2e (feat) save the accounting data in DB
Previously, the accounting data were built on demand,
extracting the data from the invoices on-the-fly.
This is intended to be used only once in a while, so there was
no performance issue with that.
Now, we want those data to be accessed from the OpenAPI,
so building them on-the-fly would be very much
intensive and resouces heavy. So we build them each nights
using a scheduled worker and save them in the database
2022-12-21 14:11:40 +01:00
..
availabilities public calendar endpoint refactoring & testing 2022-07-18 17:19:33 +02:00
credits display reservations credits in the dashboard 2022-06-29 15:35:17 +02:00
events refactor shopping_cart/reservation 2022-07-18 17:18:01 +02:00
exports (feat) save the accounting data in DB 2022-12-21 14:11:40 +01:00
invoices (bug) test on invoice items was not idempotent 2022-10-28 10:25:10 +02:00
members (bug) As admin, unable to create a new member (#374) 2022-07-19 16:29:28 +02:00
open_api (wip) accounting endpoint for the OpenAPI 2022-12-21 14:11:39 +01:00
plans fix create plan test 2022-05-23 16:15:49 +02:00
prices refactor shopping_cart/reservation 2022-07-18 17:18:01 +02:00
reservations (test) prevent last minutes bookings 2022-12-14 12:22:44 +01:00
store (test) add admin offer product to himself 2022-11-17 17:14:31 +01:00
subscriptions added rubocop-rails 2022-07-19 12:13:50 +02:00
trainings Fix a bug: trainings monitoring is not available 2022-08-23 15:54:37 +02:00
.keep release 2.0 rc 2016-03-23 18:39:41 +01:00
abuses_test.rb fix running tests 2020-03-30 10:59:11 +02:00
accounting_period_test.rb improved test for accounting periods 2020-06-24 15:25:17 +02:00
admins_test.rb update rails to 5.1.7 2020-03-25 12:35:07 +01:00
auth_providers_test.rb (db) table to save OpenID connect configuration 2022-05-04 12:16:38 +02:00
machines_test.rb (bug) soft-destroyed still reported in OpenAPI 2022-11-23 11:59:06 +01:00
payment_schedules_test.rb Full test coverage of the OpenAPI 2021-06-28 09:50:37 +02:00
payzen_test.rb refactor shopping_cart/reservation 2022-07-18 17:18:01 +02:00
settings_test.rb (bug) fix running tests 2022-03-23 16:55:38 +01:00
spaces_test.rb (bug) soft-destroyed still reported in OpenAPI 2022-11-23 11:59:06 +01:00
wallets_test.rb test presence of footprint debug data 2021-05-31 12:19:28 +02:00