Skip to content

Commit

Permalink
Update integration to 1.31.7-29
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Dec 29, 2023
1 parent 796562c commit 7b49e7d
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 41 files
+50 −26 .github/workflows/prepare-version.yml
+1 −0 .github/workflows/remote-version.yml
+27 −10 .github/workflows/stage-settings.yml
+1 −1 .github/workflows/wagon-tests.yml
+1 −0 Gemfile
+4 −1 Gemfile.lock
+1 −1 app/components/steps_component.rb
+1 −1 app/controllers/groups/self_registration_controller.rb
+1 −1 app/controllers/roles_controller.rb
+105 −0 app/domain/release_version.rb
+1 −1 app/helpers/form_helper.rb
+33 −0 app/javascript/controllers/autosubmit_controller.js
+0 −18 app/javascript/controllers/hello_controller.js
+6 −2 app/javascript/controllers/index.js
+10 −1 app/javascript/javascripts/modules/remote_autocomplete.js
+3 −1 app/javascript/javascripts/modules/tom_select.js
+3 −0 app/javascript/stylesheets/hitobito/_form.scss
+24 −1 app/javascript/stylesheets/hitobito/modules/_ui-datepicker.scss
+8 −2 app/models/future_role.rb
+13 −9 app/models/role.rb
+4 −4 app/views/full_text/index.html.haml
+14 −3 app/views/groups/self_registration/_fields.html.haml
+1 −9 app/views/groups/self_registration/_form.html.haml
+1 −0 bin/rspec
+47 −18 bin/version
+2 −2 bin/wagon
+94 −2 config/brakeman.ignore
+5 −1 config/locales/models.de.yml
+0 −1 config/locales/models.fr.yml
+0 −1 config/locales/models.it.yml
+0 −6 lib/release/main.rb
+7 −4 lib/tasks/ci.rake
+23 −0 lib/tasks/dev.rake
+7 −5 lib/tasks/spec.rake
+48 −0 spec/bin/version_spec.rb
+13 −3 spec/controllers/roles_controller_spec.rb
+82 −0 spec/domain/release_version_spec.rb
+4 −6 spec/features/roles_controller_spec.rb
+15 −3 spec/models/future_role_spec.rb
+139 −21 spec/models/role_spec.rb
+15 −6 spec/spec_helper.rb
2 changes: 1 addition & 1 deletion hitobito_glp

0 comments on commit 7b49e7d

Please sign in to comment.