summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-11-27chore(bump): v0.26.5v0.26.5Matan Kushner
2019-11-27docs: Update README badgesMatan Kushner
2019-11-27chore: Add a license file for starship_module_config_deriveMatan Kushner
Closes #667
2019-11-27build(deps): bump battery from 0.7.4 to 0.7.5 (#671)dependabot-preview[bot]
Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/svartalf/rust-battery/releases) - [Changelog](https://github.com/svartalf/rust-battery/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/rust-battery/compare/0.7.4...0.7.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25build(deps): bump chrono from 0.4.9 to 0.4.10 (#665)dependabot-preview[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.9 to 0.4.10. - [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.9...v0.4.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25build(deps): bump serde_json from 1.0.41 to 1.0.42 (#666)dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25docs: add marblenix as a contributor (#668)allcontributors[bot]
2019-11-25ci: Generate release sha256 sums (#649)marblenix
2019-11-21docs: Move styles to index (#657)Jason Etcovitch
2019-11-21build(deps): bump rayon from 1.2.0 to 1.2.1 (#654)dependabot-preview[bot]
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.2.0 to 1.2.1. - [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/v1.2.0...rayon-core-v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-21build(deps): bump git2 from 0.10.1 to 0.10.2 (#655)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.10.1...0.10.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20fix: Remove duplicated "v" in package versions (#648)Thomas O'Donnell
2019-11-13chore(bump): v0.26.4v0.26.4Matan Kushner
2019-11-13ci: Remove nesting from within release archivesMatan Kushner
2019-11-13docs: add matiaskotlik as a contributor (#639)allcontributors[bot]
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2019-11-13feat: Add separator config to the memory module (#603)Matias Kotlik
2019-11-13chore(bump): v0.26.3v0.26.3Matan Kushner
2019-11-12fix: Add support for multiple Kubeconfig files (#635)Thomas O'Donnell
This adds support for having multiple Kubeconfig file set as part of the `KUBECONFIG` env var.
2019-11-12ci: Switch to the msvc rust toolchain (#636)marblenix
2019-11-12build(deps): bump unicode-segmentation from 1.5.0 to 1.6.0 (#638)dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-11-08build(deps): bump sysinfo from 0.9.5 to 0.9.6 (#633)dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-11-06refactor: Refactor git state module to use module config (#605)Zhenhui Xie
2019-11-06refactor: Refactor nix_shell and java module to use module config (#606)Zhenhui Xie
2019-11-05docs: Add sitemap and robots.txtMatan Kushner
2019-11-05ci: Update Python to 3.7.5 (#628)Matan Kushner
2019-11-03chore(bump): v0.26.2v0.26.2Matan Kushner
2019-11-03ci: Remove brew version bump stepMatan Kushner
2019-11-02ci: Remove need for tests to pass for releasev0.26.1Matan Kushner
2019-11-02chore(bump): v0.26.0v0.26.0Matan Kushner
2019-11-02docs(i18n): Update documentation translations (#575)Matan Kushner
2019-11-02feat: Enable the python module in virtual envs (#584)Thomas O'Donnell
This will enable the python module when a virtual environment has been activated, this is detected via the `VIRTUAL_ENV` env var.
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-11-01build(deps): bump unicode-segmentation from 1.3.0 to 1.5.0 (#610)dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-11-01style: Clean up Golang module (#612)Matias Kotlik
2019-10-29build(deps): bump toml from 0.5.3 to 0.5.4 (#604)dependabot-preview[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.3...0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-10-29docs: Update installation instructions for fish-shell (#599)BSKY
2019-10-28feat: Add an option to limit the duration of starship directory scanning (#589)Zhenhui Xie
2019-10-26docs: add brianlow as a contributor (#596)allcontributors[bot]
2019-10-26feat: Show git_status counts (#434)Brian Low
The git_status module can show the count of files next to their respective symbols.
2019-10-26docs: Update required Rust version to v1.38 (#592)Jürgen Gmach
2019-10-25ci: Remove CHANGELOG.md generationMatan Kushner
Because of permissions issues with having bots push to master, it looks like it won't be possible to do from an Action right now.
2019-10-25fix: Disable venv custom prompt when starship is in use (#551)Matias Kotlik
2019-10-25Trigger changelog generationMatan Kushner
2019-10-25ci: Add CHANGELOG.md generationMatan Kushner
2019-10-25revert: "ci: Remove tests having to pass for release"Matan Kushner
This reverts commit d691e0a39430597a0f1fc80e89a8808f537bbba4.
2019-10-25ci: Add --global flag to git config commandsMatan Kushner
2019-10-25chore(bump): v0.25.2v0.25.2Matan Kushner
2019-10-25ci: Version the setup-* actions used for testingMatan Kushner
2019-10-25ci: Remove tests having to pass for releaseMatan Kushner