Skip to content

Commit

Permalink
Updated services (pre staging update) (#6760)
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr committed Mar 15, 2024
1 parent a20b6ab commit a703e0d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion openslides-backend
Submodule openslides-backend updated 50 files
+52 −0 .github/workflows/close-issues.yml
+87 −0 .github/workflows/commands.yml
+1 −1 Makefile
+0 −0 cli/__init__.py
+14 −44 cli/generate_models.py
+45 −66 cli/generate_permissions.py
+0 −0 cli/util/__init__.py
+50 −0 cli/util/util.py
+1 −0 docs/actions/list_of_speakers.re_add_last.md
+1 −0 docs/actions/motion.create.md
+1 −0 docs/actions/motion.update.md
+1 −1 global/data/example-data.json
+1 −1 global/data/initial-data.json
+1 −1 global/meta
+42 −13 openslides_backend/action/actions/list_of_speakers/re_add_last.py
+1 −0 openslides_backend/action/actions/meeting/import_.py
+1 −0 openslides_backend/action/actions/motion/create.py
+12 −1 openslides_backend/action/actions/motion/update.py
+5 −2 openslides_backend/action/actions/speaker/speak.py
+0 −2 openslides_backend/action/actions/user/account_json_upload.py
+3 −1 openslides_backend/action/actions/user/create.py
+30 −17 openslides_backend/action/actions/user/create_update_permissions_mixin.py
+0 −1 openslides_backend/action/actions/user/merge_together.py
+2 −3 openslides_backend/action/actions/user/send_invitation_email.py
+0 −17 openslides_backend/action/actions/user/toggle_presence_by_number.py
+3 −1 openslides_backend/action/actions/user/update.py
+0 −1 openslides_backend/action/actions/user/user_mixins.py
+8 −1 openslides_backend/action/mixins/import_mixins.py
+3 −4 openslides_backend/action/mixins/send_email_mixin.py
+26 −0 openslides_backend/migrations/migrations/0051_remove_default_numbers.py
+4 −2 openslides_backend/models/models.py
+5 −3 openslides_backend/permissions/permissions.py
+1 −1 requirements/export_service_commits.sh
+10 −10 requirements/partial/requirements_development.txt
+1 −1 requirements/partial/requirements_local_services.txt
+6 −6 requirements/partial/requirements_production.txt
+16 −0 tests/system/action/base.py
+124 −2 tests/system/action/list_of_speakers/test_re_add_last.py
+29 −1 tests/system/action/meeting/test_import.py
+17 −28 tests/system/action/motion/test_create.py
+95 −1 tests/system/action/motion/test_update.py
+42 −0 tests/system/action/speaker/test_speak.py
+1 −1 tests/system/action/test_send_email_mixin.py
+1 −9 tests/system/action/user/test_account_json_upload.py
+0 −2 tests/system/action/user/test_create.py
+20 −0 tests/system/action/user/test_participant_json_upload.py
+3 −88 tests/system/action/user/test_toggle_presence_by_number.py
+15 −17 tests/system/action/user/test_update.py
+35 −12 tests/system/migrations/test_0049_enhance_structure_levels.py
+51 −0 tests/system/migrations/test_0051_remove_default_numbers.py
2 changes: 1 addition & 1 deletion openslides-client
Submodule openslides-client updated 358 files
2 changes: 1 addition & 1 deletion openslides-icc-service
2 changes: 1 addition & 1 deletion openslides-manage-service
2 changes: 1 addition & 1 deletion openslides-proxy
2 changes: 1 addition & 1 deletion openslides-search-service
2 changes: 1 addition & 1 deletion openslides-vote-service

0 comments on commit a703e0d

Please sign in to comment.