该项目从 https://github.com/apache/beam.git 镜像。
拉取镜像更新于 。
- 3月 11, 2025
-
-
由 Robert Bradshaw 创作于
-
- 2月 28, 2025
-
-
由 Vitaly Terentyev 创作于
-
- 2月 23, 2025
-
-
由 Vitaly Terentyev 创作于
* Refactor mobilegaming groovy scripts * Add retry policy
-
- 2月 06, 2025
-
-
由 Danny McCormick 创作于
* Update release branch cut to still update container version to 2.XX.0 * Update a few more spots
-
- 1月 30, 2025
-
-
由 Vitaly Terentyev 创作于
* Update mobile gaming groovy scripts * Add retry
-
- 1月 29, 2025
-
-
由 Danny McCormick 创作于
-
- 1月 28, 2025
-
-
由 Vitaly Terentyev 创作于
-
- 10月 22, 2024
-
-
由 Jack McCluskey 创作于
* Remove Python 3.8 Support from Apache Beam * Remove artifact build/publishing * Address comments
-
- 10月 18, 2024
-
-
由 Yi Hu 创作于
-
- 10月 17, 2024
-
-
由 Kenneth Knowles 创作于
-
- 10月 15, 2024
-
-
由 Yi Hu 创作于
-
- 10月 01, 2024
-
-
由 Robert Burke 创作于
* Update Go version used by Beam repo. * update release docker in docker container * update CHANGES.md with this note --------- Co-authored-by:
lostluck <13907733+lostluck@users.noreply.github.com>
-
- 9月 19, 2024
-
-
由 Jack McCluskey 创作于
-
- 9月 17, 2024
-
-
由 Jack McCluskey 创作于
* [WIP] Remove Python 3.8 targets from Actions * revert changes to 3.9 build.gradle * More gradle cleanup * Add posargs * Update local-env-setup.sh * Fix default env python version * More places to update python version refs * mypy/linting fixes * yapf * Update other locations * update more files * update standard_external_transforms.yaml * update test case that fails on 3.8 -> 3.9
-
- 9月 14, 2024
-
-
由 Robert Burke 创作于
Update Playground and other location usage of Go to use latest released version by default. (#32444)
-
- 9月 06, 2024
-
-
由 Danny McCormick 创作于
-
- 7月 19, 2024
-
-
由 Jack McCluskey 创作于
* Update Python artifact name in release process * Change version references to 2.XX.0
-
- 6月 14, 2024
-
-
由 dependabot[bot] 创作于
Bumps commons-cli:commons-cli from 1.6.0 to 1.8.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 5月 29, 2024
-
-
由 tvalentyn 创作于
-
- 5月 23, 2024
-
-
由 Jan Lukavský 创作于
-
由 Jan Lukavský 创作于
This reverts commit 557b5bad.
-
- 5月 15, 2024
-
-
由 Yi Hu 创作于
-
- 5月 07, 2024
-
-
由 Rodrigo Bozzolo 创作于
Co-authored-by:
Rodrigo Bozzolo <rbozzolo@indeed.com>
-
- 4月 17, 2024
-
-
由 Jan Lukavský 创作于
-
- 4月 12, 2024
-
-
由 liferoad 创作于
-
- 3月 26, 2024
-
-
由 Robert Bradshaw 创作于
-
- 3月 22, 2024
-
-
由 Damon 创作于
-
- 3月 21, 2024
-
-
由 Damon 创作于
-
- 12月 14, 2023
-
-
由 Bruno Volpato 创作于
* Upgrade Debian Bullseye to Bookworm * Keep Playground images unchanged
-
- 12月 07, 2023
-
-
由 Yi Hu 创作于
* Shutdown most of Jenkins PostCommit * Remove mass comment related steps in release guide and actions
-
- 11月 06, 2023
-
-
由 Danny McCormick 创作于
* Add missing checkout and revert java artifact type changes * Fix variables * Install dateutil * Fix yaml * Install requests * Add option to skip confirmation * Skip confirmation * Checkout workflow branch * Fetch tags * Fetch tags * Fix arg * Fix repo url * Skip another prompt * Fix variable + debug * Fix svn auth
-
- 11月 02, 2023
-
-
由 damccorm 创作于
-
- 10月 31, 2023
-
-
由 dependabot[bot] 创作于
Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 10月 28, 2023
-
-
由 Anand Inguva 创作于
-
- 10月 19, 2023
-
-
由 Yi Hu 创作于
* Add 'release/trigger_all_tests.json' to trigger path of mass comment PR * Create GItHub Action PreCommit * Create missing Google-ads IO PreCommit * Create missing RequestResponse IO PreCommit * fix leftover * Fix leftover in phrase * Update contributor-docs/release-guide.md Co-authored-by:
Danny McCormick <dannymccormick@google.com> --------- Co-authored-by:
Danny McCormick <dannymccormick@google.com>
-
- 10月 13, 2023
-
-
由 Anand Inguva 创作于
* Add pyproject.toml Update numpy bounds * Use subprocess to run grpcio since it is not imported in pyproject.toml Update setup.py Remove ImportError from gen_protos.py Update subprocess run and raise RuntimeError if proto generation fails Print output of setup.py Fix linting issues * Remove build-requirements.txt and use build to build the sdist Modify buildPython task * Use wheels to run tox precommit tests Upgrade pip in Dockerfile Move _ELEMENTS to shared file. tests are not importable by each other Add missing element Remove shared_test_variables Remove installing wheel in a test suite Retry run_tox.sh with no installPkg flag Remove natural language test. codepath is covered in the postCommits. Add back tox exit code * Remove cython tests. default tests will run with Cython extensions FIx toxTask name Add no-extra test suite to precommit and remove GH duplicate ubuntu test Skip failing non-cython test Fix tox test name * Force type cast inputs to list * Update stager to use build. If it fails, use legacy setup to build sdist Fix mypy issue * Remove cython env and build-requirements for tox.ini
-
- 10月 07, 2023
-
-
由 Yi Hu 创作于
-
由 Kenneth Knowles 创作于
-
- 9月 21, 2023
-
-
由 kennknowles 创作于
-
- 9月 07, 2023
-
-
由 Celeste Zeng 创作于
* Update publish_docker_images.sh to retag multi-arch image * add --tag * Revert some changes * Try to avoid pulling * Revert changes * change source for second command * Adjust comment typo
-