Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,486 for expectHead (0.22 sec)

  1. platforms/software/dependency-management/src/crossVersionTest/groovy/org/gradle/integtests/resolve/artifactreuse/CacheReuseCrossVersionIntegrationTest.groovy

            def snapshot = file('libs/projectB-1.0.jar').snapshot()
    
            when:
            server.resetExpectations()
            projectB.pom.expectHead()
            projectB.pom.sha1.expectGet()
            projectB.artifact.expectHead()
            projectB.artifact.sha1.expectGet()
    
            and:
            version current withGradleUserHomeDir userHome withTasks 'retrieve' withArguments '-i' run()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenRemoteDependencyWithGradleMetadataResolutionIntegrationTest.groovy

            and:
            server.resetExpectations()
            a.pom.expectHead()
            a.moduleMetadata.expectHead()
            a.getArtifact("file1.jar").expectHead()
            a.getArtifact("file2.jar").expectHead()
            a.getArtifact("../sibling/file3.jar").expectHead()
            a.getArtifact("child/file4.jar").expectHead()
            a.getArtifact("../../../a-1.2-5.jar").expectHead()
    
            executer.withArgument("--refresh-dependencies")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenJvmLibraryArtifactResolutionIntegrationTest.groovy

            server.resetExpectations()
            snapshotModule.metaData.expectHead()
            snapshotModule.metaData.expectGet()
            snapshotModule.pom.expectHead()
            snapshotModule.pom.sha1.expectGet()
            snapshotModule.pom.expectGet()
            snapshotSources.expectHead()
            // TODO Extra head request should not be required
            snapshotSources.expectHead()
            snapshotSources.sha1.expectGet()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/artifactreuse/AliasedArtifactResolutionIntegrationTest.groovy

            when:
            def projectBModuleRepo2 = mavenRepo2.module('org.name', 'projectB', '1.0').publish()
            projectBModuleRepo2.pom.expectHead()
            projectBModuleRepo2.pom.sha1.expectGet()
            projectBModuleRepo2.artifact.expectHead()
            projectBModuleRepo2.artifact.sha1.expectGet()
    
            then:
            succeedsWith 'mavenRepository2'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/CachedDependencyResolutionIntegrationTest.groovy

            }
    
            succeeds ":retrieve"
        }
    
        void headOnlyRequests() {
            module.ivy.expectHead()
            module.jar.expectHead()
        }
    
        void headSha1ThenGetRequests() {
            module.ivy.expectHead()
            module.ivy.sha1.expectGet()
            module.ivy.expectGet()
    
            module.jar.expectHead()
            module.jar.sha1.expectGet()
            module.jar.expectGet()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyChangingModuleRemoteResolveIntegrationTest.groovy

            and: "Server handles requests"
            server.resetExpectations()
            // Server will be hit to get updated versions
            module.ivy.expectHead()
            module.ivy.sha1.expectGet()
            module.ivy.expectGet()
            module.jar.expectHead()
            module.getArtifact(name: 'other').expectGet()
            moduleB.ivy.expectGet()
            moduleB.jar.expectGet()
    
            and: "We request 1.1 again"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/artifactreuse/MavenM2CacheReuseIntegrationTest.groovy

    }
    task retrieve(type: Sync) {
        from configurations.compile
        into 'build'
    }
    """
            and:
            remoteModule.pom.expectHead()
            remoteModule.pom.sha1.expectGet()
            remoteModule.artifact.expectHead()
            remoteModule.artifact.sha1.expectGet()
    
            when:
            using m2
            run 'retrieve'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/SnapshotVersionsReadOnlyCacheDependencyResolutionTest.groovy

            when:
            withReadOnlyCache()
            latest.metaData.allowGetOrHead()
            latest.pom.expectHead()
            latest.pom.sha1.expectGet()
            latest.pom.expectGet()
            latest.moduleMetadata.expectHead()
            latest.moduleMetadata.sha1.expectGet()
            latest.moduleMetadata.expectGet()
            latest.artifact.expectHead()
            latest.artifact.sha1.expectGet()
            latest.artifact.expectGet()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/NonUniqueSnapshotVersionsReadOnlyCacheDependencyResolutionTest.groovy

            when:
            withReadOnlyCache()
            latest.metaData.allowGetOrHead()
            latest.pom.expectHead()
            latest.pom.sha1.expectGet()
            latest.pom.expectGet()
            latest.moduleMetadata.expectHead()
            latest.moduleMetadata.sha1.expectGet()
            latest.moduleMetadata.expectGet()
            latest.artifact.expectHead()
            latest.artifact.sha1.expectGet()
            latest.artifact.expectGet()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/MavenHttpPluginRepository.groovy

            module(pluginId, pluginId + PLUGIN_MARKER_SUFFIX, pluginVersion).with {
                pom.expectHead()
                artifact.expectHead()
                allowAll()
            }
            module(group, artifactId, version).with {
                pom.expectHead()
                artifact.expectHead()
                allowAll()
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top