GoogleCloudPlatform/airflow-operator 281
Kubernetes custom controller and CRDs to managing Airflow
GoogleCloudPlatform/ai-platform-samples 247
Official Repo for Google Cloud AI Platform
GoogleCloudPlatform/app-gradle-plugin 127
Gradle plugin to build and deploy Google App Engine applications.
GoogleCloudPlatform/appengine-angular-gotodos 113
Go/App Engine backend for the popular Angular.js todo example
GoogleCloudPlatform/app-maven-plugin 88
Maven plugin to build and deploy Google App Engine applications.
GoogleCloudPlatform/ai-platform-text-classifier-shap 64
Text classification demo from our Next '19 breakout session
Pull request review commentGoogleCloudPlatform/gce-automated-ad-join
Add packet capture diagnostics for join operation
#-------------------------------------------------------------------------------------------- $ErrorActionPreference = "Stop"+$InformationPreference = "Continue";++$metadataUri = "http://metadata.google.internal/computeMetadata/v1/instance";+$metadataHeaders = @{"Metadata-Flavor" = "Google"};++$enableDiagnostics = $false;+try+{+ $enableDiagnostics = (Invoke-RestMethod -Headers $metadataHeaders `
Correct. Do we think we should consider per-project metadata for this feature?
comment created time in 5 minutes
Pull request review commentGoogleCloudPlatform/gce-automated-ad-join
Add packet capture diagnostics for join operation
#-------------------------------------------------------------------------------------------- $ErrorActionPreference = "Stop"+$InformationPreference = "Continue";++$metadataUri = "http://metadata.google.internal/computeMetadata/v1/instance";
Will change the capitalization and align the diagnostic related variables.
comment created time in 6 minutes
Pull request review commentGoogleCloudPlatform/gce-automated-ad-join
Add packet capture diagnostics for join operation
#-------------------------------------------------------------------------------------------- $ErrorActionPreference = "Stop"+$InformationPreference = "Continue";++$metadataUri = "http://metadata.google.internal/computeMetadata/v1/instance";+$metadataHeaders = @{"Metadata-Flavor" = "Google"};++$enableDiagnostics = $false;+try+{+ $enableDiagnostics = (Invoke-RestMethod -Headers $metadataHeaders `+ -Uri "$($metadataUri)/attributes/enable-adjoin-diagnostics");++ if($enableDiagnostics)+ {+ Write-Information -MessageData "AD Join diagnostics: Enabled"; ++ $diagnosticsBucket = (Invoke-RestMethod -Headers $metadataHeaders `+ -Uri "$($metadataUri)/attributes/adjoin-diagnostics-bucket");++ if($diagnosticsBucket -eq "")+ {+ throw New-Object System.ArgumentException "AD Join diagnostics enabled but bucket not set. Point adjoin-diagnostics-bucket metadata to a GCS bucket the service account has write access to.";+ }++ $diagnosticCaptureFile = "$env:SystemRoot\temp\capture.etl";
$env:TEMP resolves to something else when the system boots into a user session so I have been using this way to resolve to the same directory. In this case this is not relevant as we are capturing during sysprep and write the capture off to GCS. Will change to your suggestion.
comment created time in 6 minutes
issue commentGoogleCloudPlatform/iap-desktop
Vim unusable due to escape key not working
Thanks for confirming. The fix will go into the next release.
comment created time in 8 minutes
delete branch GoogleCloudPlatform/iap-desktop
delete branch : fix/update-dependencies-for-bracketed-text-fix-2
delete time in 9 minutes
push eventGoogleCloudPlatform/iap-desktop
commit sha 667f058cb5ca9e0c084f4ce3ef6c1b87a36dacde
Update dependencies to use latest vtnetcore version (#486) * Use the vtnetcore version that contains the patch for bracketed text mode * Add test that verifies proper bracketing This fixes #483
push time in 9 minutes
issue closedGoogleCloudPlatform/iap-desktop
Vim unusable due to escape key not working
I can successfully use Vim in the browser based SSH connection from the Cloud Console, but it doesn't appear possible to use Vim in the IAP desktop SSH connection because the escape key is not correctly sent.
closed time in 9 minutes
bartecargoPR merged GoogleCloudPlatform/iap-desktop
- Update dependencies to latest version
- Ensure that the vtnetcore version with the bracketed text mode-fix is used
cf. #483
pr closed time in 9 minutes
issue closedGoogleCloudPlatform/fda-mystudies
Steps
- Create/Edit study
- Navigate to the Resources section
- Add more than 1 resource ( Resources should be in draft)
- Delete any one of the resources
- Click on the mark as complete button and observe
AR: User is able to click on the 'Mark as completed' button ER: 'Mark as completed button should be disabled and it should display the highlighted text in the following screenshot when user mouse hovered on the button

closed time in 11 minutes
Lathan-btcissue commentGoogleCloudPlatform/fda-mystudies
Issue is fixed in the latest QA instance.
comment created time in 12 minutes
issue openedGoogleCloudPlatform/spark-on-k8s-operator
using zeppelin spark interpreter with the operator
Hi team,
I'm trying to use zeppelin with the operator but I don't know how to use it. Normally zeppelin interpreter would act as the driver program. How can this fit into the operator world?
thanks, -M
created time in 12 minutes
pull request commentGoogleCloudPlatform/solutions-terraform-jenkins-gitops
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.
What to do if you already signed the CLA
Individual signers
- It's possible we don't have your GitHub username or you're using a different email address on your commit. Check your existing CLA data and verify that your email is set on your git commits.
Corporate signers
- Your company has a Point of Contact who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the Google project maintainer to go/cla#troubleshoot (Public version).
- The email used to register you as an authorized contributor must be the email used for the Git commit. Check your existing CLA data and verify that your email is set on your git commits.
- The email used to register you as an authorized contributor must also be attached to your GitHub account.
ℹ️ Googlers: Go here for more info.
<!-- need_sender_cla -->
comment created time in 14 minutes
issue closedGoogleCloudPlatform/fda-mystudies
[SB] Active task > Schedule tab > Weekly or Monthly frequency > issue in time field
Steps
- Create/Edit study
- Navigate to the Active tasks section
- Add Active task
- Enter all the mandatory values in the Content tab
- Switch to the Schedule tab and Select Regular
- Select any frequency and enter the time in the time field and click on Save ( lets entered time is 6.30)
- Switch to Weekly or Monthly frequency
- Enter a time other than 6.30 and Click on Save
- Observe the time in the time fields
AR: Previously selected and saved time (6.30) is getting displayed (Selected time in step 6 is getting displayed) ER: Currently entered and saved time should be displayed ( Selected time in step 8 should be displayed)
closed time in 20 minutes
Lathan-btcissue commentGoogleCloudPlatform/fda-mystudies
[SB] Active task > Schedule tab > Weekly or Monthly frequency > issue in time field
Issue is fixed in the latest QA instance.
comment created time in 20 minutes
startedGoogleCloudPlatform/microservices-demo
started time in 29 minutes
fork Divyanshu005/training-data-analyst
Labs and demos for courses for GCP Training (http://cloud.google.com/training).
fork in 30 minutes
pull request commentGoogleCloudPlatform/java-docs-samples
chore(deps): update dependency com.google.cloud.bigtable:bigtable-hbase-2.x-hadoop to v1.20.0
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
comment created time in 35 minutes
pull request commentGoogleCloudPlatform/java-docs-samples
chore(deps): update dependency com.google.cloud:google-cloud-monitoring to v2.2.2
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
comment created time in 36 minutes
push eventGoogleCloudPlatform/iap-desktop
commit sha a6dae802792fcf0cf9513c2e5c788566c1e151fc
Update dependencies to use latest vtnetcore version * Use the vtnetcore version that contains the patch for bracketed text mode * Add test that verifies proper bracketing
push time in an hour
startedGoogleCloudPlatform/cloud-build-samples
started time in an hour
startedGoogleCloudPlatform/keras-idiomatic-programmer
started time in an hour
startedGoogleCloudPlatform/training-data-analyst
started time in an hour
issue commentGoogleCloudPlatform/fda-mystudies
@Lathan-btc Please verify this issue in QA ENV and update ticket accordingly.
comment created time in an hour
pull request commentGoogleCloudPlatform/solutions-terraform-jenkins-gitops
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.
What to do if you already signed the CLA
Individual signers
- It's possible we don't have your GitHub username or you're using a different email address on your commit. Check your existing CLA data and verify that your email is set on your git commits.
Corporate signers
- Your company has a Point of Contact who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the Google project maintainer to go/cla#troubleshoot (Public version).
- The email used to register you as an authorized contributor must be the email used for the Git commit. Check your existing CLA data and verify that your email is set on your git commits.
- The email used to register you as an authorized contributor must also be attached to your GitHub account.
ℹ️ Googlers: Go here for more info.
<!-- need_sender_cla -->
comment created time in an hour
startedGoogleCloudPlatform/kubernetes-engine-samples
started time in an hour