-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into tmeasday/refactor-j…
…est-addon
- Loading branch information
Showing
366 changed files
with
8,782 additions
and
5,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../OpenSourceProjects_Storybook/patches/buildTypes/2b9c73e2-0a6e-47ca-95ae-729cac42be2b.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package OpenSourceProjects_Storybook.patches.buildTypes | ||
|
||
import jetbrains.buildServer.configs.kotlin.v2017_2.* | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.triggers.RetryBuildTrigger | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.triggers.retryBuild | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.ui.* | ||
|
||
/* | ||
This patch script was generated by TeamCity on settings change in UI. | ||
To apply the patch, change the buildType with uuid = '2b9c73e2-0a6e-47ca-95ae-729cac42be2b' (id = 'OpenSourceProjects_Storybook_Build_2') | ||
accordingly, and delete the patch script. | ||
*/ | ||
changeBuildType("2b9c73e2-0a6e-47ca-95ae-729cac42be2b") { | ||
triggers { | ||
val trigger1 = find<RetryBuildTrigger> { | ||
retryBuild { | ||
delaySeconds = 60 | ||
} | ||
} | ||
trigger1.apply { | ||
enabled = false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ object OpenSourceProjects_Storybook_HttpsGithubComStorybooksStorybookRefsHeadsMa | |
url = "[email protected]:storybooks/storybook.git" | ||
branchSpec = """ | ||
+:refs/(pull/*)/head | ||
+:refs/heads/(release/3.4) | ||
+:refs/heads/(master) | ||
+:refs/heads/(dependencies.io-*) | ||
+:refs/heads/* | ||
""".trimIndent() | ||
authMethod = uploadedKey { | ||
userName = "git" | ||
|
Oops, something went wrong.