Commit Graph

1289 Commits

Author SHA1 Message Date
DottoDev
ce5211e0b4 Update README.md 2022-10-11 16:10:52 +00:00
DottoDev
646b56dc9d Add rust ubuntu runner (#16)
* Update issue templates

* Create rust-ubuntu.yml

Added plain Github Action Runner for ubuntu
2022-10-10 20:59:07 +00:00
Thomas Schönauer
77db29f299 Cleanup 2022-10-10 22:41:39 +02:00
DottoDev
f063afe536 Fix doom emacs upgrading (fix #961) (#13)
Authored-by: Rotem Yaari <vmalloc@gmail.com>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:26:20 +00:00
DottoDev
a9d5d24a35 Clean up OPAM if requested (#12)
OPAM has a built-in `clean` command that automatically
removes download caches, logs, and cleans the current
OPAM switch. We should call `opam clean` when the
cleanup flag is set.

Authored-by: Victor Song <vms2@rice.edu>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:24:41 +00:00
DottoDev
27349b1571 fix-pnpm (#3)
Authored-by: Ved Kothavade <ved.Kothavade@lucera.com>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:23:51 +00:00
DottoDev
ae544cdaae fix: skip nix on darwin only when nix-darwin is installed (#14)
Authored-by: XYenon <i@xyenon.bid>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:22:06 +00:00
DottoDev
2d94eb974f feat: flag and config to skip notifications by jlucktay (#5)
* feat: flag and config to skip notifications

At the end of a run, topgrade normally sends a system notification.
This change adds a command-line flag and a config-file option to
disable this behaviour.

* fix: clippy issues

Also derive Eq where PartialEq is being derived.
https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq

Authored-by: James Lucktaylor <jlucktay+github@gmail.com>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:21:20 +00:00
DottoDev
dc1c5d6490 steps/linux/flatpak: Respect -y flag (#9)
when deciding whether the `-y` argument should be added to an operation.
Previously the `-y` was implicitly assumed for regular updates but was
ignored for the cleanup steps.

Now, it is added as defined in the topgrade runtime configuration.

Authored-by: Andreas Hartmann <hartan@7x.de>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:19:14 +00:00
DottoDev
8472467d00 brew autoremove (#6)
Authored-by: Kilian Tyler <kilian@ktyler.me>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:17:50 +00:00
DottoDev
3f7614b885 feat: add support for bun (#7)
Authored-by: Matthieu Vion <contact@mvion.fr>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:16:13 +00:00
DottoDev
aebf3f1594 Fix typo (to -> or) (#8)
Authored-by: Sohum <github.x14x3@aleeas.com>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:15:30 +00:00
DottoDev
ffe8613b2e add pacdef support (#4)
Authored-by: arctic-penguin <arctic-penguin@users.noreply.github.com>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:09:24 +00:00
DottoDev
6bfdc4974b Add yarn support. Fix #958 (#15)
Authored-by: 0xMRTT <0xMRTT@tuta.io>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 20:08:11 +00:00
DottoDev
057fc3b533 Add step for updating Julia packages (#2)
* Add step for updating julia packages

* Appease clippy

Authored-by: Jules Bertholet <julesbertholet@quoi.xyz>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 18:29:56 +00:00
DottoDev
c382aa78e7 Update issue templates 2022-10-10 18:25:18 +00:00
DottoDev
5dffa2c6cc Add new step: GNU Guix by JamesClarke7283 (#1)
* Added new step: guix (basic support)

* Fixed clippy errors and better practice, Thanks To guidence from @enchant97 <Leo Spratt>

* Removed accidental swp file, as pointed out by @strangelittlemonkey in pull request #982

Authored-by: James Clarke <james@james-clarke.ynh.fr>
Approved-by: Thomas Schönauer <t.schoenauer@hgs-wt.at>
2022-10-10 18:03:34 +00:00
Janek
a5e0128e1b Update bug_report.md with improved hints (#971)
* Update bug_report.md

* Update bug_report.md
2022-07-12 08:19:42 +03:00
Quinton Cloutier
f390f2edbe Ensure selfupdate is enabled for SDKMAN! (#954)
* Ensure `selfupdate` is enabled for SDKMAN!

This subcommand is unavailable when the `sdkman_selfupdate_feature`
option is disabled, as is the case when SDKMAN! is installed via
Homebrew.

https://github.com/sdkman/sdkman-cli/pull/1042

* Fix macOS build; simplify

Co-authored-by: Roey Darwish Dror <roey.ghost@gmail.com>
2022-06-18 11:29:37 +00:00
Amrit Rathie
d864199c67 Add Pamac support (#953) 2022-06-18 14:22:23 +03:00
Roey Darwish Dror
4e6f48caef Sparkle for updates (#950) 2022-06-17 11:10:21 +03:00
Mark Nefedov
4a7de60e59 npm/cli 8.11.0 deprecated -g flags (#949) 2022-06-02 08:28:20 +00:00
Roey Darwish Dror
717674e33e Bump 2022-05-28 19:32:51 +03:00
Roey Darwish Dror
abdd1db349 Don't try to update devcontainers (#946) 2022-05-27 12:50:40 +00:00
Roey Darwish Dror
258515620f Stop using packages.el (#942)
Fixes #757
2022-05-26 20:52:32 +00:00
Roey Darwish Dror
85f96647a4 Don't make pnpm a seperate step (#944)
Fixes #938
2022-05-26 17:32:26 +00:00
Roey Darwish Dror
23201065c6 Stop checking ZPFX (#943)
Fixes #935
2022-05-26 17:03:12 +00:00
Roey Darwish Dror
bcf7465aa6 Avoid linking with libssl (#941)
Fixes #906
2022-05-26 12:10:42 +03:00
Roey Darwish Dror
c9161687d5 Trim go paths (#940)
Fixes #937
2022-05-24 06:30:23 +00:00
Roey Darwish Dror
5a78d09300 Restore old argument behavior (#939)
Fixes #933
2022-05-23 19:20:46 +00:00
Thom Wiggers
29644d6ffa [vim] Update Coc plugins (#934) 2022-05-18 11:33:23 +00:00
Roey Darwish Dror
ea22811054 Bump (#932) 2022-05-15 06:28:22 +00:00
Roey Darwish Dror
dcf58911bd Mac OS fails to upgrade Homebrew in custom location (#930)
Fixes #673
2022-05-13 17:59:13 +00:00
Roey Darwish Dror
af3f5ddc76 Desktop notifications show step in summary (#920)
Fixes #918
2022-05-09 23:02:42 +03:00
Roey Darwish Dror
1e25926999 Replace the apt step with nala if installed. (#914) 2022-05-09 06:44:39 +03:00
Roey Darwish Dror
c166d51fb8 Add --custom-command (#927)
* Add --custom-command
Fixes #922

* fix
2022-05-07 12:25:51 +00:00
Roey Darwish Dror
fdf03f6548 Support deb-get (#925) 2022-05-07 06:14:20 +00:00
Roey Darwish Dror
8e7fd6772d Add the --env flag (#926)
#915
2022-05-07 05:11:53 +00:00
Roey Darwish Dror
84c3a0f4d1 Don't try to upgrade nix if it's not a part of a profile (#924) 2022-05-07 02:24:54 +03:00
morero
08e8b56b75 Add: Add new zsh plugin "zi" (#921) 2022-05-06 15:37:28 +00:00
Roey Darwish Dror
591f23e2f7 No 'failed step' notification (#917) 2022-05-06 12:44:27 +03:00
Roey Darwish Dror
5d168bbf0d pip should be executed via the regular python executable (#913)
Fixes #910
2022-05-01 17:47:14 +00:00
Roey Darwish Dror
6158a17ba8 Fix workflow (#912) 2022-05-01 17:31:18 +00:00
Roey Darwish Dror
ad694b56f7 Fix self-update (#911) 2022-05-01 19:19:44 +03:00
Akeshihiro
d7e5446c7c Fix docs of arch_package_manager fn (#909) 2022-05-01 07:01:09 +03:00
Roey Darwish Dror
71ce5c8d30 Use rustls (fix #906) (#908) 2022-04-30 13:17:27 +00:00
Roey Darwish Dror
336f529410 "Ultimate vimrc" support (#904)
* "Ultimate vimrc" support
Fixes #856

* Fix

* fix
2022-04-23 12:39:58 +00:00
Roey Darwish Dror
14809322b4 Vagrant boxes (#905) 2022-04-23 12:09:54 +00:00
Marcin Puc
020a0619b8 Upgrade arg parsing to clap v3, take two (#900)
* Upgrade arg parsing to clap v3

* Bump Rust version in CI to 1.57.0

* Make clippy happy

Co-authored-by: Roey Darwish Dror <roey.ghost@gmail.com>
2022-04-23 13:35:06 +03:00
Roey Darwish Dror
8c7f8b0fbd Remove the silnite option 2022-04-22 23:31:46 +03:00