Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 22 for stessi (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_indices/_aws/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. .github/workflows/contributor-pr.yml

          - run: ./gradlew compileAll -DdisableLocalCache=true ${{ steps.determine-sys-prop-args.outputs.sys-prop-args }}
          - uses: actions/upload-artifact@v7
            if: always()
            with:
              name: build-receipt.properties
              path: platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties
        outputs:
          matrix: ${{ steps.setup-matrix.outputs.matrix }}
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 22:06:44 GMT 2026
    - 5K bytes
    - Click Count (0)
  4. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        maxParallelForks: String = "%maxParallelForks%",
        extraSteps: BuildSteps.() -> Unit = {}, // the steps after runner steps
        preSteps: BuildSteps.() -> Unit = {}, // the steps before runner steps
    ) {
        buildType.applyDefaultSettings(os, timeout = timeout, buildJvm = buildJvm, arch = arch)
    
        buildType.steps {
            preSteps()
        }
    
    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)
  5. .github/workflows/update-test-buckets.yml

    permissions:
      contents: write
      id-token: write
      pull-requests: write
    
    jobs:
      update-test-buckets:
        runs-on: ubuntu-latest
    
        if: github.repository == 'gradle/gradle'
    
        steps:
          - name: Checkout repository
            uses: actions/checkout@v6
          - name: configure aws credentials
            uses: aws-actions/configure-aws-credentials@v6
            with:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 24 22:05:21 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  6. .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)
  7. .github/workflows/auto-assign-pr-to-author.yml

      add-reviews:
        permissions:
          contents: read  # for kentaro-m/auto-assign-action to fetch config file
          pull-requests: write  # for kentaro-m/auto-assign-action to assign PR reviewers
        runs-on: ubuntu-latest
        steps:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 20 22:04:14 GMT 2026
    - 381 bytes
    - Click Count (0)
  8. .teamcity/src/main/kotlin/configurations/Gradleception.kt

                    separator = " ",
                )
    
            params {
                // Override the default commit id so the build steps produce reproducible distribution
                param("env.BUILD_COMMIT_ID", "HEAD")
            }
    
            if (buildJvm.version != BuildToolBuildJvm.version) {
                steps.gradleWrapper {
                    name = "UPDATE_DAEMON_JVM_CRITERIA_FILE"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  9. .github/workflows/issue-comment-triage.yml

    name: Comment on a closed issue
    
    on:
      issue_comment:
        types: [created]
    
    jobs:
      reconsider_closed_issue:
        runs-on: ubuntu-latest
        permissions:
          issues: write
        steps:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 18 13:38:51 GMT 2026
    - 253 bytes
    - Click Count (0)
  10. .github/workflows/notify-on-rc-for-manual-test.yml

    run-name: Notify the IDE Experience team about new RCs for manual testing
    on:
      push:
        tags:
          - 'v*.*.*-RC1'
    
    permissions: {}
    
    jobs:
      send-slack-notification:
        runs-on: ubuntu-latest
        steps:
          - name: Send Slack notification about new RCs for manual testing
            id: slack
            uses: slackapi/slack-github-action@v3.0.1
            with:
              webhook: ${{ secrets.IDE_EXPERIENCE_TEAM_SLACK_WEBHOOK_URL }}
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 22:04:33 GMT 2026
    - 912 bytes
    - Click Count (0)
Back to Top