summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-11-04fix(aws): support MFA for profiles without role to assume (#9411)Maksym
Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume. Closes #9408 * refactor(aws plugin): remove dependency on jq Previously, acp command relied on jq. Now that dependency has been removed, as well as some linter suggestions implemented.
2020-10-29aws: split setting profile from changing profile (#9402)Maksym
the change to assume a role when it is specified in configuration broke some workflows. This fix addresses that Fixes #9394
2020-10-29aws: get and set session token if available (#9397)Setu Shah
2020-10-29colorize: add compatibility for zsh < 5.1 (#9400)spreiter
The direct assignment of a local array is not possible in older ZSH version, as used by RHEL/CentOS 7.
2020-10-27gitfast: fetch latest fixes from git-completion (#9390)Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2020-10-24aws: add role delegation and MFA support as per IAM Best Practices (#8419)Maksym
* Added role delegation support and MFA support as per IAM Best Practices * fix: grep with color enabled breaks profile parsing * fix: compatible with MacOS basic sed * docs: Added jq as a dependency * feat: added variable session duration, if the role to be assumed permits it. * bug: incorrect assigment for session length * fix: profile extraction failed with some versions of sed Fixed the issue that resulted from merging upstream changes to allow "." in the profile name * fix: broken profile parsing when profile name contains "@"
2020-10-24gitfast: improve command aliases (#9385)Felipe Contreras
So that compdefs with dashes work as well as underscores: compdef _git gc=git_commit Or: compdef _git gc=git-commit The official Zsh Git completion uses dashes, and this way people don't have to change their existing definitions. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2020-10-24gitfast: update to latest upstream and more (#9382)Felipe Contreras
2020-10-21npx: deprecate pluginMarc Cornellà
Fixes #9366
2020-10-21Grammar: remove hyphens from predicate adjective “up to date” (#9356)Lucas Larson
https://english.stackexchange.com/a/180617 https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60
2020-10-21kubectl: add aliases for serviceaccount, daemonsets and cronjob (#9344)Wenli Wan
2020-10-20fzf: add check for OpenSUSE and OpenBSD packages (#9327)Marc Cornellà
2020-10-17kubectl: check for empty cache completion fileMarc Cornellà
2020-10-16kubectl: verify kubectl is installed before running compdef (#9346)IsThisTheMatrix
2020-10-14globalias: use ${(z)var} to split into words using shell parsingMarc Cornellà
2020-10-14globalias: expand filtering to anywhere in the command (#9338)Patrick W. Healy
2020-10-13safe-paste: fix _bracketed_paste_zle_init/finish errorMarc Cornellà
Fixes #9337
2020-10-13git-prompt: document Python prerequisite in README (#9336)Gonçalo Queirós
2020-10-11globalias: allow filtering values not to be expanded (#9331)VectorW
2020-10-11emacs: add ansi-term directory tracking (#9218)Ivan Dario Piernagorda Peña
2020-10-11systemadmin: correct sort order for psmem aliases (#6253)Joshua Pratt
2020-10-10Remove missing screenshots from kube-ps1 README (#9199)Marc Cornellà
Removes missing screenshots from README for kube-ps1 plugin. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-10-09Add lando plugin (#8748)Joshua Bedford
Co-authored-by: Joshua Bedford <joshua.bedford@hurstreview.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-09mvn: list modules (directories with pom.xml) (#8478)James Zhang
Co-authored-by: zhangjinyan1 <zhangjinyan1@guazi.com>
2020-10-09mvn: add Quarkus support in mvn completion (#9037)Geoffrey GREBERT
Co-authored-by: Geoffrey GREBERT <ggrebert@sii.fr>
2020-10-09wd: update to v0.5.1 (#9273)Atk
2020-10-09nvm: add autoloading of nvm version in .nvmrcDanny Grove
Closes #5782 Fixes #8959 Closes #8976
2020-10-09nvm: exit the plugin if the nvm loading script wasn't foundMarc Cornellà
2020-10-09nvm: only lazy-load nvm if the NVM_LAZY setting is setMarc Cornellà
2020-10-09nvm: speed-up nvm loading with `--no-use`Keith Yao
Closes #7138 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-09nvm: check $XDG_CONFIG_HOME/nvm for an nvm installationChigozirim C
Closes #7807 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-09nvm: simplify nvm.sh and bash completion loadingMarc Cornellà
2020-10-09nvm: use `nvm current` in nvm_prompt_info and look in alternate install ↵Andrew Janke
locations This makes it work regardless of where nvm is loaded from. And it uses nvm's version strings, which distinguish the "system" and "none" NVM environments, instead of reporting the specific version of the system node.js or erroring, respectively. Fixes #4336 Closes #4338
2020-10-09safe-paste: refresh plugin (update for zsh 5.1 and vi keymaps) (#7887)Tom Hale
2020-10-09Add git-lfs plugin (#9077)Duc Nguyen
2020-10-08kubectl: add wrappers for colorized output in JSON and YAML (#9316)Raphaël Pinson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-08nvm: add Homebrew's nvm setup (#8316)davidfmatheson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-07z: upgrade plugin to the latest version (#9310)Michele Bologna
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab https://github.com/rupa/z/commit/125f4dc47e15891739dd8262d5b23077fe8fb9ab
2020-10-05Revert "Remove redundant bashcompinit calls"Marc Cornellà
This reverts commit f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6. Fixes #9314
2020-10-04git: fix version checkMarc Cornellà
2020-10-03git: run gfa with --jobs=10 (fetch remotes in parallel) (#9268)Fabian Bonk
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-03bundler: refactor bundler plugin and clean up gem wrappersMarc Cornellà
2020-10-03bundler: format aliases table and clean up README (#9300)Sandip Subedi
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-03Add completion plugin for IPFS (InterPlanetary File System) (#4737)Angel Ramboi
2020-10-03Add sublime-merge plugin (#7228)Amir Masoud Abdol
2020-10-01pip: move plugin cache to XDG folder (#9299)Goose
2020-09-30Remove redundant bashcompinit callsMarc Cornellà
Fixes #9246
2020-09-30terraform: add tf Alias (#8206)Andrew Babichev
2020-09-29minikube: fix spelling (#9270)Olivier Lemasle
2020-09-29composer: autoload cache functionsMarc Cornellà
Fixes #9236