7e1ff68b4d
ci: Run clippy on all OSs ( #1547 )
...
Have updated the CI config to run clippy on all OSs. This will catch
any issues in OS specific codes. This might increase the amount of
annotations that are created in any of the common code but it should
be better than the alternative.
2020-08-02 19:06:46 -05:00
b845abe006
docs: Update example config to remove old var ( #1546 )
...
Have updated the example toml config to remove an old var and replace it
with the updated replacement.
2020-08-02 19:16:25 +02:00
36ae36282a
refactor(directory/lock): fix clippy, replace str with Path ( #1544 )
2020-08-02 18:42:38 +02:00
b14be4dfb1
feat(package): Add Maven pom.xml version support ( #1511 )
...
* Add gitignore for Emacs backup files.
* Add package version support for Maven pom.xml.
* Update docs with Maven package version support.
* Fix for clippy.
2020-07-31 09:54:03 +02:00
acefbc523f
feat(conda): add ignore_base option ( #1539 )
...
* Add ignore_base to conda module
* Add ignore_base to conda module in English docs
* `ignore_base` defaults to `true`
2020-07-30 18:57:15 +02:00
fbaeef8589
Do not check readonly on network locations ( #1506 )
...
Do not try to analyze if the current process can write network location
on Windows. There's no way on Windows to tell if we can write a network
location because it's not being controlled by the OS itself. Thus now
the lock symbol is never shown on network locations.
This PR introduces a new unsafe call.
2020-07-30 11:22:19 -05:00
44885f571b
build(deps): [security] bump elliptic from 6.5.2 to 6.5.3 in /docs ( #1534 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-29 19:00:31 -04:00
997387ee50
refactor(java): parse version using regex ( #1496 )
...
* refactor(java): parse version using regex
Mock java version retrieval & extend java module test suite with
rendering tests.
* chore: remove nom crate
* fix(java): support parsing version from both stdout & stderr
* fix(java): fix java command mock
* refactor(java): simplify version regex
2020-07-29 18:26:46 +02:00
84f049f836
feat(dart): add Dart module ( #1392 )
2020-07-29 11:38:23 -04:00
feb4124cac
feat(swift): add Swift module ( #1261 )
2020-07-29 11:36:49 -04:00
1acce65462
feat(package): Add support for Helm charts ( #1525 )
...
Signed-off-by: Simão Mata <sm@0io.eu >
2020-07-29 14:06:47 +02:00
dfe331bf4e
ci: Fix failing CI builds ( #1532 )
...
We have been having some CI builds fail because they can't find some
dependencies on the OSX. I'm not sure if this is something wrong with
the CI setup, something bad in the cache or something wrong with the
Cargo.lock file. To try to narrow down the possible issues I've manually
updated the Cargo.lock file by running `cargo update`. This should
ensure that the the lock file is in a good state and also force a cache
refresh in the CI.
2020-07-29 10:11:30 +02:00
9507055849
build(deps): bump byte-unit from 4.0.8 to 4.0.9
...
Bumps [byte-unit](https://github.com/magiclen/byte-unit ) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/magiclen/byte-unit/releases )
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.8...v4.0.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-29 06:08:36 +00:00
3818f901d4
perf: only check timeout every 256 files ( #1499 )
2020-07-28 22:26:00 +02:00
b8359a860a
build(deps): bump os_info from 2.0.6 to 2.0.7
...
Bumps [os_info](https://github.com/darkeld3r/os_info ) from 2.0.6 to 2.0.7.
- [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.6...v2.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-27 21:42:37 +00:00
b84ec9e4e5
build(deps): bump serde_json from 1.0.56 to 1.0.57
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.56...v1.0.57 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-27 17:30:12 +00:00
4866221357
build(deps): bump nix from 0.17.0 to 0.18.0
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/nix-rust/nix/releases )
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.17.0...v0.18.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-27 06:11:13 +00:00
fc18212fdb
ci: Auto publish for the AUR ( #1360 )
...
* ci: Auto publish for the AUR
* Add commit username + email to deploy.yml
* ci: Use ATiltedTree/create-aur-release
After testing with the other action it turns out that they forgot the `-s` `makepkg` flag meaning download all required dependencies.
I forked it fixed the issue and added a fix from some other fork that allows for multiple source files.
Co-authored-by: Kevin Song <chipbuster@gmail.com >
2020-07-25 18:49:09 -04:00
869a6f3140
fix: fix compilation with battery feature disabled ( #1509 )
2020-07-24 17:42:36 -04:00
c46066a8d5
build(deps): bump sysinfo from 0.14.15 to 0.15.0
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.14.15 to 0.15.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-07-24 07:56:05 +00:00
5f7dd0ede8
docs(i18n): New Crowdin translations ( #1366 )
2020-07-23 17:07:10 -04:00
52cf48fed3
build(deps): bump sysinfo from 0.14.14 to 0.14.15
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.14.14 to 0.14.15.
- [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-07-23 07:58:01 +00:00
ee3d22e513
build(deps): bump git2 from 0.13.6 to 0.13.8
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.13.6 to 0.13.8.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.6...0.13.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-22 05:55:36 +00:00
d0a37710f4
build(deps): bump sysinfo from 0.14.13 to 0.14.14
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.14.13 to 0.14.14.
- [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-07-21 05:54:33 +00:00
0120c33c52
build(deps-dev): bump vuepress-theme-default-prefers-color-scheme ( #1494 )
...
Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme ) from 1.0.9 to 1.1.0.
- [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases )
- [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/compare/v1.0.9...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-20 21:54:56 -04:00
92eeb9fbb7
chore: add sublime configuration to .gitignore ( #1495 )
2020-07-20 21:52:46 -04:00
7d32784441
docs: fix code block overflow on mobile ( #1492 )
2020-07-19 19:53:23 -04:00
6763a7b006
test: fix mocked commands ( #1491 )
...
Ensure that output of mocked commands faithfully replicates output
of actual commands including any trailing whitespace.
2020-07-19 17:01:53 -04:00
c4fa87a213
docs: add uninstallation instructions to FAQ ( #1474 )
2020-07-18 16:57:12 -04:00
3363d5fb69
build(deps): bump lodash from 4.17.15 to 4.17.19 in /docs ( #1488 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 16:06:12 -04:00
a89f41f8e8
Update config.yml
2020-07-17 11:27:36 -04:00
03d75eb419
feat(helm): Add Helm module ( #1463 )
...
Signed-off-by: Furkan <furkan.turkal@hotmail.com >
Co-authored-by: Furkan <furkan.turkal@hotmail.com >
2020-07-17 09:51:25 +02:00
7b7f2707dd
build(deps): bump log from 0.4.8 to 0.4.11
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-16 07:59:36 +00:00
15bc9fa210
fix(ocaml): Stop new line being included in ocaml version ( #1479 )
...
This fixes a regression in the ocaml module that caused the excess whitespace
to not be trimmed from the version.
2020-07-15 23:22:40 +02:00
133574ab09
fix(config): don't panic when hex color is too short ( #1473 )
...
* fix(config): don't panic when hex color is too short
* check length instead of using get
2020-07-14 23:11:43 +02:00
08b74c1672
fix(git_status): Fix file rename inconsistency compared to git ( #1411 )
...
* Remove renames_index_to_workdir() option from git status
This option causes advanced files rename detection which causes inconsistency between `git status` and Starship reports.
Closes #1371
* add test for manually remaned and deleted files in git_state module
* fix tests
2020-07-14 23:08:56 +02:00
57c39437bc
feat(directory): Show lock symbol if current directory is read only ( #1298 )
...
Add feature to display icon if current directory is read-only.
2020-07-13 16:55:42 -05:00
0db640396b
build(deps): bump sysinfo from 0.14.10 to 0.14.13
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.14.10 to 0.14.13.
- [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-07-13 06:00:44 +00:00
427f48aa8d
fix(nodejs): remove line break from version ( #1464 )
...
A recent refactor of modules to use format strings accidentally got rid
of the `trim()` on the NodeJS version string. This just adds it back so
that the prompt doesn't include an unnecessary line break when showing
that module.
2020-07-10 11:41:25 -04:00
bd68970fab
feat(cmake): Add CMake module ( #1456 )
...
* feat: CMake module
* docs: Document symbol variable
2020-07-09 21:40:33 +02:00
7edd0f6218
test(terraform): move tests which do not require env vars ( #1455 )
...
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com >
2020-07-08 20:24:38 -04:00
297cbd8654
fix: fixed a typo: permission → permissions ( #1459 )
2020-07-08 17:26:51 -04:00
de041dd39d
ci: revert back to actions-rs ( #1457 )
2020-07-08 11:53:03 -04:00
ec76fafff0
feat: refactor modules to use format strings ( #1374 )
2020-07-07 18:45:32 -04:00
0f52b7b12e
ci: rewrite project GH Actions ( #1450 )
2020-07-07 12:28:37 -04:00
7ce62cd9d4
build(deps): bump sysinfo from 0.14.9 to 0.14.10
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.14.9 to 0.14.10.
- [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-07-07 12:45:48 +00:00
66cbe9c610
ci(python): Use the default version of python in CI ( #1449 )
2020-07-07 14:35:39 +02:00
3cc7a6d6ac
Use the default version of python in CI ( #1449 )
...
This removes the hard requirement for a particular version of python in
the CI, and just uses the default version. Since #1297 was merged we
have not depended on the version of python that is installed. This
should stop us from having to update the version of python when the
github action updates the available versions.
2020-07-07 14:31:02 +02:00
13597faef3
docs: update font in FAQ from Fira Code → FiraCode Nerd Font
2020-07-06 19:00:42 -04:00
f102356b1e
docs: replace powerline requirement with nerd font requirement
2020-07-06 17:19:28 -04:00