Skip to content

Adding support for "mergeFields" #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 6, 2018
Merged

Adding support for "mergeFields" #173

merged 4 commits into from
Apr 6, 2018

Conversation

schmidt-sebastian
Copy link
Contributor

This PR adds support for "mergeFields".

We also now support 100% of all conformance tests. A fair number of changes in this PR is geared to make these tests pass - including not sending any data to the backend that is excluded via a field mask.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 5, 2018
@schmidt-sebastian schmidt-sebastian changed the base branch from master to transforms April 5, 2018 23:58
@codecov
Copy link

codecov bot commented Apr 6, 2018

Codecov Report

Merging #173 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #173   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        1745   1802   +57     
=====================================
+ Hits         1745   1802   +57
Impacted Files Coverage Δ
src/transaction.js 100% <ø> (ø) ⬆️
src/reference.js 100% <ø> (ø) ⬆️
src/write-batch.js 100% <100%> (ø) ⬆️
src/document.js 100% <100%> (ø) ⬆️

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 f06de88...f1eaf51. Read the comment docs.

const remainingPaths = this._sortedPaths.slice(0);

const processObject = (currentData, currentPath) => {
let result = null;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@gsoltis gsoltis assigned schmidt-sebastian and unassigned gsoltis Apr 6, 2018
@schmidt-sebastian schmidt-sebastian changed the base branch from transforms to master April 6, 2018 17:24
@schmidt-sebastian schmidt-sebastian merged commit 18f02e8 into master Apr 6, 2018
@schmidt-sebastian schmidt-sebastian deleted the mergefields branch May 22, 2018 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants