-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hitobito
updated
14 files
+0 −17 | .github/workflows/build-image.yml | |
+0 −22 | Dockerfile | |
+1 −0 | Gemfile | |
+1 −0 | Gemfile.lock | |
+0 −1 | Procfile | |
+11 −4 | app/controllers/concerns/sortable.rb | |
+16 −13 | app/jobs/concerns/graceful_termination.rb | |
+1 −1 | app/models/households/log_entries.rb | |
+0 −56 | bin/run-sphinx | |
+1 −1 | spec/jobs/export/event_participations_export_job_spec.rb | |
+6 −5 | spec/models/household_spec.rb | |
+3 −2 | spec/resources/invoice/reads_spec.rb | |
+3 −16 | spec/spec_helper.rb | |
+21 −0 | spec/support/query_helpers.rb |