-
Notifications
You must be signed in to change notification settings - Fork 43
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
Autoinstallation for localization (l10n) settings #914
Commits on Jan 19, 2024
-
Better
agama profile validate
error messagesBefore: > The profile is not valid. Please, check the following errors: > * null is not of type "string" > * null is not of type "string" After: > The profile is not valid. Please, check the following errors: > * null is not of type "string". ValidationError { instance: Null, kind: Type { kind: Single(String) }, instance_path: JSONPointer([Property("root"), Property("sshPublicKey")]), schema_path: JSONPointer([Keyword("properties"), Property("root"), Keyword("properties"), Property("sshPublicKey"), Keyword("type")]) } > * null is not of type "string". ValidationError { instance: Null, kind: Type { kind: Single(String) }, instance_path: JSONPointer([Property("storage"), Property("encryptionPassword")]), schema_path: JSONPointer([Keyword("properties"), Property("storage"), Keyword("properties"), Property("encryptionPassword"), Keyword("type")]) } Which is hard to read but does point to the invalid profile bits: `"sshPublicKey": null`, `"encryptionPassword": null`. BTW that profile is just the output of `agama config show`.
Configuration menu - View commit details
-
Copy full SHA for f16679d - Browse repository at this point
Copy the full SHA f16679dView commit details
Commits on Feb 1, 2024
-
Add localization::LocalizationSettings
actually localization::settings::LocalizationSettings
Configuration menu - View commit details
-
Copy full SHA for 15a3d4c - Browse repository at this point
Copy the full SHA 15a3d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8945b - Browse repository at this point
Copy the full SHA fb8945bView commit details -
Fix LocaleProxy writable properties
Same issue as in #712: zbus-xmlgen generates a proxy for setting a writable property but forgets to mark it as a property, generating a method call instead (I fixed zbus-xmlgen in August but they haven't released a crate since June)
Configuration menu - View commit details
-
Copy full SHA for 037618b - Browse repository at this point
Copy the full SHA 037618bView commit details -
More better errors for
agama profile validate
include names of files that were not found
Configuration menu - View commit details
-
Copy full SHA for 491ea9e - Browse repository at this point
Copy the full SHA 491ea9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be31da6 - Browse repository at this point
Copy the full SHA be31da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd270a - Browse repository at this point
Copy the full SHA 8bd270aView commit details -
Parsing KeymapID: don't allow traling garbage
Before, "foo@#$%" was parsed as "foo" Also make the Regex more readable with (?x) verbose syntax
Configuration menu - View commit details
-
Copy full SHA for 8c26e4c - Browse repository at this point
Copy the full SHA 8c26e4cView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b815325 - Browse repository at this point
Copy the full SHA b815325View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ca5ab - Browse repository at this point
Copy the full SHA c5ca5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd1025 - Browse repository at this point
Copy the full SHA ddd1025View commit details