Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 4099dea

Browse files
Move to the new org (#523)
1 parent 6365d03 commit 4099dea

File tree

8 files changed

+320
-320
lines changed

8 files changed

+320
-320
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thanks for stopping by to let us know something could be better!
33
Please run down the following list and make sure you've tried the usual "quick
44
fixes":
55

6-
- Search the issues already opened: https://github.com/googlecloudplatform/cloud-debug-nodejs/issues
6+
- Search the issues already opened: https://github.com/googleapis/cloud-debug-nodejs/issues
77
- Search the issues on our "catch-all" repository: https://github.com/GoogleCloudPlatform/google-cloud-node
88
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
99

CHANGELOG.md

+298-298
Large diffs are not rendered by default.

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@ require('@google-cloud/debug-agent').start({
133133

134134
Once your application is running (deployed, or elsewhere), you should be able to use the [Debug UI][debug-tab] in your Cloud [developer console][dev-console]. You can find the Debug UI in the 'STACKDRIVER -> Debug' section in the navigation panel, or by simply searching for 'Debug' in the cloud console.
135135

136-
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-debug-nodejs/master/doc/images/debug-ui.png" alt="Debug UI" />
136+
<img src="https://raw.githubusercontent.com/googleapis/cloud-debug-nodejs/master/doc/images/debug-ui.png" alt="Debug UI" />
137137

138138
If your source is hosted in a [cloud source repository](https://cloud.google.com/tools/cloud-repositories/docs/), Stackdriver Debugger will display the source code of your application automatically. Alternatively, you can also point the debugger to local files, a GitHub or Bitbucket repository, through a Source Capture, or you can simply type in a filename and line number. More details are on source options are [available here](https://cloud.google.com/debugger/docs/source-options).
139139

140140
If you have the source available, you can set a snapshot by clicking in the gutter (line number area). Once you set a snapshot, the debug agent will insert a momentary breakpoint at the code location in the running instances of the application.
141141

142-
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-debug-nodejs/master/doc/images/breakpoint-set.png" alt="Breakpoint Set" />
142+
<img src="https://raw.githubusercontent.com/googleapis/cloud-debug-nodejs/master/doc/images/breakpoint-set.png" alt="Breakpoint Set" />
143143

144144
As soon as that line of code is reached in any of the running instances of your application, the stack traces, local variables, and watch expressions are captured, and your application continues.
145145

146-
<img src="https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-debug-nodejs/master/doc/images/breakpoint-hit.png" alt="Breakpoint Hit" />
146+
<img src="https://raw.githubusercontent.com/googleapis/cloud-debug-nodejs/master/doc/images/breakpoint-hit.png" alt="Breakpoint Hit" />
147147

148148
**Note:** The directory layout of the code that is being debugged does not have to exactly match the source code specified in the Debug UI. This is because the debug agent resolves a snapshot filename by searching for a file with the longest matching path suffix. If a unique match is found, that file will be used to set the snapshot.
149149

@@ -214,16 +214,16 @@ exports.myFunc = (event) => {
214214
[debugger-roles]: https://cloud.google.com/debugger/docs/iam#roles
215215
[npm-image]: https://img.shields.io/npm/v/@google-cloud/debug-agent.svg
216216
[npm-url]: https://npmjs.org/package/@google-cloud/debug-agent
217-
[travis-image]: https://travis-ci.org/GoogleCloudPlatform/cloud-debug-nodejs.svg?branch=master
218-
[travis-url]: https://travis-ci.org/GoogleCloudPlatform/cloud-debug-nodejs
219-
[coveralls-image]: https://img.shields.io/coveralls/GoogleCloudPlatform/cloud-debug-nodejs/master.svg
220-
[coveralls-url]: https://coveralls.io/r/GoogleCloudPlatform/cloud-debug-nodejs?branch=master
221-
[david-image]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs.svg
222-
[david-url]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs
223-
[david-dev-image]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs/dev-status.svg
224-
[david-dev-url]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs?type=dev
217+
[travis-image]: https://travis-ci.org/googleapis/cloud-debug-nodejs.svg?branch=master
218+
[travis-url]: https://travis-ci.org/googleapis/cloud-debug-nodejs
219+
[coveralls-image]: https://img.shields.io/coveralls/googleapis/cloud-debug-nodejs/master.svg
220+
[coveralls-url]: https://coveralls.io/r/googleapis/cloud-debug-nodejs?branch=master
221+
[david-image]: https://david-dm.org/googleapis/cloud-debug-nodejs.svg
222+
[david-url]: https://david-dm.org/googleapis/cloud-debug-nodejs
223+
[david-dev-image]: https://david-dm.org/googleapis/cloud-debug-nodejs/dev-status.svg
224+
[david-dev-url]: https://david-dm.org/googleapis/cloud-debug-nodejs?type=dev
225225
[debugger-api]: https://console.cloud.google.com/apis/api/clouddebugger.googleapis.com/overview
226-
[snyk-image]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs/badge.svg
227-
[snyk-url]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs
228-
[config-ts]: https://github.com/GoogleCloudPlatform/cloud-debug-nodejs/blob/master/src/agent/config.ts
229-
[configuration-object]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/0.45.0/google-cloud
226+
[snyk-image]: https://snyk.io/test/github/googleapis/cloud-debug-nodejs/badge.svg
227+
[snyk-url]: https://snyk.io/test/github/googleapis/cloud-debug-nodejs
228+
[config-ts]: https://github.com/googleapis/cloud-debug-nodejs/blob/master/src/agent/config.ts
229+
[configuration-object]: https://googleapis.github.io/google-cloud-node/#/docs/google-cloud/0.45.0/google-cloud

bin/run-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
changelog-maker GoogleCloudPlatform cloud-debug-nodejs
3+
changelog-maker googleapis cloud-debug-nodejs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Stackdriver Debug Agent for Node.js",
66
"main": "./build/src/index",
77
"types": "./build/src/index.d.ts",
8-
"repository": "googlecloudplatform/cloud-debug-nodejs",
8+
"repository": "googleapis/cloud-debug-nodejs",
99
"keywords": [
1010
"google",
1111
"debugger",

samples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"description": "Samples for the GoogleCloudPlatform/cloud-debug-nodejs npm module.",
2+
"description": "Samples for the googleapis/cloud-debug-nodejs npm module.",
33
"license": "Apache-2.0",
44
"author": "Google LLC",
55
"engines": {
66
"node": ">=8"
77
},
8-
"repository": "GoogleCloudPlatform/cloud-debug-nodejs",
8+
"repository": "googleapis/cloud-debug-nodejs",
99
"private": true,
1010
"scripts": {
1111
"test": "mocha system-test"

src/client/stackdriver/debug.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class Debug extends Service {
7373
// FIXME(ofrobots): We need our own copy of options because Service may
7474
// default to '{{projectId}}' when options doesn't contain the `projectId`.
7575
// property. This breaks the SSOT principle. Remove this when
76-
// https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1891
76+
// https://github.com/googleapis/google-cloud-node/issues/1891
7777
// is resolved.
7878
this.options = options;
7979

test/test-state.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describeFn('state', () => {
4242

4343
it('should not throw if vm is not an object', () => {
4444
// test for
45-
// https://github.com/GoogleCloudPlatform/cloud-debug-nodejs/issues/503
45+
// https://github.com/googleapis/cloud-debug-nodejs/issues/503
4646
const inject = require('require-inject');
4747
const state = inject('../src/agent/state/legacy-state', {vm: false});
4848
assert.ok(state);

0 commit comments

Comments
 (0)