Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 46 for viewers (0.09 seconds)

  1. PULL_REQUESTS_ETIQUETTE.md

       - If unable to complete the review, tag another reviewer (e.g., `@username please take over`).
    
    4. **Shared Responsibility**:
       - All MinIO contributors are reviewers. The first commenter on a PR owns the review unless they delegate.
       - Multiple reviewers are encouraged for complex PRs.
    
    5. **No Self-Edits**:
       - Don’t modify the PR directly (e.g., fixing bugs). Request changes from the submitter or create a follow-up PR.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun May 25 16:32:03 GMT 2025
    - 4.7K bytes
    - Click Count (0)
  2. .github/workflows/auto-assign-pr-to-author.yml

    permissions: {}
    
    jobs:
      add-reviews:
        permissions:
          contents: read  # for kentaro-m/auto-assign-action to fetch config file
          pull-requests: write  # for kentaro-m/auto-assign-action to assign PR reviewers
        runs-on: ubuntu-latest
        steps:
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Nov 12 13:13:58 GMT 2024
    - 381 bytes
    - Click Count (0)
  3. docs/metrics/prometheus/grafana/README.md

    Node level Replication metrics can be viewed in the Grafana dashboard using [json file here](https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/replication/minio-replication-node.json)
    
    ![Grafana](https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/replication/grafana-replication-node.png)
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Oct 31 17:38:53 GMT 2024
    - 2.4K bytes
    - Click Count (0)
  4. compat/maven-compat/src/test/resources/inheritance-repo/t12scm/maven/p0/1.0/p0-1.0.pom

      <packaging>pom</packaging>
      <version>1.0</version>
    
      <scm>
        <connection>scm:svn:http://host/p0</connection>
        <developerConnection>scm:svn:https://host/p0</developerConnection>
        <url>http://host/viewer?path=/p0</url>
      </scm>
    
      <modules>
        <module>modules/p1</module>
      </modules>
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 412 bytes
    - Click Count (0)
  5. compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml

      <packaging>pom</packaging>
      <version>1.0</version>
    
      <scm>
        <connection>scm:svn:http://host/p0</connection>
        <developerConnection>scm:svn:https://host/p0</developerConnection>
        <url>http://host/viewer?path=/p0</url>
      </scm>
    
      <modules>
        <module>modules/p1</module>
      </modules>
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 412 bytes
    - Click Count (0)
  6. compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java

            File pom1 = new File(localRepo, "p0/modules/p1/pom.xml");
    
            // load the child project, which inherits from p0...
            MavenProject project1 = getProject(pom1);
    
            assertEquals("http://host/viewer?path=/p0/modules/p1", project1.getScm().getUrl());
            assertEquals("scm:svn:http://host/p0/modules/p1", project1.getScm().getConnection());
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sun Mar 30 23:08:36 GMT 2025
    - 3K bytes
    - Click Count (0)
  7. .github/CONTRIBUTING.md

    and style in order to keep the code as readable as possible. Please also make
    sure your code compiles by running `./gradlew check`. Checkstyle failures
    during compilation indicate errors in your style and can be viewed in the
    `checkstyle-result.xml` file.
    
    Some general advice
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Mar 17 04:16:26 GMT 2019
    - 1.4K bytes
    - Click Count (0)
  8. ci/official/pycpp.sh

    fi
    
    # Note: the profile can be viewed by visiting chrome://tracing in a Chrome browser.
    # See https://docs.bazel.build/versions/main/skylark/performance.html#performance-profiling
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Wed Dec 03 05:57:39 GMT 2025
    - 2K bytes
    - Click Count (0)
  9. CHANGELOG/OWNERS

    options:
      # make root approval non-recursive
      no_parent_owners: true
    approvers:
      - release-engineering-approvers
      - release-managers
      - release-team-subproject-leads
      - satyampsoni # 1.32 Release Notes Lead
    reviewers:
      - release-managers
      - release-team-subproject-leads
      - satyampsoni # 1.32 Release Notes Lead
    labels:
      - sig/release
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 12 18:04:32 GMT 2024
    - 417 bytes
    - Click Count (0)
  10. docs/de/docs/project-generation.md

    Sie können diese Vorlage verwenden, um loszulegen, da sie bereits vieles der anfänglichen Einrichtung, Sicherheit, Datenbank und einige API-Endpunkte für Sie eingerichtet hat.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 2.2K bytes
    - Click Count (0)
Back to Top