ohmyzsh[bot]
d0bddee6e3
feat(gradle): update completion to version 25da917c ( #12287 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 years ago
Carlo Sala
8940fa2913
fix(dependencies): copy gradle LICENSE
2 years ago
Carlo Sala
fff9ab7619
feat(dependencies): enable gradle plugin
2 years ago
Felipe Contreras
2a71aa5017
chore(gitfast): remove update script ( #12262 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Pandu E POLUAN
6a65ac9025
feat(eza): create plugin ( #12237 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Raphael Boidol
f9bbf6047b
ci: bump `actions/checkout` version ( #12210 )
2 years ago
Carlo Sala
514d5736ea
ci: enable dependabot
2 years ago
ohmyzsh[bot]
c007497431
feat(history-substring-search): update to version 8dd05bfc ( #12167 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Carlo Sala
d44ec1492b
ci(dependencies): create history-substring-search files as expected
2 years ago
Carlo Sala
d2ffe8306a
feat(history-substring-search): use new dependencies updater
2 years ago
ohmyzsh[bot]
667fdbf774
feat(z): update to version afaf2965 ( #12136 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 years ago
ohmyzsh[bot]
f43ee85d8f
feat(gitfast): update to version v2.0 ( #12135 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 years ago
Carlo Sala
544eb17e33
ci(project): use ohmyzsh's bot credentials
2 years ago
Carlo Sala
46b24d4099
ci(dependencies): fix some envs and add requirements
2 years ago
Carlo Sala
0bb00eddbb
ci(dependencies): fix typo
2 years ago
Marc Cornellà
dd3be612e3
ci(dependencies): add automation for updating external dependencies ( #12109 )
2 years ago
Marc Cornellà
7a30bcae40
ci(installer): fix token passing and only run on main repo
3 years ago
Marc Cornellà
7733e3ab57
ci: fix path filtering in installer workflow
...
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths
3 years ago
Marc Cornellà
7348d12f8e
ci(vercel): add Content-Disposition header on installer
...
This allows doing something like
curl -O https://install.ohmyz.sh
and have the `install.sh` file automatically saved to its right name.
3 years ago
Marc Cornellà
408330e131
ci: remove redundant macos runner for CI tests
...
Currently the macOS runner is not needed, as we are only checking
zsh syntax. We can reactivate it in the future if needed.
3 years ago
Marc Cornellà
cdd7dab5db
ci(installer): remove `vc link` which generates the wrong project
...
`vc link` is not needed, as we already have `VERCEL_PROJECT_ID`
defined as an env variable. Currently the `vc link` only creates
a second empty project with the name `installer` as seen in logs:
Linked to ohmyzsh/installer (created .vercel and added it to .gitignore)
Vercel CLI 32.2.4
3 years ago
Carlo Sala
6101106916
feat(install): deploy installer to install.ohmyz.sh ( #11722 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
3 years ago
Miguel Sempere
5d3e86e2a4
feat(dbt): create plugin ( #11635 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Andrew Xie
07454029bd
feat(starship): create plugin ( #10947 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Carlo Sala
ec0003f2fa
ci: update to `checkout@v3` to avoid warnings
3 years ago
Maksym
69dfd77580
chore: remove maksyms as maintainer of aws plugin ( #11432 )
...
I'm afraid I no longer use `ohmyzsh` or even `zsh` in favour of `fish`. Hence, it doesn't make sense for me to continue being the code owner for the plugin. Good luck with an amazing tool!
3 years ago
Marc Cornellà
1342459b15
ci: fix update of plugin or theme fields
...
See [1] for the reference of value field (ProjectV2FieldValue type),
and [2] for sample application code.
[1] https://docs.github.com/en/graphql/reference/input-objects#projectv2fieldvalue
[2] https://docs.github.com/en/enterprise-cloud@latest/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app
4 years ago
Lennart Ochel
239e2f9fcd
ci: migrate to ProjectV2 GraphQL API ( #11311 )
4 years ago
Alex
065f5ffc5a
ci: harden permissions for GitHub Workflows ( #11174 )
...
* build: harden main.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden project.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* Update project.yml
The permissions are not necessary, because a separate token is used `GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}`
4 years ago
Erik Thorelli
6d48309cd7
chore(react-native): add maintainer for `react-native` plugin ( #11109 )
4 years ago
Marc Cornellà
0346cdf7f6
docs: document new aliases policy ( #11045 )
4 years ago
Marc Cornellà
4d9e5ce9a7
ci(project): sort issues and PRs when reopened
4 years ago
Marc Cornellà
53863e7b3f
chore: remove obsolete spelling-action files
4 years ago
Marc Cornellà
c10241f3d1
chore: add Carlo sponsorship
4 years ago
Marc Cornellà
ebfd7cb219
ci: cancel current runs on new trigger
4 years ago
Marc Cornellà
b481955761
ci(project): fix .list files not found error
4 years ago
Marc Cornellà
0ca2e48ee8
ci(project): fix `gh pr view` call to use ohmyzsh repository
4 years ago
Marc Cornellà
63345c4e5d
ci: disable GitHub Actions on forks
4 years ago
Marc Cornellà
512839ef78
chore: simplify project GitHub Action
4 years ago
Marc Cornellà
9dd1dc49d9
chore: simplify `GITHUB_TOKEN` env in project GitHub Action
4 years ago
Marc Cornellà
121ee818a5
chore: I'm dumb af
4 years ago
Marc Cornellà
dd7f0f2211
chore: let's try again
4 years ago
Marc Cornellà
17c52ccfc9
chore: look ma no auth!
4 years ago
Marc Cornellà
861e7e24a3
chore: please work
4 years ago
Marc Cornellà
1d35b30461
chore: fix auth in Project tracking Action
4 years ago
Marc Cornellà
95a66532d1
chore: use GITHUB_TOKEN auth for Project Beta GitHub Action
4 years ago
Marc Cornellà
d1c07f9569
chore: add Projects Beta GitHub Action
4 years ago
Marc Cornellà
fe04acd97c
chore: add maintainer for `shell-proxy` plugin
5 years ago
Carlo Sala
543d6c0db1
feat(rbw): add completion for `rbw` Bitwarden client ( #10346 )
5 years ago
Marc Cornellà
a94e263426
refactor(adben): simplify used variables and %-quote prompt functions
...
Closes #10474
Co-authored-by: Tom Payne <twpayne@gmail.com>
5 years ago