Gideon
ea1b286c98
fix(auto-cpufreq): skip when install script is not used ( #1215 )
2025-11-08 11:00:03 +01:00
Gideon
5b5dd27834
fix(guix): fix overcomplicated Guix step ( #1290 )
2025-11-06 11:05:38 +01:00
Mag Mell
f943b220d9
feat(os): add AOSC OS support ( #1424 )
2025-11-04 09:10:15 +01:00
Stuart Reilly
99892359c7
feat: add damp run type ( #1217 )
...
Co-authored-by: Stuart Reilly <sreilly@scottlogic.com >
2025-11-02 15:06:35 +01:00
Gideon
7270aa96f0
feat(deb-get): Skip non-deb-get packages by passing --dg-only ( #1386 )
2025-10-29 18:43:03 +01:00
SteveCoding125
f4a5507716
fix(tldr): move tldr to be a generic step ( #1370 )
2025-10-21 18:51:34 +02:00
Stef
2259e81bb0
feat(step): Add atuin step ( #1367 )
2025-10-19 14:09:40 +02:00
Jochen Schalanda
65a30292a3
feat(nix): support upgrading Determinate Nix ( #1366 )
...
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com >
2025-10-15 09:39:09 +02:00
Chinmay Dalal
e1b5b76d8e
fix(nix): fix nix upgrade command selection for profiles in XDG_STATE_HOME ( #1354 )
2025-10-08 18:45:57 +02:00
Nils
4c6dc8ff82
Fix WSL distribution name cleanup ( #1348 )
2025-09-28 19:35:18 +02:00
Andre Toerien
0dee534f84
fix(sudo): reorder require_sudo() after print_separator()
2025-09-28 15:38:30 +02:00
AThePeanut4
a886d20a7b
refactor(sudo): rename interactive to login_shell
2025-09-28 14:57:40 +02:00
Andre Toerien
791993795a
fix(sudo): use require_sudo for windows commands
2025-09-28 14:57:40 +02:00
Andre Toerien
fec08a5ad1
Move step logic out of Powershell struct ( #1345 )
2025-09-27 19:55:56 +02:00
SteveCoding125
898823abb2
use login shell when executing topgrade ( #1327 )
2025-09-18 17:06:59 +02:00
Rafael Scalet
99d989d486
feat: add step for mandb - user and system (update man entries) ( #1319 )
2025-09-14 08:08:52 +02:00
Nils
456d62224e
chore: fix simple typos in code and comments (split var, whether, Extensions) ( #1318 )
...
Co-authored-by: niStee <52573120+niStee@users.noreply.github.comclear >
2025-09-13 17:12:39 +02:00
Rafael Scalet
b662fae11e
feat: support for pkgfile ( #1306 )
2025-09-10 13:31:27 +02:00
Kian-Meng Ang
9f4cb8c1b6
feat: fix typos ( #1221 )
...
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com >
2025-08-11 18:15:21 +02:00
Nils
91fc5e3902
chore(ci): Dependabot, workflow security ( #1257 )
...
Co-authored-by: StepSecurity Bot <bot@stepsecurity.io >
Co-authored-by: niStee <52573120+niStee@users.noreply.github.comclear >
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com >
2025-08-11 10:24:18 +02:00
Andre Toerien
b6c1290934
refactor(sudo): add SudoExecuteOpts builder functions and preserve_env enum
2025-08-06 15:21:51 +02:00
Andre Toerien
4da696321a
refactor(apt): extract detect_apt() function
2025-08-06 15:21:51 +02:00
Andre Toerien
a95dd1e037
refactor: route sudo usage through Sudo::execute*
2025-08-06 15:21:51 +02:00
Andre Toerien
32197f79f3
refactor: move RunType::execute to ExecutionContext
2025-08-06 15:21:51 +02:00
Andre Toerien
3f9fe845e5
refactor(powershell): store powershell path directly
2025-07-18 09:21:31 +02:00
Andre Toerien
b166aae835
fix(powershell): run microsoft_store command directly
2025-07-18 09:21:31 +02:00
Andre Toerien
31f0097862
fix(powershell): remove mentions of USOClient
2025-07-18 09:21:31 +02:00
Andre Toerien
f78514dbd8
fix(powershell): execution policy check breaks when run in pwsh
...
When topgrade is run from within pwsh, the execution policy check breaks
for the Windows Update and Windows Store steps, because they use normal
powershell and the inherited PSModulePath environment variable breaks
the Microsoft.PowerShell.Security module import. So we unset that
variable to fix the issue, but also allow for those steps to use pwsh as
neither step actually requires PowerShell 5.
Co-authored-by: nistee <52573120+niStee@users.noreply.github.com >
2025-07-18 09:21:31 +02:00
Stuart Reilly
75ac6808a1
Move step running into enum for dynamic ordering ( #1188 )
...
Co-authored-by: Stuart Reilly <sreilly@scottlogic.com >
2025-07-16 11:16:27 +02:00
Tom van Dijk
6b8327faad
feat(step): nix-helper ( #1045 )
2025-07-15 11:05:46 +02:00
Andreas Hoornstra
85c8bd2277
feat(winget): winget uses sudo when [windows] winget_use_sudo = true ( #1061 )
...
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com >
2025-07-15 09:12:55 +02:00
Matt Thomson
fc5cc3c43b
Handle another format change in asdf version ( #1194 )
...
This now includes a revision part which must be trimmed, e.g.
0.18.0 (revision unknown)
2025-06-19 17:29:11 +08:00
Gideon
2c4751c7b2
Add CachyOS support ( #1153 )
...
* Add CachyOS support
* Fix os-release file
* Re-run CI
2025-06-12 14:36:35 +08:00
Stuart Reilly
30941ed26d
Drop lazy_static ( #1168 )
...
Co-authored-by: Stuart Reilly <sreilly@scottlogic.com >
2025-06-12 14:32:29 +08:00
Gideon
1d136a6635
Fix nix version output changed ( #1140 )
...
* Fix nix version output changed
* Format
2025-04-24 09:31:02 +08:00
Alexandre Franke
a2f57e4769
fix: correct GNOME spelling ( #1124 )
...
Before this change, the spelling was inconsistent. Now it is consistent and follows the upstream spelling. GNOME is spelled all caps, because it is a trademark. (As an exception, it is spelled all lowercase in technical strings, such as identifiers and commands)
2025-04-16 13:46:26 +08:00
Matt Thomson
751f41bc5e
Handle format change in asdf version ( #1127 )
...
As of the latest version, this now has the format 0.16.7 - i.e. without the hash part. This commit makes it so that both formats work.
Fixes #1096
2025-04-16 13:35:30 +08:00
Gideon
fd406f0f82
Add output_changed_message!, replace some .expects ( #1110 )
2025-04-13 16:43:08 +08:00
Gideon
801dddacd4
Omit deb-get clean output ( #1119 )
2025-04-13 16:36:22 +08:00
Nils
9dcd7fffe2
Enhancement: Update Windows Package Manager Indexes ( #1085 )
...
* fix(windows): update winget sources and upgrade all packages
* refactor(windows): streamline winget upgrade command execution
2025-04-10 19:50:35 +08:00
Red Wizard
a601d8429d
added silent install option for winget ( #1089 )
...
* added silent install option for winget
* corrected formatting issues.
* Update src/steps/os/windows.rs
Remove code duplication.
Co-authored-by: SteveLauC <stevelauc@outlook.com >
---------
Co-authored-by: SteveLauC <stevelauc@outlook.com >
2025-03-30 21:11:04 +08:00
Izzy Meyer
5770a5caa7
FIX: Allow for -beta OR -current detection and use the correct system upgrade command for the OpenBSD step ( #1066 )
...
* FIX: Allow for -beta OR -current detection and use the correct system upgrade command for the OpenBSD step
* FIX: Run fmt, clippy, and test
2025-03-13 09:02:45 +08:00
Gideon
b40bffb1f2
Add "Cinnamon spices" step ( #1055 )
...
* Add "Cinnamon spices" step
* Format
* Move step to Linux
2025-03-04 08:57:12 +08:00
Tom van Dijk
fa3e4726b7
fix: uBlue OS should be detected as FedoraImmutable ( #1043 )
...
* refactor(parse_os_release): Don't rely on specific `ID`s for Fedora Immutable
Instead match `ID=fedora` or `ID_LIKE=fedora` and decide wether or not
the distro is immutable by `VARIANT`.
* feat: add aurora,bluefin,coreos support
The `os_release`s came from the following images:
- ghcr.io/ublue-os/aurora:93f0fd9f20b3
- ghcr.io/ublue-os/bluefin:5d37394a5d4b
- ghcr.io/ublue-os/ucore:63cd1200c344
* fix: bazzite should be detected as FedoraImmutable
* squash me: cargo fmt
---------
Co-authored-by: Steve Lau <stevelauc@outlook.com >
2025-02-17 09:41:34 +08:00
Dan Sully
224bb96a98
chore: update toolchain to 1.84.1. apply clippy fixes & rustfmt ( #1026 )
...
* chore: update to stable toolchain. apply clippy fixes & rustfmt
* Bump MSRV
* Try MSRV without the patch version
* fix: pin toolchain to MSRV
* trying again
* fix dead code warning
---------
Co-authored-by: Dan Sully <dsully@users.noreply.github.com >
2025-02-03 11:24:57 +08:00
SteveLauC
aebc035ec0
fix: do not run asdf update if version >= 0.15.0 ( #1008 )
2024-12-20 13:31:29 +08:00
befanyt
a0963fe3fc
fix: dont ignore rpm-ostree when bootc is found ( #999 )
2024-12-10 13:00:37 +08:00
Tulip Blossom
4f4dcbb643
feat: add bootc support to Fedora atomic distros
...
* feat(bootc): add Bootc support + docs
Co-authored-by: Steve Lau <stevelauc@outlook.com >
* docs(bootc): specify that itll supercede rpm-ostree if enabled :p
---------
Co-authored-by: Steve Lau <stevelauc@outlook.com >
2024-11-19 11:07:12 +08:00
Ricardo Torres
f181a795a6
refactor: flip order of mise upgrade and mise plugins update ( #968 )
...
flip order of mise plugins update and mise upgrade to attempt updating plugins first.
2024-10-28 09:59:22 +08:00
Andreas02-dev
ea2f3e07e9
feat(microsoft_store): Add Microsoft Store step for Windows ( #963 )
...
* feat(microsoft_store): Add Microsoft Store step for Windows
Add Microsoft Store Apps update step for Windows as Winget cannot update all Microsoft Store apps yet.
Closes #912
* style(translation): modify `zh_TW` translation
2024-10-23 08:15:46 +08:00