index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-26 | Adding compression as an option (#1084) | Anton Hvornum | |
* Adding compression as an option * Ignore 'misaligned' ending parenthathese * Moved the 'mark compressed' logic into the sub block within manual disk operations. * Fixed flake8 complaints * Muting a complextion warning on manage_new_and_existing_partitions(). It is too complex, but not something that we'll bother with for v2.4.0. As this whole function could be replaced with a new and improved menu system split into tasks rather than one huge if/else. | |||
2022-02-28 | Moved order in .flake8 | Anton Hvornum | |
2022-02-28 | Added back _ as a builtin | Anton Hvornum | |
2022-02-28 | Rework network config (#1001) | Daniel | |
* Update network configuration * Rework network configuration * Update documentation * Fix flake8 * Update Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2022-02-28 | Add password strength check (#983) | komeil Parseh | |
* Add password strength check * Delete time.sleep and log, use the select class instead * Ignore W503 in flake8 * Solve some problems of the password strength check algorithm Part of the code was written by @phisch. This code tries to measure the strength of the user's password and suggests that the password is weak. * rename function * Restore the flake8 configuration file to its previous state | |||
2022-02-05 | Provide nationalization (#893) | Daniel | |
* Nationalization * Add _ as builtins to flake8 * Removing conflict hash tag Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2021-12-31 | Ignoring complex-functions in guided.py (couldn't find a way to specifically ↵ | Anton Hvornum | |
ignore C901 for ask_user_questions() alone) | |||
2021-12-02 | Add simple menu for better UX (#660) | Daniel | |
* Add simple menu for better UX * Add remove external dependency * Fix harddisk return value on skip * Table output for partitioning process * Switch partitioning to simple menu * fixup! Switch partitioning to simple menu * Ignoring complexity and binary operator issues Only in simple_menu.py * Added license text to the MIT licensed file * Added in versioning information * Fixed some imports and removed the last generic_select() from user_interaction. Also fixed a revert/merged fork of ask_for_main_filesystem_format() * Update color scheme to match Arch style better * Use cyan as default cursor color * Leave simple menu the same Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com> Co-authored-by: Dylan M. Taylor <dylan@dylanmtaylor.com> | |||
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-10-14 | max-complexity = 40 | Christian Clauss | |
2021-10-14 | Tweaked the ignores and made it less forgiving | Anton Hvornum | |
2021-10-04 | Tighten up flake8 tests used by lint_python GitHub Action | Christian Clauss | |
2021-05-15 | Update .flake8 | Dylan M. Taylor | |
2021-05-15 | Create .flake8 | Dylan M. Taylor | |