- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 70 for stessi (0.03 seconds)
-
.github/workflows/close-linked-issue-when-merged-into-release.yml
on: pull_request: types: [closed] branches: - release - release7x - release8x permissions: issues: write jobs: closeIssueOnPrMerge: runs-on: ubuntu-latest steps: - name: Closes issues related to a merged pull request. uses: ldez/gha-mjolnir@df0e84242364946fa3ad4e7556510e8086ad681a env:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jul 16 09:18:51 GMT 2025 - 458 bytes - Click Count (0) -
.github/workflows/issue-metadata.yml
issues: types: [ opened, labeled, unlabeled, closed, reopened, milestoned, demilestoned ] permissions: {} jobs: check_issue_metadata: permissions: issues: write runs-on: ubuntu-latest steps: # Check that issues have proper metadata: labels and milestone # https://github.com/gradle/issue-management-action/blob/main/src/issue-metadata.tsCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Aug 08 11:33:25 GMT 2025 - 474 bytes - Click Count (0) -
.github/workflows/submit-github-dependency-graph.yml
on: workflow_dispatch: push: branches: - master permissions: {} jobs: generate-and-submit: permissions: contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: distribution: temurin java-version: 17 - name: Setup Gradle uses: gradle/actions/dependency-submission@v6Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 22:06:44 GMT 2026 - 933 bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt
description = "Do nothing but downloading gradle/gradle repo to EC2 agents" applyDefaultSettings(artifactRuleOverride = "") params { param("defaultBranchName", "master") } steps { script { name = "DO_NOTHING" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = "echo 'Repo downloaded'" } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Nov 12 06:13:12 GMT 2025 - 758 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/bug_report.md
assignees: '' --- (_Please use [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/8) before filing a bug._) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Aug 17 22:53:30 GMT 2020 - 782 bytes - Click Count (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
private fun BaseGradleBuildType.getGradleTasks(): String { val runnerStep = this.steps.items.find { it.name == "GRADLE_RUNNER" } as GradleBuildStep return runnerStep.tasks!! } private fun BaseGradleBuildType.getGradleParams(): String { val runnerStep = this.steps.items.find { it.name == "GRADLE_RUNNER" } as GradleBuildStep return runnerStep.gradleParams!! } @TestCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 16 01:27:05 GMT 2025 - 14.6K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
"KILL_PROCESSES_STARTED_BY_GRADLE", "CHECK_CLEAN_M2_ANDROID_USER_HOME", "CLEANUP_PERFORMANCE_TEST_SPLITS", ), performanceTest.steps.items.map(BuildStep::name), ) val linuxPaths = listOf( "%linux.java8.oracle.64bit%", "%linux.java11.openjdk.64bit%",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 8.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishGradleDistributionFullBuild.kt
gitUserEmail: String = "******@****.***", extraParameters: String = "", ) : BasePublishGradleDistribution(promotedBranch, prepTask, triggerName, gitUserName, gitUserEmail, extraParameters) { init { steps { if (prepTask != null) { buildStep(extraParameters, gitUserName, gitUserEmail, triggerName, prepTask, "uploadAll")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/RerunFlakyTest.kt
).joinToString(separator = " ") killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os, arch) (1..10).forEach { idx -> steps { gradleWrapper { name = "GRADLE_RUNNER_$idx" tasks =
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 19 08:02:04 GMT 2025 - 5.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/MergeReleaseIntoMaster.kt
id("Promotion_MergeReleaseIntoMaster") name = "Merge Release into Master" description = "Merge Release into Master" val vcsBranch = VersionedSettingsBranch.fromDslContext() steps { gradleWrapper { name = "Merge Release into Master" tasks = listOf( "updateReleaseVersionsOnMaster",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jun 10 10:38:00 GMT 2025 - 2.3K bytes - Click Count (0)