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(db-migrations): add basic support for db migrations #340

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

fix(plan): dry run option needing cleaning up

f48faf8
Select commit
Loading
Failed to load commit list.
Open

feat(db-migrations): add basic support for db migrations #340

fix(plan): dry run option needing cleaning up
f48faf8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 2, 2024 in 0s

30.92% of diff hit (target 55.98%)

View this Pull Request on Codecov

30.92% of diff hit (target 55.98%)

Annotations

Check warning on line 34 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L30-L34

Added lines #L30 - L34 were not covered by tests

Check warning on line 36 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L36

Added line #L36 was not covered by tests

Check warning on line 47 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L47

Added line #L47 was not covered by tests

Check warning on line 49 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L49

Added line #L49 was not covered by tests

Check warning on line 57 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L57

Added line #L57 was not covered by tests

Check warning on line 64 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L64

Added line #L64 was not covered by tests

Check warning on line 68 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L68

Added line #L68 was not covered by tests

Check warning on line 72 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L72

Added line #L72 was not covered by tests

Check warning on line 92 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L92

Added line #L92 was not covered by tests

Check warning on line 103 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L103

Added line #L103 was not covered by tests

Check warning on line 107 in internal/app/subsystems/aio/store/migrations/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/migrations/migrations.go#L107

Added line #L107 was not covered by tests

Check warning on line 381 in internal/app/subsystems/aio/store/postgres/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/postgres.go#L381

Added line #L381 was not covered by tests

Check warning on line 386 in internal/app/subsystems/aio/store/postgres/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/postgres.go#L386

Added line #L386 was not covered by tests

Check warning on line 18 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L16-L18

Added lines #L16 - L18 were not covered by tests

Check warning on line 23 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 27 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 32 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L29-L32

Added lines #L29 - L32 were not covered by tests

Check warning on line 36 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 40 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 48 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L45-L48

Added lines #L45 - L48 were not covered by tests

Check warning on line 53 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 57 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 59 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L59

Added line #L59 was not covered by tests

Check warning on line 64 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 74 in internal/app/subsystems/aio/store/postgres/version.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/postgres/version.go#L67-L74

Added lines #L67 - L74 were not covered by tests