Skip to content

Comments

Bump up gRPC version, and use its new release repository#65

Merged
wu-sheng merged 7 commits intoapache:masterfrom
alanlvle:grpc
Dec 2, 2021
Merged

Bump up gRPC version, and use its new release repository#65
wu-sheng merged 7 commits intoapache:masterfrom
alanlvle:grpc

Conversation

@alanlvle
Copy link
Contributor

update:
1.grpc update to @grpc/grpc-js
2.update Authentication Method to realize

@wu-sheng
Copy link
Member

A lot of format changes, I can't see they are expected, please make sure you submitted the necessary changes.

@wu-sheng wu-sheng added the enhancement New feature or request label Nov 26, 2021
}

const stream = this.reporterClient.collect((error, _) => {
const stream = this.reporterClient.collect(AuthInterceptor(),(error, _) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a space after ,

);
export default function AuthInterceptor() {
const mata = new grpc.Metadata()
if(config.authorization){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a space before (, after )

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update 3da6ed9

@wu-sheng wu-sheng changed the title update grpc Bump up gRPC version, and use its new release repository Nov 26, 2021
@kezhenxu94
Copy link
Member

@alanlvle can you please also update the license information in this directory https://github.com/apache/skywalking-nodejs/tree/master/dist ? Others look good to me, thank you!

@alanlvle
Copy link
Contributor Author

@kezhenxu94 Yes, what are the changes?

@wu-sheng
Copy link
Member

Generally this part, https://github.com/apache/skywalking-nodejs/blob/master/dist/LICENSE#L211. You need to update the LICENSE file according to the latest dependencies, even dependencies of dependencies, which is required by the ASF and Apache 2.0 License.

@kezhenxu94 kezhenxu94 added this to the 0.4.0 milestone Dec 2, 2021
@wu-sheng wu-sheng merged commit 3c486f1 into apache:master Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants