Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/output.py
AgeCommit message (Expand)Author
2022-08-01enhacements to FormattedOutput (#1376)Werner Llácer
2022-06-07Update blockdevice (#1289)Daniel Girtler
2022-05-26Rework user management (#1220)Daniel Girtler
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-03-16Improved color coding a bit. Added 5 more color options (not usable outside o...Anton Hvornum
2022-02-08Change usage `lsblk` to `blkid` where possible. And general improvements to d...Anton Hvornum
2022-02-02Migrate old input to new menu (#874)Daniel
2021-12-02Fixing some mypy complaints (#780)Anton Hvornum
2021-11-19source code improvementSteven Lee
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Fix E713 test for membership should be 'not in'Dylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-12some type hint fixes and a bad catch fixadvaithm
2021-04-28Corrected one indentation.Anton Hvornum
2021-04-28Corrected error handling for log creation.Anton Hvornum
2021-04-28Fixing permission error on non-root-runners accessing log()Anton Hvornum
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
2021-04-04Closed #110Zach Osman
2021-04-04Fix misspellingsRafael Fontenelle
2021-03-23Corrected recursion loop in log() calling log() before setting the new path f...Anton Hvornum
2021-03-23Partially corrects for #116. We still don't detect if we're running as root (...Anton Hvornum
2021-03-08Tweaked logging slightly.Anton Hvornum
2021-01-24Added debug output as well as corrected output formatting in log().Anton Hvornum
2021-01-24Mixup with variable nameAnton Hvornum
2021-01-24Simpligied installer.log() to wrap output.log() with it's changes.Anton Hvornum
2021-01-24Trying to centralize the configuration for logging. Phasing out some paramete...Anton Hvornum
2020-11-29Issue in archinstall.output.log() when the log file output is omitted. Now pr...Anton Hvornum
2020-11-05Fallback automatically to a log file if we can detect one, even tho file was ...Anton Hvornum
2020-11-04Tweaked some log messages in archinstall.Installer()Anton Hvornum
2020-11-04Logic issue minor fix.Anton Hvornum
2020-11-04Fixed level issues on log output. Also tweaked it so that all log rows come t...Anton Hvornum
2020-11-04Cleaned up some logic. How the LOG_LEVEL is fetched from the storage.Anton Hvornum
2020-11-04Added multiple log features.Anton Hvornum
2020-10-18Reverted TTS implementation from 35913c4. Since blind people use screen reade...Anton Hvornum
2020-10-11Added text-to-speach, untested but the base is now added. It routes through ...Anton Hvornum