summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
Changes imports statements to make imports more uniform.
2019-10-05feat: Add conda module (#469)AppleTheGolden
2019-10-06docs: Update andytom as a contributor (#494)allcontributors[bot]
2019-10-06docs: add pbzweihander as a contributor (#493)allcontributors[bot]
2019-10-06refactor: Rewrite `time` module to use module config (#483)Thomas Lee
- Config option renamed: `12hr` → `use_12hr`
2019-10-05fix: Add disable configuration option to kubernetes module (#491)Zhenhui Xie
2019-10-05ci: Fix the use of COMMIT_TAG when bumping brew formulaMatan Kushner
2019-10-05docs: add andytom as a contributor (#490)allcontributors[bot]
2019-10-05chore(bump): v0.20.2v0.20.2Matan Kushner
2019-10-05revert: chore: Remove logic for the `disabled` option from modul… (#489)Matan Kushner
This reverts commit 6c6e0ef1dd0474dde5a4d29300bbf80b60761d53.
2019-10-05docs: Update the link of the workflow badgeMatan Kushner
2019-10-05docs: Update workflow badge linkMatan Kushner
2019-10-05fix: Disable Kubernetes module by default (#488)Thomas O'Donnell
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
2019-10-05ci: Rename main workflow to "Main workflow"Matan Kushner
2019-10-05fix: Fix module configuration loading (#487)Zhenhui Xie
2019-10-05chore: Remove logic for the `disabled` option from modules (#486)Zhenhui Xie
2019-10-05docs: Replace Azure Pipelines badge with GitHub Actions badgeMatan Kushner
2019-10-05ci: Remove changelog generation for nowMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05ci: Auto-generate CHANGELOG.mdMatan Kushner
2019-10-04ci: Fix crates token scopeMatan Kushner
2019-10-04ci: Add brew bump formula versionMatan Kushner
2019-10-04ci: Replace cargo-publish-all with cargoMatan Kushner
2019-10-04chore(bump): v0.20.1v0.20.1Matan Kushner
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-10-04ci: Use target as matrix instead of OSMatan Kushner
2019-10-04refactor: Rewrite aws and character module to use module config (#459)Zhenhui Xie
2019-10-04ci: Add the Crates.io token secret for publishingMatan Kushner
2019-10-04docs: Use absolute links for translationsMatan Kushner
2019-10-04docs: Use absolute links for flag imagesMatan Kushner
2019-10-04chore(bump): v0.20.0 correctlyv0.20.0Matan Kushner
2019-10-04chore(bump): v0.20.0Matan Kushner
2019-10-04docs(i18n): Update Crowdin translations (#441)Matan Kushner
2019-10-04chore(deps): Bump serde_json from 1.0.40 to 1.0.41 (#478)dependabot-preview[bot]
2019-10-04ci: Update CI and migrate publish job to Actions (#455)Matan Kushner
- Replace hecrj/setup-rust-action with actions-rs tools - Add a Cargo Audit test step - Move cargo publish step from Azure Pipelines to GitHub Actions - Use cargo-publish-all to publish multiple packages at once - Automate the creation of release notes
2019-10-03fix: Add Kubernetes to the default prompt order (#466)Thomas O'Donnell
2019-10-02feat: Add dotnet module (#416)Nick Young
Adds a .NET module, which preferentially parses local/git files to get the .NET version.
2019-10-02refactor: Rewrite battery module to use module config (#454)Zhenhui Xie
2019-10-01feat: Add Kubernetes Module (#404)Thomas O'Donnell
Adds a Kubernetes module, which works by parsing kubeconfig.
2019-10-01Update Crowdin configuration fileMatan Kushner
2019-10-01docs: Reword command duration optionMatan Kushner
2019-09-30chore: Cleanup after the config refactor (#453)Zhenhui Xie
2019-09-30docs: add bijancn as a contributor (#452)allcontributors[bot]
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-30fix: Disable memory_usage by default (#451)Matan Kushner
2019-09-30feat: Added ability for setting command duration prefix (#414)Tom Hotston
2019-09-29feat: Allow segment-specific styling (#378)Zhenhui Xie
Adds the ability to style individual segments in the prompt. The segment documentation is not fully updated in this commit and is waiting on a config refactor so that we can write unified docs.
2019-09-30docs: add qryxip as a contributor (#446)allcontributors[bot]