Skip to content

[WIP] [VALD-151] feat: Implement index importer - #2952

Draft
highpon wants to merge 4 commits into
mainfrom
feat/implement-vald-index-importer
Draft

[WIP] [VALD-151] feat: Implement index importer#2952
highpon wants to merge 4 commits into
mainfrom
feat/implement-vald-index-importer

fix: refactor importer methods

f846bde
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 29, 2025 in 1s

0.00% of diff hit (target 17.34%)

View this Pull Request on Codecov

0.00% of diff hit (target 17.34%)

Annotations

Check warning on line 46 in cmd/index/job/importation/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/index/job/importation/main.go#L34-L46

Added lines #L34 - L46 were not covered by tests

Check warning on line 53 in cmd/index/job/importation/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/index/job/importation/main.go#L48-L53

Added lines #L48 - L53 were not covered by tests

Check warning on line 59 in cmd/index/job/importation/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/index/job/importation/main.go#L56-L59

Added lines #L56 - L59 were not covered by tests

Check warning on line 740 in hack/docker/gen/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

hack/docker/gen/main.go#L737-L740

Added lines #L737 - L740 were not covered by tests

Check warning on line 45 in pkg/index/job/importation/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/config/config.go#L40-L45

Added lines #L40 - L45 were not covered by tests

Check warning on line 51 in pkg/index/job/importation/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/config/config.go#L47-L51

Added lines #L47 - L51 were not covered by tests

Check warning on line 57 in pkg/index/job/importation/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/config/config.go#L53-L57

Added lines #L53 - L57 were not covered by tests

Check warning on line 63 in pkg/index/job/importation/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/config/config.go#L59-L63

Added lines #L59 - L63 were not covered by tests

Check warning on line 65 in pkg/index/job/importation/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/config/config.go#L65

Added line #L65 was not covered by tests

Check warning on line 70 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L60-L70

Added lines #L60 - L70 were not covered by tests

Check warning on line 80 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L74-L80

Added lines #L74 - L80 were not covered by tests

Check warning on line 104 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L84-L104

Added lines #L84 - L104 were not covered by tests

Check warning on line 110 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L106-L110

Added lines #L106 - L110 were not covered by tests

Check warning on line 115 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L115

Added line #L115 was not covered by tests

Check warning on line 120 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 131 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L125-L131

Added lines #L125 - L131 were not covered by tests

Check warning on line 154 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L134-L154

Added lines #L134 - L154 were not covered by tests

Check warning on line 156 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L156

Added line #L156 was not covered by tests

Check warning on line 158 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L158

Added line #L158 was not covered by tests

Check warning on line 166 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L161-L166

Added lines #L161 - L166 were not covered by tests

Check warning on line 183 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L168-L183

Added lines #L168 - L183 were not covered by tests

Check warning on line 190 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L185-L190

Added lines #L185 - L190 were not covered by tests

Check warning on line 195 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L192-L195

Added lines #L192 - L195 were not covered by tests

Check warning on line 197 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L197

Added line #L197 was not covered by tests

Check warning on line 204 in pkg/index/job/importation/service/importer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/index/job/importation/service/importer.go#L200-L204

Added lines #L200 - L204 were not covered by tests