Commit Graph

  • fe9d877cdf Add support for pushing custom git repositories (#574) Sam Vente 2023-10-13 11:01:35 +02:00
  • 60e7aa8f03 fix: disable dotnet greeting msg with DOTNET_NOLOGO=true (#573) SteveLauC 2023-10-12 14:37:52 +08:00
  • 18e2d3e59c chore: always use the latest stable toolchain for CI (#571) SteveLauC 2023-10-11 09:46:36 +08:00
  • d68fcb08b2 fix: Support yes option for opam upgrade (#570) Mylloon 2023-10-10 02:08:46 +02:00
  • 1f6baefdc3 Fix builds and runs on DragonFly BSD (#569) Zach Crownover 2023-10-07 17:13:26 -07:00
  • 71efce32c1 chore: bump CI toolchain to 1.73.0 (#567) SteveLauC 2023-10-06 12:05:44 +08:00
  • 3626c9cdc8 chore(deps): bump webpki from 0.22.1 to 0.22.2 (#564) dependabot[bot] 2023-10-03 08:21:00 +08:00
  • a23b761304 fix: --yes option for protonup (#560) SteveLauC 2023-09-30 16:44:20 +08:00
  • 3fd27e4913 chore: add the check for the --yes opt in PR template (#561) SteveLauC 2023-09-30 12:46:01 +08:00
  • b3f152b716 feat(wsl): pass verbose to topgrade-in-wsl (#556) Sohum 2023-09-25 20:11:19 -07:00
  • df381f3a79 feat: add option for nix-env arguments (#555) PabloMarcendo 2023-09-21 03:05:03 +02:00
  • 2dec9db310 chore(deps): bump webpki from 0.22.0 to 0.22.1 (#554) dependabot[bot] 2023-09-20 16:04:27 +08:00
  • d50dc4c9f6 chore: bump CI toolchain (#553) SteveLauC 2023-09-20 15:57:35 +08:00
  • ed8b563f20 fix: remote oh-my-zsh env var export issue (#528) SteveLauC 2023-09-19 09:15:34 +08:00
  • 2a73aa731d Make error messages nicer (#551) Rebecca Turner 2023-09-18 21:09:58 -04:00
  • 4dd1c13bd8 fix: fix "Nix" step to use nix upgrade-nix in more situations (#550) Rebecca Turner 2023-09-17 03:40:04 -04:00
  • c1c9fe22df feat: allow setting misc.log_filters in config.toml (#552) Rebecca Turner 2023-09-17 03:04:46 -04:00
  • 06a6b7a2eb fix: skip needrestart when using nala on debian-based distro (#548) SteveLauC 2023-09-14 18:15:45 +08:00
  • b814dd824f chore: bump ci toolchain (#544) SteveLauC 2023-09-01 14:42:12 +08:00
  • ce234bdb59 chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 (#542) dependabot[bot] 2023-08-23 09:29:05 +08:00
  • 13a46a44a8 refactor: deprioritize please-sudo (#541) SteveLauC 2023-08-22 09:14:29 +08:00
  • dc78b00c3c feat: support LURE (#537) SteveLauC 2023-08-15 08:36:20 +08:00
  • 48ae4bf813 feat: support Vscode packages updates (#536) samhanic 2023-08-14 03:22:26 +02:00
  • a50040e2d5 chore: add check for dry-run opt in PR template (#538) SteveLauC 2023-08-13 10:24:39 +08:00
  • 2c9a56a8df feat: support miktex packages update (#535) samhanic 2023-08-13 04:05:07 +02:00
  • 021320b292 Prioritize sudo steps to prevent sudo timeout (#532) Sujay R 2023-08-06 09:02:20 +05:30
  • 9d3662c3ea chore: add ssh-related questions in issue template (#523) SteveLauC 2023-07-29 09:20:39 +08:00
  • 8e580457a5 chore: release v12.0.2 (#518) v12.0.2 SteveLauC 2023-07-25 14:22:14 +08:00
  • 5350658dab fix: WSL detection (#508) SteveLauC 2023-07-25 14:02:13 +08:00
  • 1ec0ac50a5 fix: fix Linux and DragonFlyBSD yes option (#513) SteveLauC 2023-07-25 08:37:03 +08:00
  • 635bfce198 feat: extra arguments for Home Manager (#507) SteveLauC 2023-07-24 13:07:55 +08:00
  • 1307d2d7e8 feat: better error message on wrong os-release file (#511) 6543 2023-07-24 02:27:13 +02:00
  • d21141fefe chore: release v12.0.1 (#510) v12.0.1 SteveLauC 2023-07-23 20:06:31 +08:00
  • 0ec0e5a9dd chore: bump ci toolchain and MSRV (#506) SteveLauC 2023-07-19 10:54:34 +08:00
  • 9415d7c61f fix(oh-my-zsh): fix remote oh-my-zsh issue (#496) SteveLauC 2023-07-18 13:59:55 +08:00
  • 42188af02b CI: release to PyPI (#500) SteveLauC 2023-07-18 08:11:36 +08:00
  • e9581bcf15 feat: add assume-yes to more Linux managers (#501) signed-log 2023-07-17 07:47:13 +00:00
  • 6afe4f51c6 test: unit test for Solus (#504) SteveLauC 2023-07-17 13:31:46 +08:00
  • f623746d6c Fix clippy warning about non_minimal_cfg (#505) signed-log 2023-07-17 05:30:55 +00:00
  • 1ce4d66e74 Ass assume-yes to DragonflyBSD (#502) signed-log 2023-07-17 03:40:00 +00:00
  • 3735d5c537 steps/toolbx: Don't self-update and don't send notifications (#503) har7an 2023-07-17 01:08:44 +00:00
  • f3b1d2dfb3 Merge pull request from GHSA-f2wx-xjfw-xjv6 SteveLauC 2023-07-15 09:24:08 +08:00
  • 7f7d2633cd chore: bump tempfile to ~3.6 Steve Lau 2023-07-15 09:17:47 +08:00
  • afd95e3d5c fix(generic): add alternate binary name for spicetify (#486) Harsh Shandilya 2023-07-14 21:44:06 +05:30
  • 8f72545894 docs(config): document 4 missing sections in example config file (#485) SteveLauC 2023-07-15 00:13:44 +08:00
  • d0d447deac fix: fix wrong path in oh-my-bash (#478) SteveLauC 2023-07-15 00:13:28 +08:00
  • 53a8683788 ci: separate code-coverage and test-config-creation (#488) SteveLauC 2023-07-15 00:12:53 +08:00
  • 81491a8d03 docs: apply corrections in config.example.toml (#492) Janek 2023-07-14 18:12:32 +02:00
  • 83504754ac docs: add Karma commit messages to CONTRIBUTING.md (#493) Janek 2023-07-14 18:11:59 +02:00
  • 2068c2c169 Update only base conda env (#495) Marcelo Duarte Trevisani 2023-07-14 17:11:18 +01:00
  • dbac121a90 refactor(config): move sudo_command to section misc (#484) SteveLauC 2023-07-01 21:58:39 +08:00
  • b974938a33 v12 Cargo files update (#441) v12.0.0 Thomas Schönauer 2023-06-27 10:02:27 +00:00
  • 06cb88a1a1 test: test for config file creation and default config file parsing (#459) SteveLauC 2023-06-23 17:04:05 +08:00
  • a6195d284c feat: support Bob (#461) SteveLauC 2023-06-23 17:03:57 +08:00
  • 5b8850e8a3 chore: update bug report issue template (#474) SteveLauC 2023-06-23 17:03:29 +08:00
  • 57546a07fc fix(pip3): prefer python when available (#471) SteveLauC 2023-06-23 17:02:58 +08:00
  • d7709490ce fix: Run AstroUpdate before Lazy sync (#473) slowsage 2023-06-23 05:01:55 -04:00
  • 3e6c6e513b fix: handle no topgrade.toml but files in topgrade.d (#460) slowsage 2023-06-13 10:17:27 -04:00
  • 30858780cf refactor: unify the behavior of the steps that require sudo (#467) SteveLauC 2023-06-13 22:15:57 +08:00
  • a7ddf4575a fix: fix Mist (#466) SteveLauC 2023-06-05 14:38:14 +08:00
  • 470231c9d1 Revert "fix: fix mist" (#465) Thomas Schönauer 2023-06-03 21:22:23 +00:00
  • 282e336ac4 fix: fix mist (#464) SteveLauC 2023-06-04 05:20:57 +08:00
  • 658829e4ff refactor: make update fn take &ExectionContext & put update fn together (#457) SteveLauC 2023-06-03 04:20:42 +08:00
  • a0ff565220 docs: update CONTRIBUTING.md & config.example.toml (#458) SteveLauC 2023-06-01 19:02:39 +08:00
  • 7e48c5dedc fix: warn user about bad pattern paths before skipping step git (#456) SteveLauC 2023-06-01 15:16:01 +08:00
  • 03436b7f8f fix: Handle '# [include]'. Update default config (#450) slowsage 2023-06-01 03:15:49 -04:00
  • 3f5eedb83d fix: run AM without sudo (#454) SteveLauC 2023-05-31 15:01:45 +08:00
  • 234ad4bdd7 docs: add config-related CONTRIBUTING doc (#452) SteveLauC 2023-05-30 18:03:22 +08:00
  • c7923393be fix: Write to correct config path when none exists. (#449) slowsage 2023-05-30 03:07:02 -04:00
  • d4548b2f9a feat: Add arguments to pipupgrade and fix enable_pipupgrade check (#448) slowsage 2023-05-30 03:04:23 -04:00
  • f6e8af186c feat: support Vanilla Linux (#447) SteveLauC 2023-05-29 19:45:11 +08:00
  • 58153635da refactor: remove Anarchy and Antergos as they are discontinued (#446) SteveLauC 2023-05-28 20:44:49 +08:00
  • 5358509825 fix: fix panic during container update (#445) SteveLauC 2023-05-27 22:12:45 +08:00
  • 1ab0232d96 feat: support deepin OS (#444) SteveLauC 2023-05-27 17:41:51 +08:00
  • 66860f1848 refactor: remove unnecessary qualification (#443) SteveLauC 2023-05-27 17:41:42 +08:00
  • 625f823f46 refactor: rename update fn name & some cleanup (#442) SteveLauC 2023-05-27 17:37:51 +08:00
  • 6263ab7e10 Allow apt-get update to continue to apt-get upgrade with error code 100 (#440) Thomas Schönauer 2023-05-26 19:57:05 +00:00
  • 7db991db9d Merge code for desktop notification between MacOS and Linux (#438) Kevin Gavrois 2023-05-26 10:07:14 +02:00
  • d75782892e docs: CONTRIBUTING.md (#439) SteveLauC 2023-05-26 15:34:20 +08:00
  • cb7adc8ced Added ability to include directories as an extension of the config file (#421) PolpOnline 2023-05-25 12:22:11 +02:00
  • 7c3ba80270 fix: fix .NET language issue (#437) SteveLauC 2023-05-25 15:24:53 +08:00
  • 76c39edc8b refactor: make all step functions take &ExectutionContext (#436) SteveLauC 2023-05-25 15:09:23 +08:00
  • c20a300eea fix: use --platform opt when pulling containers (#435) SteveLauC 2023-05-23 14:47:47 +08:00
  • de3902a9c9 fix: use env ZSH to compose oh-my-zsh install dir (#434) SteveLauC 2023-05-22 20:06:19 +08:00
  • 8bca671e9f fix: run deb-get without sudo (#430) SteveLauC 2023-05-21 01:35:17 +08:00
  • 54301a6a17 Adding local pip-review (#433) MonstrousOgre 2023-05-20 23:03:59 +05:30
  • f06b7c0807 Differentiate NPM and PNPM steps in name (#431) Cat Core 2023-05-20 11:33:41 +02:00
  • 43c02cf7a7 feat: support maza (#427) SteveLauC 2023-05-18 01:18:03 +08:00
  • 3a1568e884 feat: support oh-my-bash (#425) SteveLauC 2023-05-18 01:17:37 +08:00
  • 14753a14e7 feat: support AppMan (#423) SteveLauC 2023-05-09 14:03:06 +08:00
  • 227e8dcc8d feat(shell): add packer.nu (#414) Sourajyoti Basak 2023-05-05 14:31:24 +05:30
  • 97fd2b2718 Make zypper dist-upgrade opt-in on SLE/Leap (#417) signed-log 2023-05-05 08:24:01 +00:00
  • f30e36d7bb feat: support stew (#422) SteveLauC 2023-05-05 16:17:42 +08:00
  • d640bc66f5 docs: update README for alternative config path (#419) SteveLauC 2023-05-04 16:36:36 +08:00
  • a2331a2575 Add the ability to have the config file in $XDG_CONFIG_HOME/topgrade/topgrade.toml (#418) PolpOnline 2023-05-03 21:53:52 +02:00
  • 26a2c3c266 v11.0.2 version bump (#416) v11.0.2 Thomas Schönauer 2023-05-01 18:26:18 +00:00
  • ceafcba88f dependency update (#413) v11.0.1 Thomas Schönauer 2023-05-01 15:02:16 +00:00
  • d7182b5a6e v11.0.0 bump (#410) v11.0.0 Thomas Schönauer 2023-04-30 19:02:26 +00:00
  • 93ec1172fe Update README.md Thomas Schönauer 2023-04-30 18:58:22 +00:00
  • 609477a373 Update README.md Thomas Schönauer 2023-04-30 18:57:23 +00:00