-
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
1 parent
13ab9e8
commit d8618a8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule hitobito
updated
13 files
+7 −7 | .rubocop.yml | |
+1 −1 | Gemfile | |
+2 −2 | Gemfile.lock | |
+11 −11 | app/domain/people/cleanup_finder.rb | |
+8 −5 | app/jobs/job_manager.rb | |
+3 −9 | app/jobs/people/cleanup_job.rb | |
+1 −1 | bin/active_wagon.rb | |
+2 −2 | config/initializers/devise.rb | |
+3 −3 | config/locales/models.de.yml | |
+2 −0 | config/settings.yml | |
+13 −7 | spec/domain/people/cleanup_finder_spec.rb | |
+6 −6 | spec/features/mailing_lists_spec.rb | |
+220 −0 | spec/features/password_reset_spec.rb |