Closed scottinet closed 6 years ago
Merging #183 into 1.x will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## 1.x #183 +/- ##
==========================================
+ Coverage 88.88% 88.92% +0.03%
==========================================
Files 244 244
Lines 4410 4416 +6
==========================================
+ Hits 3920 3927 +7
+ Misses 458 457 -1
Partials 32 32
Impacted Files | Coverage Δ | |
---|---|---|
collection/create.go | 100% <100%> (ø) |
:arrow_up: |
kuzzle/queue.go | 18.18% <0%> (-6.82%) |
:arrow_down: |
realtime/join.go | 78.37% <0%> (+5.4%) |
:arrow_up: |
realtime/subscribe.go | 77.14% <0%> (+5.71%) |
:arrow_up: |
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 5bcb3fc...95341b9. Read the comment docs.
What does this PR do ?
Allow
Collection.create
in Go, C++ and Java to handle amapping
argument, allowing to create new collections directly with a user-mapping specified.Unit & functional tests have been added.
Other changes
Boyscout
ulimit
configuration to elasticsearch's docker-compose, to allow it to run on computers with a number of opened files set with a low value