Skip to content

Commit dbdf621

Browse files
authored
Merge pull request #2089 from digma-ai/rollback-tmp-changes
Rollback tmp changes
2 parents 73e1f74 + 8c596a0 commit dbdf621

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ide-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks{
4242
val downloadComposeFile = register("downloadComposeFile", Download::class.java){
4343
src(
4444
listOf(
45-
"https://raw.githubusercontent.com/digma-ai/digma/bc/docker/docker-compose.yml")
45+
"https://get.digma.ai/")
4646
)
4747

4848
val dir = File(project.sourceSets.main.get().output.resourcesDir,"docker-compose")

ide-common/src/main/kotlin/org/digma/intellij/plugin/docker/Downloader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.nio.file.Files
1414
import java.nio.file.StandardCopyOption
1515
import kotlin.io.path.deleteIfExists
1616

17-
private const val COMPOSE_FILE_URL = "https://raw.githubusercontent.com/digma-ai/digma/bc/docker/docker-compose.yml"
17+
private const val COMPOSE_FILE_URL = "https://get.digma.ai/"
1818
private const val COMPOSE_FILE_NAME = "docker-compose.yml"
1919
const val COMPOSE_FILE_DIR = "digma-docker"
2020
private const val RESOURCE_LOCATION = "docker-compose"

ide-common/src/main/resources/digma-settings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AggressiveUpdateService.enabled=true
99

1010
## the required backend version for this plugin version.
1111
## comment to disable
12-
AggressiveUpdateService.minimal.backend.version=0.2.269-alpha.1
12+
AggressiveUpdateService.minimal.backend.version=0.3.0
1313

1414

1515
##the monitoring delay for checking state update. its 5 minutes. when AggressiveUpdateService enters into update mode

0 commit comments

Comments
 (0)