elastic-enterprise-search 8.7.0 → 8.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.buildkite/log-results.sh +2 -2
- data/.buildkite/pipeline.yml +1 -2
- data/.github/workflows/testing.yml +1 -1
- data/CONTRIBUTING.md +7 -8
- data/lib/elastic/enterprise-search/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 031cec00d19f25b476ac32ea1074c5f8d1a79ee09e631ee9dc9097e3b53dbf59
|
4
|
+
data.tar.gz: 459bb77b77b89ef66a781adeb1aed5289d21b0399bd0e5bfa5c7405e1a3c6e5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61e665be5a259b3a1bcafe382c4b54938c3d1f04d458df6037a593b32ff07a18e9d6a2d197cd55467e4d2c28c5cd7685754bba46e8b0be3a84b2827574b568bb
|
7
|
+
data.tar.gz: 6029c93e184f0f0a5e96d02b251b1d9bf40322bad0e677cfaccb8b9475ea246db9e96bf4ccf2c7a6e652bc39aebbc8595cae63c9b243af342d66ec4955a8cdbf
|
data/.buildkite/log-results.sh
CHANGED
@@ -8,8 +8,8 @@ files="tmp/*.html"
|
|
8
8
|
for f in $files; do
|
9
9
|
SERVICE=`echo $f | grep -o "\(appsearch\|enterprisesearch\|workplacesearch\)"`
|
10
10
|
RUBY_VERSION=`echo $f | grep -Po "(\d+\.)+\d+"`
|
11
|
-
EXAMPLES=`cat $f | grep -o "[0-9]\+
|
12
|
-
FAILURES=`cat $f | grep -o "[0-9]\+
|
11
|
+
EXAMPLES=`cat $f | grep -o "[0-9]\+ examples\?" | tail -1`
|
12
|
+
FAILURES=`cat $f | grep -o "[0-9]\+ failures\?" | tail -1`
|
13
13
|
PENDING=`cat $f | grep -o "[0-9]\+ pending" | tail -1`
|
14
14
|
echo "--- :rspec: $EXAMPLES - :x: $FAILURES - :pinched_fingers: $PENDING :test_tube: $SERVICE :ruby: $RUBY_VERSION"
|
15
15
|
done
|
data/.buildkite/pipeline.yml
CHANGED
@@ -4,14 +4,13 @@ steps:
|
|
4
4
|
provider: "gcp"
|
5
5
|
env:
|
6
6
|
RUBY_VERSION: "{{ matrix.ruby }}"
|
7
|
-
STACK_VERSION: 8.
|
7
|
+
STACK_VERSION: 8.8-SNAPSHOT
|
8
8
|
matrix:
|
9
9
|
setup:
|
10
10
|
ruby:
|
11
11
|
- "3.2"
|
12
12
|
- "3.1"
|
13
13
|
- "3.0"
|
14
|
-
- "2.7"
|
15
14
|
command: ./.buildkite/run-tests.sh
|
16
15
|
artifact_paths: "tmp/*"
|
17
16
|
- wait: ~
|
data/CONTRIBUTING.md
CHANGED
@@ -45,28 +45,27 @@ RUNSCRIPTS=enterprise-search STACK_VERSION=7.10.0 ./.ci/run-tests
|
|
45
45
|
your code without restriction. We ask this of all contributors in order to
|
46
46
|
assure our users of the origin and continuing existence of the code. You only
|
47
47
|
need to sign the CLA once.
|
48
|
-
|
48
|
+
|
49
49
|
2. Run rubocop and the test suite to ensure your changes do not break existing
|
50
50
|
code:
|
51
|
-
|
51
|
+
|
52
52
|
```
|
53
53
|
$ bundle exec rubocop
|
54
54
|
```
|
55
|
-
|
55
|
+
|
56
56
|
Check [Running
|
57
57
|
tests](https://github.com/elastic/enterprise-search-ruby/#run-tests) on the
|
58
58
|
README for instructions on how to run all the tests.
|
59
59
|
|
60
60
|
3. Rebase your changes. Update your local repository with the most recent code
|
61
61
|
from the main `enterprise-search-ruby` repository and rebase your branch
|
62
|
-
on top of the latest `main` branch.
|
63
|
-
|
64
|
-
|
62
|
+
on top of the latest `main` branch.
|
63
|
+
|
65
64
|
4. Submit a pull request. Push your local changes to your forked repository
|
66
|
-
and [submit a pull request](https://github.com/elastic/enterprise-search-
|
65
|
+
and [submit a pull request](https://github.com/elastic/enterprise-search-ruby/pulls)
|
67
66
|
and mention the issue number if any (`Closes #123`) Make sure that you
|
68
67
|
add or modify tests related to your changes so that CI will pass.
|
69
|
-
|
68
|
+
|
70
69
|
5. Sit back and wait. There may be some discussion on your pull request and
|
71
70
|
if changes are needed we would love to work with you to get your pull request
|
72
71
|
merged into enterprise-search-ruby.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elastic-enterprise-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fernando Briano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: elastic-transport
|
@@ -478,7 +478,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
478
478
|
- !ruby/object:Gem::Version
|
479
479
|
version: '0'
|
480
480
|
requirements: []
|
481
|
-
rubygems_version: 3.4.
|
481
|
+
rubygems_version: 3.4.13
|
482
482
|
signing_key:
|
483
483
|
specification_version: 4
|
484
484
|
summary: Official API client for Elastic Enterprise Search
|