Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
output.py
Age
Commit message (
Expand
)
Author
2023-10-25
Fix password preview (#2190)
codefiles
2023-09-24
Unify json functions (#2102)
Daniel Girtler
2023-09-18
Fix many typos (#1692)
Alexander Seiler
2023-09-17
Support CJK text alignment (#2012)
Wu Xiaotian
2023-07-25
Fix 1916 (#1920)
Daniel Girtler
2023-06-21
Fix 1862 (#1884)
Daniel Girtler
2023-06-21
Always verify permissions and check for log dir (#1874)
Daniel Girtler
2023-06-08
Fix 1830 (#1831)
Daniel Girtler
2023-05-15
Allowing for fg='color' in info, warn, error and debug. (#1818)
Anton Hvornum
2023-05-11
Cleanup imports and unused code (#1801)
Daniel Girtler
2023-04-19
PyParted and a large rewrite of the underlying partitioning (#1604)
Daniel Girtler
2022-08-01
enhacements to FormattedOutput (#1376)
Werner Llácer
2022-06-07
Update blockdevice (#1289)
Daniel Girtler
2022-05-26
Rework user management (#1220)
Daniel Girtler
2022-05-26
Rework btrfs handling (#1234)
Anton Hvornum
2022-03-16
Improved color coding a bit. Added 5 more color options (not usable outside o...
Anton Hvornum
2022-02-08
Change usage `lsblk` to `blkid` where possible. And general improvements to d...
Anton Hvornum
2022-02-02
Migrate old input to new menu (#874)
Daniel
2021-12-02
Fixing some mypy complaints (#780)
Anton Hvornum
2021-11-19
source code improvement
Steven Lee
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-18
Proofreading: Fix misc. spelling and grammar issues
Dylan Taylor
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Fix E713 test for membership should be 'not in'
Dylan Taylor
2021-05-15
More formatting fixes
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-05-12
some type hint fixes and a bad catch fix
advaithm
2021-04-28
Corrected one indentation.
Anton Hvornum
2021-04-28
Corrected error handling for log creation.
Anton Hvornum
2021-04-28
Fixing permission error on non-root-runners accessing log()
Anton Hvornum
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
2021-04-04
Closed #110
Zach Osman
2021-04-04
Fix misspellings
Rafael Fontenelle
2021-03-23
Corrected recursion loop in log() calling log() before setting the new path f...
Anton Hvornum
2021-03-23
Partially corrects for #116. We still don't detect if we're running as root (...
Anton Hvornum
2021-03-08
Tweaked logging slightly.
Anton Hvornum
2021-01-24
Added debug output as well as corrected output formatting in log().
Anton Hvornum
2021-01-24
Mixup with variable name
Anton Hvornum
2021-01-24
Simpligied installer.log() to wrap output.log() with it's changes.
Anton Hvornum
2021-01-24
Trying to centralize the configuration for logging. Phasing out some paramete...
Anton Hvornum
2020-11-29
Issue in archinstall.output.log() when the log file output is omitted. Now pr...
Anton Hvornum
2020-11-05
Fallback automatically to a log file if we can detect one, even tho file was ...
Anton Hvornum
2020-11-04
Tweaked some log messages in archinstall.Installer()
Anton Hvornum
2020-11-04
Logic issue minor fix.
Anton Hvornum
2020-11-04
Fixed level issues on log output. Also tweaked it so that all log rows come t...
Anton Hvornum
2020-11-04
Cleaned up some logic. How the LOG_LEVEL is fetched from the storage.
Anton Hvornum
2020-11-04
Added multiple log features.
Anton Hvornum
2020-10-18
Reverted TTS implementation from 35913c4. Since blind people use screen reade...
Anton Hvornum
2020-10-11
Added text-to-speach, untested but the base is now added. It routes through ...
Anton Hvornum