Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for Bot (0.15 sec)

  1. .github/bot_config.yml

    Shivam Mishra <******@****.***> 1697543287 +0530
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Tue Oct 17 11:48:07 GMT 2023
    - 4K bytes
    - Viewed (0)
  2. docs/en/data/sponsors_badge.yml

      - investsuite
      - mikeckennedy
      - deepset-ai
      - cryptapi
      - xoflare
      - DropbaseHQ
      - VincentParedes
      - BLUE-DEVIL1134
      - ObliviousAI
      - Doist
      - nihpo
      - armand-sauzay
      - databento-bot
      - databento
      - nanram22
      - Flint-company
      - porter-dev
      - fern-api
      - ndimares
      - svixhq
      - Alek99
      - codacy
      - zanfaruqui
      - scalar
      - bump-sh
      - andrew-propelauth
    Others
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Wed Jan 31 22:13:52 GMT 2024
    - 415 bytes
    - Viewed (0)
  3. .teamcity/src/test/kotlin/PromotionProjectTests.kt

            assertEquals(3, steps.size)
    
            val expectedGradleParams = """-PcommitId=%dep.Gradle_Release_Check_Stage_ReadyforNightly_Trigger.build.vcs.number%  "-PgitUserName=bot-teamcity" "-PgitUserEmail=bot******@****.***" $pluginPortalUrlOverride %additional.gradle.parameters%"""
    
            val checkReady = gradleStep(steps, 0)
            checkReady.assertTasks("prepReleaseNightly checkNeedToPromote")
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Tue Feb 13 14:18:23 GMT 2024
    - 13.4K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/promotion/PublishGradleDistributionFullBuild.kt

        // The branch to be promoted
        promotedBranch: String,
        prepTask: String? = null,
        promoteTask: String,
        triggerName: String,
        gitUserName: String = "bot-teamcity",
        gitUserEmail: String = "bot******@****.***",
        extraParameters: String = "",
        vcsRootId: String = gradlePromotionMaster
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Tue Feb 13 14:18:23 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  5. .cm/includes_todos.cm

    # This section could also appear ahead of the automations section.
    
    colors:
      yellow: 'ffb300'
    
    is:
      requested: {{ (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) or (pr.comments | match(attr='content', term='@bot-gitstream check todos') | some) }}
    
    author:
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/promotion/BasePublishGradleDistribution.kt

    abstract class BasePublishGradleDistribution(
        // The branch to be promoted
        val promotedBranch: String,
        val prepTask: String?,
        val triggerName: String,
        val gitUserName: String = "bot-teamcity",
        val gitUserEmail: String = "bot******@****.***",
        val extraParameters: String = "",
        vcsRootId: String = gradlePromotionMaster,
        cleanCheckout: Boolean = true
    ) : BasePromotionBuildType(vcsRootId, cleanCheckout) {
    
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Feb 07 17:05:02 GMT 2024
    - 3.1K bytes
    - Viewed (0)
  7. .cm/javadoc_on_new_files.cm

    is:
      requested: {{ (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) or (pr.comments | match(attr='content', term='@bot-gitstream check javadoc') | some) }}
      java: {{ files | extensions | match(term='java') | every }}
      new: {{ source.diff.files | map(attr='original_file') | match(regex=r/^$/) | some }}
    
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  8. .cm/code_experts.cm

    # This section could also appear ahead of the automations section.
    
    is:
      requested: {{ (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) or (pr.comments | match(attr='content', term='@bot-gitstream check experts') | some) }}
    
    author:
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  9. .cm/lacks_tests.cm

    is_formatting_only_change: {{ source.diff.files | isFormattingChange }}
    
    is:
      requested: {{ (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) or (pr.comments | match(attr='content', term='@bot-gitstream check tests') | some) }}
    
    author:
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  10. .cm/estimated_time_to_review.cm

    # The name `calc`, and the nesting is arbitrary.
    calc:
      etr: {{ branch | estimatedReviewTime }}
    
    is:
      requested: {{ (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) or (pr.comments | match(attr='content', term='@bot-gitstream check all') | some) }}
    
    author:
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 2.1K bytes
    - Viewed (0)
Back to top