Skip to content

Commit

Permalink
Update integration to 2.1.5-47
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Jun 12, 2024
1 parent 186eec1 commit 7fa48bc
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 49 files
+2 −2 .github/actions/core-ci-setup/action.yml
+226 −0 .github/actions/wagon-ci-setup/action.yml
+215 −145 .github/workflows/wagon-tests.yml
+1 −0 CHANGELOG.md
+0 −3 Gemfile
+0 −12 Gemfile.lock
+5 −5 app/abilities/person_layer_writables.rb
+37 −0 app/controllers/concerns/dry_crud/instance_variables.rb
+66 −0 app/controllers/households_controller.rb
+1 −1 app/controllers/list_controller.rb
+1 −1 app/controllers/person/households_controller.rb
+3 −24 app/controllers/person/query_household_controller.rb
+17 −0 app/helpers/household_helper.rb
+12 −0 app/helpers/sheet/household.rb
+8 −1 app/indices/group_index.rb
+7 −1 app/indices/person_index.rb
+16 −11 app/javascript/controllers/autosubmit_controller.js
+9 −6 app/javascript/controllers/tom_select_controller.js
+8 −19 app/models/household.rb
+17 −32 app/models/households/address.rb
+1 −1 app/models/households/member_validator.rb
+40 −0 app/models/households/members_query.rb
+2 −2 app/models/households/members_validator.rb
+10 −7 app/models/person.rb
+0 −2 app/views/events/_attrs_application.html.haml
+16 −0 app/views/households/_edit_form.html.haml
+7 −0 app/views/households/_hidden_member_fields.html.haml
+9 −0 app/views/households/_members_table.html.haml
+16 −0 app/views/households/_members_table_row.html.haml
+16 −0 app/views/households/_messages.html.haml
+15 −0 app/views/households/_update_form.html.haml
+11 −0 app/views/households/edit.html.haml
+20 −6 config/locales/views.de.yml
+19 −11 config/routes.rb
+1 −1 db/seeds/support/event_seeder.rb
+3 −3 doc/development/04_wagons.md
+4 −1 doc/development/09_frontend.md
+0 −123 lib/tarantula/tarantula_config.rb
+7 −1 lib/templates/wagon/lib/tasks/spec.rake
+0 −9 lib/templates/wagon/lib/tasks/tarantula.rake
+0 −45 lib/templates/wagon/test/tarantula/tarantula_test.rb.tt
+0 −18 lib/templates/wagon/test/test_helper.rb.tt
+189 −0 spec/controllers/households_controller_spec.rb
+10 −15 spec/controllers/person/query_household_controller_spec.rb
+41 −0 spec/features/person/household_spec.rb
+14 −82 spec/models/household_spec.rb
+80 −0 spec/models/households/address_spec.rb
+20 −0 spec/models/households/members_query_spec.rb
+133 −0 spec/views/households/edit.html.haml_spec.rb
2 changes: 1 addition & 1 deletion hitobito_die_mitte

0 comments on commit 7fa48bc

Please sign in to comment.