Skip to content

Releases: sleede/fab-manager

Fabmanager 6.3.4

23 Nov 07:15
Compare
Choose a tag to compare
  • fix a bug: wrong amount when pay a reservation with payment schedule
  • fix regresion on PaymentScheduleItemWorker from v6.3.2

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fabmanager 6.3.3

14 Nov 10:17
Compare
Choose a tag to compare
  • fix a bug: wrong currency unit for locale fr-CH

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fabmanager 6.3.2

14 Nov 09:40
Compare
Choose a tag to compare
  • updates sidekiq and sidekiq-scheduler
  • fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fabmanager 6.3.1

10 Nov 16:12
Compare
Choose a tag to compare
  • Fix a bug: statistic_sub_type.label of plan was nil
  • adds a migrations to fix all statistic_sub_types of plans having label = nil
  • Fix a bug: unable to show wallet payment mean for avoir
  • updates spanish translations and adds translations
  • Fix a bug: avoids crash due to oidc config with scope = nil
  • Fix a bug: unable to see value for input group with long label on eventModal
  • Improvement: when deleting an event, all reservations are canceled
  • Improvement: replace original image by large generated version (event, machine, space, training)

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fabmanager 6.3.0

03 Nov 12:26
Compare
Choose a tag to compare
  • Fix a bug: fix all failing tasks of rake task file chain.rake
  • Fix a bug: file_size_validator.rb was broken since ruby v3, see rails/rails#41270
  • improvement: pre-registration event reservations ilimit places
  • improvement: add including_deleted_users param for open api users
  • decreases sidekiq concurrency from 25 to 5, 25 is too much and consumes memory for nothing
  • do not log Notifications#polling action anymore, by default, can be enable via env variable ENABLE_NOTIFICATIONS_POLLING_LOGGING=true
  • Fix a bug: api/products/index bug when sorting by amount
  • adds a rake task to regenerate invoices by ids (see maintenance.rake)
  • Fix a bug: replaces custom ServerLocale middleware with sidekiq i18n middleware
  • adds a rake task to erase all reservations and invoices (fablab:maintenance:delete_all_reservations_and_invoices)
  • improvement: dynamic label (i18n) for stats structure tables

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fabmanager 6.2.0

13 Oct 14:03
Compare
Choose a tag to compare
  • Fix a bug: fix ReservationReminderWorker, was sending reservation reminder to users with a event reservation not validated by admin + adds tests for all scenarios
  • Fix a bug: admin could not create new SupportingDocumentType (problem was on js side)
  • Fix a bug: fix back button on space edit page
  • Fix a bug: fix members tour (help), a selector was not valid anymore
  • Fix a bug: unable to save OpenID extra_authorize_params as json
  • Fix machine list bug : when there is no user logged in and access machines list with at least one machine associated to a space

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fab-manager 6.1.2

02 Oct 13:59
Compare
Choose a tag to compare
  • Fix a bug: minor pb (exception raised) when bot hit api/projects#search without beeing authenticated
  • Fix a bug: minor pb (exception raised) when a bot or unauthenticated user hit api/auth_providers actions
  • Fix a bug: when calling .to_json on an "avoir", there was a bug because order_number delegates on invoice which can be nil, it was causing errors in notifications rendering
  • Fix a bug: when getting status of users/subscriptions export
  • improvement : adds/edit spanish translations

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Fab-manager 6.1.1

28 Sep 14:11
Compare
Choose a tag to compare
  • Fix a bug: unable to sync projects with openprojects
  • Fix a bug: public availabilities (no user) was buggy (server error)
  • Fix a bug: unable to generate statistic
  • Fix a bug: rss/projects was failing with project without image
  • improvement : performance of members#show and reservations#index

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:openlab:bulk_export" -c "rails fablab:openlab:bulk_update" -c "rails fablab:maintenance:regenerate_statistics[2023,9]"

Fab-manager 6.1.0

25 Sep 12:48
Compare
Choose a tag to compare
  • improves api/notification controller to avoid failing when there is a notification with wrong notification_type in db
  • Add extra_authorize_params to OpenIdConnect config
  • Improvement : add a notification to remind users to upload their supporting documents
  • Cancel payment schedule subscription after update the payment mean
  • admin can see reservations of a member
  • Fix a bug: unable to update card for payment schedule
  • Fix a bug: user is_allow_contact is actived by default
  • Fix a bug: unbale to export projects
  • Fix a bug: unbale to update card bank of payment schedule
  • Feature: family compte for event
  • Feature: pre-registration event
  • Feature: space can connect one or more machines or spaces

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed"

Fab-manager 6.0.14

06 Sep 14:48
Compare
Choose a tag to compare
  • Fix a bug: for project categories, if there is no category : do not show categories panel in show view, do not show categories input field in edit view
  • Fix a bug: unable to update status to paid for latest payment schedule item
  • Fix a bug: unable to generate statistic
  • Fix a bug: unable to update user profile by admin
  • Feature: add a filter in members list (admin) to show only "not validated" members
  • Concerning statistics:
  • removes age and type column from all statistics tabs (only in web, not in xlsx export file)
  • index:
    • renames user column header for projects tab and projects xlsx export
    • adds group name of user for every tab except projects tab
    • adds status and project users names for projects tab

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed" -c "rails fablab:es:build_stats" -c "rails fablab:maintenance:regenerate_statistics[2014,1]"