Skip to content

Commit

Permalink
chore: update CODEOWNERS, copyright, proto config (#13)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* refactor(nodejs): move build cop to flakybot

Source-Author: Benjamin E. Coe <bencoe@google.com>
Source-Date: Tue Jan 26 16:48:20 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 57c23fa5705499a4181095ced81f0ee0933b64f6
Source-Link: googleapis/synthtool@57c23fa

* fix: use repo metadata to populate nodejs CODEOWNERS

* fix: use repo metadata to populate nodejs CODEOWNERS

* chore: small formatting tweaks

Co-authored-by: Benjamin Coe <bencoe@google.com>

Source-Author: Justin Beckwith <justin.beckwith@gmail.com>
Source-Date: Wed Feb 3 15:09:55 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 318e351e26ba65b2b3cfa3f61b3b64e3540c3525
Source-Link: googleapis/synthtool@318e351
  • Loading branch information
yoshi-automation authored Feb 4, 2021
1 parent 5233731 commit e7a733a
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/google-devtools-artifactregistry/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2020 Google LLC',
copyright: 'Copyright 2021 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'artifactregistry',
Expand Down
4 changes: 1 addition & 3 deletions packages/google-devtools-artifactregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ npm install @google-cloud/artifact-registry

// remove this line after package is released
// eslint-disable-next-line node/no-missing-require
const {
ArtifactRegistryClient,
} = require('@google-cloud/artifact-registry');
const {ArtifactRegistryClient} = require('@google-cloud/artifact-registry');

// TODO(developer): replace with your prefered project ID.
// const projectId = 'my-project'
Expand Down
17 changes: 15 additions & 2 deletions packages/google-devtools-artifactregistry/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 85 additions & 2 deletions packages/google-devtools-artifactregistry/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions packages/google-devtools-artifactregistry/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions packages/google-devtools-artifactregistry/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-artifact-registry.git",
"sha": "8db79fbc711b89107e670db54d69f9685dae457b"
"sha": "b33d4661cea3deae6e625c3b69faac179307aaa4"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "363fe305e9ce34a6cd53951c6ee5f997094b54ee"
"sha": "318e351e26ba65b2b3cfa3f61b3b64e3540c3525"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
// ** All changes to this file may be overwritten. **

/* eslint-disable node/no-missing-require, no-unused-vars */
const artifactregistry = require('@google-cloud/artifact-registry');
const artifactregistry = require('artifactregistry');

function main() {
const artifactRegistryClient = new artifactregistry.ArtifactRegistryClient();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

import {ArtifactRegistryClient} from '@google-cloud/artifact-registry';
import {ArtifactRegistryClient} from 'artifactregistry';

// check that the client class type name can be used
function doStuffWithArtifactRegistryClient(client: ArtifactRegistryClient) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit e7a733a

Please sign in to comment.