owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

Dependencies for release #151

Closed phil-davis closed 5 years ago

phil-davis commented 5 years ago

Apply the dependency bumps from PR #145 to the release-1.0.0 branch.

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 3 updates, 0 removals
  - Updating psr/log (1.1.0 => 1.1.1): Loading from cache
  - Updating elasticsearch/elasticsearch (v5.3.2 => v5.4.0): Downloading (100%)         
  - Updating ruflin/elastica (5.3.5 => 5.3.6): Downloading (100%)         
Writing lock file
Generating autoload files

and

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Updating psr/log (1.1.1 => 1.1.2): Loading from cache
Writing lock file
Generating autoload files
phil-davis commented 5 years ago

I think it would be good to have the latest patch releases, particularly of the "elastic*" packages. They should be better :)

codecov[bot] commented 5 years ago

Codecov Report

Merging #151 into release-1.0.0 will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             release-1.0.0     #151   +/-   ##
================================================
  Coverage            19.59%   19.59%           
  Complexity             271      271           
================================================
  Files                   24       24           
  Lines                 1230     1230           
================================================
  Hits                   241      241           
  Misses                 989      989

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b3d5e4d...6c5b60a. Read the comment docs.