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

feat(gnodev): lazy loading & staging support #3237

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Merge branch 'master' into feat/dev/lazy-loader

fe496a7
Select commit
Loading
Failed to load commit list.
Open

feat(gnodev): lazy loading & staging support #3237

Merge branch 'master' into feat/dev/lazy-loader
fe496a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 12, 2025 in 1s

27.52% of diff hit (target 66.64%)

View this Pull Request on Codecov

27.52% of diff hit (target 66.64%)

Annotations

Check warning on line 205 in contribs/gnodev/pkg/dev/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/node.go#L201-L205

Added lines #L201 - L205 were not covered by tests

Check warning on line 427 in contribs/gnodev/pkg/dev/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/node.go#L427

Added line #L427 was not covered by tests

Check warning on line 434 in contribs/gnodev/pkg/dev/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/node.go#L434

Added line #L434 was not covered by tests

Check warning on line 582 in contribs/gnodev/pkg/dev/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/node.go#L582

Added line #L582 was not covered by tests

Check warning on line 30 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L24-L30

Added lines #L24 - L30 were not covered by tests

Check warning on line 43 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L32-L43

Added lines #L32 - L43 were not covered by tests

Check warning on line 46 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L46

Added line #L46 was not covered by tests

Check warning on line 57 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L50-L57

Added lines #L50 - L57 were not covered by tests

Check warning on line 59 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L59

Added line #L59 was not covered by tests

Check warning on line 62 in contribs/gnodev/pkg/dev/query_path.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/query_path.go#L62

Added line #L62 was not covered by tests

Check warning on line 35 in contribs/gnodev/pkg/emitter/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/emitter/server.go#L35

Added line #L35 was not covered by tests

Check warning on line 37 in contribs/gnodev/pkg/emitter/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/emitter/server.go#L37

Added line #L37 was not covered by tests

Check warning on line 46 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 75 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L70-L75

Added lines #L70 - L75 were not covered by tests

Check warning on line 103 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 119 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 148 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L148

Added line #L148 was not covered by tests

Check warning on line 192 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L191-L192

Added lines #L191 - L192 were not covered by tests

Check warning on line 213 in contribs/gnodev/pkg/packages/glob.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/glob.go#L213

Added line #L213 was not covered by tests

Check warning on line 23 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 35 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L26-L35

Added lines #L26 - L35 were not covered by tests

Check warning on line 38 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L38

Added line #L38 was not covered by tests

Check warning on line 43 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 52 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L46-L52

Added lines #L46 - L52 were not covered by tests

Check warning on line 60 in contribs/gnodev/pkg/packages/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/packages/loader.go#L54-L60

Added lines #L54 - L60 were not covered by tests