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

digiaonline / lumen-elasticsearch
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: 3.8.2
DEFAULT BRANCH: master
Repo Added 15 Apr 2016 05:53AM UTC
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 develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • 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
  • 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
611

push

travis-ci

hungneox
Add support for optional index prefixes (#128)

* Add support for optional index prefixes

This is useful in multi-tenant environments where a single Elasticsearch cluster is shared

* Add unit tests for IndexNamePrefixer

* Fix double prefixing in UpdateIndexAliasStage

Added a test for this too

* Add README instructions

* Change the elastic:migrations:create output message to be slightly more informative

46 of 46 new or added lines in 15 files covered. (100.0%)

684 of 856 relevant lines covered (79.91%)

7.51 hits per line

Relevant lines Covered
Build:
Build:
856 RELEVANT LINES 684 COVERED LINES
7.51 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
611 develop Add support for optional index prefixes (#128) * Add support for optional index prefixes This is useful in multi-tenant environments where a single Elasticsearch cluster is shared * Add unit tests for IndexNamePrefixer * Fix double prefi... push 17 Oct 2019 08:45AM UTC hungneox travis-ci pending completion  
596 develop Merge pull request #129 from digiaonline/travis Minor Travis CI updates push 16 Oct 2019 01:11PM UTC web-flow travis-ci pending completion  
576 develop Merge branch 'release/3.6.0' into develop push 28 May 2019 10:06AM UTC Jalle19 travis-ci pending completion  
574 develop Merge pull request #125 from digiaonline/feature/multi-index-command Change IndexCommand so an AbstractMultiIndexCommand can be used push 28 May 2019 10:04AM UTC web-flow travis-ci pending completion  
567 develop Merge pull request #124 from digiaonline/fix-readme Update the README, QueryBuilder has been removed push 20 May 2019 10:49AM UTC web-flow travis-ci pending completion  
561 develop Merge branch 'release/3.5.1' into develop push 18 Jan 2019 01:45PM UTC Jalle19 travis-ci pending completion  
559 develop Merge pull request #121 from digiaonline/fix-memory-leak Fix memory leak during indexing push 18 Jan 2019 01:44PM UTC web-flow travis-ci pending completion  
555 develop Merge branch 'release/3.5.0' into develop push 23 Oct 2018 08:39AM UTC Jalle19 travis-ci pending completion  
553 develop Merge pull request #115 from wojo1206/count-index-errors Count and display error details push 23 Oct 2018 08:38AM UTC web-flow travis-ci pending completion  
547 develop Merge branch 'release/3.4.1' into develop push 11 Oct 2018 08:22AM UTC Jalle19 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