Age | Commit message (Collapse) | Author |
|
See [this thead](https://github.com/archlinux/archinstall/issues/1734#issuecomment-1605709792)
Including `--break-operating-system` flag in `pip install` instructions in doc.
|
|
(#1894)
|
|
Co-authored-by: ArtikusHG <artiomoleynic@gmail.com>
|
|
* fix: check for helper functions for unsafe encode before falling back to safe encoding
* feat: merge _encode and _unsafe_encode into simple serialization function to avoid immediate json.loads after json.dumps
* fix: use function instead of a serializing class without trying to serialize keys that are unhashable or unsupported
* feat: lazily evaluate serialized value based on key validity
* feat: use dictionary comprehension and predefined compatible types
* fix: handle enum types immediately after dicts
* fix: return stringified object as a default
* doc: update function docstring for serialize_to_dict
* fix: rename serialize_to_dict to jsonify as it serializes to other primitive types as well
|
|
|
|
* Rename encryption method
* Update
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Fix 1862
* Update
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
* Update translation workflow
* Fix broken checks
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Removed the comma after the "slock" package, since it is the final package
|
|
Removed the comma after the "papirus-icon-theme" package, since it is the final package
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Fix translation files
* Add github action
* Update
* Update
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: wc7086 <190022474@qq.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
|
|
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* Update base.po
* Update base.po
* Delete base.mo
* Add files via upload
---------
Co-authored-by: Eren İnce <63284001+ernince@users.noreply.github.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
|
|
Removed comma at the end of package listing in i3.py
|
|
* Added a service-started wait timer for keyring.timer, and then we check the service state for keyring.service. This is because the .service can be 'dead' right from the start without the timer ever have started. This ensures that we wait for the timer to kick in before we monitor for the .service execution
* Removed pacman-init.service wait timer, as we can rely on keyring.timer instead: https://github.com/archlinux/archinstall/issues/1846#issuecomment-1586872920
|
|
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
* Fix paths used for steps in keyfile creation
* Simplify
|
|
|
|
|
|
|
|
The phrase "X necessary to configure Y in Z" is at best ambiguous and
could mean that Y and Z are required by X, while the intended message is
the reverse. The phrase "necessary for configuring" makes the
relationship clearer.
|
|
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* create et locale and added 56 translations
* add more et translations(55-67)
* add et translations
* add translated_lang
* update readme language list
* Fixed merge conflicts
---------
Co-authored-by: Hegert Taresalu <htaresalu@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* Add files via upload
* Fixed errors and completed German translation
* fixed minor error
|
|
* Add Traditional Chinese (Taiwan)
* Update languages.json
|
|
|
|
* Cleanup imports and unused code
* Cleanup imports and unused code
* Update build check
* Keep deprecation exception
* Simplify logging
* Move locale into new sub-menu
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
path (#1728)
* align with newly merged master
* retry save config
* fix mypy error with str type - this menu with allows return a string
* Removed unused import
---------
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* Allowing for fg='color' in info, warn, error and debug.
* Converted to a more static definition, mypy does not like magic.
* Flake8 fixes
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
|