Skip to content
代码片段 群组 项目
该项目从 https://github.com/apache/beam.git 镜像。 拉取镜像更新于
  1. 3月 11, 2025
  2. 2月 28, 2025
  3. 2月 23, 2025
  4. 2月 06, 2025
  5. 1月 30, 2025
  6. 1月 29, 2025
  7. 1月 28, 2025
  8. 10月 22, 2024
  9. 10月 18, 2024
  10. 10月 17, 2024
  11. 10月 15, 2024
  12. 10月 01, 2024
  13. 9月 19, 2024
  14. 9月 17, 2024
    • Jack McCluskey's avatar
      Remove Python 3.8 GitHub Actions Runs (#32429) · bbd09d60
      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
      bbd09d60
  15. 9月 14, 2024
  16. 9月 06, 2024
  17. 7月 19, 2024
  18. 6月 14, 2024
  19. 5月 29, 2024
  20. 5月 23, 2024
  21. 5月 15, 2024
  22. 5月 07, 2024
  23. 4月 17, 2024
  24. 4月 12, 2024
  25. 3月 26, 2024
  26. 3月 22, 2024
  27. 3月 21, 2024
  28. 12月 14, 2023
  29. 12月 07, 2023
  30. 11月 06, 2023
    • Danny McCormick's avatar
      Fix staging java source/python source (#29299) · e6120602
      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
      e6120602
  31. 11月 02, 2023
  32. 10月 31, 2023
  33. 10月 28, 2023
  34. 10月 19, 2023
  35. 10月 13, 2023
    • Anand Inguva's avatar
      Add pyproject.toml (#28385) · a94d29ff
      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
      a94d29ff
  36. 10月 07, 2023
  37. 9月 21, 2023
  38. 9月 07, 2023
加载中