Skip to content

Commit

Permalink
Staging update 20230720 (#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr committed Jul 20, 2023
1 parent 216e953 commit 3e394a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.6
4.0.7
2 changes: 1 addition & 1 deletion openslides-autoupdate-service
Submodule openslides-autoupdate-service updated 64 files
+1 −0 go.mod
+2 −0 go.sum
+34 −140 internal/autoupdate/autoupdate.go
+4 −83 internal/autoupdate/autoupdate_test.go
+1 −1 internal/autoupdate/connection.go
+23 −22 internal/autoupdate/connection_test.go
+1 −1 internal/autoupdate/feature_test.go
+79 −0 internal/autoupdate/flow.go
+8 −8 internal/autoupdate/mock_test.go
+31 −0 internal/history/getter.go
+161 −0 internal/history/history.go
+9 −13 internal/history/restrict.go
+3 −4 internal/history/restrict_test.go
+39 −1 internal/history/source_datastore.go
+1 −1 internal/history/source_datastore_test.go
+32 −9 internal/http/http.go
+15 −4 internal/http/http_test.go
+10 −0 internal/http/interfaces.go
+2 −2 internal/keysbuilder/keysbuilder.go
+47 −25 internal/keysbuilder/keysbuilder_test.go
+193 −90 internal/projector/projector.go
+224 −177 internal/projector/projector_test.go
+2 −2 internal/projector/slide/agenda_test.go
+1 −1 internal/projector/slide/assignment_test.go
+3 −3 internal/projector/slide/list_of_speakers_test.go
+1 −1 internal/projector/slide/mediafile_test.go
+1 −1 internal/projector/slide/meeting_test.go
+1 −1 internal/projector/slide/motion_block_test.go
+1 −1 internal/projector/slide/motion_test.go
+1 −1 internal/projector/slide/poll_candidate_list_test.go
+1 −1 internal/projector/slide/poll_test.go
+2 −2 internal/projector/slide/projector_test.go
+1 −1 internal/projector/slide/topic_test.go
+3 −3 internal/projector/slide/user_test.go
+0 −20,476 internal/restrict/bench_test.go
+1 −1 internal/restrict/perm/perm_test.go
+7 −7 internal/restrict/restrict.go
+12 −13 main.go
+0 −152 pkg/datastore/cache.go
+167 −0 pkg/datastore/cache/cache.go
+326 −0 pkg/datastore/cache/cache_test.go
+4 −9 pkg/datastore/cache/pendingmap/pendingmap.go
+1 −1 pkg/datastore/cache/pendingmap/pendingmap_test.go
+0 −436 pkg/datastore/cache_test.go
+0 −342 pkg/datastore/datastore.go
+0 −426 pkg/datastore/datastore_test.go
+12 −0 pkg/datastore/doc.go
+1 −1 pkg/datastore/dsfetch/fetch_test.go
+70 −44 pkg/datastore/dsmock/getters.go
+0 −92 pkg/datastore/dsmock/yaml_data.go
+104 −0 pkg/datastore/flow/combined.go
+118 −0 pkg/datastore/flow/combined_test.go
+26 −0 pkg/datastore/flow/flow.go
+102 −0 pkg/datastore/flow/middleware_test.go
+119 −0 pkg/datastore/flow/mock_test.go
+13 −14 pkg/datastore/flow_postgres.go
+2 −2 pkg/datastore/flow_postgres_test.go
+27 −24 pkg/datastore/flow_vote_count.go
+57 −48 pkg/datastore/flow_vote_count_test.go
+0 −31 pkg/datastore/history.go
+0 −22 pkg/datastore/metric.go
+0 −60 pkg/datastore/option.go
+16 −16 pkg/redis/redis.go
+2 −3 pkg/redis/redis_test.go
2 changes: 1 addition & 1 deletion openslides-icc-service
2 changes: 1 addition & 1 deletion openslides-vote-service

0 comments on commit 3e394a5

Please sign in to comment.