Skip to content
#

Google Cloud Platform

Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments.

Here are 1,329 public repositories matching this topic...

broady
broady commented May 13, 2020

Tests should pass when run with go test, with or without GOLANG_SAMPLES_PROJECT_ID.

Some of these should legit fail due to API not being enabled on the test project, etc. but they have confusing test output, including some that panic, leaving a large stack trace to dig through.

$ GOLANG_SAMPLES_PROJECT_ID=cbro-scratch go test -v ./...

<snip>

asset:

=== RUN   TestM
bonifaido
bonifaido commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
Investigate github.com/google/go-containerregistry to replace the heroku/docker-registry-client which seems to be unmaintained.

Describe the solution you'd like
Check the go-containerregistry library and see if it fits our needs.

Describe alternatives you've considered
We already use a forked version of the docker-

djberg96
djberg96 commented Aug 5, 2020

With warnings enabled you'll see that the SupportsFeatureMixin triggers lots of redefinition warnings:

# sf_test.rb
require 'active_support'
require 'active_support/core_ext/object/blank'
require_relative 'supports_feature_mixin' # Assume sf_test.rb and supports_feature_mixin.rb are in same directory

class Post
  include SupportsFeatureMixin
  supports :publish
  supports_not 

Released April 7, 2008

Organization
GoogleCloudPlatform
Website
cloud.google.com
Wikipedia
Wikipedia

Related Topics

firebase google
You can’t perform that action at this time.