Skip to content
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

Provide diffing for dataflow graphs #495

Merged
merged 11 commits into from
Dec 4, 2023

Merge branch 'main' into 493-improve-diffing-of-dataflow-graphs

8cc1189
Select commit
Loading
Failed to load commit list.
Merged

Provide diffing for dataflow graphs #495

Merge branch 'main' into 493-improve-diffing-of-dataflow-graphs
8cc1189
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 4, 2023 in 1s

63.10% of diff hit (target 70.84%)

View this Pull Request on Codecov

63.10% of diff hit (target 70.84%)

Annotations

Check warning on line 50 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L50

Added line #L50 was not covered by tests

Check warning on line 53 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L53

Added line #L53 was not covered by tests

Check warning on line 56 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L56

Added line #L56 was not covered by tests

Check warning on line 59 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L59

Added line #L59 was not covered by tests

Check warning on line 165 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L165

Added line #L165 was not covered by tests

Check warning on line 170 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L170

Added line #L170 was not covered by tests

Check warning on line 174 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 180 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 187 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L187

Added line #L187 was not covered by tests

Check warning on line 190 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L190

Added line #L190 was not covered by tests

Check warning on line 193 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L193

Added line #L193 was not covered by tests

Check warning on line 196 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L196

Added line #L196 was not covered by tests

Check warning on line 199 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L199

Added line #L199 was not covered by tests

Check warning on line 202 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L202

Added line #L202 was not covered by tests

Check warning on line 212 in src/dataflow/environments/environment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/environments/environment.ts#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 24 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 80 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L80

Added line #L80 was not covered by tests

Check warning on line 91 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L91

Added line #L91 was not covered by tests

Check warning on line 93 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L93

Added line #L93 was not covered by tests

Check warning on line 100 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L100

Added line #L100 was not covered by tests

Check warning on line 103 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L103

Added line #L103 was not covered by tests

Check warning on line 107 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L107

Added line #L107 was not covered by tests

Check warning on line 114 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L114

Added line #L114 was not covered by tests

Check warning on line 121 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 127 in src/dataflow/graph/diff.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/dataflow/graph/diff.ts#L127

Added line #L127 was not covered by tests