Vladislav Nepogodin
|
41a7a895aa
|
🧹 move systemd service enable into gucc
|
2024-07-04 10:59:18 +04:00 |
|
Vladislav Nepogodin
|
863b0e7349
|
♻ update deps
|
2024-07-04 00:39:31 +04:00 |
|
Vladislav Nepogodin
|
b6d5c2760e
|
👷 gucc: rewrite pacmanconf to reuse file content
don't make extra memory allocations:
- don't allocate vector of strings to find locations
- don't convert that vector of strings into new string
previously:
```
heaptrack stats:
allocations: 69
leaked allocations: 0
temporary allocations: 4
```
after:
```
heaptrack stats:
allocations: 32
leaked allocations: 0
temporary allocations: 5
```
|
2024-07-04 00:27:10 +04:00 |
|
Vladislav Nepogodin
|
1e6bc8bab2
|
🧹 gucc: refactor initcpio
use string_view literals instead of raw string literals
use make_split_view instead of allocating memory
|
2024-07-03 01:41:27 +04:00 |
|
Vladislav Nepogodin
|
7bcd6bba4c
|
🧹 utils: modernize floating point typetrait
|
2024-07-03 01:32:00 +04:00 |
|
Vladislav Nepogodin
|
f384932b58
|
🧹 gucc: refactor initcpio
use ranges instead of explicitly defining begin..end
move what we can move
|
2024-07-03 01:30:19 +04:00 |
|
Vladislav Nepogodin
|
1ef76ed7ba
|
🚧 gucc: fix systemd-boot config gen cmd
|
2024-07-02 21:38:11 +04:00 |
|
Vladislav Nepogodin
|
5c0c4aa3ec
|
🧹 move grub installation into gucc
|
2024-07-02 21:37:39 +04:00 |
|
Vladislav Nepogodin
|
591015e1e3
|
🧹 gucc: move contains helper into string_utils
|
2024-07-02 02:20:09 +04:00 |
|
Vladislav Nepogodin
|
24a250dd7f
|
👷 gucc: add grub config gen from provided struct
|
2024-07-02 02:04:13 +04:00 |
|
Vladislav Nepogodin
|
9c8f8f241e
|
🧹 move systemd-boot installation into gucc
needs refactor to be testable
|
2024-07-01 22:21:13 +04:00 |
|
Vladislav Nepogodin
|
5d53d8b923
|
🚧 gucc: properly initialize in tests
|
2024-07-01 17:07:12 +04:00 |
|
Vladislav Nepogodin
|
4a737fdf11
|
🧹 use inline constexpr in headers instead of static constexpr
|
2024-07-01 16:23:04 +04:00 |
|
Vladislav Nepogodin
|
fc2c8ff3ce
|
🧹 gucc: refactor file creation for overwrite
|
2024-07-01 16:18:26 +04:00 |
|
Vladislav Nepogodin
|
a527dc7edd
|
🧹 gucc: apply clang-format
|
2024-07-01 16:02:22 +04:00 |
|
Vladislav Nepogodin
|
107ec918f4
|
🧹 utils: apply clang-format
|
2024-07-01 15:58:42 +04:00 |
|
Vladislav Nepogodin
|
42f3e18ca6
|
🧹 gucc: rearrange and explicitly initialize Partition members
|
2024-07-01 15:53:04 +04:00 |
|
Vladislav Nepogodin
|
42138cf365
|
🧹 utils: refactor templates in C++20-style
|
2024-07-01 15:52:11 +04:00 |
|
Vladislav Nepogodin
|
3facb2a41c
|
👷 gucc: add crypttab generation based on provided partitions
|
2024-07-01 15:51:16 +04:00 |
|
Vladislav Nepogodin
|
f5f8886e00
|
🧹 gucc: move partition struct into own header
|
2024-06-30 23:50:26 +04:00 |
|
Vladislav Nepogodin
|
a8af65e38b
|
🚧 gucc: add btrfs on luks test case for fstab
|
2024-06-30 22:54:58 +04:00 |
|
Vladislav Nepogodin
|
8b404747b6
|
👷 gucc: add fstab generation based on provided partitions
|
2024-06-30 03:49:47 +04:00 |
|
Vladislav Nepogodin
|
aba9a8d488
|
🧹 move fs/mountpoint utils into gucc
|
2024-06-29 21:05:58 +04:00 |
|
Vladislav Nepogodin
|
61317a83a3
|
🧹 move setting locale into gucc
|
2024-06-29 19:07:44 +04:00 |
|
Vladislav Nepogodin
|
b5b307ee49
|
🧹 gucc: refactor setting user password
|
2024-06-29 18:46:53 +04:00 |
|
Vladislav Nepogodin
|
606fc3e6af
|
🧹 move setting root password into gucc
|
2024-06-29 18:33:09 +04:00 |
|
Vladislav Nepogodin
|
0a70f0a9dd
|
🧹 move setting hostname into gucc
|
2024-06-29 17:32:17 +04:00 |
|
Vladislav Nepogodin
|
0a4d7df310
|
👷 user: sync groups and sudoers group with our installer
|
2024-06-29 03:45:49 +04:00 |
|
Vladislav Nepogodin
|
32393932e9
|
🧹 move user creation into gucc
|
2024-06-29 03:39:55 +04:00 |
|
Vladislav Nepogodin
|
4d0abe4a38
|
🧹 use gucc for btrfs subvolumes manual UI
|
2024-06-28 02:45:20 +04:00 |
|
Vladislav Nepogodin
|
97be1f3fc4
|
🧹 move btrfs subvolumes mount logic into gucc
|
2024-06-27 18:44:17 +04:00 |
|
Vladislav Nepogodin
|
9e011fc276
|
🧹 move btrfs subvolumes creation into gucc
|
2024-06-27 17:07:56 +04:00 |
|
Vladislav Nepogodin
|
d4f67e11dd
|
🧹 installer: refactor with clang-tidy
|
2024-06-27 01:40:56 +04:00 |
|
Vladislav Nepogodin
|
b54a557e76
|
🧹 gucc: refactor with clang-tidy
|
2024-06-27 01:26:57 +04:00 |
|
Vladislav Nepogodin
|
c5d7edb870
|
🧹 zfs: move some functions into gucc
|
2024-06-27 01:10:32 +04:00 |
|
Vladislav Nepogodin
|
61b8c526d6
|
🧹 luks: move initramfs gen into gucc
|
2024-06-27 00:27:06 +04:00 |
|
Vladislav Nepogodin
|
062323223e
|
🧹 move generic arch-chroot into gucc
|
2024-06-27 00:23:09 +04:00 |
|
Vladislav Nepogodin
|
0dec883c88
|
🧹 move luks setup key into gucc
|
2024-06-26 22:56:37 +04:00 |
|
Vladislav Nepogodin
|
54f8420f32
|
🚧 fix meson build
|
2024-06-26 21:48:45 +04:00 |
|
Vladislav Nepogodin
|
825c483667
|
🚧 fix meson build
|
2024-06-26 21:31:49 +04:00 |
|
Vladislav Nepogodin
|
b137c02eb6
|
🚧 meson: define same vars for spdlog
|
2024-06-26 21:27:10 +04:00 |
|
Vladislav Nepogodin
|
dcbab93e43
|
🚧 fix meson build
|
2024-06-26 21:24:26 +04:00 |
|
Vladislav Nepogodin
|
5ff8b590fc
|
🧹 move luks into gucc
|
2024-06-26 21:14:24 +04:00 |
|
Vladislav Nepogodin
|
51a6f7897a
|
🚧 fix meson build
|
2024-06-26 16:55:12 +04:00 |
|
Vladislav Nepogodin
|
62312c02e7
|
🧹 gucc: move IO into gucc
|
2024-06-26 16:54:04 +04:00 |
|
Vladislav Nepogodin
|
795b8b183e
|
🧹 gucc: move headers into separate path
|
2024-06-26 16:16:34 +04:00 |
|
Vladislav Nepogodin
|
892bc83df7
|
🚧 fix meson build
|
2024-06-26 02:48:27 +04:00 |
|
Vladislav Nepogodin
|
2e1e4fae32
|
🚧 utils: fix for DEVENV OFF
|
2024-06-26 02:07:48 +04:00 |
|
Vladislav Nepogodin
|
16e759ee38
|
🚧 CI: update path to tests
|
2024-06-26 01:59:49 +04:00 |
|
Vladislav Nepogodin
|
6a20590e9d
|
🧹 gucc: move some functions into library
|
2024-06-26 01:53:19 +04:00 |
|