Skip to content
代码片段 群组 项目
该项目从 https://github.com/apache/beam.git 镜像。 拉取镜像更新于
  1. 10月 18, 2022
  2. 10月 17, 2022
  3. 10月 16, 2022
    • Daniela Martín's avatar
      [GitHub Actions] - Verify Release Build Workflow (#23390) · e1596578
      Daniela Martín 创作于
      
      * Added verify_release_build.yml file with check_environment an create_pr test steps.
      
      * Fixing typo issue in checkout step in yml.
      
      * Removing blank spaces
      
      * Adding RELEASE_BRANCH env as GITHUB_ENV variable.
      
      * Fixed ref RELASE_BRANCH
      
      * Added RELEASE_ENV as step env var. Set github config user
      
      * Fixed RELEASE_VER env var.
      
      * Added write pull_request permission.
      
      * Added write contents permission. Print RELEASE_BRANCH for confirmation only.
      
      * Adding base and header in hub pull-request command.
      
      * Using env.VAR_NAME convention.
      
      * Print variables
      
      * Fixing env var syntaxis issue issue
      
      * Adding missing GITHUB_TOKEN env var in create PR job.
      
      * Moved set RELEASE_BRANCH to create PR job.
      
      * Print both env.RB and $RB.
      
      * Print both RELASE_BRANCH env var
      
      * Adding RELEASE_VER env var in create_release_ir step.
      
      * Adding RELEASE_VER env var in create_release_ir step.
      
      * Cleaned code
      
      * Adding run set_version script before creating the new PR.
      
      * Run the script using bash to fix the ubuntu issue. Removed unused print step.
      
      * Updating gradle.properties path
      
      * Updating gradle.properties path.
      
      * Passing GITHUB_WORKSPACE to set_version script.
      
      * Removing working-directory in workflow and update set_version path instead.
      
      * Set new GITHUB_PR as env variable.
      
      * Get the GH_PR_NUMBER and set it as env variable. Create PR comment via GH cli.
      
      * Fixing yml issue.
      
      * Fixing yml format issue.
      
      * comment_trigger_phrases step needs create_release_pr to run.
      
      * Fixed set GITHUB_PR_NUMBER GITHUB_ENV var.
      
      * Adding PR Number as an output.
      
      * Fixed lint yml issue
      
      * Passing GH_TOKEN to hub.
      
      * Fixed env vars in comment step.
      
      * Added command to comment new pr
      
      * Updated gh pr command and passing the whole PR URL.
      
      * Adding pull-requests write permission to comment_trigger_phrases job.
      
      * Run the comment_pr_trigger_phrases.sh script to comment the PR with the Jenkins Trigger Phrases.
      
      * List the files in working-directory for testing
      
      * Fixing linter issue in working-directory
      
      * Moved comment_trigger_Phrases job into the update_create_release_pr job.
      
      * Added checkout step in comment_trigger_phrases job.
      
      * Check out code from RELEASE_BRANCH in Commenting Trigger Phrases.
      
      * Adding, Install hub cli tool step
      
      * Print gh actions variables
      
      * Print gh actions config
      
      * Using hub in GH-hosted runner.
      
      * Testing pr creation in apache repo. Commented code.
      
      * Create the PR in testing org.
      
      * Removing workflow permissions
      
      * Removed owner from head branch.
      
      * Adding setup-gh-cli as an composite action.
      
      * Created a setup-gh-cli-linux composite action. Updated verify_release workflow ti runs on slef-hosted an using gh cli.
      
      * Updated sh file to comment the real trigger phrases insted of the example file. Updated PR body text.
      
      * Updated jenkins_trigger_phrases.txt file using the Jobs that have not been migrated by the team. Also, included the mass_comment Trigger Phrases file if needed.
      
      * Added Verify Release Build workflow in CI.md doc.
      
      * Updated comment_pr_trigger_phrases file to point to mass_comment file.
      
      * Commented with Apache License in verify_release_build.yml and comment_pr_trigger_phrases.sh files.
      
      * Removed unused code in inputs vars in verify_release_build.yml
      
      * Added blank line at the end of txt files to remove RAT issue.
      
      * Moved trigger_phrases txt files into /test/resources folder.
      
      * Update CI.md, removing Jenkins word to make it generic.
      
      Co-authored-by: default avatarDanny McCormick <dannymccormick@google.com>
      
      * Adding script for branch validation.
      
      * Removing unused word.
      
      Co-authored-by: default avatarDanny McCormick <dannymccormick@google.com>
      未验证
      e1596578
  4. 10月 15, 2022
    • johnjcasey's avatar
      Update BQIO to a single scheduled executor service reduce threads (#23234) · 8e2431c0
      johnjcasey 创作于
      
      * Update to a single scheduled executor service to mitigate thread propogation
      
      * run spotless
      
      * run spotless
      
      * Provide separate scheduled executor
      
      * try scheduled thread pool again
      
      * Attempt to mimic Bigquery default scheduled thread pool
      
      * run spotless
      
      * update docs
      
      * Refactor Scheduled executor service to its own options file
      
      * clean up comments, don't accidentally create two scheduled executor services
      
      * clean up comments
      
      * run spotless
      
      * Configure scheduled executor to spin up and down core threads to mimic a dynamic thread pool
      
      * Run spotless
      
      * add . for checkstyle
      
      * Update ExecutorOptions to use @lukecwik's unbounded scheduled executor
      
      * revert change to runners/google-cloud-dataflow-java/build.gradle
      
      * Update comments on options files
      
      * Update sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options/GcsOptions.java
      
      Co-authored-by: default avatarLukasz Cwik <lcwik@google.com>
      未验证
      8e2431c0
    • Luke Cwik's avatar
      Make GCP OAuth scopes configurable via pipeline options. (#23644) · fdb12230
      Luke Cwik 创作于
      * Make GCP OAuth scopes configurable via pipeline options.
      
      This allows users to limit scopes dependent on their pipeline.
      
      fixes #23290
      
      * Fix usages of get credentials where no pipeline options was being used to pass in a default instance
      
      * Address review comments
      
      Drop the non pipelineoptions routes in _add_impersonation_...
      未验证
      fdb12230
    • Alexey Romanenko's avatar
      Merge pull request #23638: [Spark dataset runner] Add direct translation of... · 45cc0854
      Alexey Romanenko 创作于
      Merge pull request #23638: [Spark dataset runner] Add direct translation of Reshuffle and Reshuffle.ViaRandomKey transforms.
      
      未验证
      45cc0854
  5. 10月 14, 2022
  6. 10月 13, 2022
加载中