- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 182 for pr (0.01 seconds)
-
.ci/jobs.t/elastic+elasticsearch+pull-request+precommit.yml
description: "Testing of Elasticsearch pull requests - precommit" workspace: "/dev/shm/elastic+elasticsearch+pull-request+precommit" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+bwc.yml
description: "Testing of Elasticsearch pull requests - bwc" workspace: "/dev/shm/elastic+elasticsearch+pull-request+bwc" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Aug 05 17:48:16 GMT 2021 - 1.3K bytes - Click Count (0) -
architecture/standards/0001-use-architectural-decision-records.md
* They are not synced with the code to reflect the eventual solution that is committed * Google Docs is not a "code-oriented" tool, like Markdown can be * Review in Google Docs is not as simple as a PR code review in GitHub ## Decision The *Build Tool Team* has decided to use Architectural Decision Records (aka ADR) to track decisions we want to follow.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 2.9K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE.md
<!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio --version`):
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Jan 29 00:04:16 GMT 2022 - 2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix-sample.yml
description: "Testing of Elasticsearch pull requests - packaging-tests-unix-sample" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: trueCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.8K bytes - Click Count (0) -
internal/s3select/parquet/reader.go
} return &Reader{Closer: rsc, r: fr}, nil } func (pr *Reader) Read(dst sql.Record) (rec sql.Record, rerr error) { nextRow, err := pr.r.NextRow() if err != nil { if err == io.EOF { return nil, err } return nil, errParquetParsingError(err) } kvs := jstream.KVS{} for _, col := range pr.r.Columns() { var value any if v, ok := nextRow[col.FlatName()]; ok {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 4.5K bytes - Click Count (0) -
.github/workflows/update-perf-test-buckets.yml
signoff: true sign-commits: true labels: | in:building-gradle @dev-productivity body: |Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 1.9K bytes - Click Count (0) -
docs/ko/docs/help-fastapi.md
### 테스트 { #tests } * PR에 **테스트**가 포함되어 있는지 확인하는 데 도움을 주세요. * PR 전에는 테스트가 **실패**하는지 확인하세요. 🚨 * 그런 다음 PR 후에는 테스트가 **통과**하는지 확인하세요. ✅ * 많은 PR에는 테스트가 없습니다. 테스트를 추가하도록 **상기**시켜줄 수도 있고, 직접 테스트를 **제안**할 수도 있습니다. 이는 시간이 가장 많이 드는 것들 중 하나이며, 그 부분을 많이 도와줄 수 있습니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.4K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
} // Add SCM information def isPrBuild = System.getenv('ROOT_BUILD_CAUSE_GHPRBCAUSE') != null if (isPrBuild) { value 'Git Commit ID', System.getenv('ghprbActualCommit') tag "pr/${System.getenv('ghprbPullId')}" tag 'pull-request' link 'Source', "https://github.com/elastic/elasticsearch/tree/${System.getenv('ghprbActualCommit')}" link 'Pull Request', System.getenv('ghprbPullLink')Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 20:40:34 GMT 2021 - 4.6K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/uk.js
e=0;e<10;e++)d+=a[e]*b[e];if(parseInt(a.charAt(0))===c[d%11])return!0}return!1},errorMessage:"",errorMessageKey:"badUkUtr"}),a.formUtils.addValidator({name:"uknin",validatorFunction:function(a){return!!/^(?!BG)(?!GB)(?!NK)(?!KN)(?!TN)(?!NT)(?!ZZ)(?:[A-CEGHJ-PR-TW-Z][A-CEGHJ-NPR-TW-Z])(?:\s*\d\s*){6}([A-D]|\s)$/i.test(a)},errorMessage:"",errorMessageKey:"badUkNin"})}(a)});...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 1.4K bytes - Click Count (0)