• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

digiaonline / lumen-elasticsearch
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: 3.8.2
DEFAULT BRANCH: master
Repo Added 15 Apr 2016 05:53AM CUT
Files 84
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 3.8.2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.2.0
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 1.0.0
  • 1.0.1
  • 1.3.0
  • 2.0.0
  • 2.1.0
  • 2.1.1
  • 2.2.0
  • 2.2.1
  • 2.3.0
  • 2.3.1
  • 2.3.10
  • 2.3.11
  • 2.3.2
  • 2.3.3
  • 2.3.4
  • 2.3.5
  • 2.3.6
  • 2.3.7
  • 2.3.8
  • 2.3.9
  • 3.0.0
  • 3.0.1
  • 3.0.2
  • 3.0.3
  • 3.1.0
  • 3.2.0
  • 3.3.0
  • 3.4.0
  • 3.4.1
  • 3.5.0
  • 3.5.1
  • 3.6.0
  • 3.7.0
  • 3.7.1
  • 3.7.2
  • 3.8.0
  • 3.8.1
  • 3.8.2
  • 5.2
  • 60-print-info-from-reindex-cmd
  • 67-reindex-dont-wait-for-completion
  • Jalle19-bulk-indexing
  • add-option-to-force-update-all-types
  • analysis-86J2R4
  • analysis-86gZyl
  • analysis-86lNbW
  • analysis-87l2v6
  • analysis-8KJee6
  • analysis-8KlQx3
  • analysis-8nM7pG
  • analysis-8wpay4
  • analysis-XV6nMZ
  • analysis-XVwaAP
  • analysis-XW0G65
  • analysis-Xa0RpZ
  • analysis-Xa6N4k
  • analysis-XkvyBA
  • analysis-q5gn92
  • analysis-qBB1GV
  • analysis-qJNLpD
  • analysis-qMxvwO
  • analysis-qgoVZ4
  • analysis-qo29mb
  • analysis-qrw5Rg
  • analysis-z3EbZ4
  • analysis-z9YL1N
  • analysis-zO0R4l
  • analysis-zRL1WD
  • composer-lock
  • constant-score-query
  • count-and-size
  • develop
  • feature/better-console-messages
  • feature/dismax
  • feature/es5
  • feature/fix-badges
  • feature/function-score-features
  • feature/index-prefix
  • feature/match-all-query
  • feature/multi-index-command
  • feature/new-query-types-and-refactor
  • feature/query-traits
  • feature/wildcard-regexp-queries
  • fix-aggregation-phpdoc
  • fix-apply-migration-options
  • fix-batch
  • fix-dependencies
  • fix-empty-bool-query
  • fix-finish
  • fix-issue-with-empty-function-score-query
  • fix-match-all-bug
  • fix-memory-leak
  • fix-php-memory-issue
  • fix-prefix
  • fix-readme
  • fix-scrutinizer-issues
  • helper-constructors
  • hotfix/0.3.1
  • hotfix/3.7.3
  • hotfix/bulk-response-errors
  • improve-bool-query
  • improve-coverage
  • improve-reindex-settings
  • master
  • migrate-size-parameter
  • migrations
  • migrations-followup
  • more-constructors
  • no-spam
  • pagerfanta
  • php71
  • phpunit
  • prefix-refactor
  • progress-bar-freq
  • readme-indices
  • readme-updates
  • reindex-improvements
  • release/0.2.0
  • release/0.3.0
  • release/3.0.0
  • release/3.1.0
  • remove-nightly
  • revert-batch-size
  • settings-command
  • support-add-filters-and-aggregations
  • support-delete-by-query
  • support-for-script-fields
  • support-reindex
  • support-script-scoring-function
  • support-source-control
  • support-term-aggs-min-doc-count
  • support-terms-aggregation
  • support-update-by-query
  • term-query-constructor
  • travis
  • travis-fix

pending completion
668

push

travis-ci

web-flow
Properly serialize empty BoolQuery (#145)

Properly serialize empty BoolQuery

686 of 853 relevant lines covered (80.42%)

2.66 hits per line

Relevant lines Covered
Build:
Build:
853 RELEVANT LINES 686 COVERED LINES
2.66 HITS PER LINE
Source Files on master
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
668 3.8.2 Properly serialize empty BoolQuery (#145) Properly serialize empty BoolQuery push 15 Jan 2020 09:04AM CUT web-flow travis-ci pending completion  
667 master Properly serialize empty BoolQuery (#145) Properly serialize empty BoolQuery push 15 Jan 2020 09:02AM CUT web-flow travis-ci pending completion  
666 fix-empty-bool-query Update the CHANGELOG for 3.8.2 Pull #145 15 Jan 2020 09:00AM CUT web-flow travis-ci pending completion  
665 fix-empty-bool-query Update the CHANGELOG for 3.8.2 push 15 Jan 2020 09:00AM CUT Jalle19 travis-ci pending completion  
664 fix-empty-bool-query Properly serialize empty BoolQuery We used to do this in Search.php, but it was changed to check for null instead of an empty string. This breaks clients relying on the previous behavior to work. AFAICT all other queries that need this special h... Pull #145 15 Jan 2020 08:58AM CUT web-flow travis-ci pending completion  
663 fix-empty-bool-query Properly serialize empty BoolQuery We used to do this in Search.php, but it was changed to check for null instead of an empty string. This breaks clients relying on the previous behavior to work. AFAICT all other queries that need this special h... push 15 Jan 2020 08:57AM CUT Jalle19 travis-ci pending completion  
660 fix-empty-bool-query Properly serialize empty BoolQuery We used to do this in Search.php, but it was changed to check for null instead of an empty string. This breaks clients relying on the previous behavior to work. AFAICT all other queries that need this special h... push 15 Jan 2020 08:55AM CUT Jalle19 travis-ci pending completion  
659 3.8.1 Update the CHANGELOG for v3.8.1 push 18 Dec 2019 11:14AM CUT Jalle19 travis-ci pending completion  
658 master Update the CHANGELOG for v3.8.1 push 18 Dec 2019 11:13AM CUT Jalle19 travis-ci pending completion  
657 master Merge pull request #142 from digiaonline/travis-fix Only upload code coverage to Coveralls once per build push 18 Dec 2019 11:10AM CUT web-flow travis-ci pending completion  
See All Builds (583)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc