feat: --dev flag for codegen #2595
Annotations
22 errors and 3 warnings
ash-ci (15) / mix test
Process completed with exit code 2.
|
ash-ci (15) / mix test:
test/migration_generator_test.exs#L2809
test decimal precision and scale removes precision and scale when changing to arbitrary (AshPostgres.MigrationGeneratorTest)
|
ash-ci (15) / mix test:
test/migration_generator_test.exs#L2888
test decimal precision and scale works with decimal references that have precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (15) / mix test:
test/migration_generator_test.exs#L2646
test decimal precision and scale creates decimal columns with precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (15) / mix test:
test/migration_generator_test.exs#L2701
test decimal precision and scale alters decimal columns with precision and scale changes (AshPostgres.MigrationGeneratorTest)
|
ash-ci (15) / mix test:
test/migration_generator_test.exs#L2766
test decimal precision and scale handles arbitrary precision and scale constraints (AshPostgres.MigrationGeneratorTest)
|
ash-ci (15) / mix test:
test/dev_migrations_test.exs#L158
test --dev option tenant rolls back dev migrations before deleting (AshPostgres.DevMigrationsTest)
|
ash-ci (15) / mix test:
test/dev_migrations_test.exs#L127
test --dev option rolls back dev migrations before deleting (AshPostgres.DevMigrationsTest)
|
ash-ci (14) / mix test
Process completed with exit code 2.
|
ash-ci (14) / mix test:
test/migration_generator_test.exs#L2809
test decimal precision and scale removes precision and scale when changing to arbitrary (AshPostgres.MigrationGeneratorTest)
|
ash-ci (14) / mix test:
test/migration_generator_test.exs#L2646
test decimal precision and scale creates decimal columns with precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (14) / mix test:
test/migration_generator_test.exs#L2766
test decimal precision and scale handles arbitrary precision and scale constraints (AshPostgres.MigrationGeneratorTest)
|
ash-ci (14) / mix test:
test/migration_generator_test.exs#L2701
test decimal precision and scale alters decimal columns with precision and scale changes (AshPostgres.MigrationGeneratorTest)
|
ash-ci (14) / mix test:
test/migration_generator_test.exs#L2888
test decimal precision and scale works with decimal references that have precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (14) / mix test:
test/dev_migrations_test.exs#L158
test --dev option tenant rolls back dev migrations before deleting (AshPostgres.DevMigrationsTest)
|
ash-ci (16) / mix test
Process completed with exit code 2.
|
ash-ci (16) / mix test:
test/migration_generator_test.exs#L2809
test decimal precision and scale removes precision and scale when changing to arbitrary (AshPostgres.MigrationGeneratorTest)
|
ash-ci (16) / mix test:
test/migration_generator_test.exs#L2888
test decimal precision and scale works with decimal references that have precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (16) / mix test:
test/migration_generator_test.exs#L2646
test decimal precision and scale creates decimal columns with precision and scale (AshPostgres.MigrationGeneratorTest)
|
ash-ci (16) / mix test:
test/migration_generator_test.exs#L2766
test decimal precision and scale handles arbitrary precision and scale constraints (AshPostgres.MigrationGeneratorTest)
|
ash-ci (16) / mix test:
test/migration_generator_test.exs#L2701
test decimal precision and scale alters decimal columns with precision and scale changes (AshPostgres.MigrationGeneratorTest)
|
ash-ci (16) / mix test:
test/dev_migrations_test.exs#L158
test --dev option tenant rolls back dev migrations before deleting (AshPostgres.DevMigrationsTest)
|
ash-ci (15) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
ash-ci (14) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
ash-ci (16) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|