Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge main into feature/relational db #149

Merged

Conversation

r-peschke
Copy link
Member

No description provided.

luisa-beerboom and others added 30 commits June 12, 2024 17:13
If this setting is set, committee admins must choose a template as
duplicated-from at meeting create.
…ing-for-closed-meeting

Add new setting for closed meeting
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…mypy-1.11.1

Bump mypy from 1.10.1 to 1.11.1 in /dev
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…pytest-8.3.2

Bump pytest from 8.2.2 to 8.3.2 in /dev
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240311 to 6.0.12.20240724.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…types-pyyaml-6.0.12.20240724

Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240724 in /dev
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.16.0 to 3.17.0.
- [Commits](asottile/pyupgrade@v3.16.0...v3.17.0)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…pyupgrade-3.17.0

Bump pyupgrade from 3.16.0 to 3.17.0 in /dev
Bumps [types-simplejson](https://github.com/python/typeshed) from 3.19.0.20240310 to 3.19.0.20240801.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-simplejson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…types-simplejson-3.19.0.20240801

Bump types-simplejson from 3.19.0.20240310 to 3.19.0.20240801 in /dev
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…-participants

Make changes for locking out participants
r-peschke and others added 14 commits August 12, 2024 12:29
…black-24.8.0

Bump black from 24.4.2 to 24.8.0 in /dev
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1.
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…flake8-7.1.1

Bump flake8 from 7.1.0 to 7.1.1 in /dev
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240724 to 6.0.12.20240808.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…pyyaml-6.0.2

Bump pyyaml from 6.0.1 to 6.0.2 in /dev
…types-pyyaml-6.0.12.20240808

Bump types-pyyaml from 6.0.12.20240724 to 6.0.12.20240808 in /dev
…s-user

Make changes for custom anonymous group
…estriction-mode

Change restriction mode of `active_meeting_ids` to `A`
@r-peschke r-peschke added the enhancement General enhancement which is neither bug nor feature label Aug 14, 2024
@r-peschke r-peschke added this to the 4.2 milestone Aug 14, 2024
@r-peschke r-peschke self-assigned this Aug 14, 2024
@r-peschke r-peschke changed the base branch from main to feature/relational-db August 14, 2024 10:50
@r-peschke r-peschke merged commit f6edd38 into OpenSlides:feature/relational-db Aug 14, 2024
2 checks passed
@r-peschke r-peschke deleted the feature/relational-db branch August 14, 2024 10:56
@r-peschke r-peschke restored the feature/relational-db branch August 14, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement which is neither bug nor feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants