summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-06-09feat(history-substring-search): update to 87ce96b1 (#12486)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-05-22ci(dependencies): run on sunday CET morningCarlo Sala
2024-05-21feat(wd): update to version v0.7.0 (#12436)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-05-21chore(dependencies): PR wordingCarlo Sala
2024-05-21fix(dependencies): only open PR if there are changesCarlo Sala
2024-05-12feat(wd): update to version v0.6.1 (#12413)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-05-12fix(dependencies): check if repo is clean before committingCarlo Sala
2024-05-12ci(dependencies): fetch all branchesCarlo Sala
2024-05-12ci(dependencies): use `setup-python` and enable cron-based jobsCarlo Sala
2024-05-12fix(dependencies): avoid creating PR if it's already thereCarlo Sala
2024-05-12feat(dependencies): add support for semver tagsCarlo Sala
2024-05-12fix(dependencies): improve typingCarlo Sala
2024-05-12style(dependencies): run `ruff` formatterCarlo Sala
2024-05-12chore(dependencies): update requirements.txtCarlo Sala
2024-05-09feat(dependencies): add `wd` (#12405)Atk
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-15feat(gradle): update completion to version 25da917c (#12287)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-03-15fix(dependencies): copy gradle LICENSECarlo Sala
2024-03-15feat(dependencies): enable gradle pluginCarlo Sala
2024-03-07chore(gitfast): remove update script (#12262)Felipe Contreras
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29feat(eza): create plugin (#12237)Pandu E POLUAN
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-13ci: bump `actions/checkout` version (#12210)Raphael Boidol
2024-02-13ci: enable dependabotCarlo Sala
2024-01-16feat(history-substring-search): update to version 8dd05bfc (#12167)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-16ci(dependencies): create history-substring-search files as expectedCarlo Sala
2024-01-16feat(history-substring-search): use new dependencies updaterCarlo Sala
2023-12-28feat(z): update to version afaf2965 (#12136)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2023-12-28feat(gitfast): update to version v2.0 (#12135)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2023-12-28ci(project): use ohmyzsh's bot credentialsCarlo Sala
2023-12-28ci(dependencies): fix some envs and add requirementsCarlo Sala
2023-12-20ci(dependencies): fix typoCarlo Sala
2023-12-20ci(dependencies): add automation for updating external dependencies (#12109)Marc Cornellà
2023-11-30ci(installer): fix token passing and only run on main repoMarc Cornellà
2023-10-28ci: fix path filtering in installer workflowMarc Cornellà
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths
2023-10-28ci(vercel): add Content-Disposition header on installerMarc Cornellà
This allows doing something like curl -O https://install.ohmyz.sh and have the `install.sh` file automatically saved to its right name.
2023-10-11ci: remove redundant macos runner for CI testsMarc Cornellà
Currently the macOS runner is not needed, as we are only checking zsh syntax. We can reactivate it in the future if needed.
2023-09-17ci(installer): remove `vc link` which generates the wrong projectMarc Cornellà
`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
2023-06-02feat(install): deploy installer to install.ohmyz.sh (#11722)Carlo Sala
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-04-21feat(dbt): create plugin (#11635)Miguel Sempere
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-21feat(starship): create plugin (#10947)Andrew Xie
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-01-13ci: update to `checkout@v3` to avoid warningsCarlo Sala
2023-01-06chore: remove maksyms as maintainer of aws plugin (#11432)Maksym
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!
2022-11-04ci: fix update of plugin or theme fieldsMarc Cornellà
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
2022-11-03ci: migrate to ProjectV2 GraphQL API (#11311)Lennart Ochel
2022-10-07ci: harden permissions for GitHub Workflows (#11174)Alex
* 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 }}`
2022-08-23chore(react-native): add maintainer for `react-native` plugin (#11109)Erik Thorelli
2022-08-02docs: document new aliases policy (#11045)Marc Cornellà
2022-04-04ci(project): sort issues and PRs when reopenedMarc Cornellà
2022-03-31chore: remove obsolete spelling-action filesMarc Cornellà
2022-03-10chore: add Carlo sponsorshipMarc Cornellà
2022-02-21ci: cancel current runs on new triggerMarc Cornellà