Skip to content

Conversation

Yoann-Abbes
Copy link
Contributor

@Yoann-Abbes Yoann-Abbes commented Jun 11, 2020

What does this PR do?

Add bulk:deleteByQuery

Github Issue

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

❗ No coverage uploaded for pull request base (7-dev@d877d6f). Click here to learn what that means.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##             7-dev     #522   +/-   ##
========================================
  Coverage         ?   95.59%           
========================================
  Files            ?       32           
  Lines            ?     1318           
  Branches         ?        0           
========================================
  Hits             ?     1260           
  Misses           ?       58           
  Partials         ?        0           
Impacted Files Coverage Δ
src/controllers/Bulk.js 100.00% <100.00%> (ø)
src/core/searchResult/Specifications.js 100.00% <0.00%> (ø)
src/protocols/abstract/Base.js 92.30% <0.00%> (ø)
src/protocols/WebSocket.js 100.00% <0.00%> (ø)
src/core/KuzzleEventEmitter.js 96.36% <0.00%> (ø)
src/core/searchResult/Role.js 100.00% <0.00%> (ø)
src/core/searchResult/User.js 100.00% <0.00%> (ø)
src/controllers/Base.js 100.00% <0.00%> (ø)
src/controllers/Index.js 100.00% <0.00%> (ø)
src/controllers/Document.js 95.38% <0.00%> (ø)
... and 23 more

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 d877d6f...adf324a. Read the comment docs.

@Yoann-Abbes Yoann-Abbes linked an issue Jun 11, 2020 that may be closed by this pull request
Co-authored-by: Adrien Maret <amaret93@gmail.com>
@jenow jenow merged commit 1df77ef into 7-dev Jun 16, 2020
@jenow jenow deleted the bulk-deletebyquery branch June 16, 2020 15:01
@scottinet scottinet mentioned this pull request Jul 23, 2020
scottinet added a commit that referenced this pull request Jul 23, 2020
# [7.3.0](https://github.com/kuzzleio/sdk-javascript/releases/tag/7.3.0) (2020-07-23)


#### Bug fixes

- [ [#532](#532) ] Encode URI parameters when using the HTTTP protocol   ([scottinet](https://github.com/scottinet))
- [ [#516](#516) ] Fix query string construction   ([Yoann-Abbes](https://github.com/Yoann-Abbes))

#### New features

- [ [#526](#526) ] Add typescript definitions for Auth controller   ([Aschen](https://github.com/Aschen))
- [ [#524](#524) ] Support ms:mexecute   ([Leodau](https://github.com/Leodau))
- [ [#522](#522) ] Add bulk:deleteByQuery   ([Yoann-Abbes](https://github.com/Yoann-Abbes))
- [ [#519](#519) ] Add document:updateByQuery   ([Yoann-Abbes](https://github.com/Yoann-Abbes))

#### Enhancements

- [ [#517](#517) ] Add collection:update and deprecate collection:updateMapping   ([Yoann-Abbes](https://github.com/Yoann-Abbes))
- [ [#514](#514) ] Able to execute document search as GET http method   ([Yoann-Abbes](https://github.com/Yoann-Abbes))
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement bulk:deleteByQuery

3 participants