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-dlp #3837

Merged
merged 455 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
455 commits
Select commit Hold shift + click to select a range
41faa4d
build: use config file for linkinator (#315)
JustinBeckwith Jun 28, 2019
f2fdfbf
docs: document method publishFindingsToCloudDataCatalog
yoshi-automation Jul 9, 2019
913b9c2
chore: release 1.4.0 (#318)
yoshi-automation Jul 9, 2019
372b3bd
chore(deps): update linters (#321)
renovate-bot Jul 26, 2019
5283dd7
docs: use the jsdoc-fresh theme (#322)
JustinBeckwith Jul 31, 2019
6ee29ab
docs: document apiEndpoint over servicePath (#323)
JustinBeckwith Jul 31, 2019
479956f
chore: run synthtool (#329)
bcoe Aug 31, 2019
9a26f5c
update .nycrc ignore rules (#332)
bcoe Sep 6, 2019
b4af7b4
chore(deps): update dependency eslint-plugin-node to v10 (#331)
renovate-bot Sep 7, 2019
7bac0b1
feat: load protos from JSON, grpc-fallback support (#330)
yoshi-automation Sep 11, 2019
d75f7cc
fix(deps): update dependency yargs to v14 (#328)
renovate-bot Sep 11, 2019
c0feeb7
chore(deps): update dependency @google-cloud/pubsub to ^0.32.0 (#327)
renovate-bot Sep 11, 2019
d07ce16
chore: release 1.5.0 (#335)
yoshi-automation Sep 12, 2019
1163dfe
fix(deps): update dependency @google-cloud/pubsub to v1 (#339)
renovate-bot Sep 18, 2019
e323646
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
3dde54d
feat: .d.ts for protos (#342)
yoshi-automation Sep 27, 2019
176808c
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
1699d35
chore: update pull request template (#346)
yoshi-automation Oct 8, 2019
c61cb38
chore: update CONTRIBUTING.md and make releaseType node (#350)
bcoe Oct 9, 2019
e50f95f
chore: release 1.6.0 (#343)
release-please[bot] Oct 14, 2019
97e5e8c
fix(deps): bump google-gax to 1.7.5 (#351)
JustinBeckwith Oct 22, 2019
21cee07
chore: release 1.6.1 (#352)
release-please[bot] Oct 22, 2019
5424273
chore: exclude gapic files from code coverage (#355)
yoshi-automation Nov 5, 2019
8a5a5a3
feat: add support for publishToStackdriver field (#358)
yoshi-automation Nov 13, 2019
91dcaa6
fix(docs): snippets are now replaced in jsdoc comments (#357)
bcoe Nov 13, 2019
e85a936
chore: release 1.7.0 (#359)
release-please[bot] Nov 15, 2019
0803fd9
fix(deps): update dependency yargs to v15 (#361)
renovate-bot Nov 18, 2019
e53446a
chore: release 1.7.1 (#362)
release-please[bot] Nov 18, 2019
aec5586
fix(docs): bump release level to GA (#363)
JustinBeckwith Nov 18, 2019
5f292ab
feat: add plural and singular resource descriptor (#365)
yoshi-automation Nov 22, 2019
068202c
chore: update license headers
JustinBeckwith Nov 25, 2019
2e2a318
chore: release 1.8.0 (#366)
release-please[bot] Dec 5, 2019
d2ea3d8
docs: update jsdoc license/samples-README (#374)
bcoe Dec 23, 2019
f0c7495
chore(deps): update dependency nyc to v15 (#375)
renovate-bot Dec 24, 2019
2f6769a
build: use c8 for coverage (#376)
JustinBeckwith Dec 27, 2019
56704ec
chore(deps): update dependency eslint-plugin-node to v11 (#377)
renovate-bot Dec 27, 2019
eabd409
refactor: use explicit mocha imports (#378)
JustinBeckwith Dec 30, 2019
f4c997f
feat: introduces locationId
yoshi-automation Dec 30, 2019
4143fd8
chore: release 1.9.0 (#379)
release-please[bot] Dec 31, 2019
97ff719
chore: update .nycrc
yoshi-automation Jan 5, 2020
8c057b2
chore(deps): update dependency mocha to v7 (#384)
renovate-bot Jan 6, 2020
7f899a3
build: migrate DLP to proto annotations (but not GAPIC v2)
yoshi-automation Jan 14, 2020
21d38c5
docs: update license header
yoshi-automation Jan 17, 2020
c278ebc
chore: remove unused repo tools metadata (#390)
JustinBeckwith Jan 23, 2020
a00df13
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
166f9bc
chore: regenerate synth.metadata (#392)
yoshi-automation Jan 27, 2020
33168b5
feat!: move to typescript code generation (#393)
xiaozhenliu-gg5 Jan 28, 2020
973b776
chore: release 2.0.0 (#394)
release-please[bot] Jan 28, 2020
7a85c07
chore: regenerated library
yoshi-automation Jan 29, 2020
31827e9
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
6ddb9f6
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
d8526c6
test: modernize mocha config (#397)
JustinBeckwith Feb 5, 2020
7a45293
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
d649889
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
d63bafd
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
738e66e
chore: release 2.0.1 (#404)
release-please[bot] Feb 12, 2020
d53b96c
chore(deps): update dependency uuid to v7
renovate-bot Feb 26, 2020
f17aa71
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
424a23e
chore: update jsdoc.js (#414)
summer-ji-eng Feb 27, 2020
725ae7b
chore: update jsdoc with macro license (#417)
summer-ji-eng Feb 29, 2020
30fa96e
chore: update .jsdoc.js
yoshi-automation Feb 29, 2020
372adcf
chore: release 2.1.0 (#411)
release-please[bot] Mar 2, 2020
0f890ed
chore: remove obsolete replacements from synth.py (#419)
alexander-fenster Mar 5, 2020
30afc03
feat: deferred client initialization (#420)
gcf-merge-on-green[bot] Mar 6, 2020
8f04422
build: update linkinator config (#422)
gcf-merge-on-green[bot] Mar 6, 2020
8b28085
build(tests): fix coveralls and enable build cop (#426)
bcoe Mar 6, 2020
4c5de3d
chore: release 2.2.0 (#421)
release-please[bot] Mar 11, 2020
0eabab3
docs: mention templates in contributing section of README (#429)
bcoe Mar 18, 2020
4167810
chore: remove snippet leading whitespace (#431)
chingor13 Mar 19, 2020
0b66083
docs: document version support goals (#436)
bcoe Mar 24, 2020
0c2a30f
feat: adds missing fields to Finding and adds support for hybrid jobs…
yoshi-automation Mar 25, 2020
b0ec219
feat!: drop node8 support, support for async iterators (#440)
alexander-fenster Mar 31, 2020
25f9516
chore: linting fixes
yoshi-automation Apr 1, 2020
2f098f7
chore(deps): update dependency @types/sinon to v9 (#442)
renovate-bot Apr 1, 2020
1456717
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 12, 2020
5a8ba4f
chore: remove duplicate mocha config (#446)
JustinBeckwith Apr 12, 2020
b6c81a7
chore(deps): update dependency pngjs to v4 (#447)
renovate-bot Apr 12, 2020
0821728
build: remove unused codecov config (#450)
JustinBeckwith Apr 12, 2020
f98053c
docs: update proto comments (#451)
yoshi-automation Apr 12, 2020
34d52d3
chore: update lint ignore files (#452)
JustinBeckwith Apr 13, 2020
2a8d44b
chore: remove tslint.json (#453)
JustinBeckwith Apr 14, 2020
045c53f
chore: remove unused dev packages (#454)
JustinBeckwith Apr 14, 2020
1e632d1
chore(deps): update dependency ts-loader to v7 (#455)
renovate-bot Apr 15, 2020
eafd38f
chore(deps): update dependency null-loader to v4 (#457)
renovate-bot Apr 15, 2020
3096223
chore: run fix instead of lint in synthfile (#458)
JustinBeckwith Apr 15, 2020
1565755
chore: linting
yoshi-automation Apr 16, 2020
a424ade
build: use codecov's action, now that it's authless
yoshi-automation Apr 20, 2020
c749956
chore(deps): update dependency pngjs to v5 (#459)
renovate-bot Apr 22, 2020
4659ebb
build: adopt changes to generator formatter (#462)
yoshi-automation Apr 22, 2020
ba3b340
fix: support request params {key} with no =value (#463)
yoshi-automation Apr 22, 2020
a6264d3
chore: update npm scripts and synth.py (#464)
alexander-fenster Apr 24, 2020
b4019f4
chore(deps): update dependency uuid to v8 (#466)
renovate-bot May 1, 2020
481304a
fix: regen protos and tests, fix formatting (#467)
alexander-fenster May 6, 2020
9727d72
fix: synth.py clean up for multiple version (#469)
summer-ji-eng May 7, 2020
241efd2
fix: embedding location into parent (#476)
alexander-fenster May 22, 2020
9ea83c2
fix(deps): update dependency @google-cloud/pubsub to v2 (#475)
renovate-bot May 26, 2020
9ad797e
chore: release 3.0.0 (#441)
release-please[bot] Jun 2, 2020
65e6471
chore(deps): update dependency mocha to v8 (#482)
renovate-bot Jun 12, 2020
94df3e6
build: update protos.js (#477)
yoshi-automation Jun 12, 2020
4aeb7cb
docs: fix several broken links in the docs (#478)
yoshi-automation Jun 12, 2020
f17d915
fix: proper fallback option handling (#486)
yoshi-automation Jun 15, 2020
c1bc45e
chore: release 3.0.1 (#487)
release-please[bot] Jun 16, 2020
dab3ec8
chore: update node issue template (#489)
yoshi-automation Jun 18, 2020
b6b8390
fix(samples): include locations/global in parent field (#488)
sushicw Jun 23, 2020
4654146
docs: update readme sample and gitattributes (#493)
yoshi-automation Jul 1, 2020
553585c
build: use bazel build (#498)
alexander-fenster Jul 7, 2020
fd742fd
build: typo in gitattribute, and edit retry code names field (#503)
yoshi-automation Jul 10, 2020
4e3cfb1
chore(deps): update dependency ts-loader to v8 (#501)
renovate-bot Jul 10, 2020
692be6d
chore(deps): update dependency @types/mocha to v8 (#504)
renovate-bot Jul 14, 2020
66bc0aa
chore: update generated protos.js (#506)
yoshi-automation Jul 14, 2020
6323e1d
build: missing closing paren in publish script (#507)
yoshi-automation Jul 15, 2020
5184669
chore: release 3.0.2 (#490)
release-please[bot] Jul 15, 2020
27f257a
chore: add config files for cloud-rad for node.js, delete Node 8 temp…
yoshi-automation Jul 17, 2020
bcb1da3
chore: add dev dependencies for cloud-rad ref docs (#513)
fhinkel Jul 21, 2020
62da5e8
build: rename _toc to toc (#514)
yoshi-automation Jul 22, 2020
4e2c2f6
chore: move gitattributes files to node templates (#515)
yoshi-automation Jul 27, 2020
726ec7c
chore(node): fix kokoro build path for cloud-rad (#516)
yoshi-automation Jul 30, 2020
c153014
build: update protos (#517)
yoshi-automation Jul 31, 2020
72fa24c
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
bbaa1ce
build: --credential-file-override is no longer required (#523)
yoshi-automation Aug 8, 2020
2a22ffb
chore: refactor all DLP samples and tests (#520)
sofisl Aug 12, 2020
0cfaadc
build: use gapic-generator-typescript v1.0.7. (#524)
yoshi-automation Aug 12, 2020
b83dcca
build: remove ignored linkinator paths (#526)
yoshi-automation Aug 12, 2020
55286d6
build: perform publish using Node 12 (#527)
yoshi-automation Aug 13, 2020
c591843
chore: start tracking obsolete files (#528)
yoshi-automation Aug 19, 2020
abb7b3c
build: move system and samples test from Node 10 to Node 12 (#529)
yoshi-automation Aug 21, 2020
74d43a8
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
655dc0c
fix(deps): update dependency yargs to v16 (#536)
renovate-bot Sep 9, 2020
ec00633
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
787896f
chore: release 3.0.3 (#537)
release-please[bot] Sep 14, 2020
2463bf7
docs: expand parent field format, and BigQuery sampling options. Also…
yoshi-automation Sep 15, 2020
82a1a39
docs: correct the links for parent fields (#541)
yoshi-automation Sep 17, 2020
02584bf
chore: update bucket for cloud-rad (#542)
yoshi-automation Oct 1, 2020
d0526c6
build(node_library): migrate to Trampoline V2 (#543)
yoshi-automation Oct 5, 2020
012a4a6
chore(deps): update dependency webpack-cli to v4 (#546)
renovate-bot Oct 12, 2020
6a042df
chore(deps): update dependency webpack to v5 (#545)
renovate-bot Oct 14, 2020
674daea
fix: retrieve job config for risk analysis jobs; docs: clarify timesp…
yoshi-automation Oct 15, 2020
bc64d83
chore: release 3.0.4 (#549)
release-please[bot] Oct 16, 2020
1b78267
build: only check --engine-strict for production deps (#550)
yoshi-automation Oct 16, 2020
f72d19c
chore: clean up Node.js TOC for cloud-rad (#553)
yoshi-automation Oct 21, 2020
7d04c5a
chore(deps): update dependency pngjs to v6 (#556)
renovate-bot Oct 26, 2020
41489af
docs: updated code of conduct (includes update to actions) (#557)
yoshi-automation Oct 27, 2020
09241de
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#558)
yoshi-automation Nov 2, 2020
3517c9a
fix: do not modify options object, use defaultScopes (#560)
alexander-fenster Nov 7, 2020
a7e95bb
chore: release 3.0.5 (#561)
release-please[bot] Nov 16, 2020
d7d1eef
fix(window): check for fetch on window
yoshi-automation Nov 23, 2020
06f721c
docs: spelling correction for "targetting" (#565)
yoshi-automation Nov 25, 2020
13fe8e5
chore: release 3.0.6 (#564)
release-please[bot] Dec 2, 2020
1df8862
chore: generate GAPIC metadata JSON file (#566)
yoshi-automation Dec 4, 2020
1695d86
docs: add instructions for authenticating for system tests (#567)
yoshi-automation Dec 22, 2020
259b83a
docs: update dates (#568)
yoshi-automation Jan 7, 2021
a7b2fca
feat: adds style enumeration (#569)
yoshi-automation Jan 9, 2021
643dc78
chore: release 3.1.0 (#570)
release-please[bot] Jan 12, 2021
895cdfd
refactor(nodejs): move build cop to flakybot (#572)
yoshi-automation Jan 27, 2021
d281676
build: adds UNORDERED_LIST enum (#573)
yoshi-automation Feb 4, 2021
f997911
build: update gapic-generator-typescript to v1.2.10. (#574)
yoshi-automation Mar 7, 2021
a03c226
chore: migrate to owl bot (#576)
SurferJeffAtGoogle Mar 18, 2021
8c845a1
chore(deps): update dependency sinon to v10 (#581)
renovate-bot Mar 23, 2021
1958fe8
chore(deps): update dependency @types/sinon to v10 (#591)
renovate-bot Apr 14, 2021
660fae3
chore(deps): update dependency ts-loader to v9 (#595)
renovate-bot Apr 19, 2021
6d9e17f
fix(deps): require google-gax v2.12.0 (#606)
alexander-fenster May 7, 2021
cae46a8
chore: new owl bot post processor docker image (#608)
gcf-owl-bot[bot] May 10, 2021
f3a4a88
fix: use require() to load JSON protos (#609)
gcf-owl-bot[bot] May 11, 2021
be3d07e
chore: update gapic-generator-typescript to v1.3.2 (#610)
gcf-owl-bot[bot] May 11, 2021
9d1c75d
chore: release 3.1.1 (#607)
release-please[bot] May 13, 2021
8ddd017
chore(deps): update dependency @types/node to v14 (#613)
renovate-bot May 21, 2021
65c6ab3
chore(deps): update dependency sinon to v11 (#614)
renovate-bot May 25, 2021
3444af2
fix: GoogleAdsError missing using generator version after 1.3.0 (#615)
gcf-owl-bot[bot] May 25, 2021
77b1b0d
chore: release 3.1.2 (#616)
release-please[bot] May 25, 2021
e24660a
chore(nodejs): remove api-extractor dependencies (#621)
fhinkel Jun 10, 2021
96df053
fix: make request optional in all cases (#623)
gcf-owl-bot[bot] Jun 22, 2021
de3ea0d
chore: release 3.1.3 (#624)
release-please[bot] Jun 22, 2021
253eaa2
fix(deps): google-gax v2.17.0 with mTLS (#629)
bcoe Jun 29, 2021
c19759e
chore: release 3.1.4 (#630)
release-please[bot] Jun 29, 2021
1591f58
fix(deps): google-gax v2.17.1 (#632)
bcoe Jul 12, 2021
831474f
chore: release 3.1.5 (#633)
release-please[bot] Jul 12, 2021
3018446
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
7e30289
chore: release 3.1.6 (#635)
release-please[bot] Jul 16, 2021
a8e79dc
fix(build): migrate to using main branch (#642)
sofisl Aug 13, 2021
647c8c9
chore: release 3.1.7 (#643)
release-please[bot] Aug 13, 2021
b2906cc
chore(nodejs): update client ref docs link in metadata (#641)
fhinkel Aug 13, 2021
86d94f9
fix(deps): google-gax v2.24.1 (#644)
bcoe Aug 17, 2021
4315316
chore: release 3.1.8 (#645)
release-please[bot] Aug 17, 2021
d839177
feat: turns on self-signed JWT feature flag (#646)
gcf-owl-bot[bot] Aug 23, 2021
5f322d0
chore: release 3.2.0 (#647)
release-please[bot] Aug 23, 2021
be73b80
chore: relocate owl bot post processor (#654)
SurferJeffAtGoogle Sep 21, 2021
f660818
docs(samples): add auto-generated Node samples (#656)
gcf-owl-bot[bot] Sep 24, 2021
2530f09
build(node): update deps used during postprocessing (#1243) (#659)
gcf-owl-bot[bot] Oct 14, 2021
5ee149d
chore(cloud-rad): delete api-extractor config (#660)
fhinkel Oct 21, 2021
5842597
chore(deps): update dependency @types/node to v16 (#661)
renovate-bot Oct 26, 2021
ae6bb4b
fix(deps): update dependency mime to v3 (#663)
renovate-bot Nov 3, 2021
e65ec0c
chore: release 3.2.1 (#664)
release-please[bot] Nov 3, 2021
cef0305
chore(deps): update dependency sinon to v12 (#665)
renovate-bot Nov 4, 2021
e8e7af9
docs(samples): add example tags to generated samples (#666)
gcf-owl-bot[bot] Nov 10, 2021
d11a028
feat: added deidentify replacement dictionaries feat: added field for…
gcf-owl-bot[bot] Dec 3, 2021
9602517
chore: release 3.3.0 (#668)
release-please[bot] Dec 3, 2021
c5b280b
build: add generated samples to .eslintignore (#669)
gcf-owl-bot[bot] Dec 9, 2021
bc718b6
docs(node): support "stable"/"preview" release level (#1312) (#673)
gcf-owl-bot[bot] Dec 29, 2021
80cb25a
chore: add api_shortname and library_type to repo metadata (#672)
parthea Dec 30, 2021
56f9564
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
84b2956
test(nodejs): remove 15 add 16 (#1322) (#677)
gcf-owl-bot[bot] Jan 11, 2022
ba714b2
chore(deps): update dependency gts to v3 (#678)
renovate-bot Jan 12, 2022
1bb6449
build: update copyright year to 2022 (#680)
gcf-owl-bot[bot] Jan 19, 2022
23cf6ea
docs(nodejs): version support policy edits (#1346) (#686)
gcf-owl-bot[bot] Feb 4, 2022
a9b0ce6
chore(deps): update dependency sinon to v13 (#684)
renovate-bot Feb 5, 2022
b732c1d
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
3764743
chore: update v2.14.2 gapic-generator-typescript (#692)
gcf-owl-bot[bot] Mar 17, 2022
30a95b6
feat: new Bytes and File types: POWERPOINT and EXCEL (#693)
gcf-owl-bot[bot] Mar 25, 2022
216311d
chore(main): release 3.4.0 (#694)
release-please[bot] Mar 25, 2022
5c05492
feat: add DataProfilePubSubMessage supporting pub/sub integration (#695)
gcf-owl-bot[bot] Apr 1, 2022
e21fecc
chore(main): release 3.5.0 (#696)
release-please[bot] Apr 1, 2022
29b36e2
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 20, 2022
dccb5c9
chore(deps): update dependency @types/mocha to v9 (#708)
renovate-bot May 3, 2022
d57e3ee
chore(deps): update dependency sinon to v14 (#711)
renovate-bot May 9, 2022
9bec0b5
build!: update library to use Node 12 (#713)
sofisl May 20, 2022
25e3be4
chore(main): release 4.0.0 (#714)
release-please[bot] Jun 6, 2022
6b92271
fix(deps): update dependency @google-cloud/pubsub to v3 (#715)
renovate-bot Jun 7, 2022
cb3ed42
chore(main): release 4.0.1 (#717)
release-please[bot] Jun 7, 2022
34297c7
chore(deps): update dependency jsdoc-region-tag to v2 (#719)
renovate-bot Jun 9, 2022
1eeadf7
chore(deps): update dependency jsdoc-fresh to v2 (#718)
renovate-bot Jun 21, 2022
c7b7b01
fix(docs): document fallback rest option (#724)
gcf-owl-bot[bot] Jun 30, 2022
b9a1070
chore(main): release 4.0.2 (#725)
release-please[bot] Jul 4, 2022
da3f265
chore(deps): update dependency linkinator to v4 (#727)
renovate-bot Jul 8, 2022
033422f
fix(deps): do not depend on protobufjs (#728)
renovate-bot Jul 10, 2022
f171c2f
feat: InfoType categories were added to built-in infoTypes (#730)
gcf-owl-bot[bot] Jul 12, 2022
8de0d22
chore(main): release 4.1.0 (#729)
release-please[bot] Jul 12, 2022
07e9680
chore: remove unused proto imports (#733)
gcf-owl-bot[bot] Aug 19, 2022
11a3a9f
fix: better support for fallback mode (#735)
gcf-owl-bot[bot] Aug 23, 2022
3b481b6
fix: change import long to require (#736)
gcf-owl-bot[bot] Aug 23, 2022
31e7a29
chore(main): release 4.1.1 (#737)
release-please[bot] Sep 8, 2022
570bd7c
chore(deps): update dependency uuid to v9 (#744)
renovate-bot Sep 9, 2022
935197d
fix: do not import the whole google-gax from proto JS (#1553) (#741)
gcf-owl-bot[bot] Sep 9, 2022
b40fece
feat: add Deidentify action (#742)
gcf-owl-bot[bot] Sep 9, 2022
24eb559
fix: preserve default values in x-goog-request-params header (#746)
gcf-owl-bot[bot] Sep 14, 2022
bff5bfd
test: use fully qualified request type name in tests (#775)
gcf-owl-bot[bot] Sep 22, 2022
9244af7
chore(main): release 4.2.0 (#745)
release-please[bot] Sep 26, 2022
d4681d5
fix: deprecate extra field to avoid confusion (#777)
gcf-owl-bot[bot] Oct 17, 2022
f9fcc11
fix(deps): use google-gax v3.5.2 (#781)
alexander-fenster Nov 4, 2022
e87b80b
chore(deps): update dependency jsdoc to v4 (#783)
renovate-bot Nov 10, 2022
876eac8
chore(deps): update dependency @types/node to v18 (#779)
renovate-bot Nov 10, 2022
986f27b
fix: regenerated protos JS and TS definitions (#784)
gcf-owl-bot[bot] Nov 10, 2022
6b0fd0f
chore: Enable requesting numeric enums in "transport=rest" responses …
gcf-owl-bot[bot] Jan 5, 2023
f9b06c3
chore(deps): update dependency sinon to v15 (#787)
renovate-bot Jan 6, 2023
7335f22
chore(deps): update dependency webpack-cli to v5 (#786)
renovate-bot Jan 6, 2023
2512765
chore(main): release 4.3.0 (#778)
release-please[bot] Jan 6, 2023
accb33b
Merge remote-tracking branch 'migration/main' into nodejs-dlp-migration
sofisl Jan 10, 2023
f1425ba
build: add release-please config, fix owlbot-config
sofisl Jan 10, 2023
380ba03
build: update samples and system tests
sofisl Jan 10, 2023
8c7e9e9
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 10, 2023
955c550
Merge branch 'main' into nodejs-dlp-migration
sofisl Jan 10, 2023
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
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"packages/google-maps-addressvalidation": "1.0.0",
"packages/google-maps-routing": "0.2.1",
"packages/google-monitoring-dashboard": "2.8.0",
"packages/google-privacy-dlp": "4.3.0",
"packages/google-storagetransfer": "2.2.1",
"packages/grafeas": "4.2.1",
"packages/typeless-sample-bot": "1.2.0"
Expand Down
21 changes: 21 additions & 0 deletions packages/google-privacy-dlp/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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.

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

deep-copy-regex:
- source: /google/privacy/dlp/(.*)/.*-nodejs
dest: /owl-bot-staging/google-privacy-dlp/$1

7 changes: 7 additions & 0 deletions packages/google-privacy-dlp/.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-privacy-dlp/.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-privacy-dlp/.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
14 changes: 14 additions & 0 deletions packages/google-privacy-dlp/.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-privacy-dlp/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// Copyright 2022 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 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/dlp',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-privacy-dlp/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright 2023 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-privacy-dlp/.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-privacy-dlp/.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-privacy-dlp/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright 2023 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-privacy-dlp/.readme-partials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
introduction: |-
The [Data Loss Prevention API](https://cloud.google.com/dlp/docs/) provides programmatic access to a
powerful detection engine for personally identifiable information and other privacy-sensitive
data in unstructured data streams.
16 changes: 16 additions & 0 deletions packages/google-privacy-dlp/.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/dlp/latest",
"api_id": "dlp.googleapis.com",
"distribution_name": "@google-cloud/dlp",
"release_level": "stable",
"default_version": "v2",
"language": "nodejs",
"name_pretty": "Cloud Data Loss Prevention",
"repo": "googleapis/google-cloud-node",
"product_documentation": "https://cloud.google.com/dlp/docs/",
"requires_billing": true,
"name": "dlp",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5548083",
"api_shortname": "dlp",
"library_type": "GAPIC_COMBO"
}
Loading