summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
2020-03-14improvement: replace reqwest with attohttpc (#999)David Knaack
2020-03-14refactor: Fix new Clippy suggestions (#1006)Thomas O'Donnell
2020-03-06fix(utils): print log for exec_cmd failure (#982)Basix
2020-03-05feat: make reqwest an optional dependency (#979)Matan Kushner
2020-03-05fix: check if editor is not found for `configure` (#961)Kevin Song
2020-03-05feat(package): ignore private JS packages (#975)Matan Kushner
2020-03-01feat: add Elixir module (#437)KokaKiwi
2020-02-26feat: add singularity module (#932)Tadej Novak
2020-02-21feat: display Gradle project version (#662)Kevin Lane
2020-02-21test: refactor ruby and php modules to use mocked commands (#936)Thomas O'Donnell
2020-02-14perf: refactor git status to use HashMap for counts (#938)Onielfa
2020-02-12feat(git_commit): Show the hash of commits when detached HEAD (#738)nesmyslny
2020-02-12test(golang): refactor golang tests to use mocked command (#925)Thomas O'Donnell
2020-02-06feat: Add cabal and hpack detection for the haskell module (#915)Brett Mandler
2020-02-06fix: Change command duration variable for Ion shell to CMD_DURATION (#911)Jon Grythe Stødle
2020-02-06test: port Haskell module tests to integration test (#913)Andrew Prokhorenkov
2020-02-06refactor: Move ANSI escaping into its own functions (#866)Kevin Song
2020-02-05chore: give unused function a test annotationMatan Kushner
2020-02-05revert: "refactor: replace reqwest with ureq (#844)" (#895)Matan Kushner
2020-02-05feat: Add an Elm module (#879)Andrew Prokhorenkov
2020-02-04feat: Add Crystal version module (#170)Youssef Habri
2020-02-04fix: make echo test use /bin/sh (#892)Kyle Sferrazza
2020-02-03chore: readd from_path functionMatan Kushner
2020-02-03chore(bump): v0.34.1v0.34.1Matan Kushner
2020-02-03fix: move get_shell method into ContextMatan Kushner
2020-02-03perf: Optimize files, folder and extension lookups in Context (#880)Sam Rose
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-28fix: escape "$" character to avoid bash interpreting (#884)Luca Rinaldi
2020-01-27fix: Restrict clear screen control code printing to fish (#865)Kevin Song
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2020-01-25feat: add Haskell Stack support (#546)Andrew Prokhorenkov
2020-01-24fix(java): Add detection for *.gradle files (#871)Sam Rose
2020-01-21fix(python): Trim "Anaconda, Inc." from version (#861)Peter Bull
2020-01-19refactor: replace reqwest with ureq (#844)David Knaack
2020-01-18fix: Fix incorrect prefix usage in cmd_duration module (#832)Thomas O'Donnell
2020-01-15fix(bug-report): Fix status code 414 when generated bug report is too long (#...Jon Grythe Stødle
2020-01-15refactor(dotnet): Use `exec_cmd` util (#826)Thomas O'Donnell
2020-01-12refactor(php): Use `exec_cmd` util(#825)Thomas O'Donnell
2020-01-11chore: Add ability to mock commands during tests (#768)Thomas O'Donnell
2020-01-07fix: Correct module description text for git_commit (#812)Hendrik Rombach
2020-01-06build(deps): bump reqwest from 0.9.24 to 0.10.0 (#797)dependabot-preview[bot]
2020-01-04feat: Terminate $PROMPT_COMMAND properly (#799)InNoobWeTrust
2020-01-03perf(hg_branch): Replace direct calls to `hg` (#803)David Hewson
2020-01-01feat: Add the `starship explain` command (#699)Jon Grythe Stødle
2019-12-30fix: Consider `$STARSHIP_CONFIG` in `configure` (#795)AppleTheGolden
2019-12-28feat(git_status): Add a stash count segment (#598)marblenix
2019-12-28fix: Remove trailing semicolon from `$PROMPT_COMMAND` (#784)InNoobWeTrust
2019-12-23fix(package): Use specified directory instead of current working directory (#...Tobias Bieniek