Skip to content

Commit 79adf72

Browse files
committed
Merge branch 'master' into 5.x
2 parents 11481d4 + 46bd14a commit 79adf72

File tree

271 files changed

+17840
-1383
lines changed

Some content is hidden

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

271 files changed

+17840
-1383
lines changed

.ci/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
- "xpack.security.enabled=false"
3636
- "discovery.type=single-node"
3737
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
38-
3938
networks:
4039
esnet-oss:
4140
volumes:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+5.x
4+
display-name: 'elastic / elasticsearch-js # 5.x'
5+
description: Testing the elasticsearch-js 5.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/5.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+6.x
4+
display-name: 'elastic / elasticsearch-js # 6.x'
5+
description: Testing the elasticsearch-js 6.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/6.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- 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.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/7.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: '@weekly'

.ci/jobs/elastic+elasticsearch-js+next.yml

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

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 👉 [Please follow one of these issue templates](https://github.com/elastic/elasticsearch-js/issues/new/choose) 👈
2+
3+
#### You have already researched for similar issues?
4+
It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/elastic/elasticsearch-js/issues) at first before submitting a new one.
5+
6+
#### Are you sure this is an issue with @elastic/elasticsearch or are you just looking for some help?
7+
8+
Issues should only be posted in this repository after you have been able to reproduce them and confirm that they are a bug or incorrect/missing information in the [docs](https://github.com/elastic/elasticsearch-js/docs).
9+
10+
If you have a question related to Elasticsearch itself, please consider open a question on [discuss.elastic.co](https://discuss.elastic.co/).

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/elastic/elasticsearch-js/issues) at first before submitting a new one.
7+
8+
**Please read this entire template before posting any issue. If you ignore these instructions
9+
and post an issue here that does not follow the instructions, your issue might be closed,
10+
locked, and assigned the `not reproducible` label.**
11+
12+
## 🐛 Bug Report
13+
14+
A clear and concise description of what the bug is.
15+
16+
## To Reproduce
17+
18+
Steps to reproduce the behavior:
19+
20+
Paste your code here:
21+
22+
```js
23+
24+
```
25+
26+
## Expected behavior
27+
28+
A clear and concise description of what you expected to happen.
29+
30+
Paste the results here:
31+
32+
```js
33+
34+
```
35+
36+
## Your Environment
37+
38+
- *node version*: 6,8,10
39+
- *@elastic/elasticsearch version*: >=7.0.0
40+
- *os*: Mac, Windows, Linux
41+
- *any other relevant information*

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 🚀 Feature Proposal
3+
about: Submit a proposal for a new feature
4+
---
5+
6+
It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/elastic/elasticsearch-js/issues) at first before submitting a new one.
7+
8+
**Please read this entire template before posting any issue. If you ignore these instructions
9+
and post an issue here that does not follow the instructions, your issue might be closed,
10+
locked, and assigned the `invalid` label.**
11+
12+
## 🚀 Feature Proposal
13+
14+
A clear and concise description of what the feature is.
15+
16+
## Motivation
17+
18+
Please outline the motivation for the proposal.
19+
20+
## Example
21+
22+
Please provide an example for how this feature would be used.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 💬 Questions / Help
3+
about: If you have questions, please check our Gitter or Help repo
4+
---
5+
6+
## 💬 Questions and Help
7+
8+
### Please note that this issue tracker is not a help forum and this issue may be closed.
9+
10+
It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/elastic/elasticsearch-js/issues) at first before submitting a new one.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: 💥 Regression Report
3+
about: Report unexpected behavior that worked in previous versions
4+
---
5+
6+
It's not uncommon that somebody already opened an issue or in the best case it's already fixed but not merged. That's the reason why you should [search](https://github.com/elastic/elasticsearch-js/issues) at first before submitting a new one.
7+
8+
**Please read this entire template before posting any issue. If you ignore these instructions
9+
and post an issue here that does not follow the instructions, your issue might be closed,
10+
locked, and assigned the `invalid` label.**
11+
12+
## 💥 Regression Report
13+
14+
A clear and concise description of what the regression is.
15+
16+
## Last working version
17+
18+
Worked up to version:
19+
20+
Stopped working in version:
21+
22+
## To Reproduce
23+
24+
Steps to reproduce the behavior:
25+
26+
Paste your code here:
27+
28+
```js
29+
30+
```
31+
32+
## Expected behavior
33+
34+
A clear and concise description of what you expected to happen.
35+
36+
Paste the results here:
37+
38+
```js
39+
40+
```
41+
42+
## Your Environment
43+
44+
- *node version*: 6,8,10
45+
- *@elastic/elasticsearch version*: >=7.0.0
46+
- *os*: Mac, Windows, Linux
47+
- *any other relevant information*

0 commit comments

Comments
 (0)