Skip to content

Commit

Permalink
Update integration to 2.2.2-51
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Sep 26, 2024
1 parent 2e130ff commit 65d0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 58 files
+0 −1 .github/actions/core-ci-setup/action.yml
+0 −1 .github/actions/wagon-ci-setup/action.yml
+2 −3 .github/workflows/sbom.yml
+0 −3 .gitignore
+0 −1 AUTHORS
+2 −3 Dockerfile
+0 −2 Gemfile
+0 −10 Gemfile.lock
+0 −1 Procfile.dev
+1 −2 app/domain/export/tabular/people/households.rb
+0 −0 app/indices/invoice_index.rb
+0 −0 app/indices/person_index.rb
+0 −7 app/jobs/job_manager.rb
+0 −33 app/jobs/sphinx_index_job.rb
+20 −2 app/mailers/application_mailer.rb
+3 −2 app/mailers/delivery_report_mailer.rb
+13 −14 app/mailers/event/participation_mailer.rb
+9 −9 app/mailers/invoice_mailer.rb
+10 −3 app/models/custom_content.rb
+0 −22 config/application.rb
+0 −1 config/initializers/sentry.rb
+0 −38 config/initializers/sphinx_wagons.rb
+1 −6 config/settings.yml
+0 −36 config/thinking_sphinx.yml
+1 −4 doc/architecture/05_bausteinsicht.md
+1 −5 doc/architecture/07_verteilungssicht.md
+5 −5 doc/architecture/adr/002_wechsel_rdbms.md
+2 −1 doc/architecture/diagrams/bausteinsicht.svg
+174 −1 doc/architecture/diagrams/bausteinsicht.xml
+2 −1 doc/architecture/diagrams/verteilungssicht.svg
+176 −1 doc/architecture/diagrams/verteilungssicht.xml
+1 −2 doc/architecture/techstack.md
+10 −4 doc/architecture/wagons/README.md
+0 −1 doc/developer/guidelines.md
+1 −2 doc/developer/people/address_completion.md
+1 −2 doc/developer/people/locations.md
+17 −41 doc/operator/01_deployment.md
+8 −10 doc/operator/02_openshift.md
+ doc/operator/diagrams/ose-rails.png
+0 −137 doc/operator/openshift/mysql-database.yml
+2 −6 doc/operator/openshift/rails-delayed-job.yml
+0 −126 doc/operator/openshift/rails-sphinx.yml
+2 −6 doc/operator/openshift/rails-web.yml
+0 −1 images/s2i/Dockerfile
+0 −13 images/s2i/root/usr/libexec/s2i/k8s-sphinx-liveness-check
+0 −43 images/s2i/root/usr/libexec/s2i/run-sphinx
+0 −1 lib/tasks/ci.rake
+6 −24 lib/tasks/db.rake
+0 −5 lib/tasks/spec.rake
+0 −0 spec/domain/search_strategies/sphinx_spec.rb
+15 −0 spec/fabricators/custom_content_fabricator.rb
+1 −1 spec/jobs/export/event_participations_export_job_spec.rb
+0 −21 spec/jobs/sphinx_index_job_spec.rb
+19 −0 spec/mailers/application_mailer_spec.rb
+46 −0 spec/mailers/event/participation_mailer_spec.rb
+12 −0 spec/models/custom_content_spec.rb
+2 −2 spec/support/crud_test_model.rb
+0 −61 spec/support/sphinx_environment.rb

0 comments on commit 65d0b42

Please sign in to comment.