Skip to content

Fix 32bits quota release - #40729

Merged
jnweiger merged 6 commits into
release-10.12.1from
fix_32bits_quota_release
Apr 6, 2023
Merged

Fix 32bits quota release#40729
jnweiger merged 6 commits into
release-10.12.1from
fix_32bits_quota_release

Conversation

@jvillafanez

Copy link
Copy Markdown
Member

Description

See #40727 . This is the same PR but it targets the release branch. The changes have been cherry-picked.

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE
@update-docs

update-docs Bot commented Apr 5, 2023

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@ownclouders

ownclouders commented Apr 5, 2023

Copy link
Copy Markdown
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/38217/114

@DeepDiver1975

Copy link
Copy Markdown
Contributor

release branch is testing with encryption master which no longer has this command.

suggestion: test release with latest encryption version as per marketplace

Screenshot from 2023-04-05 18-05-22

@sonarqubecloud

sonarqubecloud Bot commented Apr 6, 2023

Copy link
Copy Markdown
@jnweiger
jnweiger requested a review from pako81 April 6, 2023 13:58
@jnweiger
jnweiger merged commit 52dcf61 into release-10.12.1 Apr 6, 2023
@delete-merged-branch
delete-merged-branch Bot deleted the fix_32bits_quota_release branch April 6, 2023 14:01
phil-davis pushed a commit that referenced this pull request Apr 17, 2023
* Fix quota for 32 bits. Some vars could be float instead of integer

* Include float type in phpdocs

* force downgrading encryption to 1.5.3 in .drone.star, this branch is intended to be shipped with 1.5.3

---------

Co-authored-by: Juergen Weigert <jnweiger@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment