elastic-enterprise-search 8.7.0 → 8.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '018288980fbd3b9a4f39cabf6fe3f7adfcb62e616d6d374a9e56099629468386'
4
- data.tar.gz: eab15d1fa2e7d481b422a5fe3f843dfca8bb51e030ea6e70f690dd14ad757a09
3
+ metadata.gz: 031cec00d19f25b476ac32ea1074c5f8d1a79ee09e631ee9dc9097e3b53dbf59
4
+ data.tar.gz: 459bb77b77b89ef66a781adeb1aed5289d21b0399bd0e5bfa5c7405e1a3c6e5f
5
5
  SHA512:
6
- metadata.gz: 80d0d275fd647abee39ce5b14fe2ea133d3595a4992ed744bd7727953c223f624a1fed18550d950aed6c6dc034d63f756dfafc678c02dfaa4e15468ed0306bd0
7
- data.tar.gz: aeb3fe71149d88fd9cc82005af8beef7295b9c15812eb53e67a0c702b1b012e82b2ff869d66e5f56c804c21793548acbc13162ffb4ad962060c6f64d632637a4
6
+ metadata.gz: 61e665be5a259b3a1bcafe382c4b54938c3d1f04d458df6037a593b32ff07a18e9d6a2d197cd55467e4d2c28c5cd7685754bba46e8b0be3a84b2827574b568bb
7
+ data.tar.gz: 6029c93e184f0f0a5e96d02b251b1d9bf40322bad0e677cfaccb8b9475ea246db9e96bf4ccf2c7a6e652bc39aebbc8595cae63c9b243af342d66ec4955a8cdbf
@@ -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]\+ example" | tail -1`
12
- FAILURES=`cat $f | grep -o "[0-9]\+ failure" | tail -1`
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
@@ -4,14 +4,13 @@ steps:
4
4
  provider: "gcp"
5
5
  env:
6
6
  RUBY_VERSION: "{{ matrix.ruby }}"
7
- STACK_VERSION: 8.7.0-SNAPSHOT
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: ~
@@ -7,7 +7,7 @@ jobs:
7
7
  ENDPOINT: http://localhost:8080
8
8
  strategy:
9
9
  matrix:
10
- ruby: [ '2.7', '3.0', '3.1', '3.2' ]
10
+ ruby: [ '3.0', '3.1', '3.2' ]
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - uses: actions/checkout@v2
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. All of your changes will be squashed
63
- into a single commit so don't worry about pushing multiple times.
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-python/pulls)
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.
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Elastic
21
21
  module EnterpriseSearch
22
- VERSION = '8.7.0'
22
+ VERSION = '8.8.0'
23
23
  end
24
24
  end
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.7.0
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-04-25 00:00:00.000000000 Z
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.10
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