Commit Graph

41 Commits (5ed4dd939d4935d215f5650a168d31348cb897ae)

Author SHA1 Message Date
Jasperhino 5ed4dd939d Clean up GCS fork: minimal changeset vs upstream actions/cache
Realign the fork so it diffs from upstream actions/cache only by the GCS
cache backend, instead of carrying unrelated downgrades and deletions.

- Restore package.json/package-lock.json to upstream 5.0.4 deps; the fork
  had downgraded to 4.2.x. Re-add @google-cloud/storage (gcsCache.ts needs it).
- Rebuild dist/ against the restored deps so it bundles the real GCS client
  rather than a stale build against downgraded deps.
- Restore deleted upstream files: 7 workflow YAMLs, .github/CODEOWNERS,
  .licensed.yml. (To be disabled in the fork, not removed.)
- Revert action.yml/restore/save manifests to upstream name/description/
  author; keep only the gcs-bucket/gcs-path-prefix inputs as the fork diff.
- auto-tag.yml: track upstream's highest semver release tag, moving both the
  exact-version tag and the major alias, instead of force-pinning v1.
- Remove checkout/ composite action; relocated to Cula-Technologies/checkout.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago
Jasperhino cae5e556dd Trim upstream-specific workflows + CODEOWNERS
Drop workflows we don't need on the fork:
- licensed.yml (no .licenses for @google-cloud/storage)
- workflow.yml (jest tests mock @actions/cache, break with wrapper)
- close-inactive-issues, issue-opened, pr-opened (upstream oncall)
- publish-immutable-actions (not publishing to marketplace)
- release-new-action-version (replaced by auto-tag.yml)

Drop CODEOWNERS so merges don't require @actions/actions-cache review.
Drop .licensed.yml config (no longer used).
3 months ago
Bassem Dghaidi 984a21b1cb Add traffic sanity check step 6 months ago
Bassem Dghaidi acf2f1f76a Fix resolution 6 months ago
Bassem Dghaidi 95a07c5132 Add wait for proxy 6 months ago
Bassem Dghaidi 90e4fae240 Rewrite and simplify 6 months ago
Bassem Dghaidi b56bb3a202 Fix permissions for workflows/workflow.yml 6 months ago
Salman Muin Kayser Chishti 1285d7de7c chore: update actions/checkout to v5 in workflow files 8 months ago
Salman Chishti 94b8944262 update to node24 1 year ago
dependabot[bot] 255c8ff306
Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 5d692d65f4
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Tatyana Kostromskaya 2001ca4114 Update action to node20 3 years ago
jongwooo 04b13caea4 chore: Use built-in cache action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
4 years ago
Bishal Prasad d0af8a3ecc
Change datadog/squid to Ubuntu/squid in CI check (#976) 4 years ago
Vipul 27c0af5532
Remove .md files skip condition from test workflow 4 years ago
Peter Mescalchin 8f1e2e0286
Bump GitHub actions `actions/checkout` and `actions/setup-node` (#763)
* Bump GitHub actions

* Bump Node.js version used to `16.x` in workflows

* Bump `actions/upload-artifact@v3`
4 years ago
Ashwin Sangem 7799d864d9
Updated the usage and docs to the major version release. (#770) 4 years ago
Aparna Ravindra eb0698d1c5
Bumping up @actions/cache version to 1.0.8 (#682)
* bumping up @actions/cache version to 1.0.8
* Remove ubuntu-16.04
5 years ago
Brian Cristante 6bbe742add
Use existing check-dist implementation (#618) 5 years ago
Dave Hadka 24fb121989 Bump cache module to version 1.0.0 6 years ago
Aiqiao Yan 0065ae9713 Remove master from the branch list 6 years ago
Aiqiao Yan 4aa79d91d3 Rename master to main 6 years ago
Aiqiao Yan bcc23b930f React to feeback and change to use 0.2.0 cache package 6 years ago
Aiqiao Yan 249a22026d Update workflow.yml 6 years ago
David Hadka 5d8c995f20
Detect uncommitted changes to the dist/ folder (#302)
* Update workflow.yml

* Update workflow.yml

* Run build

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
6 years ago
Josh Gross e5370355e6
Combine relative jobs into main test jobs 6 years ago
David Hadka 0e86d5c038
Update workflow.yml 6 years ago
David Hadka 2ba9edf492
Fix job names v2 6 years ago
David Hadka f15bc7a0d9
Fix job names 6 years ago
David Hadka b6b8aa78d8
Update workflow.yml 6 years ago
David Hadka 4a724707e9
Add test for relative paths 6 years ago
eric sciple 4944275b95
test e2e during workflow (#185) 7 years ago
Josh Gross 23e301d35c
Disable fail-fast to get full coverage of failures 7 years ago
Josh Gross f0cbadd748
Use cache in workflows (#90) 7 years ago
Josh Gross 4657a5f525
Fix lint on Windows (#89) 7 years ago
BSKY fb50aa45ec Add initial eslint setup (#88) 7 years ago
Josh Gross bde557aefd
Fix PR filters 7 years ago
Josh Gross 0e86554410
Ignore all .md files 7 years ago
Josh Gross aae1376422
Exclude documentation from CI tests (#28) 7 years ago
Josh Gross 889c603691
Update workflow (#1)
* Run workflow on linux, mac, and windows

* Add status badge

* Use npm install instead

* Bump typescript version

* Use node 12.x
7 years ago
Josh Gross 37c45447e4 Initial commit 7 years ago