Skip to content

Commit

Permalink
Update integration to 2.3.0-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Largo committed Oct 29, 2024
1 parent 52db253 commit 97f1eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 43 files
+1 −1 VERSION
+1 −1 app/controllers/invoices_controller.rb
+8 −0 app/decorators/event/participation_decorator.rb
+5 −0 app/decorators/person_decorator.rb
+34 −0 app/domain/export/pdf/document.rb
+5 −12 app/domain/export/pdf/invoice.rb
+3 −7 app/domain/export/pdf/labels.rb
+1 −9 app/domain/export/pdf/list.rb
+2 −9 app/domain/export/pdf/participation.rb
+1 −1 app/domain/mailing_lists/bulk_mail/imap_mail_validator.rb
+1 −1 app/domain/oidc_claim_setup.rb
+15 −0 app/domain/person/event_queries.rb
+1 −1 app/domain/synchronize/mailchimp/synchronizator.rb
+1 −1 app/helpers/hitobito_log_entries_helper.rb
+ app/javascript/fonts/NotoSans-Bold.ttf
+ app/javascript/fonts/NotoSans-BoldItalic.ttf
+ app/javascript/fonts/NotoSans-Italic.ttf
+ app/javascript/fonts/NotoSans-Regular.ttf
+1 −1 app/jobs/export/event_participations_export_job.rb
+1 −1 app/models/group.rb
+1 −2 app/models/invoice.rb
+1 −1 app/models/person.rb
+5 −1 app/models/role.rb
+1 −1 app/models/wizards/inscribe_in_group_wizard.rb
+1 −1 app/views/people/_attrs.html.haml
+1 −0 app/views/people/_event_aside.html.haml
+11 −0 app/views/people/_participation_aside.html.haml
+1 −1 bin/dev
+25 −2 config/brakeman.ignore
+40 −0 db/migrate/20240816141100_migrate_role_timestamps_and_future_roles.rb
+0 −21 db/migrate/20240816141100_set_roles_start_end_from_timestamps.rb
+11 −0 spec/controllers/invoices_controller_spec.rb
+2 −2 spec/controllers/oauth/userinfo_controller_spec.rb
+25 −0 spec/decorators/event/participation_decorator.rb
+26 −6 spec/decorators/person_decorator_spec.rb
+91 −86 spec/domain/export/pdf/invoice_spec.rb
+14 −1 spec/domain/mailing_lists/bulk_mail/imap_mail_validator_spec.rb
+26 −1 spec/domain/synchronize/mailchimp/synchronizator_spec.rb
+13 −3 spec/features/roles_controller_spec.rb
+15 −0 spec/jobs/export/event_participations_export_job_spec.rb
+8 −0 spec/models/group_spec.rb
+30 −0 spec/models/person_spec.rb
+10 −1 spec/regressions/people_controller_spec.rb

0 comments on commit 97f1eac

Please sign in to comment.