Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for COMMIT (0.2 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Stmt).ExecContext", Method, 8},
    		{"(*Stmt).Query", Method, 0},
    		{"(*Stmt).QueryContext", Method, 8},
    		{"(*Stmt).QueryRow", Method, 0},
    		{"(*Stmt).QueryRowContext", Method, 8},
    		{"(*Tx).Commit", Method, 0},
    		{"(*Tx).Exec", Method, 0},
    		{"(*Tx).ExecContext", Method, 8},
    		{"(*Tx).Prepare", Method, 0},
    		{"(*Tx).PrepareContext", Method, 8},
    		{"(*Tx).Query", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      in the 'FROM' directive of the server image Dockerfiles.
      
      As a result, server images for non-amd64 images copy in the go-runner
      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "default": "",
                "description": "repository is the URL",
                "type": "string"
              },
              "revision": {
                "description": "revision is the commit hash for the specified revision.",
                "type": "string"
              }
            },
            "required": [
              "repository"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top