Commit Graph

780 Commits

Author SHA1 Message Date
d44c037ba5 test: refactor ruby and php modules to use mocked commands (#936) 2020-02-21 11:52:39 -05:00
c6d8031f36 docs: Update docs w/ details on fish-style truncation (#948) 2020-02-20 18:08:20 -06:00
53c6639540 chore(bump): v0.36.1 v0.36.1 2020-02-19 16:22:09 -05:00
b529dcf9a0 docs: Fix kubernetes style doc `dimmed' (#944)
Fix an incorrect key in the Kubernetes doc (key was incorrectly labeled as `dim` where it should be `dimmed`)
2020-02-19 13:55:58 -06:00
ddd8cfb388 perf: refactor git status to use HashMap for counts (#938) 2020-02-14 20:38:25 -05:00
ed04c61704 build(deps): bump serde_json from 1.0.47 to 1.0.48
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.47...v1.0.48)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 05:41:05 +00:00
dc96df510a docs: Add twitter badge to README 2020-02-13 15:49:40 -05:00
a15af9b41c chore(bump): v0.36.0 v0.36.0 2020-02-12 21:46:53 -05:00
40bbd5d3cb docs: Replace project tagline 2020-02-12 21:46:00 -05:00
b8313f81ed docs: Update the link of the contributors badge 2020-02-12 21:17:58 -05:00
d901e262d0 docs: rework the project README.md (#931) 2020-02-12 21:13:53 -05:00
b1bc2a04a4 feat(installer): Ask for permission escalation during installation, if needed (#914) 2020-02-12 21:13:21 -05:00
0312c7b91e feat(git_commit): Show the hash of commits when detached HEAD (#738) 2020-02-12 14:56:29 -05:00
a485fd6896 build(deps): bump sysinfo from 0.11.1 to 0.11.2 (#930)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
2020-02-12 13:47:03 -05:00
67397d9096 test(golang): refactor golang tests to use mocked command (#925)
Refactor the golang module tests to use a mocked command and no
longer depend on having a particular version of Go installed.
2020-02-12 13:22:21 -05:00
f8615f9a36 build(deps): bump open from 1.3.3 to 1.3.4
Bumps [open](https://github.com/Byron/open-rs) from 1.3.3 to 1.3.4.
- [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/v1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 05:41:48 +00:00
a07a97de01 docs: remove icons from badges 2020-02-11 18:28:19 -05:00
d1298b486a docs: use flat-square badges in README.md 2020-02-11 18:21:56 -05:00
21003df0f5 docs: Make code blocks dark themed 2020-02-11 15:54:16 -05:00
0e8b1c659d build(deps): bump os_info from 1.3.3 to 2.0.0
Bumps [os_info](https://github.com/darkeld3r/os_info) from 1.3.3 to 2.0.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.3.3...v2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 05:44:45 +00:00
026de6b0bc build(deps): bump sysinfo from 0.11.0 to 0.11.1
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.0 to 0.11.1.
- [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-02-11 05:40:04 +00:00
58906a7a80 build(deps): bump serde_json from 1.0.46 to 1.0.47
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.46...v1.0.47)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 06:14:40 +00:00
9292ec63d4 build(deps): bump sysinfo from 0.10.5 to 0.11.0
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.10.5 to 0.11.0.
- [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-02-10 05:57:33 +00:00
3271b586f4 docs(i18n): Update translations (#908) 2020-02-07 16:47:30 -05:00
54acc2cdc3 docs: Fix Japanese sidebar links 2020-02-07 16:22:39 -05:00
91008ba5f2 docs: Use Algolia DocSearch for docs 2020-02-07 12:36:39 -05:00
bc600e4321 feat: Add cabal and hpack detection for the haskell module (#915) 2020-02-06 19:29:57 -05:00
2509a79176 fix: Change command duration variable for Ion shell to CMD_DURATION (#911) 2020-02-06 14:41:55 -05:00
cead23edca test: port Haskell module tests to integration test (#913) 2020-02-06 12:12:07 -05:00
c4ab66d7fe refactor: Move ANSI escaping into its own functions (#866) 2020-02-06 11:10:59 -05:00
375cc51e7f chore(bump): v0.35.1 v0.35.1 2020-02-06 10:31:10 -05:00
8af0a0ae71 build: Remove media from cargo build 2020-02-06 10:30:43 -05:00
1ab5fc393e chore: Remove accidentally added binary 2020-02-06 10:29:26 -05:00
3f4eceabc2 chore(bump): v0.35.0
Former-commit-id: bc55166a6e3016c9355855e78c550173da53b1ce
v0.35.0
2020-02-06 09:56:39 -05:00
66d5f34184 chore: give unused function a test annotation
Former-commit-id: 94acaa37c593f4952c349d663de71e3f1990926b
2020-02-05 23:03:26 -05:00
670c7a3591 docs: Update example snippets
Former-commit-id: e0526c871d95ea56f216d668866580268407f350
2020-02-05 23:00:25 -05:00
21f2947222 revert: "refactor: replace reqwest with ureq (#844)" (#895)
Former-commit-id: 0908c12a4950b6b4ceea22a3e1cbd4a8039d4006
2020-02-05 22:58:39 -05:00
1e6905df9d docs: add m0nhawk as a contributor (#912)
Former-commit-id: d649d567ad6de4413f0b102a7d5e406d1a8d0fbe
2020-02-05 22:57:59 -05:00
273a937505 feat: Add an Elm module (#879)
Former-commit-id: d42137309da457a438b554601f0734db963a193e
2020-02-05 22:57:04 -05:00
af6a9e2e56 docs: Update all-contributors
Former-commit-id: 3631822be4c366b13d808292f924ea15787e09e8
2020-02-05 00:16:26 -05:00
bf95f79b9f docs: add chirsz-ever as a contributor (#909) 2020-02-05 00:15:13 -05:00
2b53490e9e docs(i18n): Add Simplified Chinese docs to the website and README.md (#906) 2020-02-04 23:57:11 -05:00
dd73e6dc04 docs: add youssefhabri as a contributor (#907) 2020-02-04 18:29:15 -05:00
6a762e83d1 docs: small doc touchups 2020-02-04 18:28:11 -05:00
f665df226c feat: Add Crystal version module (#170) 2020-02-04 18:27:06 -05:00
d4d4a01850 docs(i18n): Fix links in Japanese docs (#905) 2020-02-04 14:31:52 -05:00
752abd4bfb fix: make echo test use /bin/sh (#892) 2020-02-04 12:48:01 -05:00
8e9d9409cf docs(i18n): Update translations (#875) 2020-02-04 12:11:36 -05:00
860accac55 chore: readd from_path function
Despite the function not being used directly, it was being used in tests.
Readding the function so tests will pass.
2020-02-03 17:13:59 -05:00
f14aef4769 chore(bump): v0.34.1 v0.34.1 2020-02-03 17:04:16 -05:00