Skip to content

Commit

Permalink
Update integration to 2.0.2-9
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Feb 1, 2024
1 parent 039e3d4 commit 13ab9e8
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 44 files
+4 −0 .gitignore
+1 −0 CHANGELOG.md
+3 −2 Gemfile
+27 −19 Gemfile.lock
+14 −8 app/components/steps_component_controller.js
+26 −0 app/controllers/json_api/openapi_controller.rb
+24 −0 app/controllers/json_api/schema_controller.rb
+1 −2 app/models/role/types.rb
+2 −2 app/models/self_registration/person.rb
+21 −2 config/brakeman.ignore
+1 −1 config/initializers/rswag_api.rb
+1 −1 config/initializers/rswag_ui.rb
+396 −0 config/jsonapi.json
+73 −0 config/openapi.yml
+3 −0 config/routes.rb
+6 −4 doc/development/05_json_api.md
+ public/api/vandal/assets/img/squares.png
+8 −0 public/api/vandal/css/app.59d17783.css
+1 −0 public/api/vandal/css/chunk-vendors.e6a6ca22.css
+ public/api/vandal/favicon.ico
+3 −0 public/api/vandal/index.html
+2 −0 public/api/vandal/js/app.d38ac258.js
+1 −0 public/api/vandal/js/app.d38ac258.js.map
+2 −0 public/api/vandal/js/app.f85601e5.js
+1 −0 public/api/vandal/js/app.f85601e5.js.map
+13 −0 public/api/vandal/js/chunk-vendors.326f67bb.js
+1 −0 public/api/vandal/js/chunk-vendors.326f67bb.js.map
+28 −0 spec/api/groups/index_spec.rb
+29 −0 spec/api/groups/show_spec.rb
+28 −0 spec/api/people/index_spec.rb
+29 −0 spec/api/people/show_spec.rb
+41 −0 spec/api/people/update_spec.rb
+50 −0 spec/domain/person/subscriptions_spec.rb
+33 −0 spec/models/self_registration/person_spec.rb
+1 −0 spec/rails_helper.rb
+0 −36 spec/requests/json_api/group_schema.rb
+0 −86 spec/requests/json_api/groups_spec.rb
+0 −128 spec/requests/json_api/people_spec.rb
+0 −80 spec/requests/json_api/person_schema.rb
+16 −1 spec/spec_helper.rb
+162 −10 spec/support/graphiti/schema.json
+30 −0 spec/support/graphiti/schema_spec.rb
+26 −0 spec/support/graphiti/shared_examples.rb
+0 −217 swagger/swagger.yaml
2 changes: 1 addition & 1 deletion hitobito_glp

0 comments on commit 13ab9e8

Please sign in to comment.