Commit Graph

1700 Commits

Author SHA1 Message Date
Shivam Mathur ec406be512 Bump version to 2.35.4
Update Node.js dependencies
2.35.4
2025-08-25 14:45:11 +05:30
Shivam Mathur 36a27b0262 Move to main branch for protoc 2025-08-25 14:39:29 +05:30
Shivam Mathur ea2f858afe Move to main branch for brew 2025-08-25 14:39:29 +05:30
Shivam Mathur 507ff06e8d Merge pull request #989 from shivammathur/dependabot/github_actions/develop/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-08-18 22:32:57 +05:30
dependabot[bot] 629475b7b3 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 16:21:04 +00:00
Shivam Mathur 521f2e5b93 Merge pull request #986 from shivammathur/dependabot/github_actions/develop/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2025-08-11 21:32:18 +05:30
dependabot[bot] 259d177178 Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 14:51:06 +00:00
Shivam Mathur 20529878ed Bump version to 2.35.3
Bump Node.js dependencies
2.35.3
2025-08-10 12:03:22 +05:30
Shivam Mathur 68634e7bca Fix relay for PHP 7.4 [skip ci] 2025-08-10 12:03:22 +05:30
Shivam Mathur 0ac4874a14 Merge pull request #982 from jrfnl/feature/ghactions-dont-run-cronjobs-on-forks
GH Actions: don't run cron jobs on forks
2025-08-04 20:07:42 +05:30
jrfnl c9735bcc02 GH Actions: don't run cron jobs on forks
While workflows are disabled by default in forks, it is quite common for contributors to enable them to verify CI will pass before submitting a pull request.

When enabling workflow runs in forks, it's "all or nothing".
This means that:
* All workflows which are only intended to be run on the canonical repo will also be enabled.
    These workflows will also often need access to repo-specific secrets and will typically fail when run from a fork.
* Workflows which contain cron jobs will also be enabled.
    Depending on the type of account the contributor has, this can burn through their "CI minutes".

This commit is based on a review of workflows containing cron jobs and disables running the jobs when a cron job is triggered in a fork.
2025-08-04 16:23:49 +02:00
Shivam Mathur 89b2566bb0 Check github-token on enterprise
On GitHub enterprise we may get a Personal Access token or a default token generated by GitHub that maybe not have the permissions required to access public GitHub, so we check and add it only if it can authenticate with the public GitHub API
2025-08-02 12:12:58 +05:30
Shivam Mathur dcec1cf0b4 Override GITHUB_TOKEN if COMPOSER_TOKEN is set 2025-07-30 22:30:05 +05:30
Shivam Mathur ccf2c627fe Bump version to 2.35.2 2.35.2 2025-07-29 19:08:58 +05:30
Shivam Mathur 2a597f617d Fix race condition 2025-07-29 02:08:56 +05:30
Shivam Mathur 2282b6a082 Bump version to 2.35.1 2.35.1 2025-07-28 20:33:43 +05:30
Shivam Mathur 11373c6dce Fix shellcheck in add_tools.sh [skip ci] 2025-07-28 20:13:02 +05:30
Shivam Mathur 50ad25710d Use auth.json for composer authentication 2025-07-28 20:11:02 +05:30
Shivam Mathur c1c6c51867 Update geos patch [skip ci] 2025-07-28 17:22:40 +05:30
Shivam Mathur 34a5396826 Bump node.js dependencies 2.35.0 2025-07-28 14:49:02 +05:30
Shivam Mathur a0d5abedf1 Revert hiredis patch 2025-07-28 14:49:02 +05:30
Shivam Mathur 102ffdc294 Add patch for gearman [skip ci] 2025-07-28 14:47:16 +05:30
Shivam Mathur 97cf0581e3 Filter shared extensions to enable on Windows 2025-07-28 13:30:51 +05:30
Shivam Mathur bac87fed32 Cleanup in cubrid.sh 2025-07-20 02:01:02 +05:30
Shivam Mathur b9341130b4 Fix mirror setup in ppa.sh 2025-07-20 02:00:10 +05:30
Shivam Mathur e1dc734412 Remove ondrej/pkg-gearman ppa [skip ci] 2025-07-20 01:48:35 +05:30
copilot-swe-agent[bot] 20169f80b7 Add -Force to Move-Item in mago.ps1 to handle workflow reruns
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 11:52:44 +00:00
copilot-swe-agent[bot] ec1e2c6601 Fix mago extraction paths for binary location in subdirectories
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 11:44:09 +00:00
copilot-swe-agent[bot] 5581e61575 Update test and README for mago tool - remove 'latest' from test and add to README
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 11:27:31 +00:00
copilot-swe-agent[bot] de4f59c442 Address PR review feedback - simplify validation and remove license display
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 11:16:20 +00:00
copilot-swe-agent[bot] 26dc9b4fed Add mago tool support as custom package
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 10:57:30 +00:00
copilot-swe-agent[bot] 8d11cf02d2 Initial plan 2025-07-17 10:44:21 +00:00
Shivam Mathur 8aee7c58b7 Sort tools.json [skip ci] 2025-07-17 15:05:00 +05:30
Shivam Mathur 725b40730f Merge pull request #974 from shivammathur/copilot/fix-d6851e4e-e860-4989-8c53-4391e7116ea7
Add support for roave/backward-compatibility-check tool
2025-07-17 14:59:25 +05:30
Shivam Mathur b8f4bf011c Merge branch 'develop' into copilot/fix-d6851e4e-e860-4989-8c53-4391e7116ea7 2025-07-17 14:58:44 +05:30
copilot-swe-agent[bot] f9fbb516a6 Address review feedback: revert src/tools.ts, remove run.sh, rename tool to backward-compatibility-check
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 08:54:16 +00:00
copilot-swe-agent[bot] 987ba5bfe9 Add support for roave/backward-compatibility-check tool
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 08:37:06 +00:00
copilot-swe-agent[bot] 9dffd40113 Add roave/backward-compatibility-check tool support
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 08:34:50 +00:00
copilot-swe-agent[bot] 2dfe351907 Initial plan 2025-07-17 08:22:49 +00:00
Shivam Mathur 1897d72bb4 Merge pull request #973 from shivammathur/copilot/fix-74435ef3-8c22-4393-8d87-090d0d41f7fa
Add support for shipmonk/name-collision-detector tool
2025-07-17 13:42:50 +05:30
copilot-swe-agent[bot] 879090af77 Add link for name-collision-detector tool in README
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 08:07:21 +00:00
copilot-swe-agent[bot] a3845d84ae Add name-collision-detector to README tools section
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 08:01:28 +00:00
copilot-swe-agent[bot] 24d382d1f8 Add support for shipmonk/name-collision-detector tool
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
2025-07-17 07:25:13 +00:00
copilot-swe-agent[bot] 7a5da9d8dc Initial plan 2025-07-17 07:15:57 +00:00
Shivam Mathur 011ab6e363 Update sponsors section 2025-07-17 07:32:30 +05:30
Shivam Mathur 545bc26d45 Minor fix in README 2025-07-17 07:32:30 +05:30
Shivam Mathur 55463ffe4f Add support for github-token input 2025-07-17 07:32:24 +05:30
Shivam Mathur 2a3befd7ab Do not fallback extension to default version on fail-fast 2025-07-17 05:07:54 +05:30
Shivam Mathur 7cc4441283 Use ppa.setup-php.com [skip ci] 2025-07-17 04:49:47 +05:30
Shivam Mathur 4a4c5a48bb Update dependencies 2025-07-09 05:18:20 +05:30