Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for chantest (0.06 sec)

  1. CONTRIBUTING.md

    2. Accept the changes.\
    If you are sure that the changes are intentional, follow the steps described in the report.
    This includes adding the description of the changes to the `accepted-public-api-changes.json` file, and providing a reason for each change.
    You can add the changes to any place in the file, e.g. at the top.
    
    3. Make sure the file with accepted changes is sorted.\
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/StageTriggers.kt

    // Trigger ReadyForNightly and ReadyForRelease for provider-api-migration/public-api-changes-test branch
    // TODO: remove this after the branch is merged
    fun VersionedSettingsBranch.determineBranchFilter(): String {
        return branchFilter() + "\n+:provider-api-migration/public-api-changes-test"
    }
    
    class StageTrigger(
        model: CIBuildModel,
        stage: Stage,
        prevStage: Stage?,
        os: Os?,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 08:08:13 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top