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-grafeas #3551

Merged
merged 248 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
248 commits
Select commit Hold shift + click to select a range
56c95cf
chore: add initial files for launch
bcoe May 22, 2019
1eb335e
feat: initial implementation of library
bcoe May 24, 2019
60a01bd
build: should be googleapis/nodejs-grafeas
bcoe May 24, 2019
9f5333e
fix: delete protos added to wrong path
bcoe May 24, 2019
cffa7ec
feat: initial implementation of library (#1)
JustinBeckwith May 25, 2019
39bec66
docs: update sample/README to reflect generic library usage (#7)
bcoe May 30, 2019
c83ba38
feat: support apiEndpoint override in client constructor (#9)
yoshi-automation Jun 5, 2019
80a6a11
fix: get tests passing so that we can land and release module (#10)
bcoe Jun 6, 2019
2354123
chore: release 1.0.0 (#3)
yoshi-automation Jun 6, 2019
bcd940d
docs: update return type in jsdoc for Buffers (#11)
yoshi-automation Jun 12, 2019
e569a8a
fix(docs): move to new client docs URL (#12)
bcoe Jun 13, 2019
0babe35
refactor!: remove build signature support (#14)
yoshi-automation Jun 14, 2019
acda106
build: switch to GitHub magic proxy (#16)
bcoe Jun 18, 2019
7b59c83
chore: release 2.0.0 (#15)
yoshi-automation Jun 18, 2019
36c6f56
feat: add NoteKind enum (#17)
bcoe Jun 19, 2019
2817032
chore: release 2.1.0 (#18)
yoshi-automation Jun 19, 2019
8de3463
fix(revert): revert exposing NoteKind enum; automate jsdoc fix (#19)
bcoe Jun 19, 2019
2e16f1b
chore: release 2.1.1 (#20)
yoshi-automation Jun 19, 2019
1cd1486
fix: changes to default values in vulnerability.proto
yoshi-automation Jun 25, 2019
9ca61f8
fix(docs): link to reference docs section on googleapis.dev (#23)
bcoe Jun 25, 2019
87e5fd2
chore: release 2.1.2 (#22)
yoshi-automation Jun 26, 2019
3c31c77
build: use config file for linkinator (#24)
JustinBeckwith Jun 28, 2019
d583abf
chore(deps): update linters (#26)
renovate-bot Jul 26, 2019
defccd7
fix(deps): update dependency @grpc/grpc-js to ^0.5.0 (#25)
renovate-bot Jul 26, 2019
6c514d8
chore: release 2.1.3 (#27)
yoshi-automation Jul 29, 2019
42d44b5
docs: use the jsdoc-fresh theme (#29)
JustinBeckwith Jul 31, 2019
5dc2e3d
docs: document apiEndpoint over servicePath (#30)
JustinBeckwith Jul 31, 2019
65ef65d
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
b448404
chore: release 2.1.4 (#33)
yoshi-automation Aug 5, 2019
77d7ddd
docs: update function documentation
yoshi-automation Aug 27, 2019
f7cf903
fix(docs): stop linking reference documents to anchor
yoshi-automation Aug 28, 2019
1163599
chore: release 2.1.5 (#36)
yoshi-automation Aug 28, 2019
31f6b30
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
6bd4781
chore(deps): update dependency eslint-plugin-node to v10 (#39)
renovate-bot Sep 5, 2019
55d94e6
chore: release 2.2.0 (#38)
yoshi-automation Sep 16, 2019
7557911
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
6371134
feat: .d.ts for protos (#44)
yoshi-automation Sep 27, 2019
db7a305
fix(deps): update dependency @grpc/grpc-js to ^0.6.0 (#42)
renovate-bot Oct 1, 2019
97d8f13
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
7c34fa1
chore: update pull request template (#48)
yoshi-automation Oct 8, 2019
36b2924
chore: update CONTRIBUTING.md and make releaseType node (#52)
bcoe Oct 9, 2019
7e7753c
chore: release 2.3.0 (#45)
release-please[bot] Oct 12, 2019
1290556
fix(deps): bump google-gax to 1.7.5 (#53)
JustinBeckwith Oct 25, 2019
81e7005
chore(deps): update dependency c8 to v6 (#54)
renovate-bot Oct 25, 2019
04fa26e
test: increase system test timeout (#59)
JustinBeckwith Nov 8, 2019
97f099d
chore: release 2.3.1 (#56)
release-please[bot] Nov 8, 2019
e5a0526
fix(docs): snippets are now replaced in jsdoc comments (#60)
bcoe Nov 13, 2019
e44a767
chore: release 2.3.2 (#61)
release-please[bot] Nov 15, 2019
e194785
chore: update protos license header (#63)
yoshi-automation Nov 20, 2019
24cb19c
fix(docs): bump release level to GA (#64)
JustinBeckwith Nov 21, 2019
fe777e9
chore: update license headers
JustinBeckwith Nov 25, 2019
fab8c7d
docs: update jsdoc license/samples-README (#69)
bcoe Dec 24, 2019
290d98b
chore(deps): update dependency eslint-plugin-node to v11 (#73)
renovate-bot Dec 26, 2019
8bff885
build: adds list of files to synth.metadata
yoshi-automation Dec 26, 2019
8f4ec5f
chore(deps): update dependency c8 to v7 (#71)
renovate-bot Dec 26, 2019
59721d0
refactor: use explicit mocha imports (#74)
JustinBeckwith Dec 30, 2019
dfd3cc2
build: update files in synth.metadata
yoshi-automation Jan 2, 2020
c392ed2
chore: release 2.3.3 (#72)
release-please[bot] Jan 2, 2020
31a2929
chore(deps): update dependency mocha to v7
renovate-bot Jan 6, 2020
5012da9
feat: proto update: UpgradeNotes added
yoshi-automation Jan 9, 2020
e1b8f89
chore: release 2.4.0 (#78)
release-please[bot] Jan 9, 2020
dd8ceed
docs: update license header
yoshi-automation Jan 17, 2020
2a7cbfe
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
21de4bb
feat: move to typescript code generation (#83)
xiaozhenliu-gg5 Jan 24, 2020
91da56e
chore: fix compileProtos command in synth.py (#87)
alexander-fenster Jan 25, 2020
ef8fab6
chore: release 2.5.0 (#85)
release-please[bot] Jan 27, 2020
b7133d5
chore: regenerate synth.metadata (#86)
yoshi-automation Jan 27, 2020
303ce81
fix: enum, bytes, and Long types now accept strings
yoshi-automation Jan 28, 2020
68275fc
chore: release 2.5.1 (#89)
release-please[bot] Jan 30, 2020
9a768a0
fix: update resource references in protos
yoshi-automation Jan 30, 2020
d6253dd
chore: remove old doc folder (#93)
alexander-fenster Jan 30, 2020
e417742
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
d70023e
test: modernize mocha config (#94)
JustinBeckwith Feb 1, 2020
094211d
chore: release 2.5.2 (#92)
release-please[bot] Feb 3, 2020
a97e637
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
0746ab6
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
a54e427
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
6fa0ff9
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
baa9026
chore: update jsdoc.js (#110)
summer-ji-eng Feb 27, 2020
7d33f55
chore: update .jsdoc.js by add protos and remove double quotes (#111)
summer-ji-eng Feb 27, 2020
7e576f6
chore: update jsdoc with macro license (#113)
summer-ji-eng Feb 29, 2020
7e94168
fix(deps): update dependency @grpc/grpc-js to ^0.7.0 (#114)
renovate-bot Mar 3, 2020
faf946e
chore: release 2.6.0 (#107)
release-please[bot] Mar 3, 2020
a381729
feat: deferred client initialization (#115)
gcf-merge-on-green[bot] Mar 6, 2020
4bf5df4
build: update linkinator config (#117)
gcf-merge-on-green[bot] Mar 6, 2020
9b104d1
build(tests): fix coveralls and enable build cop (#118)
bcoe Mar 6, 2020
21dd5f3
chore: release 2.7.0 (#116)
release-please[bot] Mar 11, 2020
dedd178
docs: mention templates in contributing section of README (#120)
bcoe Mar 18, 2020
204a9d7
chore: remove snippet leading whitespace (#122)
chingor13 Mar 19, 2020
b631007
docs: document version support goals (#127)
bcoe Mar 24, 2020
be5166e
chore: regenerate the code (#126)
yoshi-automation Mar 25, 2020
289b674
feat!: drop node8 support, support for async iterators (#130)
alexander-fenster Mar 31, 2020
5c13d11
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
b7e9de2
chore(deps): update dependency @types/sinon to v9 (#133)
renovate-bot Apr 1, 2020
9345db9
chore: remove duplicate mocha config (#136)
JustinBeckwith Apr 5, 2020
508fdfe
fix: export explicit version from protos.js (#135)
yoshi-automation Apr 7, 2020
183f312
test: await assert.reject (#137)
yoshi-automation Apr 7, 2020
c8882a6
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
a576005
build: remove unused codecov config (#140)
JustinBeckwith Apr 12, 2020
071393c
chore: release 3.0.0 (#131)
release-please[bot] Apr 13, 2020
c97837e
chore: update lint ignore files (#141)
JustinBeckwith Apr 13, 2020
1e3eb5d
chore: remove tslint.json (#142)
JustinBeckwith Apr 14, 2020
ee61c6f
fix(deps): update dependency @grpc/grpc-js to ^0.8.0 (#143)
renovate-bot Apr 14, 2020
16260ea
chore: remove unused dev packages (#146)
JustinBeckwith Apr 14, 2020
e45f724
chore(deps): update dependency ts-loader to v7 (#147)
renovate-bot Apr 15, 2020
5ca611b
chore(deps): update dependency null-loader to v4 (#148)
renovate-bot Apr 15, 2020
d1dc8b6
chore: run fix instead of lint in synthfile (#149)
JustinBeckwith Apr 15, 2020
6850512
feat: change export in protos.js to google_cloud_grafeas_3_0_0_protos…
yoshi-automation Apr 20, 2020
93699f1
chore: clean up synth.py (#151)
xiaozhenliu-gg5 Apr 21, 2020
cc78eb4
chore(deps): update dependency @grpc/grpc-js to v1 (#153)
renovate-bot Apr 22, 2020
8cf8088
build: fix linting issues (#155)
yoshi-automation Apr 22, 2020
df7a00b
chore: update npm scripts and synth.py (#156)
alexander-fenster Apr 24, 2020
5a4cf8b
fix: regenerate unit tests (#157)
alexander-fenster May 6, 2020
3f19d6b
fix: synth.py clean up for multiple version (#158)
summer-ji-eng May 6, 2020
2149fa2
build: do not fail builds on codecov errors (#528) (#159)
yoshi-automation May 8, 2020
086fa65
chore: release 3.1.0 (#152)
release-please[bot] May 29, 2020
ec412b2
build: update protos.js (#160)
yoshi-automation Jun 4, 2020
aa4d74f
feat: add proto3Optional field (#161)
yoshi-automation Jun 4, 2020
ca1d654
chore: release 3.2.0 (#162)
release-please[bot] Jun 4, 2020
fe68237
chore(deps): update dependency mocha to v8 (#167)
renovate-bot Jun 11, 2020
c60601a
feat: move ts target to es2018 from es2016 (#165)
yoshi-automation Jun 11, 2020
024421e
chore(deps): update dependency @types/mocha to v7 (#166)
renovate-bot Jun 12, 2020
c892f8a
fix: handle fallback option properly (#169)
yoshi-automation Jun 12, 2020
f1bba5f
chore: update node issue template (#170)
yoshi-automation Jun 18, 2020
85ecf98
build: add config .gitattributes (#172)
yoshi-automation Jun 28, 2020
c649acf
chore: release 3.3.0 (#168)
release-please[bot] Jun 29, 2020
c63758c
build: use bazel build (#173)
alexander-fenster Jul 6, 2020
97e0306
chore(deps): update dependency ts-loader to v8 (#175)
renovate-bot Jul 10, 2020
ae6d677
chore(deps): update dependency @types/mocha to v8 (#177)
renovate-bot Jul 13, 2020
cc8f8ff
chore: update generated protos.js (#179)
yoshi-automation Jul 15, 2020
a08c239
test: limit results returned to speed up test (#186)
JustinBeckwith Aug 14, 2020
e5ecb8d
build: typo in gitattribute (#176)
yoshi-automation Aug 14, 2020
4b9e81a
chore: add dev deps for cloud rad (#183)
fhinkel Aug 14, 2020
ada0e33
fix: use gax protobuf reference (#187)
yoshi-automation Aug 15, 2020
0851cb2
fix: update descriptor logic (#188)
yoshi-automation Aug 15, 2020
771b4b6
build: update docs and publish scripts (#189)
yoshi-automation Aug 17, 2020
385ae32
chore: start tracking obsolete files (#191)
yoshi-automation Aug 19, 2020
fea19b3
build: move system and samples test from Node 10 to Node 12 (#192)
yoshi-automation Aug 21, 2020
68377f0
chore: release 3.3.1 (#190)
release-please[bot] Aug 25, 2020
1d52421
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
3b57478
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
25ce7ed
chore(deps): update dependency c8 to v7 (#198)
renovate-bot Sep 22, 2020
38fc39d
chore: update bucket for cloud-rad (#199)
yoshi-automation Oct 1, 2020
865024e
build(node_library): migrate to Trampoline V2 (#200)
yoshi-automation Oct 6, 2020
f82d263
chore(deps): update dependency webpack-cli to v4 (#203)
renovate-bot Oct 12, 2020
124760e
chore(deps): update dependency webpack to v5 (#202)
renovate-bot Oct 14, 2020
730548d
build: only check --engine-strict for production deps (#204)
yoshi-automation Oct 16, 2020
6396bd4
chore: clean up Node.js TOC for cloud-rad (#205)
yoshi-automation Oct 21, 2020
d728a12
docs: updated code of conduct (includes update to actions) (#210)
yoshi-automation Oct 27, 2020
2ced630
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#211)
yoshi-automation Nov 2, 2020
9eb1792
build: add v1.GrafeasClient type (#212)
yoshi-automation Nov 6, 2020
0b02eee
fix: do not modify options object, use defaultScopes (#213)
alexander-fenster Nov 7, 2020
e266bd3
chore: release 3.3.2 (#214)
release-please[bot] Nov 11, 2020
363fff3
fix(browser): check for fetch on window (#217)
yoshi-automation Nov 23, 2020
828d9ff
docs: spelling correction for "targetting" (#219)
yoshi-automation Nov 25, 2020
1334d72
chore: release 3.3.3 (#218)
release-please[bot] Dec 2, 2020
00efd7c
chore: generate GAPIC metadata JSON file (#220)
yoshi-automation Dec 4, 2020
c456394
docs: add instructions for authenticating for system tests (#221)
yoshi-automation Dec 22, 2020
9210e65
docs: update dates (#222)
yoshi-automation Jan 7, 2021
d5ac1f5
feat: adds style enumeration (#223)
yoshi-automation Jan 9, 2021
1775452
chore: release 3.4.0 (#224)
release-please[bot] Jan 12, 2021
9e1b5b9
refactor(nodejs): move build cop to flakybot (#226)
yoshi-automation Jan 27, 2021
5d237e9
build: adds UNORDERED_LIST enum (#227)
yoshi-automation Feb 4, 2021
a7b6b26
build: update gapic-generator-typescript to v1.2.10. (#228)
yoshi-automation Mar 7, 2021
e34c5dc
chore: migrate to owl bot (#229)
SurferJeffAtGoogle Mar 18, 2021
ab96f45
chore(deps): update dependency sinon to v10 (#235)
renovate-bot Mar 23, 2021
7accc24
build: add the DevPlat team as code-owners (#236)
Shabirmean Mar 23, 2021
3648689
chore(deps): update dependency @types/sinon to v10 (#245)
renovate-bot Apr 14, 2021
dda4d1f
chore(deps): update dependency ts-loader to v9 (#249)
renovate-bot Apr 19, 2021
26766a2
fix(deps): require google-gax v2.12.0 (#253)
alexander-fenster May 7, 2021
dc1c894
chore: new owl bot post processor docker image (#255)
gcf-owl-bot[bot] May 10, 2021
2ab851e
fix: use require() to load JSON protos (#256)
gcf-owl-bot[bot] May 11, 2021
84e127a
chore: update gapic-generator-typescript to v1.3.2 (#257)
gcf-owl-bot[bot] May 11, 2021
707c449
chore: release 3.4.1 (#254)
release-please[bot] May 13, 2021
9e6ee04
chore(deps): update dependency @types/node to v14 (#260)
renovate-bot May 21, 2021
97d7316
chore(deps): update dependency sinon to v11 (#261)
renovate-bot May 25, 2021
506e2dd
fix: GoogleAdsError missing using generator version after 1.3.0 (#262)
gcf-owl-bot[bot] May 25, 2021
62097e6
chore: release 3.4.2 (#263)
release-please[bot] May 31, 2021
1d19676
chore(nodejs): remove api-extractor dependencies (#268)
fhinkel Jun 10, 2021
9dd9c8d
fix: make request optional in all cases (#270)
gcf-owl-bot[bot] Jun 22, 2021
0fc9367
fix(deps): google-gax v2.17.0 with mTLS (#274)
bcoe Jun 29, 2021
ba8ca99
chore: release 3.4.3 (#271)
release-please[bot] Jun 29, 2021
983551b
fix(deps): google-gax v2.17.1 (#276)
bcoe Jul 12, 2021
6531c7d
chore: release 3.4.4 (#277)
release-please[bot] Jul 15, 2021
623b2e0
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
aedf093
chore: release 3.4.5 (#279)
release-please[bot] Jul 21, 2021
56b9f3c
chore(nodejs): update client ref docs link in metadata (#284)
fhinkel Aug 4, 2021
8376d8a
fix(build): migrate to using main branch (#286)
sofisl Aug 14, 2021
120b1b0
fix(deps): google-gax v2.24.1 (#288)
bcoe Aug 17, 2021
c4eaeee
chore: release 3.4.6 (#287)
release-please[bot] Aug 17, 2021
432f679
feat: turns on self-signed JWT feature flag (#289)
gcf-owl-bot[bot] Aug 23, 2021
3c97173
chore: release 3.5.0 (#290)
release-please[bot] Aug 23, 2021
7e7779b
build(node): update deps used during postprocessing (#1243) (#300)
gcf-owl-bot[bot] Oct 14, 2021
f520e33
docs(samples): add auto-generated samples for Node with api short nam…
gcf-owl-bot[bot] Oct 14, 2021
94c9732
chore: fix the wrong post processor image (#302)
Oct 27, 2021
62ecafd
chore(deps): update dependency @types/node to v16 (#301)
renovate-bot Oct 27, 2021
8ec84e3
feat: Updating the grafeas protos to include compliance and intoto at…
gcf-owl-bot[bot] Nov 3, 2021
c9409b7
chore: release 3.6.0 (#305)
release-please[bot] Nov 3, 2021
8f7e226
chore(cloud-rad): delete api-extractor config (#303)
fhinkel Nov 3, 2021
fe4b885
chore(deps): update dependency sinon to v12 (#306)
renovate-bot Nov 4, 2021
fc25765
docs(samples): add example tags to generated samples (#307)
gcf-owl-bot[bot] Nov 11, 2021
a45c560
build: add generated samples to .eslintignore (#309)
gcf-owl-bot[bot] Dec 10, 2021
446584b
docs(node): support "stable"/"preview" release level (#1312) (#312)
gcf-owl-bot[bot] Dec 29, 2021
abb0761
build: add java_outer_classname to intoto protos to fix java client g…
gcf-owl-bot[bot] Dec 30, 2021
6208736
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
f4c26ac
chore: add api_shortname and library_type to repo metadata (#311)
parthea Dec 30, 2021
7c0ca7d
test(nodejs): remove 15 add 16 (#1322) (#316)
gcf-owl-bot[bot] Jan 11, 2022
1b252a4
chore: update codeowners (#319)
dinagraves Jan 19, 2022
ce443ae
chore(deps): update dependency sinon to v13 (#325)
renovate-bot Jan 31, 2022
bd4cc8a
build: Modify the bazel.BUILD file by hand to include the compliance …
gcf-owl-bot[bot] Feb 1, 2022
14decd3
chore: update repo-metadata.json (#321)
averikitsch Feb 7, 2022
472aa9b
docs(nodejs): version support policy edits (#1346) (#327)
gcf-owl-bot[bot] Feb 7, 2022
01fed65
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
e207967
chore: update v2.14.1 gapic-generator-typescript (#332)
gcf-owl-bot[bot] Mar 9, 2022
4b1b8ba
chore(deps): update dependency gts to v3 (#317)
renovate-bot Mar 14, 2022
bcb9e3d
chore(main): release 3.6.1 (#334)
release-please[bot] Mar 14, 2022
88084a5
chore: update v2.14.2 gapic-generator-typescript (#335)
gcf-owl-bot[bot] Mar 16, 2022
b0b67ed
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
deb24b5
chore(deps): update dependency @types/mocha to v9 (#343)
renovate-bot May 3, 2022
47a0004
chore(deps): update dependency sinon to v14 (#346)
renovate-bot May 9, 2022
609a014
build!: update library to use Node 12 (#347)
sofisl May 28, 2022
fcaf602
chore(deps): update dependency jsdoc-fresh to v2 (#353)
renovate-bot Jun 10, 2022
0d153f4
feat: Import of Grafeas from Github (#351)
gcf-owl-bot[bot] Jun 10, 2022
0bfd649
chore(deps): update dependency jsdoc-region-tag to v2 (#354)
renovate-bot Jun 10, 2022
c93abe8
chore(main): release 4.0.0 (#349)
release-please[bot] Jun 20, 2022
d1d5b16
feat: support regapic LRO
gcf-owl-bot[bot] Jul 5, 2022
8e70770
chore(main): release 4.1.0 (#356)
release-please[bot] Jul 5, 2022
218347c
chore(deps): update dependency linkinator to v4 (#357)
renovate-bot Jul 7, 2022
93228b0
fix: better support for fallback mode (#358)
gcf-owl-bot[bot] Aug 23, 2022
8b12b6b
fix: change import long to require (#359)
gcf-owl-bot[bot] Aug 23, 2022
56b33c1
fix: do not import the whole google-gax from proto JS (#1553) (#363)
gcf-owl-bot[bot] Aug 27, 2022
eadf737
fix: allow passing gax instance to client constructor (#364)
gcf-owl-bot[bot] Sep 1, 2022
9a2631a
chore(main): release 4.1.1 (#360)
release-please[bot] Sep 8, 2022
9eaba4e
fix: preserve default values in x-goog-request-params header (#365)
gcf-owl-bot[bot] Sep 14, 2022
c4ba29f
build: use fully qualified request type name in tests (#368)
gcf-owl-bot[bot] Sep 22, 2022
3fc66ba
chore(main): release 4.1.2 (#366)
release-please[bot] Sep 26, 2022
6d3e7f2
feat: add new analysis status and cvss version fields (#370)
gcf-owl-bot[bot] Oct 6, 2022
f8d151b
chore(main): release 4.2.0 (#371)
release-please[bot] Oct 17, 2022
17d8d58
fix(deps): use google-gax v3.5.2 (#374)
alexander-fenster Nov 4, 2022
519bee4
chore(deps): update dependency @types/node to v18 (#372)
renovate-bot Nov 10, 2022
3c550d1
fix: regenerated protos JS and TS definitions (#378)
gcf-owl-bot[bot] Nov 10, 2022
9e4a86f
chore(deps): update dependency jsdoc to v4 (#377)
renovate-bot Nov 10, 2022
d950136
chore(main): release 4.2.1 (#376)
release-please[bot] Nov 11, 2022
7791926
Merge remote-tracking branch 'migration/main' into nodejs-grafeas-mig…
sofisl Nov 11, 2022
5a6c470
build: add release-please config, fix owlbot-config
sofisl Nov 11, 2022
cfa2457
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
226e574
Delete test.ts
sofisl Nov 11, 2022
2f2e9a8
Merge branch 'main' into nodejs-grafeas-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
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"packages/google-maps-addressvalidation": "0.1.0",
"packages/google-maps-routing": "0.2.1",
"packages/google-monitoring-dashboard": "2.8.0",
"packages/grafeas": "4.2.1",
"packages/typeless-sample-bot": "1.1.0"
}
21 changes: 21 additions & 0 deletions packages/grafeas/.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: /grafeas/(.*)/.*-nodejs
dest: /owl-bot-staging/grafeas/$1

7 changes: 7 additions & 0 deletions packages/grafeas/.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/grafeas/.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/grafeas/.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/grafeas/.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/grafeas/.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/grafeas',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/grafeas/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// 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
//
// 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
5 changes: 5 additions & 0 deletions packages/grafeas/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
24 changes: 24 additions & 0 deletions packages/grafeas/.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/grafeas/.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/grafeas/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// 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.

module.exports = {
...require('gts/.prettierrc.json')
}
3 changes: 3 additions & 0 deletions packages/grafeas/.readme-partials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
introduction: |-
A [Grafeas API Client](https://grafeas.io/) compatible with Google Cloud's
[Container Analysis API](https://cloud.google.com/container-registry/docs/container-analysis).
17 changes: 17 additions & 0 deletions packages/grafeas/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/grafeas/latest",
"api_id": "containeranalysis.googleapis.com",
"distribution_name": "@google-cloud/grafeas",
"release_level": "stable",
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Grafeas",
"repo": "googleapis/google-cloud-node",
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
"requires_billing": false,
"name": "grafeas",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"api_shortname": "containeranalysis",
"codeowner_team": "@googleapis/aap-dpes",
"library_type": "GAPIC_AUTO"
}
Loading