Skip to content
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

migrate code from googleapis/nodejs-monitoring #3545

Merged
merged 427 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
427 commits
Select commit Hold shift + click to select a range
d029913
fix: throw on invalid credentials (#216)
yoshi-automation Feb 15, 2019
1fbd2c8
chore(deps): update dependency mocha to v6 (#217)
renovate[bot] Feb 25, 2019
6a64cd5
chore: update proto docs and code style
yoshi-automation Feb 26, 2019
2fc1a06
build: update release configuration
yoshi-automation Mar 6, 2019
4e19574
build: Add docuploader credentials to node publish jobs (#221)
jkwlui Mar 8, 2019
e41e080
chore(deps): update dependency p-retry to v4 (#223)
renovate[bot] Mar 11, 2019
c7f5872
refactor: update json import paths (#224)
yoshi-automation Mar 12, 2019
ad6b945
Release v0.7.1 (#225)
JustinBeckwith Mar 14, 2019
ced66bc
fix: include 'x-goog-request-params' header in requests (#233)
yoshi-automation Mar 28, 2019
caef6e0
refactor: use execSync for tests (#234)
JustinBeckwith Apr 10, 2019
f590ac0
chore(docs): formatting updates (#236)
yoshi-automation Apr 22, 2019
3ec1eec
chore(deps): update dependency nyc to v14 (#235)
renovate[bot] Apr 22, 2019
14b5348
chore: re-order template utils (#237)
yoshi-automation Apr 23, 2019
3993ebe
chore(docs): formatting updates (#238)
yoshi-automation Apr 25, 2019
7475bbc
update to .nycrc with --all enabled (#239)
bcoe Apr 29, 2019
174f9fa
fix(deps): update dependency google-gax to ^0.26.0 (#240)
renovate[bot] May 2, 2019
7b8af89
build!: upgrade engines field to >=8.10.0 (#241)
bcoe May 2, 2019
e952f14
chore(deps): update dependency eslint-plugin-node to v9 (#244)
renovate[bot] May 3, 2019
1ce9874
build: only pipe to codecov if tests run on Node 10 (#245)
yoshi-automation May 10, 2019
530ad61
docs: update jsdoc formatting (#250)
yoshi-automation May 11, 2019
b7677df
fix(deps): update dependency google-gax to v1 (#249)
renovate[bot] May 11, 2019
153d1d8
build: add new kokoro config for coverage and release-please (#251)
bcoe May 17, 2019
ba4c3a7
build: updated kokoro config for coverage and release-please (#252)
bcoe May 17, 2019
24062c7
chore: release 1.0.0 (#256)
yoshi-automation May 20, 2019
74a88d6
refactor: drop dependency on lodash.merge and update links (#258)
yoshi-automation May 21, 2019
99a3839
chore: use published jsdoc-baseline package (#259)
JustinBeckwith May 23, 2019
643ae22
build: ignore proto files in test coverage (#261)
JustinBeckwith May 28, 2019
597d33e
feat: support apiEndpoint override in client constructor (#265)
yoshi-automation Jun 5, 2019
5b350a4
chore: release 1.1.0 (#266)
yoshi-automation Jun 5, 2019
d0bd7b7
feat: add .repo-metadata for README generation (#263)
bcoe Jun 6, 2019
39a0ff7
chore: release 1.2.0 (#267)
yoshi-automation Jun 6, 2019
8b614c2
docs: update return type in jsdoc for Buffers (#268)
yoshi-automation Jun 12, 2019
c96a901
fix(docs): move to new client docs URL (#269)
bcoe Jun 13, 2019
4d4a9be
chore: release 1.2.1 (#270)
yoshi-automation Jun 14, 2019
acb5537
build: switch to GitHub magic proxy (#272)
bcoe Jun 18, 2019
ed0cc10
fix(docs): link to reference docs section on googleapis.dev (#273)
bcoe Jun 25, 2019
846882b
chore: release 1.2.2 (#274)
yoshi-automation Jun 26, 2019
72e109c
build: use config file for linkinator (#275)
JustinBeckwith Jun 28, 2019
6aeba98
chore(deps): update linters (#276)
renovate-bot Jul 26, 2019
d702622
docs: use the jsdoc-fresh theme (#277)
JustinBeckwith Jul 31, 2019
b4fc148
docs: document apiEndpoint over servicePath (#278)
JustinBeckwith Jul 31, 2019
37f7cb5
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
89ad611
chore: release 1.2.3 (#282)
yoshi-automation Aug 3, 2019
2580059
fix(deps): update dependency yargs to v14
renovate-bot Aug 20, 2019
d4acc3b
fix: include the correct version of node in a header (#286)
yoshi-automation Aug 26, 2019
26b7a39
docs: update function documentation
yoshi-automation Aug 27, 2019
3ac89e2
docs: update link to client docs (#288)
yoshi-automation Aug 28, 2019
24aa50f
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
630bb1f
chore(deps): update dependency eslint-plugin-node to v10 (#291)
renovate-bot Sep 5, 2019
184c862
update .nycrc ignore rules (#292)
bcoe Sep 6, 2019
1e9b090
feat(GroupServiceClient): support recursive option when deleting grou…
yoshi-automation Sep 12, 2019
6cadfb8
chore: release 1.3.0 (#290)
yoshi-automation Sep 16, 2019
89d2dad
feat: .d.ts for protos (#298)
yoshi-automation Sep 27, 2019
42eb129
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
a363683
chore: update pull request template (#302)
yoshi-automation Oct 3, 2019
352a392
chore: update pull request template
yoshi-automation Oct 7, 2019
9e0e274
chore: update CONTRIBUTING.md and make releaseType node (#310)
bcoe Oct 9, 2019
8b0e9b4
build: update proto namespaces (#311)
yoshi-automation Oct 12, 2019
c8e8798
chore: release 1.4.0 (#307)
release-please[bot] Oct 12, 2019
205d6a8
feat: add is_internal option (#312)
yoshi-automation Oct 12, 2019
79b950e
fix(deps): bump google-gax to 1.7.5 (#313)
JustinBeckwith Oct 22, 2019
6a5f435
chore: release 1.5.0 (#314)
release-please[bot] Oct 22, 2019
2c2fcf9
chore: clean up package.json (#321)
JustinBeckwith Nov 4, 2019
b1b5b55
chore: exclude gapic files from test coverage (#320)
yoshi-automation Nov 4, 2019
29024b6
fix(docs): snippets are now replaced in jsdoc comments (#324)
bcoe Nov 15, 2019
b902324
feat: add service api support (#325)
yoshi-automation Nov 15, 2019
a01624d
feat: Introduced detailed status message for CreateTimeSeries: Create…
yoshi-automation Nov 15, 2019
6533a33
chore: release 1.6.0 (#330)
release-please[bot] Nov 15, 2019
7004b95
fix(deps): update dependency yargs to v15 (#333)
renovate-bot Nov 18, 2019
33df663
fix(docs): bump release level to GA (#335)
JustinBeckwith Nov 19, 2019
9256149
chore: update license headers
JustinBeckwith Nov 25, 2019
2d911a3
chore: release 1.6.1 (#334)
release-please[bot] Dec 5, 2019
f07727a
docs: update jsdoc license/samples-README (#340)
bcoe Dec 24, 2019
eb5ebf1
chore(deps): update dependency eslint-plugin-node to v11 (#342)
renovate-bot Dec 27, 2019
9d98e6a
chore(deps): update dependency c8 to v7 (#341)
renovate-bot Dec 31, 2019
7a6409b
refactor: use explicit mocha imports (#343)
JustinBeckwith Dec 31, 2019
8947ea5
feat: adds ContentMatcherOption (#336)
yoshi-automation Dec 31, 2019
337f98b
chore: release 1.7.0 (#344)
release-please[bot] Jan 2, 2020
35044a6
build: add **/*.d.ts to coverage ignore list; various updates to comm…
yoshi-automation Jan 3, 2020
9e96825
docs: update license header
yoshi-automation Jan 17, 2020
5af35f2
chore(deps): update dependency mocha to v7 (#347)
renovate-bot Jan 17, 2020
3f6d990
docs: update docstring on method
yoshi-automation Jan 24, 2020
05e5b8a
chore: updated proto files
yoshi-automation Jan 29, 2020
01ddf0b
fix: updated proto files with new proto annotations
yoshi-automation Jan 31, 2020
996a42a
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
d08d4ff
test: modernize mocha config (#356)
JustinBeckwith Feb 5, 2020
db4bae1
chore(deps): update dependency linkinator to v2 (#358)
renovate-bot Feb 10, 2020
e599fc1
build: add GitHub actions config for unit tests (#361)
bcoe Feb 12, 2020
5092729
feat!: monitoring convert to typescript (#360)
summer-ji-eng Feb 18, 2020
9e807b7
chore(deps): update dependency uuid to v7
renovate-bot Feb 26, 2020
9806da3
feat: export protos in src/index.ts (#369)
xiaozhenliu-gg5 Feb 27, 2020
a194a56
chore: update jsdoc.js (#372)
summer-ji-eng Feb 27, 2020
5ecfc00
chore: update jsdoc with macro license (#376)
summer-ji-eng Feb 29, 2020
4b31e1c
chore: correct .jsdoc.js protos and double quotes (#374)
summer-ji-eng Feb 29, 2020
4af48fd
chore(deps): update dependency @types/mocha to v7 (#365)
renovate-bot Mar 1, 2020
726061d
feat: deferred client initialization (#378)
gcf-merge-on-green[bot] Mar 6, 2020
6c12509
build: update linkinator config
yoshi-automation Mar 6, 2020
f68c28f
build(tests): fix coveralls and enable build cop (#381)
bcoe Mar 6, 2020
4d0a1b7
docs: mention templates in contributing section of README (#386)
bcoe Mar 18, 2020
7081137
docs: document version support goals (#393)
bcoe Mar 24, 2020
1fb3fbe
feat!: drop node8 support, support for async iterators (#396)
alexander-fenster Mar 31, 2020
daaa16a
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
112243b
chore(deps): update dependency @types/sinon to v9 (#399)
renovate-bot Apr 2, 2020
629a7f1
refactor(test): use exponential backoff and retry some integration te…
bcoe Apr 3, 2020
9c29765
feat: refresh monitoring client libraries (#401)
yoshi-automation Apr 3, 2020
b1d576f
test: handle a couple more flaky tests (#405)
bcoe Apr 3, 2020
6ec2397
chore: remove duplicate mocha config (#409)
JustinBeckwith Apr 5, 2020
60ee3d8
chore: update doc comments, unit tests, and minor fixes (#408)
yoshi-automation Apr 7, 2020
3e1880a
chore(deps): update dependency gts to v2.0.0 (#414)
renovate-bot Apr 10, 2020
3989fce
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
58c800c
build: remove unused codecov config (#416)
JustinBeckwith Apr 12, 2020
d1f5240
chore: update lint ignore files (#417)
JustinBeckwith Apr 13, 2020
7a9ac20
chore: remove tslint.json (#418)
JustinBeckwith Apr 14, 2020
45e8c30
chore: remove unused dev packages (#419)
JustinBeckwith Apr 14, 2020
9900aab
chore(deps): update dependency ts-loader to v7 (#420)
renovate-bot Apr 15, 2020
5457190
chore(deps): update dependency null-loader to v4 (#422)
renovate-bot Apr 15, 2020
bf5c885
clean up (#423)
xiaozhenliu-gg5 Apr 15, 2020
e42c26d
feat: Update public client library for Cloud Monitoring to introduce …
yoshi-automation Apr 23, 2020
8eeca1f
chore: update npm scripts and synth.py (#426)
alexander-fenster Apr 24, 2020
9ac4c0f
chore(deps): update dependency uuid to v8 (#428)
renovate-bot May 1, 2020
47ba866
fix: regen protos and tests, formatting (#429)
alexander-fenster May 6, 2020
a708a6d
refactor!: Drop support for TimeSeriesQueryLanguageCondition as an al…
yoshi-automation May 6, 2020
8281580
fix: synth.py clean up for multiple version (#431)
summer-ji-eng May 7, 2020
4e0509f
build: do not fail builds on codecov errors (#528) (#433)
yoshi-automation May 8, 2020
5fff176
chore: release 2.0.0 (#377)
release-please[bot] May 18, 2020
2ca41e5
changes without context (#434)
yoshi-automation May 19, 2020
d92eb86
build: update protos.js (#436)
yoshi-automation Jun 9, 2020
c129bd0
feat: move ts target to es2018 from es2016 (#440)
yoshi-automation Jun 10, 2020
2477b6c
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
ea26e68
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
8b87a68
docs: change relative URLs to absolute URLs to fix broken links (#438)
yoshi-automation Jun 16, 2020
9235985
fix: update node issue template (#447)
yoshi-automation Jun 18, 2020
9dac7a5
chore: release 2.1.0 (#441)
release-please[bot] Jun 22, 2020
dfb7244
chore(deps): update dependency mocha to v8 (#448)
renovate-bot Jun 24, 2020
5084941
build: add config .gitattributes (#449)
yoshi-automation Jun 28, 2020
7d8beca
build: use bazel build (#450)
alexander-fenster Jul 6, 2020
0693c0b
build: typeo in nodejs .gitattribute (#453)
yoshi-automation Jul 10, 2020
6991f32
chore(deps): update dependency ts-loader to v8 (#452)
renovate-bot Jul 10, 2020
aef49a0
chore(deps): update dependency @types/mocha to v8 (#454)
renovate-bot Jul 12, 2020
01d6b50
build: missing closing paren in publish script and delete node 8 test…
yoshi-automation Jul 16, 2020
1560bc0
chore: add config files for cloud-rad for node.js (#460)
yoshi-automation Jul 17, 2020
808f166
chore: add dev dependencies for cloud-rad ref docs (#462)
fhinkel Jul 21, 2020
15953f9
build: rename _toc to toc (#463)
yoshi-automation Jul 23, 2020
a0cebd2
fix: move gitattributes files to node templates (#464)
yoshi-automation Jul 24, 2020
ab45421
chore: release 2.1.1 (#465)
release-please[bot] Jul 27, 2020
bf9153d
chore(node): fix kokoro build path for cloud-rad (#466)
yoshi-automation Jul 29, 2020
cf0144b
build: update protos (#467)
yoshi-automation Jul 31, 2020
b28d4fd
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
a04ab9d
build: --credential-file-override is no longer required (#470)
yoshi-automation Aug 11, 2020
9152415
chore: update cloud rad kokoro build job (#472)
yoshi-automation Aug 12, 2020
feae696
build: use gapic-generator-typescript v1.0.7. (#471)
yoshi-automation Aug 12, 2020
b2cbebc
build: perform publish using Node 12 (#473)
yoshi-automation Aug 13, 2020
db131f3
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
3154721
build: move system and samples test from Node 10 to Node 12 (#475)
yoshi-automation Aug 21, 2020
197271a
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 27, 2020
0c70857
fix(deps): update dependency yargs to v16 (#480)
renovate-bot Sep 9, 2020
8512740
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
132cb87
chore: release 2.1.2 (#481)
release-please[bot] Sep 17, 2020
4dacf23
chore: update bucket for cloud-rad (#484)
yoshi-automation Oct 2, 2020
30490f7
build(node_library): migrate to Trampoline V2 (#485)
yoshi-automation Oct 5, 2020
85996ce
chore(deps): update dependency webpack-cli to v4 (#488)
renovate-bot Oct 12, 2020
20ad0ac
chore(deps): update dependency webpack to v5 (#487)
renovate-bot Oct 14, 2020
b3542ce
build: only check --engine-strict for production deps (#490)
yoshi-automation Oct 16, 2020
32b6fdc
chore: clean up Node.js TOC for cloud-rad (#491)
yoshi-automation Oct 21, 2020
082ae49
docs: updated code of conduct (includes update to actions) (#494)
yoshi-automation Oct 27, 2020
343259f
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#495)
yoshi-automation Nov 2, 2020
fb0412d
fix: do not modify options object, use defaultScopes (#497)
alexander-fenster Nov 7, 2020
79e5127
chore: release 2.1.3 (#498)
release-please[bot] Nov 11, 2020
3b0b935
build: add version clients (#496)
yoshi-automation Nov 11, 2020
f0ee9e1
fix(browser): check for fetch on window (#501)
yoshi-automation Nov 23, 2020
b2d85dd
build: stop tracking generated files
yoshi-automation Nov 24, 2020
9ac07a3
docs: spelling correction for "targetting" (#505)
yoshi-automation Nov 25, 2020
8ef567a
chore: release 2.1.4 (#502)
release-please[bot] Dec 2, 2020
f4c4bdc
chore: generate GAPIC metadata JSON file (#508)
yoshi-automation Dec 4, 2020
8fcd083
fix: update alert policies one at a time because (concurrent updates …
syedashrafulla Dec 22, 2020
29070fb
docs: add instructions for authenticating for system tests (#511)
yoshi-automation Dec 22, 2020
fc936d0
docs: update dates (#512)
yoshi-automation Jan 7, 2021
5af95b1
chore: release 2.1.5 (#509)
release-please[bot] Jan 7, 2021
f490ad6
feat: adds style enumeration (#513)
yoshi-automation Jan 9, 2021
da106af
chore: release 2.2.0 (#514)
release-please[bot] Jan 12, 2021
0d96bf7
refactor(nodejs): move build cop to flakybot (#516)
yoshi-automation Jan 27, 2021
771cbb2
build: adds UNORDERED_LIST enum (#518)
yoshi-automation Feb 4, 2021
78c3d81
build: update gapic-generator-typescript to v1.2.10. (#519)
yoshi-automation Mar 7, 2021
0b65e6e
build: updates to generated protos
yoshi-automation Mar 12, 2021
7a47040
chore(deps): update dependency sinon to v10 (#522)
renovate-bot Mar 23, 2021
d0bdd02
feat: Added support for Monitoring Query Language: https://cloud.goog…
yoshi-automation Mar 24, 2021
89861dc
chore: release 2.3.0 (#524)
release-please[bot] Mar 29, 2021
42ba382
chore(deps): update dependency @types/sinon to v10 (#527)
renovate-bot Apr 14, 2021
76299a9
chore: template changes (#529)
yoshi-automation Apr 19, 2021
9a56fd2
chore(deps): update dependency ts-loader to v9 (#530)
renovate-bot Apr 19, 2021
75160b0
chore: migrate to owl bot (#526)
SurferJeffAtGoogle Apr 28, 2021
7e5bc12
fix(deps): require google-gax v2.12.0 (#534)
alexander-fenster May 7, 2021
5431bf0
chore: new owl bot post processor docker image (#536)
gcf-owl-bot[bot] May 10, 2021
72da3d0
chore: new owl bot post processor docker image (#537)
gcf-owl-bot[bot] May 12, 2021
a947760
chore: release 2.3.1 (#535)
release-please[bot] May 13, 2021
826b3df
chore(deps): update dependency @types/node to v14 (#540)
renovate-bot May 21, 2021
d326448
chore(deps): update dependency sinon to v11 (#541)
renovate-bot May 25, 2021
66f89f6
chore(nodejs): remove api-extractor dependencies (#548)
fhinkel Jun 10, 2021
203753c
fix(deps): google-gax v2.17.0 with mTLS (#552)
bcoe Jun 29, 2021
b67f441
chore: release 2.3.2 (#553)
release-please[bot] Jun 29, 2021
1eec7e1
fix(deps): require google-gax v2.17.1 (#558)
bcoe Jul 16, 2021
6ca1f05
chore: release 2.3.3 (#559)
release-please[bot] Jul 16, 2021
d58128f
chore: release 2.3.3 (#562)
release-please[bot] Jul 16, 2021
76b583c
samples: use modern samples layout (#556)
JustinBeckwith Aug 4, 2021
4765132
chore(nodejs): update client ref docs link in metadata (#567)
fhinkel Aug 4, 2021
21d6aaa
chore: remove duplicate alert samples (#568)
JustinBeckwith Aug 5, 2021
cf56e9a
fix(deps): google-gax v2.24.1 (#570)
bcoe Aug 17, 2021
587918b
chore: release 2.3.4 (#571)
release-please[bot] Aug 17, 2021
0c904cb
chore: disable renovate dependency dashboard (#1194) (#573)
gcf-owl-bot[bot] Aug 25, 2021
a94a247
chore: split metrics samples (#572)
JustinBeckwith Aug 30, 2021
8326fd6
fix(build): update branch to main (#574)
bcoe Sep 8, 2021
30d02f3
chore: release 2.3.5 (#575)
release-please[bot] Sep 8, 2021
318cfc9
chore: relocate owl bot post processor (#577)
SurferJeffAtGoogle Sep 21, 2021
ee95be2
build(node): update deps used during postprocessing (#1243) (#580)
gcf-owl-bot[bot] Oct 14, 2021
2b4b240
chore(deps): update dependency @types/node to v16 (#581)
renovate-bot Oct 26, 2021
7fd3acf
chore(cloud-rad): delete api-extractor config (#583)
fhinkel Nov 4, 2021
3f33eba
chore(deps): update dependency sinon to v12 (#582)
renovate-bot Nov 4, 2021
684cddf
build: add generated samples to .eslintignore (#584)
gcf-owl-bot[bot] Dec 9, 2021
8876604
docs(node): support "stable"/"preview" release level (#1312) (#588)
gcf-owl-bot[bot] Dec 29, 2021
df31953
chore: add api_shortname and library_type to repo metadata (#587)
parthea Dec 30, 2021
6d1f0af
test(nodejs): remove 15 add 16 (#1322) (#592)
gcf-owl-bot[bot] Jan 11, 2022
954b17a
chore(deps): update dependency sinon to v13 (#597)
renovate-bot Jan 31, 2022
7a6f715
docs(nodejs): version support policy edits (#1346) (#599)
gcf-owl-bot[bot] Feb 3, 2022
e7e6763
test: update gax for test flaky (#611)
summer-ji-eng May 3, 2022
447231a
chore(deps): update dependency @types/mocha to v9 (#612)
renovate-bot May 3, 2022
60980f4
chore(deps): update dependency sinon to v14 (#615)
renovate-bot May 9, 2022
49e2188
build!: update library to use Node 12 (#617)
sofisl May 20, 2022
d0b21ae
chore(main): release 3.0.0 (#618)
release-please[bot] Jun 7, 2022
22af571
chore(deps): update dependency jsdoc-fresh to v2 (#620)
renovate-bot Jun 9, 2022
59e6f39
chore(deps): update dependency jsdoc-region-tag to v2 (#621)
renovate-bot Jun 16, 2022
972b869
chore(deps): update dependency linkinator to v4 (#622)
renovate-bot Jul 8, 2022
b8519c2
fix: change import long to require (#624)
gcf-owl-bot[bot] Aug 23, 2022
1ece3e2
chore(main): release 3.0.1 (#625)
release-please[bot] Aug 26, 2022
676cf86
fix: do not import the whole google-gax from proto JS (#1553) (#627)
gcf-owl-bot[bot] Aug 27, 2022
e54d3aa
chore(deps): update dependency uuid to v9 (#629)
renovate-bot Sep 9, 2022
ebcaa5c
chore(main): release 3.0.2 (#628)
release-please[bot] Sep 26, 2022
f701bee
chore: added extra variables owlbot kokoro configs (#623)
daniel-sanche Oct 11, 2022
c70cfd7
fix(deps): use google-gax v3.5.2 (#647)
alexander-fenster Nov 4, 2022
c059598
fix: update proto definitions(#651)
gcf-owl-bot[bot] Nov 10, 2022
e50b2e4
chore(deps): update dependency @types/node to v18 (#645)
renovate-bot Nov 10, 2022
4da7bc4
chore(deps): update dependency jsdoc to v4 (#650)
renovate-bot Nov 11, 2022
644c402
chore(main): release 3.0.3 (#649)
release-please[bot] Nov 11, 2022
c5bbad7
Merge remote-tracking branch 'migration/main' into nodejs-monitoring-…
sofisl Nov 11, 2022
756b701
build: add release-please config, fix owlbot-config
sofisl Nov 11, 2022
35ae46e
Delete metrics_service_smoke_test.ts
sofisl Nov 11, 2022
e338e97
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
7674937
Merge branch 'nodejs-monitoring-migration' of https://github.com/goog…
gcf-owl-bot[bot] Nov 11, 2022
3b08d30
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
e9ba7c4
Merge branch 'nodejs-monitoring-migration' of https://github.com/goog…
gcf-owl-bot[bot] Nov 11, 2022
b9eadb7
Merge branch 'main' into nodejs-monitoring-migration
sofisl Nov 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/google-cloud-monitoring/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
samples/generated/
3 changes: 3 additions & 0 deletions packages/google-cloud-monitoring/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts"
}
4 changes: 4 additions & 0 deletions packages/google-cloud-monitoring/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
**/api-extractor.json linguist-language=JSON-with-Comments
26 changes: 26 additions & 0 deletions packages/google-cloud-monitoring/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest


deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/monitoring/(v.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2

begin-after-commit-hash: ed3195d0a29ae8c2608dc5a2aa2590554a3f9d14

14 changes: 14 additions & 0 deletions packages/google-cloud-monitoring/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
package-lock.json
__pycache__
55 changes: 55 additions & 0 deletions packages/google-cloud-monitoring/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// 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.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

'use strict';

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
verbose: true,
destination: './docs/'
},
plugins: [
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2021 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/monitoring',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-monitoring/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
}
if (process.env.MOCHA_REPORTER) {
config.reporter = process.env.MOCHA_REPORTER;
}
if (process.env.MOCHA_REPORTER_OUTPUT) {
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
}
module.exports = config
24 changes: 24 additions & 0 deletions packages/google-cloud-monitoring/.nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"report-dir": "./.coverage",
"reporter": ["text", "lcov"],
"exclude": [
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/conformance",
"**/docs",
"**/samples",
"**/scripts",
"**/protos",
"**/test",
"**/*.d.ts",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"exclude-after-remap": false,
"all": true
}
6 changes: 6 additions & 0 deletions packages/google-cloud-monitoring/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
17 changes: 17 additions & 0 deletions packages/google-cloud-monitoring/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

module.exports = {
...require('gts/.prettierrc.json')
}
4 changes: 4 additions & 0 deletions packages/google-cloud-monitoring/.readme-partials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
introduction: |-
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs) collects metrics, events, and metadata from
Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes, application instrumentation,
and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others.
16 changes: 16 additions & 0 deletions packages/google-cloud-monitoring/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/monitoring/latest",
"product_documentation": "https://cloud.google.com/monitoring/docs",
"name": "monitoring",
"requires_billing": true,
"release_level": "stable",
"language": "nodejs",
"api_id": "monitoring.googleapis.com",
"distribution_name": "@google-cloud/monitoring",
"repo": "googleapis/nodejs-monitoring",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"name_pretty": "Stackdriver Monitoring",
"default_version": "v3",
"api_shortname": "monitoring",
"library_type": "GAPIC_AUTO"
}
Loading