summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-03chore(bump): v0.34.0v0.34.0Matan Kushner
2020-02-03perf: Optimize files, folder and extension lookups in Context (#880)Sam Rose
2020-02-03build(deps): bump open from 1.3.2 to 1.3.3dependabot-preview[bot]
Bumps [open](https://github.com/Byron/open-rs) from 1.3.2 to 1.3.3. - [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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03build(deps): bump serde_json from 1.0.45 to 1.0.46dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.45 to 1.0.46. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.45...v1.0.46) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-02docs: Add a meta title for SEOMatan Kushner
2020-02-02docs: Improve description meta tag for SEOMatan Kushner
2020-02-01docs: Add a border-radius to the hero videoMatan Kushner
Applying a border radius to the video hides the white corners that show when the site is in dark mode.
2020-02-01feat!: Update colors of package and php modules (#782)Matan Kushner
2020-02-01fix(haskell): Add the Haskell module to the default prompt order (#893)Andrew Prokhorenkov
2020-01-31docs: Add git workflow to CONTRIBUTING.md (#876)Sam Rose
2020-01-30build(deps): bump pretty_env_logger from 0.3.1 to 0.4.0dependabot-preview[bot]
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28docs: Increase docs dark-mode contrast ratioMatan Kushner
2020-01-28docs: Added dark theme to documentation (#819)Brett Mandler
2020-01-28fix: escape "$" character to avoid bash interpreting (#884)Luca Rinaldi
2020-01-27fix: Restrict clear screen control code printing to fish (#865)Kevin Song
Wraps clearscreen print codes in a statement to detect fish shell, since it is a workaround for a fish shell behavior.
2020-01-27build(deps): bump os_info from 1.3.2 to 1.3.3dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.3.2 to 1.3.3. - [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.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
Replaces the existing nodejs module end-to-end tests with integration tests that don't require preinstalled environmental dependencies. - Moved the tests to the same file as the module they test - Created a render_module utility function for rendering modules within tests - Removed Node.js installation during CI setup - Add Shell to Context to allow for tests to not run shell-specific code
2020-01-25docs: add m0nhawk as a contributor (#878)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci]
2020-01-25feat: add Haskell Stack support (#546)Andrew Prokhorenkov
Add a Haskell Stack module when a stack.yaml file is detected
2020-01-24fix(java): Add detection for *.gradle files (#871)Sam Rose
Currently the Java module detection looks for build.gradle specifically, but it's possible to rename build.gradle to *.gradle. This change adds Gradle files to the list of detected file extensions.
2020-01-23docs(i18n): Update translations (#863)Matan Kushner
2020-01-23build(deps): bump serde_json from 1.0.44 to 1.0.45dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.44...v1.0.45) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21docs(i18n): Add German docs to the website and README.md (#864)Matan Kushner
2020-01-21docs: add pjbull as a contributor (#862)allcontributors[bot]
2020-01-21fix: Fix invalid JSON in .all-contributorsrcMatan Kushner
2020-01-21docs(i18n): Update translations (#857)Matan Kushner
2020-01-21fix(python): Trim "Anaconda, Inc." from version (#861)Peter Bull
2020-01-20docs: add ivanovart as a contributor (#860)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: Matan Kushner <hello@matchai.dev>
2020-01-20docs: add filalex77 as a contributor (#859)allcontributors[bot]
2020-01-20docs: add gkeep as a contributor (#858)allcontributors[bot]
2020-01-20docs(i18n): Add Russian docs to the website and README.mdMatan Kushner
2020-01-20ci: Remove changelog generationMatan Kushner
2020-01-20docs(i18n): Update translations (#848)Matan Kushner
- Fix some broken markup on README.md
2020-01-20docs(i18n): Add Russian to the website language dropdown (#856)Gennady Koshkin
2020-01-20ci: Fetch all tags when generating changelogMatan Kushner
2020-01-20ci: Automate changelog generationMatan Kushner
2020-01-20build(deps): bump os_info from 1.3.1 to 1.3.2dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.3.1 to 1.3.2. - [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.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20build(deps): bump once_cell from 1.3.0 to 1.3.1dependabot-preview[bot]
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.3.0 to 1.3.1. - [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.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20build(deps): bump sysinfo from 0.10.4 to 0.10.5dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.10.4 to 0.10.5. - [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-01-19refactor: replace reqwest with ureq (#844)David Knaack
2020-01-18build(deps): bump toml from 0.5.5 to 0.5.6dependabot-preview[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.5...0.5.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18fix: Fix incorrect prefix usage in cmd_duration module (#832)Thomas O'Donnell
Fixed the way the cmd_duration module is setting it's prefix to be the same as the other modules.
2020-01-17ci: Update CI dependencies (#850)Matan Kushner
* ci: Replace setup-ruby with use-ruby-action * ci: Update python version * ci: Update Ruby version * Set ruby action to master * Try installing mercurial earlier in the workflow * Remove mercurial installation * Remove mercurial installation on all OSes * Revert "Remove mercurial installation on all OSes" This reverts commit 0e1a3e7e928198ece34660494980f00102df8c45. * Update hg installation comment * Revert Ruby update * Add caching * Add caching to audit * Update workflow.yml * Only cache during test steps
2020-01-17docs: Fix indentation and missing modules in README (#847)Thomas O'Donnell
2020-01-15chore(bump): v0.33.1v0.33.1Matan Kushner
2020-01-15fix(bug-report): Fix status code 414 when generated bug report is too long ↵Jon Grythe Stødle
(#750)
2020-01-15refactor(dotnet): Use `exec_cmd` util (#826)Thomas O'Donnell
Have refactored the dotnet module to use the util::exec_cmd rather than the Command module directly.
2020-01-15docs(i18n): Update translated docs (#792)Matan Kushner
2020-01-15build(deps): bump once_cell from 1.2.0 to 1.3.0dependabot-preview[bot]
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.2.0 to 1.3.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15build(deps): bump os_info from 1.2.0 to 1.3.0dependabot-preview[bot]
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.2.0 to 1.3.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.2...v1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>