summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2019-09-10feat: Implement the prompt module for time (#138)John Letey
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07refactor: Cleanup unwraps in create_fixture_repo function (#311)Neil Kistner
2019-09-07fix: Fixture repo will now clone and set git config locally (#307)Neil Kistner
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
2019-09-05feat: Add config for ahead/behind count of tracked branch (#281)Neil Kistner
2019-09-04ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)Matan Kushner
2019-09-04feat: add hostname module (#286)Andrew Houts
2019-09-04refactor: Move `create_fixture_repo` into common in integration tests (#282)Neil Kistner
2019-09-02test: Add an integration test for disabling untracked filesMatan Kushner
2019-09-02feat: added truncation_length/symbol to git_branch (#268)Titouan Vervack
2019-08-31Support vicmd_symbol in fish-shell (#254)Quinn Strahl
2019-08-27feat: Add commit count for ahead/behind symbols (#247)Neil Kistner
2019-08-26feat: Add ability to use an alternate directory truncation style (#239)Neil Kistner
2019-08-25Add nix-shell support (#173)Bruno Bigras
2019-08-21Add support for detecting Python from Pipenv files (#221)Thomas O'Donnell
2019-08-21fix: Failing Tests if home is a git directory (#214)Kevin Song
2019-08-20fix: Change panicking on unknown module to error print and support module lis...Saurav Sharma
2019-08-18fix: Fix directory_in_root integration test on Windows (#181)John Merchant
2019-08-18fix: Set default prompt character to ❯ (#177)Kevin Song
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
2019-08-16feat: Add option to control git directory truncation (#165)Saghm Rossi
2019-08-16fix: Fix compilation on NixOS with sandboxing (#164)Bruno Bigras
2019-08-14fix: Don't run tests for ruby outside of the integration tests (#155)Kevin Song
2019-08-14chore: Delete empty test fileMatan Kushner
2019-08-13feat: implement the ruby module (#131)André Zanellato
2019-08-13fix: Fix issues with nodejs and golang configuration (#146)Matan Kushner
2019-08-12feat: Implement configuration to display pyenv version name (#140)MaT1g3R
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-11feat: Implement Python virtual environment display (#137)MaT1g3R
2019-08-10feat: Add configuration to change the character for non-zero sta… (#133)Kevin Song
2019-08-08feat: implement timer module (#118)Kevin Song
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-19ci: Use Python v3.6.9 in CI (#101)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-06-06Refactor integration tests (#71)Matan Kushner
2019-05-29Use tarpaulin and Codecov for adding code coverage to project (#68)Matan Kushner
2019-05-19feat: Implement the prompt module for username (#56)Youssef Habri
2019-05-16ci: Fix CI to work with changes to Azure Pipelines build agent (#55)Matan Kushner
2019-05-13Add integration tests for Python segment (#38)John Letey
2019-05-11Add Go version module (#44)John Letey
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-05-01Install a fixed version of rust for CI integration tests (#39)Matan Kushner
2019-04-28Add docker for integration tests (#37)Matan Kushner
2019-04-28Revert "Add docker for integration tests" (#36)Matan Kushner
2019-04-28Add docker for integration tests (#26)Matan Kushner
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner