- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 123 for Upgrade (0.04 sec)
-
buildscripts/minio-upgrade.sh
# shellcheck disable=SC2120 cleanup() { MINIO_VERSION=dev /tmp/gopath/bin/docker-compose \ -f "buildscripts/upgrade-tests/compose.yml" \ down || true MINIO_VERSION=dev /tmp/gopath/bin/docker-compose \ -f "buildscripts/upgrade-tests/compose.yml" \ rm || true for volume in $(docker volume ls -q | grep upgrade); do docker volume rm ${volume} || true done docker volume prune -f docker system prune -f || true
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Apr 21 16:24:31 UTC 2025 - 2.8K bytes - Viewed (0) -
.github/workflows/upgrade-ci-cd.yaml
steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} check-latest: true - name: Start upgrade tests run: |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 729 bytes - Viewed (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
name: Upgrade to latest wrapper on: schedule: - cron: '0 4 * * *' workflow_dispatch: permissions: contents: write jobs: upgrade-latest-wrapper: runs-on: ubuntu-latest if: github.repository == 'gradle/gradle' steps: - name: Checkout repository uses: actions/checkout@v5 with: ref: devprod/upgrade-to-latest-wrapper token: ${{ secrets.GITHUB_TOKEN }}
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 21 23:08:02 UTC 2025 - 1.3K bytes - Viewed (0) -
buildscripts/minio-iam-ldap-upgrade-import-test.sh
Harshavardhana <******@****.***> 1731337089 -0800
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 11 15:01:29 UTC 2024 - 3.4K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/UpgradeOptions.java
import org.apache.maven.api.cli.Options; /** * Defines the options specific to the Maven upgrade tool. * This interface extends the general {@link Options} interface, adding upgrade-specific configuration options. * * @since 4.0.0 */ @Experimental public interface UpgradeOptions extends Options { /** * Returns the list of upgrade goals to be executed.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Aug 29 12:46:51 UTC 2025 - 3.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http/HttpUpgradesTest.kt
} @Test fun upgradeHttps() { enableTls(Protocol.HTTP_1_1) upgrade() } @Test fun upgradeRefusedByServer() { server.enqueue(MockResponse(body = "normal request")) val requestWithUpgrade = Request .Builder() .url(server.url("/")) .header("Connection", "upgrade") .build() client.newCall(requestWithUpgrade).execute().use { response ->
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 7.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/CallServerInterceptor.kt
} val isUpgradeResponse = isUpgradeCode && "upgrade".equals(response.header("Connection"), ignoreCase = true) response = when { // This is an HTTP/1 upgrade. (This case includes web socket upgrades.) isUpgradeRequest && isUpgradeResponse -> { response .newBuilder() .body(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jul 29 22:04:11 UTC 2025 - 7.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 35.5K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/package-info.java
* under the License. */ /** * Provides the API for the Maven Upgrade tool ({@code mvnup}). * * <p>This package contains interfaces and classes for the Maven upgrade tool, * which provides functionality for upgrading Maven projects and dependencies.</p> * * <p>Key features include:</p> * <ul> * <li>Project upgrade capabilities</li> * <li>Dependency version management</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.4K bytes - Viewed (0) -
CHANGELOG.md
`StrictMode` to detect if your `OkHttpClient` is being initialized on the main thread. * Upgrade: [Okio 3.12.0][okio_3_12_0]. * Upgrade: [Kotlin 2.1.21][kotlin_2_1_21]. * Upgrade: [kotlinx.coroutines 1.10.2][coroutines_1_10_2]. This is used by the optional `okhttp-coroutines` artifact. * Upgrade: [AndroidX Startup 1.2.0][startup_1_2_0]. The Android variant of the `okhttp` artifact
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1)