index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | Fixed import error ModuleType (#848) | Anton Hvornum | |
Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
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-01 | Fixed flake8 issues in networking, plugins and profiles. | Anton Hvornum | |
2021-09-19 | general: remove all found white-spaces | SecondThundeR | |
Also this change adds new line at the end for some scripts | |||
2021-05-31 | Fixed a plugin issue where there are no plugins found. | Anton Hvornum | |
2021-05-24 | Added/moved comments. | Anton Hvornum | |
2021-05-24 | Added optional version handling. And improved error handling a bit. | Anton Hvornum | |
2021-05-24 | Added a comment | Anton Hvornum | |
2021-05-24 | Added better error handling. | Anton Hvornum | |
2021-05-24 | Implemented load_plugin() which handles local or remote paths. Also added ↵ | Anton Hvornum | |
some error handling surrounding the loading of plugins. | |||
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Switched plugin strategty. Now uses built-in entrypoints to source and load ↵ | Anton Hvornum | |
the plugins. This is the default method provided by Python, and is the cleanest so far I think. | |||
2021-04-30 | Enabling --plugins filtering | Anton Hvornum | |
2021-04-30 | Automatic loading of plugins | Anton Hvornum | |
2021-04-29 | Adding on_pacstrap hook for installation. As well as a plugins listing that ↵ | Anton Hvornum | |
plugins can hook in to in order to be called during specific on_<event> calls. |