Skip to content

Commit

Permalink
Update integration to 2.3.5-6
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Nov 11, 2024
1 parent 58fa73c commit a60a55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 48 files
+2 −0 .git-blame-ignore-revs
+1 −1 .github/actions/core-ci-setup/action.yml
+0 −1 Gemfile
+0 −4 Gemfile.lock
+1 −0 Procfile
+0 −5 Procfile.dev
+0 −1 Rakefile
+1 −0 app/controllers/concerns/render_table_displays.rb
+1 −1 app/controllers/full_text_controller.rb
+2 −1 app/domain/people/household_list.rb
+133 −0 app/domain/search_column_builder.rb
+1 −1 app/domain/search_strategies/address_search.rb
+2 −1 app/domain/search_strategies/base.rb
+1 −1 app/domain/search_strategies/event_search.rb
+1 −1 app/domain/search_strategies/group_search.rb
+1 −1 app/domain/search_strategies/invoice_search.rb
+3 −3 app/domain/search_strategies/person_search.rb
+2 −0 app/models/additional_email.rb
+1 −1 app/models/address.rb
+53 −0 app/models/concerns/full_text_searchable.rb
+0 −21 app/models/concerns/pg_searchable.rb
+2 −2 app/models/event.rb
+2 −2 app/models/group.rb
+1 −1 app/models/invoice.rb
+2 −0 app/models/invoice_item.rb
+2 −2 app/models/person.rb
+2 −0 app/models/phone_number.rb
+2 −0 app/models/social_account.rb
+9 −0 bin/active_wagon.rb
+1 −1 bin/dev
+1 −1 bin/wagon
+48 −2 config/brakeman.ignore
+4 −2 doc/architecture/wagons/README.md
+24 −26 doc/developer/local_setup.md
+0 −56 images/s2i/Dockerfile
+0 −50 images/s2i/root/opt/bin/install-nodejs
+0 −6 images/s2i/root/opt/shared/Wagonfile
+0 −44 images/s2i/root/usr/libexec/s2i/assemble
+0 −9 images/s2i/root/usr/libexec/s2i/deploy
+0 −53 images/s2i/root/usr/libexec/s2i/prepare-source
+0 −13 images/s2i/root/usr/libexec/s2i/pull-composition-heads
+0 −6 images/s2i/root/usr/libexec/s2i/pull-push-transifex-translations
+0 −3 images/s2i/root/usr/libexec/s2i/run-delayed-job
+0 −3 images/s2i/root/usr/libexec/s2i/save-artifacts
+17 −0 lib/tasks/search_column.rake
+0 −0 spec/domain/search_strategies/sql_spec.rb
+1 −1 spec/features/quicksearch_spec.rb
+8 −1 spec/support/db_information_reloader.rb

0 comments on commit a60a55f

Please sign in to comment.