mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Apply auto-formatting fixes
This commit is contained in:
parent
5bbe073bf3
commit
e42794869f
@ -9,11 +9,13 @@ package docspell.scheduler.impl
|
||||
import cats.effect.Async
|
||||
import cats.implicits._
|
||||
import fs2.Stream
|
||||
|
||||
import docspell.common._
|
||||
import docspell.store.Store
|
||||
import docspell.store.qb.DSL._
|
||||
import docspell.store.qb._
|
||||
import docspell.store.records.{RJob, RJobGroupUse}
|
||||
|
||||
import doobie.ConnectionIO
|
||||
|
||||
object QJob {
|
||||
|
@ -8,10 +8,12 @@ package docspell.scheduler.impl
|
||||
|
||||
import java.time.Instant
|
||||
import java.util.concurrent.atomic.AtomicLong
|
||||
|
||||
import cats.syntax.all._
|
||||
|
||||
import docspell.common._
|
||||
import docspell.store.{DatabaseTest, Db}
|
||||
import docspell.store.records.{RJob, RJobGroupUse}
|
||||
import docspell.store.{DatabaseTest, Db}
|
||||
|
||||
class QJobTest extends DatabaseTest {
|
||||
private[this] val c = new AtomicLong(0)
|
||||
|
@ -7,10 +7,14 @@
|
||||
package docspell.store
|
||||
|
||||
import java.util.UUID
|
||||
|
||||
import cats.effect._
|
||||
import cats.syntax.option._
|
||||
import fs2.io.file.{Files, Path}
|
||||
|
||||
import docspell.common._
|
||||
import docspell.logging.TestLoggingConfig
|
||||
|
||||
import com.dimafeng.testcontainers.munit.fixtures.TestContainersFixtures
|
||||
import com.dimafeng.testcontainers.{
|
||||
JdbcDatabaseContainer,
|
||||
@ -18,7 +22,6 @@ import com.dimafeng.testcontainers.{
|
||||
PostgreSQLContainer
|
||||
}
|
||||
import doobie._
|
||||
import fs2.io.file.{Files, Path}
|
||||
import munit.CatsEffectSuite
|
||||
import org.testcontainers.utility.DockerImageName
|
||||
|
||||
|
@ -7,13 +7,16 @@
|
||||
package docspell.store
|
||||
|
||||
import javax.sql.DataSource
|
||||
|
||||
import cats.effect._
|
||||
import fs2.io.file.Path
|
||||
|
||||
import docspell.common.LenientUri
|
||||
import docspell.store.file.{FileRepository, FileRepositoryConfig}
|
||||
import docspell.store.impl.StoreImpl
|
||||
import docspell.store.migrate.FlywayMigrate
|
||||
|
||||
import doobie._
|
||||
import fs2.io.file.Path
|
||||
import munit._
|
||||
import org.h2.jdbcx.{JdbcConnectionPool, JdbcDataSource}
|
||||
import org.mariadb.jdbc.MariaDbDataSource
|
||||
|
Loading…
x
Reference in New Issue
Block a user