Commit Graph

2973 Commits (ca3b901e2876e90ebeb1825d99a67659804bd31d)

Author SHA1 Message Date
David Farrell ca3b901e28 Moves lint logic into lint_clean_files.sh 2020-12-16 20:20:34 -08:00
David Farrell 70e7f22cf4 Adds better support for .bat files; Fixes docs/make.bat 2020-12-16 20:20:34 -08:00
Noah Gorny a03573c8d6 docs: Add label to git_prompt section 2020-12-16 20:20:34 -08:00
Noah Gorny 106bb37f69 docs: Add CI stage 2020-12-16 20:20:34 -08:00
Noah Gorny 6dd91abd4c Add readthedocs configuration 2020-12-16 20:20:34 -08:00
Noah Gorny 951c7a240a docs: Change theme to sphinx rtd theme 2020-12-16 20:20:34 -08:00
Noah Gorny 910c7158ee Move most of the documentation to .rst format 2020-12-16 20:20:34 -08:00
Noah Gorny 36f69c573b docs: Add empty _static and _templates directories 2020-12-16 20:20:34 -08:00
Noah Gorny d84a158ac1 docs: Add basic sphinx docs 2020-12-16 20:20:34 -08:00
Noah Gorny ebd5312557 Clean 90210 theme 2020-12-16 20:20:34 -08:00
Noah Gorny 871ef0487c Rename lint CI job 2020-12-16 20:20:34 -08:00
Noah Gorny d103ef2a8f Modify general editorconfig settings 2020-12-16 20:20:34 -08:00
Noah Gorny 93a16f54f6 Bump shellcheck, shfmt hooks to 2.1.4 2020-12-16 20:20:34 -08:00
Noah Gorny 17a53ca368 Fix newline and trailing space issues 2020-12-16 20:20:34 -08:00
Noah Gorny 5be478e4e5 Convert files with spaces and tabs to only spaces 2020-12-16 20:20:34 -08:00
Ira Abramov f0db7be6ea Fixing the indent to everyone's content 2020-12-16 20:20:34 -08:00
Ira Abramov 8b2d408180 In case we ARE committing to tabs now... 2020-12-16 20:20:34 -08:00
Ira Abramov ebe8f8765d Fix EOF 2020-12-16 20:20:34 -08:00
Ira Abramov 0125bfc8cc Removed trailing whitespaces 2020-12-16 20:20:34 -08:00
Noah Gorny ddc5a19d69 ci: Run pre-commit only on whitelisted files 2020-12-16 20:20:34 -08:00
Noah Gorny 392fc0bd4a pre-commit: Do not run shfmt/shellcheck on .bats files 2020-12-16 20:20:34 -08:00
Noah Gorny 026e28f529 Add simple shellcheckrc 2020-12-16 20:20:34 -08:00
Noah Gorny c909fe748b ci: Add pre-commit run and remove trailling spaces 2020-12-16 20:20:34 -08:00
Ira Abramov c1fd93571c Don't touch tab indentations, they are there for a good reason 2020-12-16 20:20:34 -08:00
Ira Abramov 04f165738c another round of refinements after PR #1434 2020-12-16 20:20:34 -08:00
Ira Abramov 19f445ac2f Add a note on how to use the pre-commit yaml. 2020-12-16 20:20:34 -08:00
Ira Abramov 172c2526ef Enforce some coding standards for the contributers 2020-12-16 20:20:34 -08:00
Noah Gorny a29625b7c3 Improve bash-it version output
As we now have "stable" releases and "dev" type of versions, `version` command should
provide usefull output on that
2020-12-16 20:20:34 -08:00
Noah Gorny 8ce08c5267 git: Add git push --delete alias 2020-12-16 20:20:34 -08:00
Noah Gorny 6db64391af Rename _bash-it_update to _bash-it-update 2020-12-16 20:20:34 -08:00
Noah Gorny 99d29bd341 Add tests for _binary_exists 2020-12-16 20:20:34 -08:00
Noah Gorny f4e83318ca Add _binary_exists and use in github-cli completion
gh was also used as an git alias, and caused _command_exists to not fail as expected
2020-12-16 20:20:34 -08:00
BarbUk 98feecba5b Theme barbuk - add venv glyph and fix venv display in ssh mode (#1681)
* Add python venv glyph

* Fix venv display (tested for local and ssh prompt)

* Add documentation for python venv
2020-12-16 20:20:34 -08:00
Noah Gorny 50f2553272 lib: helpers: Handle stable revert update 2020-12-16 20:20:34 -08:00
Noah Gorny bb6318c131 lib: helpers: Rename Upgrading -> Updating 2020-12-16 20:20:34 -08:00
Noah Gorny 0524b7ab5a lib: Fetch from remote before calculating latest tag in bash-it update 2020-12-16 20:20:34 -08:00
Noah Gorny 5cc09c45bc test: Add completion test for -s --silent flag 2020-12-16 20:20:34 -08:00
Noah Gorny c54dc0b3e4 completion: Add --silent and -s completion 2020-12-16 20:20:34 -08:00
Noah Gorny 076b453764 doc: Add --silent flag documentation 2020-12-16 20:20:34 -08:00
Noah Gorny 52e50d7457 helpers: Add --slient option to bash-it update 2020-12-16 20:20:34 -08:00
Noah Gorny 12783c2a79 lib: Update no-op message in case of stable update 2020-12-16 20:20:34 -08:00
Noah Gorny 30bef3d3de lib: Add BASH_IT_DEVELOPMENT_BRANCH variable 2020-12-16 20:20:34 -08:00
Noah Gorny 39173510a9 lib: Update to stable now correctly fails if no tags are present 2020-12-16 20:20:34 -08:00
Noah Gorny fed3cb5f32 doc: Add stable/dev option to update section 2020-12-16 20:20:34 -08:00
Noah Gorny 2d7612bc84 completion: Update completion for new bash-it update
Also fix the update completion test
2020-12-16 20:20:34 -08:00
Noah Gorny d515f55e10 lib: Improve bash-it update so it can update to latest tag 2020-12-16 20:20:34 -08:00
Noah Gorny 1069a1e102 Add bash-it restart command
Also add completion and completion tests
2020-12-16 20:20:34 -08:00
Gurkirat Singh 1ea238b3df added git alias to list remote branch creators with date and time 2020-12-16 20:20:34 -08:00
Grzegorz Szczudlik ea40e91081 Add Kind support 2020-12-16 20:20:34 -08:00
Grzegorz Szczudlik 77268289ab Add Terraform and Terragrunt aliases 2020-12-16 20:20:34 -08:00