Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for ecosystem (0.17 sec)

  1. platforms/jvm/platform-jvm/src/main/resources/META-INF/gradle-plugins/org.gradle.jvm-ecosystem.properties

    Tom Tresansky <******@****.***> 1695913602 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 63 bytes
    - Viewed (0)
  2. .github/dependabot.yml

    # easily import the generated PRs into our internal repo.
    #  - package-ecosystem: "maven"
    #    directory: "/"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    #      dependencies:
    #        applies-to: version-updates
    #        patterns:
    #          - "*"
    #  - package-ecosystem: "maven"
    #    directory: "/android"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 04 17:08:24 UTC 2024
    - 761 bytes
    - Viewed (0)
  3. .github/dependabot.yml

    version: 2
    updates:
      # GitHub Actions
      - package-ecosystem: "github-actions"
        directory: "/"
        schedule:
          interval: "daily"
        commit-message:
          prefix: ⬆
      # Python
      - package-ecosystem: "pip"
        directory: "/"
        schedule:
          interval: "monthly"
        commit-message:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Apr 19 00:41:55 UTC 2024
    - 311 bytes
    - Viewed (0)
  4. .github/dependabot.yml

    #  See the License for the specific language governing permissions and
    #  limitations under the License.
    #
    version: 2
    updates:
    
      - package-ecosystem: maven
        directory: "/"
        schedule:
          interval: daily
    
      - package-ecosystem: "github-actions"
        directory: "/"
        schedule:
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 12:45:51 UTC 2024
    - 1000 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_strategy_tuning.adoc

    [[sec:java_consistency]]
    === Declaring consistent resolution in the Java ecosystem
    
    The `runtimeClasspath` and `compileClasspath` example above are common in the Java ecosystem.
    However, it's often not enough to declare consistency between those two configurations only.
    For example, you most likely want the _test runtime classpath_ to be consistent with the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/go.mod

    	github.com/golang/protobuf v1.5.4 // indirect
    	github.com/google/btree v1.0.1 // indirect
    	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
    	github.com/imdario/mergo v0.3.6 // indirect
    	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. LICENSES/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/LICENSE

    = vendor/github.com/grpc-ecosystem/grpc-gateway/v2 licensed under: =
    
    Copyright (c) 2015, Gengo, Inc.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modification,
    are permitted provided that the following conditions are met:
    
        * Redistributions of source code must retain the above copyright notice,
          this list of conditions and the following disclaimer.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 18 01:47:24 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  8. .github/dependabot.yml

    # Configures Depdendabot to PR go security updates only
    
    version: 2
    updates:
      # Go configuration for master branch
      - package-ecosystem: "gomod"
        directory: "/"
        schedule:
          interval: "daily"
        # Limit number of open PRs to 0 so that we only get security updates
        # See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
        open-pull-requests-limit: 0
        labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 04:04:41 UTC 2024
    - 480 bytes
    - Viewed (0)
  9. pkg/security/retry.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package security
    
    import (
    	"time"
    
    	retry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
    	"google.golang.org/grpc"
    	"google.golang.org/grpc/codes"
    
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/security/pkg/monitoring"
    )
    
    var caLog = log.RegisterScope("ca", "ca client")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/toolchain/management/ToolchainManagement.java

     * <p>
     * <code>ToolchainManagement</code> is extended by plugins to support different ecosystems.
     * <p>
     * One option available at present is using the <code>jvm-toolchain-management</code> plugin, which
     * adds a <code>jvm</code> block to it, allowing for the configuration of toolchains used in the
     * JVM ecosystem.
     *
     * @since 7.6
     */
    @Incubating
    public interface ToolchainManagement extends ExtensionAware {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 22 12:20:48 UTC 2022
    - 1.2K bytes
    - Viewed (1)
Back to top