summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-07-31feat(package): Add Maven pom.xml version support (#1511)Steve Smith
* Add gitignore for Emacs backup files. * Add package version support for Maven pom.xml. * Update docs with Maven package version support. * Fix for clippy.
2020-07-20chore: add sublime configuration to .gitignore (#1495)Dario Vladović
2019-09-30chore: Cleanup after the config refactor (#453)Zhenhui Xie
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-08-16feat: Add option to control git directory truncation (#165)Saghm Rossi
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
2019-06-06Refactor integration tests (#71)Matan Kushner
- Create subcommands to be able to print modules independently - `starship prompt` will print the full prompt - `starship module <MODULE_NAME>` will print a specific module e.g. `starship module python` - Added `--path` flag to print the prompt or modules without being in a specific directory - Added `--status` flag to provide the status of the last command, instead of requiring it as an argument - Refactored integration tests to be end-to-end tests, since there was no way in integration tests to set the environment variables for a specific command, which was required for the `username` module - Moved e2e tests to `tests/testsuite` to allow for a single binary to be built - Tests will build/run faster - No more false positives for unused functions - Added tests for `username` - Removed codecov + tarpaulin 😢
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-04-03Add segment structure and logicMatan Kushner
2019-04-01Initial commitMatan Kushner