Matan Kushner
d894ef5ad3
feat: make reqwest an optional dependency ( #979 )
2020-03-05 10:53:58 -05:00
Kevin Song
7f82dd66ed
fix: check if editor is not found for configure
( #961 )
...
* fix: check if editor is not found for `configure`
STD_EDITOR falls back on `vi` if $EDITOR and $VISUAL is not set.
However, some machines might not have `vi` symlinked or installed and a
bad error message is displayed. This commit adds a better error message.
* fix lint errors
* Change NotFound to write to stderr instead of panic!
Oh wow writing rust makes my commit messages look very enthusiastic!
2020-03-05 09:50:34 -06:00
Matan Kushner
d0e1904758
feat(package): ignore private JS packages ( #975 )
...
`private: true` in `package.json` files means that the package is not supposed to be published to npm, which makes the `version` field meaningless, so we should probably ignore it to not clutter the prompt too much.
2020-03-05 10:49:11 -05:00
dependabot-preview[bot]
0674007bfe
build(deps): bump reqwest from 0.10.3 to 0.10.4
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.3...v0.10.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 05:38:54 +00:00
Matan Kushner
28af0eb596
chore: remove .all-contributorsrc
2020-03-03 14:25:18 -05:00
Kevin Song
f2fdaa2d31
docs(elixir): Minor typo fix for config docs ( #971 )
2020-03-02 19:06:38 -05:00
Matan Kushner
5a25ec3c71
chore(bump): v0.37.0
2020-03-01 22:32:48 -05:00
KokaKiwi
243e97cfe6
feat: add Elixir module ( #437 )
2020-03-01 22:29:27 -05:00
Christopher Goh
1eabd52725
docs(time): add missing quotations in options and examples ( #967 )
2020-02-28 13:01:47 -05:00
dependabot-preview[bot]
b27e8466ed
build(deps): bump git2 from 0.11.0 to 0.12.0
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.11.0...git2-curl-0.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 08:41:45 +00:00
dependabot-preview[bot]
cc73beaa79
build(deps): bump reqwest from 0.10.2 to 0.10.3
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.2...v0.10.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 05:51:45 +00:00
dependabot-preview[bot]
68efcc1286
build(deps): bump sysinfo from 0.11.2 to 0.11.3
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 05:39:27 +00:00
Tadej Novak
7e66791cb2
feat: add singularity module ( #932 )
2020-02-26 11:18:19 -05:00
dependabot-preview[bot]
15f4202df1
build(deps): bump nom from 5.1.0 to 5.1.1
...
Bumps [nom](https://github.com/Geal/nom ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/Geal/nom/releases )
- [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Geal/nom/compare/5.1.0...5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 05:41:24 +00:00
dependabot-preview[bot]
ca99c6c220
build(deps): bump reqwest from 0.10.1 to 0.10.2
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.1...v0.10.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 17:02:05 +00:00
dependabot-preview[bot]
871be692ad
build(deps): bump os_info from 2.0.0 to 2.0.1
...
Bumps [os_info](https://github.com/darkeld3r/os_info ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/darkeld3r/os_info/releases )
- [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md )
- [Commits](https://github.com/darkeld3r/os_info/compare/v2.0...v2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 05:50:46 +00:00
Matan Kushner
79d137bf5c
revert: "docs: add Netlify link to footer"
...
This reverts commit aedfe42a8c
.
2020-02-22 12:57:49 -05:00
Kevin Lane
ce540fff7a
feat: display Gradle project version ( #662 )
...
This PR adds package version support for Gradle projects. The version number is extracted from the `build.gradle` file in the current directory, similar to existing support for other packages.
2020-02-21 14:12:21 -05:00
Matan Kushner
aedfe42a8c
docs: add Netlify link to footer
2020-02-21 12:33:09 -05:00
Thomas O'Donnell
d44c037ba5
test: refactor ruby and php modules to use mocked commands ( #936 )
2020-02-21 11:52:39 -05:00
Kevin Song
c6d8031f36
docs: Update docs w/ details on fish-style truncation ( #948 )
2020-02-20 18:08:20 -06:00
Matan Kushner
53c6639540
chore(bump): v0.36.1
2020-02-19 16:22:09 -05:00
Heechul Ryu
b529dcf9a0
docs: Fix kubernetes style doc `dimmed' ( #944 )
...
Fix an incorrect key in the Kubernetes doc (key was incorrectly labeled as `dim` where it should be `dimmed`)
2020-02-19 13:55:58 -06:00
Onielfa
ddd8cfb388
perf: refactor git status to use HashMap for counts ( #938 )
2020-02-14 20:38:25 -05:00
dependabot-preview[bot]
ed04c61704
build(deps): bump serde_json from 1.0.47 to 1.0.48
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.47...v1.0.48 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 05:41:05 +00:00
Matan Kushner
dc96df510a
docs: Add twitter badge to README
2020-02-13 15:49:40 -05:00
Matan Kushner
a15af9b41c
chore(bump): v0.36.0
2020-02-12 21:46:53 -05:00
Matan Kushner
40bbd5d3cb
docs: Replace project tagline
2020-02-12 21:46:00 -05:00
Matan Kushner
b8313f81ed
docs: Update the link of the contributors badge
2020-02-12 21:17:58 -05:00
Matan Kushner
d901e262d0
docs: rework the project README.md ( #931 )
2020-02-12 21:13:53 -05:00
Diego Jornada
b1bc2a04a4
feat(installer): Ask for permission escalation during installation, if needed ( #914 )
2020-02-12 21:13:21 -05:00
nesmyslny
0312c7b91e
feat(git_commit): Show the hash of commits when detached HEAD ( #738 )
2020-02-12 14:56:29 -05:00
dependabot-preview[bot]
a485fd6896
build(deps): bump sysinfo from 0.11.1 to 0.11.2 ( #930 )
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits )
2020-02-12 13:47:03 -05:00
Thomas O'Donnell
67397d9096
test(golang): refactor golang tests to use mocked command ( #925 )
...
Refactor the golang module tests to use a mocked command and no
longer depend on having a particular version of Go installed.
2020-02-12 13:22:21 -05:00
dependabot-preview[bot]
f8615f9a36
build(deps): bump open from 1.3.3 to 1.3.4
...
Bumps [open](https://github.com/Byron/open-rs ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/Byron/open-rs/releases )
- [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md )
- [Commits](https://github.com/Byron/open-rs/commits/v1.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 05:41:48 +00:00
Matan Kushner
a07a97de01
docs: remove icons from badges
2020-02-11 18:28:19 -05:00
Matan Kushner
d1298b486a
docs: use flat-square badges in README.md
2020-02-11 18:21:56 -05:00
Matan Kushner
21003df0f5
docs: Make code blocks dark themed
2020-02-11 15:54:16 -05:00
dependabot-preview[bot]
0e8b1c659d
build(deps): bump os_info from 1.3.3 to 2.0.0
...
Bumps [os_info](https://github.com/darkeld3r/os_info ) from 1.3.3 to 2.0.0.
- [Release notes](https://github.com/darkeld3r/os_info/releases )
- [Changelog](https://github.com/DarkEld3r/os_info/blob/master/Changelog.md )
- [Commits](https://github.com/darkeld3r/os_info/compare/v1.3.3...v2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 05:44:45 +00:00
dependabot-preview[bot]
026de6b0bc
build(deps): bump sysinfo from 0.11.0 to 0.11.1
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 05:40:04 +00:00
dependabot-preview[bot]
58906a7a80
build(deps): bump serde_json from 1.0.46 to 1.0.47
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.46...v1.0.47 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 06:14:40 +00:00
dependabot-preview[bot]
9292ec63d4
build(deps): bump sysinfo from 0.10.5 to 0.11.0
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.10.5 to 0.11.0.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 05:57:33 +00:00
Matan Kushner
3271b586f4
docs(i18n): Update translations ( #908 )
2020-02-07 16:47:30 -05:00
Matan Kushner
54acc2cdc3
docs: Fix Japanese sidebar links
2020-02-07 16:22:39 -05:00
Matan Kushner
91008ba5f2
docs: Use Algolia DocSearch for docs
2020-02-07 12:36:39 -05:00
Brett Mandler
bc600e4321
feat: Add cabal and hpack detection for the haskell module ( #915 )
2020-02-06 19:29:57 -05:00
Jon Grythe Stødle
2509a79176
fix: Change command duration variable for Ion shell to CMD_DURATION ( #911 )
2020-02-06 14:41:55 -05:00
Andrew Prokhorenkov
cead23edca
test: port Haskell module tests to integration test ( #913 )
2020-02-06 12:12:07 -05:00
Kevin Song
c4ab66d7fe
refactor: Move ANSI escaping into its own functions ( #866 )
2020-02-06 11:10:59 -05:00
Matan Kushner
375cc51e7f
chore(bump): v0.35.1
2020-02-06 10:31:10 -05:00