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

✨ Change namespaces created_at field type #239

Merged
merged 3 commits into from
Nov 24, 2023

:sparkles: Change created_at field type

d2159e6
Select commit
Loading
Failed to load commit list.
Merged

✨ Change namespaces created_at field type #239

:sparkles: Change created_at field type
d2159e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 24, 2023 in 0s

17.27% of diff hit (target 34.37%)

View this Pull Request on Codecov

17.27% of diff hit (target 34.37%)

Annotations

Check warning on line 178 in pkg/daemon/gc/gc_repository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/daemon/gc/gc_repository.go#L178

Added line #L178 was not covered by tests

Check warning on line 126 in pkg/dal/dao/artifact.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/dal/dao/artifact.go#L126

Added line #L126 was not covered by tests

Check warning on line 164 in pkg/dal/dao/tag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/dal/dao/tag.go#L164

Added line #L164 was not covered by tests

Check warning on line 55 in pkg/handlers/artifacts/artifacts_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/artifacts/artifacts_list.go#L51-L55

Added lines #L51 - L55 were not covered by tests

Check warning on line 68 in pkg/handlers/namespaces/namespaces_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_get.go#L68

Added line #L68 was not covered by tests

Check warning on line 84 in pkg/handlers/namespaces/namespaces_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_get.go#L84

Added line #L84 was not covered by tests

Check warning on line 91 in pkg/handlers/namespaces/namespaces_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_get.go#L91

Added line #L91 was not covered by tests

Check warning on line 109 in pkg/handlers/namespaces/namespaces_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_get.go#L98-L109

Added lines #L98 - L109 were not covered by tests

Check warning on line 78 in pkg/handlers/namespaces/namespaces_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list.go#L78

Added line #L78 was not covered by tests

Check warning on line 91 in pkg/handlers/namespaces/namespaces_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list.go#L80-L91

Added lines #L80 - L91 were not covered by tests

Check warning on line 56 in pkg/handlers/namespaces/namespaces_list_hot.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list_hot.go#L56

Added line #L56 was not covered by tests

Check warning on line 63 in pkg/handlers/namespaces/namespaces_list_hot.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list_hot.go#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 76 in pkg/handlers/namespaces/namespaces_list_hot.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list_hot.go#L65-L76

Added lines #L65 - L76 were not covered by tests

Check warning on line 80 in pkg/handlers/namespaces/namespaces_list_hot.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_list_hot.go#L80

Added line #L80 was not covered by tests

Check warning on line 43 in pkg/handlers/namespaces/namespaces_members_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_members_list.go#L43

Added line #L43 was not covered by tests

Check warning on line 50 in pkg/handlers/namespaces/namespaces_members_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_members_list.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 57 in pkg/handlers/namespaces/namespaces_members_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_members_list.go#L52-L57

Added lines #L52 - L57 were not covered by tests

Check warning on line 73 in pkg/handlers/namespaces/namespaces_members_self.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/namespaces/namespaces_members_self.go#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 142 in pkg/handlers/repositories/repositories_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/repositories/repositories_get.go#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 90 in pkg/handlers/repositories/repositories_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/repositories/repositories_list.go#L90

Added line #L90 was not covered by tests

Check warning on line 97 in pkg/handlers/repositories/repositories_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/repositories/repositories_list.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 108 in pkg/handlers/repositories/repositories_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/repositories/repositories_list.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 120 in pkg/handlers/repositories/repositories_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/repositories/repositories_list.go#L119-L120

Added lines #L119 - L120 were not covered by tests

Check warning on line 97 in pkg/handlers/tags/tags_get.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/tags/tags_get.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 137 in pkg/handlers/tags/tags_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handlers/tags/tags_list.go#L136-L137

Added lines #L136 - L137 were not covered by tests