summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2019-10-06chore(bump): v0.21.0v0.21.0Matan Kushner
2019-10-05chore(bump): v0.20.2v0.20.2Matan Kushner
2019-10-04chore(bump): v0.20.1v0.20.1Matan Kushner
2019-10-04chore(bump): v0.20.0 correctlyv0.20.0Matan Kushner
2019-10-04chore(bump): v0.20.0Matan Kushner
2019-10-04chore(deps): Bump serde_json from 1.0.40 to 1.0.41 (#478)dependabot-preview[bot]
2019-10-01feat: Add Kubernetes Module (#404)Thomas O'Donnell
Adds a Kubernetes module, which works by parsing kubeconfig.
2019-09-30chore: Cleanup after the config refactor (#453)Zhenhui Xie
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-29feat: add memory usage module (#403)Andrew Houts
Adds a module to display system memory and swap usage.
2019-09-26chore(bump): v0.19.0v0.19.0Matan Kushner
2019-09-23chore(deps): Bump once_cell from 1.1.0 to 1.2.0 (#411)dependabot-preview[bot]
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-09-20chore(bump): v0.18.0v0.18.0Matan Kushner
2019-09-19feat: Add Java Module (#314)Kuba Clark
Implements a Java module which shows basic Java information when inside a Java project.
2019-09-15chore(deps): Bump chrono from 0.4.6 to 0.4.9 (#340)dependabot-preview[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.9. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-12chore(bump): v0.17.0v0.17.0Matan Kushner
2019-09-12perf: Don't build `git2` with `ssh` support (#341)Nick Young
2019-09-10feat: Implement the prompt module for time (#138)John Letey
Add a module which displays the current time in a format requested by the user. Disabled by default.
2019-09-10chore(deps): Bump git2 from 0.10.0 to 0.10.1 (#334)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.10.0...git2-curl-0.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
A couple of optimizations are done in this PR. One, we now will check config ahead of time to see if a module is disabled before running any module code. Also, we won't try to discover a git repository unless the module requests access to it.
2019-09-08chore(bump): v0.16.0v0.16.0Matan Kushner
2019-09-05chore(bump): v0.15.0v0.15.0Matan Kushner
2019-09-05chore(bump): v0.14.1v0.14.1Matan Kushner
2019-09-05chore(bump): v0.14.0v0.14.0Matan Kushner
2019-09-04feat: add hostname module (#286)Andrew Houts
Add a hostname module as requested by @chipbuster. Displays the system hostname as provided by gethostname.
2019-09-03chore(deps): Bump ansi_term from 0.12.0 to 0.12.1 (#277)dependabot-preview[bot]
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/ogham/rust-ansi-term/releases) - [Commits](https://github.com/ogham/rust-ansi-term/compare/v0.12.0...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02feat: added truncation_length/symbol to git_branch (#268)Titouan Vervack
Git branches can become very long (e.g. gitlab auto-generated branch names), thus it would be nice to be able to truncate them to keep your prompt lenght in line. This patch adds two new options to the git_branch module: * truncation_length: The amount of graphemes to of a gitbranch to truncate to * truncation_symbol: The symbol that should be used to indicate that a branch name was trunctated To be able to correctly work with UTF-8 graphemes, unicode-segmentation was added as a dependency.
2019-09-02chore(deps): Bump rayon from 1.1.0 to 1.2.0 (#269)dependabot-preview[bot]
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-29chore(deps): [Security] Bump spin from 0.5.0 to 0.5.2 (#256)dependabot-preview[bot]
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.5.0 to 0.5.2. **This update includes a security fix.** - [Release notes](https://github.com/mvdnes/spin-rs/releases) - [Commits](https://github.com/mvdnes/spin-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27chore(bump): v0.13.1v0.13.1Matan Kushner
2019-08-26chore(bump): v0.13.0v0.13.0Matan Kushner
2019-08-26chore(deps): Bump lazy_static from 1.3.0 to 1.4.0 (#242)dependabot-preview[bot]
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-23chore(bump): v0.12.2v0.12.2Matan Kushner
2019-08-21chore(deps): Bump git2 from 0.9.2 to 0.10.0 (#216)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.9.2...git2-curl-0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20chore(bump): v0.12.0v0.12.0Matan Kushner
2019-08-19chore(deps): Update `crossbeam-epoch` dependency (#200)Saghm Rossi
2019-08-19chore(deps): Bump pretty_env_logger from 0.3.0 to 0.3.1 (#195)dependabot-preview[bot]
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19chore(bump): v0.11.0v0.11.0Matan Kushner
2019-08-16chore(bump): v0.10.1v0.10.1Matan Kushner
2019-08-16chore(bump): v0.10.0v0.10.0Matan Kushner
2019-08-14chore(deps): Bump toml from 0.5.1 to 0.5.3 (#151)dependabot-preview[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.1...0.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13chore(bump): v0.9.1v0.9.1Matan Kushner
2019-08-13chore(bump): v0.9.0v0.9.0Matan Kushner
2019-08-13chore(bump): v0.8.7v0.8.7Matan Kushner
2019-08-13chore(bump): v0.8.6v0.8.6Matan Kushner
2019-08-13chore(bump): v0.8.5v0.8.5Matan Kushner
2019-08-12chore(bump): v0.8.4v0.8.4Matan Kushner
2019-08-12chore(bump): v0.8.3v0.8.3Matan Kushner
2019-08-12chore(bump): v0.8.2v0.8.2Matan Kushner
2019-08-12chore(bump): v0.8.1v0.8.1Matan Kushner