index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | Added type annotations to all functions (#845) | Anton Hvornum | |
* Added type annotations for 1/5 of the files. There's bound to be some issues with type miss-match, will sort that out later. * Added type hints for 4/5 of the code * Added type hints for 4.7/5 of the code * Added type hints for 5/5 of the code base * Split the linters into individual files This should help with more clearly show which runner is breaking since they don't share a single common name any longer. Also moved mypy settings into pyproject.toml * Fixed some of the last flake8 issues * Missing parameter * Fixed invalid lookahead types * __future__ had to be at the top * Fixed last flake8 issues | |||
2021-11-05 | Cleaned up all flake8 issues/warnings. Did some code cleaning as well, ↵ | Anton Hvornum | |
mostly how we called things in guided.py but also some SysCommand calls | |||
2021-05-15 | Perform refactoring to PEP 8 naming conventions | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Many more manual changes | Dylan Taylor | |
2021-04-13 | Modifying to enable piping in custom environment variables. This is ↵ | Anton Hvornum | |
required to disable systemd coloring and paging when querying for service states. Otherwise it returns unreliable data that can cause hanging. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-09-01 | Tweaking the mirror selection vs automatic mirror processes. | Anton Hvornum | |
2020-09-01 | Renamed services again after re-save to the wrong name. | Anton Hvornum | |
2020-09-01 | Wrong filename on services | Anton Hvornum | |