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

11.1 #1502

Merged
merged 211 commits into from
Oct 24, 2022
Merged

11.1 #1502

merged 211 commits into from
Oct 24, 2022

Conversation

…disk/ram, ... + drop disk/ram as resource, have them directly in 'integration'
"""
Convert bytes or bits into human readable format with binary prefix
"""
symbols = ("K", "M", "G", "T", "P", "E", "Z", "Y")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous binary_to_human was supporting GiB notation. What should we do about that ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that really important x_x

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I dropped it because I unified it with a _convertSize function from user.py which was basically doing the same thing, but without the GiB notation ...

@zamentur
Copy link
Member

zamentur commented Oct 16, 2022

  • It seems that running yunohost tools regenconf trigger several "Warning: No config panel found." when we come from an instance without /etc/yunohost/settings.json even after the global settings migrations

@alexAubin
Copy link
Member Author

It seems that running yunohost tools regenconf trigger several "Warning: No config panel found."

Are you sure you copied the proper config_domain.toml and config_global.toml in your dev env ?

@alexAubin alexAubin merged commit 55baa2a into dev Oct 24, 2022
@alexAubin alexAubin deleted the 11.1 branch October 24, 2022 15:58
@alexAubin alexAubin restored the 11.1 branch October 24, 2022 15:58
@alexAubin alexAubin deleted the 11.1 branch January 30, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants