Skip to content

Commit d49df6b

Browse files
committed
Merge branch '7.7' into 7.x
2 parents 4ac980b + 45e45f2 commit d49df6b

File tree

864 files changed

+48545
-4069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

864 files changed

+48545
-4069
lines changed

.ci/jobs/defaults.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
numToKeep: 100
1515
properties:
1616
- github:
17-
url: https://github.com/elastic/elasticsearch-js/
17+
url: https://github.com/elastic/elasticsearch-php/
1818
- inject:
1919
properties-content: HOME=$JENKINS_HOME
2020
concurrent: true
@@ -23,10 +23,10 @@
2323
- git:
2424
name: origin
2525
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
26-
reference-repo: /var/lib/jenkins/.git-references/elasticsearch-js.git
26+
reference-repo: /var/lib/jenkins/.git-references/elasticsearch-php.git
2727
branches:
2828
- ${branch_specifier}
29-
url: https://github.com/elastic/elasticsearch-js.git
29+
url: https://github.com/elastic/elasticsearch-php.git
3030
wipe-workspace: 'True'
3131
triggers:
3232
- github
@@ -46,7 +46,7 @@
4646
- axis:
4747
type: yaml
4848
filename: .ci/test-matrix.yml
49-
name: NODE_JS_VERSION
49+
name: PHP_VERSION
5050
- axis:
5151
type: yaml
5252
filename: .ci/test-matrix.yml

.ci/jobs/elastic+elasticsearch-js+5.x.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+6.x.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-js+7.x.yml renamed to .ci/jobs/elastic+elasticsearch-php+7.x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+7.x
4-
display-name: 'elastic / elasticsearch-js # 7.x'
5-
description: Testing the elasticsearch-js 7.x branch.
3+
name: elastic+elasticsearch-php+7.x
4+
display-name: 'elastic / elasticsearch-php # 7.x'
5+
description: Testing the elasticsearch-php 7.x branch.
66
parameters:
77
- string:
88
name: branch_specifier

.ci/jobs/elastic+elasticsearch-js+master.yml renamed to .ci/jobs/elastic+elasticsearch-php+master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+master
4-
display-name: 'elastic / elasticsearch-js # master'
5-
description: Testing the elasticsearch-js master branch.
3+
name: elastic+elasticsearch-php+master
4+
display-name: 'elastic / elasticsearch-php # master'
5+
description: Testing the elasticsearch-php master branch.
66
parameters:
77
- string:
88
name: branch_specifier

.ci/jobs/elastic+elasticsearch-js+pull-request.yml renamed to .ci/jobs/elastic+elasticsearch-php+pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-js+pull-request
4-
display-name: 'elastic / elasticsearch-js # pull-request'
5-
description: Testing of elasticsearch-js pull requests.
3+
name: elastic+elasticsearch-php+pull-request
4+
display-name: 'elastic / elasticsearch-php # pull-request'
5+
description: Testing of elasticsearch-php pull requests.
66
scm:
77
- git:
88
branches:

.ci/run-repository.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# STACK_VERSION -- version e.g Major.Minor.Patch(-Prelease)
55
# TEST_SUITE -- which test suite to run: oss or xpack
66
# ELASTICSEARCH_URL -- The url at which elasticsearch is reachable, a default is composed based on STACK_VERSION and TEST_SUITE
7-
# PHP_VERSION -- node js version (defined in test-matrix.yml, a default is hardcoded here)
7+
# PHP_VERSION -- PHP version (defined in test-matrix.yml, a default is hardcoded here)
88
script_path=$(dirname $(realpath -s $0))
99
source $script_path/functions/imports.sh
1010
set -euo pipefail

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 7.x-SNAPSHOT
3+
- 7.7.0-SNAPSHOT
44

55
PHP_VERSION:
66
- 7.4-cli

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ generator/*
2323
# Elasticsearch related
2424
util/elasticsearch/
2525
util/cache/
26-
util/output
2726

2827
# Sami docs generator
2928
/sami.phar

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
env:
3131
global:
32-
- STACK_VERSION="7.x-SNAPSHOT"
32+
- STACK_VERSION="7.7.0-SNAPSHOT"
3333

3434
before_install:
3535
- ./travis/run_es_docker.sh

0 commit comments

Comments
 (0)