-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Connect Product #8480
Data Connect Product #8480
Conversation
commit d9ed6147cb5a1b34408342193896d9153a90898c Author: Maneesh Tewani <mtewani@google.com> Date: Thu May 9 10:09:49 2024 -0700 Fixed issue where transport is undefined
* Addressed comments * Included api report * Removed console.log
* Began reporting client sdk information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that all of the files added in this PR that can have copyright notice headers should be copyright 2024 since they are new files.
packages/data-connect/karma.conf.js
Outdated
@@ -0,0 +1,34 @@ | |||
/** | |||
* @license | |||
* Copyright 2017 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, reviving this comment. Many of these files have copyrights from varying years. Shouldn't they all be 2024?
// }, | ||
// external: id => deps.some(dep => id === dep || id.startsWith(`${dep}/`)), | ||
// onwarn: onWarn | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this still be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
// `Provided AppCheck credentials for the app named "${this.appName_}" ` + | ||
// 'are invalid. This usually indicates your app was not initialized correctly.' | ||
// ); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
|
||
import fs from 'fs'; | ||
import * as path from 'path'; | ||
// curl localhost:3628/setupSchema -X POST -d '{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is still needed the maybe add a comment to what it's used for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fill in a PR description based on the template. Thanks!
repo-scripts/prune-dts/tests/resolves-generics-through-inheritence.input.d.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Added Data Connect product (v0.1.0-beta)