Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 133 for Reviewer2 (0.19 sec)

  1. samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java

                JsonObject ratings = ratingsResponse.getJsonObject("ratings");
                if (ratings.containsKey("Reviewer1")){
              	  starsReviewer1 = ratings.getInt("Reviewer1");
                }
                if (ratings.containsKey("Reviewer2")){
                  starsReviewer2 = ratings.getInt("Reviewer2");
                }
              }
            }
          }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 15 22:25:32 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. samples/bookinfo/src/ratings/ratings.js

                      }
                      var result = {
                          id: productId,
                          ratings: {
                              Reviewer1: firstRating,
                              Reviewer2: secondRating
                          }
                      }
                      res.writeHead(200, {'Content-type': 'application/json'})
                      res.end(JSON.stringify(result))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 02 00:29:57 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  3. .github/actions/people/app/main.py

                            break
            for reviewer in pr_reviewers:
                reviewers[reviewer] += 1
            if pr.state == "MERGED" and pr.author:
                contributors[pr.author.login] += 1
        return ContributorsResults(
            contributors=contributors,
            commenters=commenters,
            reviewers=reviewers,
            translation_reviewers=translation_reviewers,
            authors=authors,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Mar 26 17:38:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. api/api-rules/README.md

    versions or groups without other changes, it is OK for your API reviewer to make an
    exception.
    
    If you're removing violations from the exception list, or if you have good
    reasons to add new violations to this list, please update the file using:
    
     - `UPDATE_API_KNOWN_VIOLATIONS=true ./hack/update-codegen.sh`
    
    It is up to API reviewers to review the list and make sure new APIs follow our API conventions.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 04 15:50:30 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. OWNERS_ALIASES

        - enj
        - mikedanese
      sig-cli-api-reviewers:
        - pwittrock
        - soltysh
      sig-cloud-provider-api-reviewers:
        - andrewsykim
        - cheftako
        - dims
      # sig-cluster-lifecycle-api-reviewers:
      #   -
      #   -
      sig-contributor-experience-approvers:
        - mrbobbytables
        - cblecker
        - nikhita
        - palnabarun
        - kaslin
        - MadhavJivrajani
        - Priyankasaggu11929
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. pkg/util/kernel/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - sig-network-reviewers
      - sig-node-reviewers
    approvers:
      - sig-network-approvers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 19:24:34 UTC 2023
    - 171 bytes
    - Viewed (0)
  7. pkg/controller/nodeipam/ipam/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - bowei
      - sig-network-approvers
    emeritus_approvers:
      - dnardo
    reviewers:
      - bowei
      - freehan
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 19 08:34:39 UTC 2022
    - 188 bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/volumezone/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-storage-approvers
      - cofyc
    reviewers:
      - sig-storage-reviewers
      - cofyc
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 23 08:35:49 UTC 2023
    - 169 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/value/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-auth-encryption-at-rest-approvers
    reviewers:
      - sig-auth-encryption-at-rest-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 17 21:07:56 UTC 2022
    - 178 bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - sig-network-reviewers
      - andrewsykim
      - aroradaman
      - uablrek
    approvers:
      - sig-network-approvers
      - andrewsykim
      - uablrek
    labels:
      - sig/network
      - area/ipvs
    emeritus_approvers:
      - brendandburns
      - lbernail
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 24 10:30:20 UTC 2023
    - 301 bytes
    - Viewed (0)
Back to top