Skip to content

Commit

Permalink
Update integration to 2.3.0-68
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Dec 9, 2024
1 parent 1c01215 commit 59c6da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hitobito_sac_cas
Submodule hitobito_sac_cas updated 33 files
+2 −1 app/domain/sac_imports/csv_source.rb
+4 −4 app/domain/sac_imports/csv_source/nav1.rb
+43 −0 app/domain/sac_imports/csv_source/nav17.rb
+127 −0 app/domain/sac_imports/events/kind_entry.rb
+2 −2 app/domain/sac_imports/log_counts.rb
+96 −0 app/domain/sac_imports/nav17_event_kinds_importer.rb
+102 −0 app/domain/sac_imports/nav1_subscriptions_importer.rb
+147 −0 app/domain/sac_imports/people/subscription_entry.rb
+17 −4 app/domain/sac_imports/roles/nav2b2_non_membership_importer.rb
+4 −4 app/domain/sac_imports/sac_sections/group_entry.rb
+3 −3 app/domain/sac_imports/wso2/person_entry.rb
+0 −1 app/models/concerns/events/courses/state.rb
+16 −14 app/models/sac_cas/event/course.rb
+20 −0 app/resources/sac_cas/role_resource.rb
+12 −5 db/migrate/20240311152352_add_cost_references_to_event_kind_categories.rb
+6 −6 db/seeds/course_master_data.rb
+0 −3 db/seeds/mailing_lists.rb
+62 −147 db/seeds/qualification_kinds.rb
+54 −52 db/seeds/self_registration_reasons.rb
+36 −34 db/seeds/termination_reasons.rb
+1 −0 lib/hitobito_sac_cas/wagon.rb
+14 −0 lib/tasks/sac_imports.rake
+30 −24 spec/domain/sac_imports/family_address_updater_spec.rb
+108 −0 spec/domain/sac_imports/nav17_event_kinds_importer_spec.rb
+76 −7 spec/domain/sac_imports/roles/nav2b2_non_membership_importer_spec.rb
+1 −1 spec/domain/sac_imports/sac_sections/group_entry_spec.rb
+5 −9 spec/domain/sac_imports/wso2/person_entry_spec.rb
+1 −1 spec/features/membership_verification_spec.rb
+9 −0 spec/fixtures/files/sac_imports_src/NAV17_fixture.csv
+7 −0 spec/fixtures/qualification_kind_translations.yml
+0 −3 spec/models/mailing_list_spec.rb
+43 −0 spec/resources/role/reads_spec.rb
+5 −0 spec/support/graphiti/schema.json

0 comments on commit 59c6da1

Please sign in to comment.