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-os-login #3366

Closed
wants to merge 345 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
345 commits
Select commit Hold shift + click to select a range
b25d9b5
chore(deps): update dependency eslint-config-prettier to v4 (#138)
renovate[bot] Jan 26, 2019
bfcb584
fix(deps): update dependency google-gax to ^0.25.0 (#139)
renovate[bot] Jan 30, 2019
5acf862
Release v0.3.1 (#140)
JustinBeckwith Feb 1, 2019
39431b9
chore: move CONTRIBUTING.md to root (#143)
jkwlui Feb 7, 2019
eb9d2c7
docs: update contributing path in README (#144)
callmehiphop Feb 8, 2019
887447c
build: create docs test npm scripts (#146)
JustinBeckwith Feb 11, 2019
af70979
docs: update links in contrib guide (#149)
JustinBeckwith Feb 14, 2019
c9f21fc
build: use linkinator for docs test (#148)
JustinBeckwith Feb 14, 2019
c88bacb
fix: throw on invalid credentials
yoshi-automation Feb 14, 2019
62e3b2f
chore(deps): update dependency mocha to v6
renovate[bot] Feb 19, 2019
3f31977
docs: update comments on protos (#151)
yoshi-automation Mar 1, 2019
58cb11e
build: update release configuration
yoshi-automation Mar 6, 2019
7d177f5
build: Add docuploader credentials to node publish jobs (#154)
jkwlui Mar 8, 2019
21469be
refactor: update json import paths (#156)
yoshi-automation Mar 12, 2019
7226c6d
Release v0.3.2 (#159)
jkwlui Mar 18, 2019
97e0949
fix: include 'x-goog-request-params' header in requests (#167)
yoshi-automation Mar 28, 2019
96def42
chore(deps): update dependency nyc to v14
renovate[bot] Apr 16, 2019
b71032f
chore(docs): formatting updates (#169)
yoshi-automation Apr 22, 2019
e957e74
chore: re-order template utils (#170)
yoshi-automation Apr 23, 2019
ed5ea1b
build: use repo-metadata to generate the README (#171)
JustinBeckwith Apr 24, 2019
4509e8e
docs: improve the quickstart sample (#172)
JustinBeckwith Apr 24, 2019
f9a778c
docs: update README quickstart sample (#173)
yoshi-automation Apr 25, 2019
21ef1d4
update to .nycrc with --all enabled (#175)
bcoe Apr 29, 2019
694c39a
chore: release 0.3.3 (#181)
bcoe Apr 30, 2019
da32928
fix(deps): update dependency google-gax to ^0.26.0 (#182)
renovate[bot] May 2, 2019
7a8f6aa
build!: upgrade engines field to >=8.10.0 (#184)
bcoe May 2, 2019
8bdf1a0
chore(deps): update dependency eslint-plugin-node to v9 (#186)
renovate[bot] May 3, 2019
8401659
build: only pipe to codecov if tests run on Node 10 (#187)
yoshi-automation May 10, 2019
826b65c
fix(deps): update dependency google-gax to v1 (#191)
renovate[bot] May 10, 2019
586799e
build: add new kokoro config for coverage and release-please (#192)
bcoe May 17, 2019
8f2904a
build: updated kokoro config for coverage and release-please (#193)
bcoe May 17, 2019
0714ba8
chore: release 1.0.0 (#197)
yoshi-automation May 20, 2019
0a5272e
refactor: drop dependency on lodash.merge and update links (#199)
yoshi-automation May 21, 2019
4d30d87
chore: use published jsdoc-baseline package (#200)
JustinBeckwith May 23, 2019
3a35043
build: ignore proto files in test coverage (#202)
JustinBeckwith May 28, 2019
98f034b
feat: support apiEndpoint override in client constructor (#204)
yoshi-automation Jun 4, 2019
dd44d43
feat: support apiEndpoint override in client constructor (#206)
yoshi-automation Jun 5, 2019
c3f983a
chore: release 1.1.0 (#205)
yoshi-automation Jun 5, 2019
255e8ad
fix(docs): move to new client docs URL (#207)
bcoe Jun 13, 2019
960f74c
chore: release 1.1.1 (#208)
yoshi-automation Jun 14, 2019
bc38f5a
build: switch to GitHub magic proxy (#209)
bcoe Jun 18, 2019
5abd721
fix(docs): link to reference docs section on googleapis.dev (#210)
bcoe Jun 25, 2019
7325eb5
chore: release 1.1.2 (#211)
yoshi-automation Jun 26, 2019
9c5fc23
build: use config file for linkinator (#212)
JustinBeckwith Jun 28, 2019
70a6547
chore(deps): update linters (#213)
renovate-bot Jul 26, 2019
dfee1e8
docs: use the jsdoc-fresh theme (#214)
JustinBeckwith Jul 31, 2019
8540f0b
docs: document apiEndpoint over servicePath (#215)
JustinBeckwith Jul 31, 2019
5542deb
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
e063742
chore: release 1.1.3 (#219)
yoshi-automation Aug 5, 2019
fa1cc3f
fix: include the correct version of node in a header (#220)
yoshi-automation Aug 26, 2019
6c7c9f2
chore: release 1.1.4 (#221)
yoshi-automation Aug 26, 2019
935c11c
docs: update link to client docs (#223)
yoshi-automation Aug 28, 2019
02a2e2f
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
c7b6fe7
chore(deps): update dependency eslint-plugin-node to v10 (#226)
renovate-bot Sep 5, 2019
c0c1afc
update .nycrc ignore rules (#227)
bcoe Sep 6, 2019
1be8139
chore: release 1.2.0 (#225)
yoshi-automation Sep 9, 2019
b1624ee
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
7a00bca
feat: .d.ts for protos (#231)
yoshi-automation Sep 27, 2019
0fb38db
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
faaf0ed
chore: update pull request template (#235)
yoshi-automation Oct 4, 2019
cd639e0
chore: update CONTRIBUTING.md and make releaseType node (#240)
bcoe Oct 9, 2019
9f07a19
feat: add name and operating system type fields (#241)
yoshi-automation Oct 9, 2019
3cecf68
chore: release 1.3.0 (#232)
release-please[bot] Oct 12, 2019
e8cae53
fix(deps): bump google-gax to 1.7.5 (#242)
JustinBeckwith Oct 22, 2019
0ba8ce7
chore: release 1.3.1 (#243)
release-please[bot] Oct 22, 2019
6401b06
chore: adds proto annotations
yoshi-automation Oct 29, 2019
001f8c9
test: don't exclude src/ in coverage
yoshi-automation Nov 1, 2019
c1324d6
fix(docs): snippets are now replaced in jsdoc comments (#248)
bcoe Nov 13, 2019
094c36a
fix(docs): bump release level to beta
JustinBeckwith Nov 15, 2019
f241ae8
chore: release 1.3.2 (#249)
release-please[bot] Nov 15, 2019
770f8ca
docs: update jsdoc license/samples-README (#255)
bcoe Dec 23, 2019
59c25cf
chore(deps): update dependency eslint-plugin-node to v11 (#261)
renovate-bot Dec 26, 2019
b9d9de6
build: add list of files to synth.metadata
yoshi-automation Dec 26, 2019
f90857c
build: use c8 for coverage (#259)
JustinBeckwith Dec 26, 2019
afdb952
refactor: use explicit mocha imports
JustinBeckwith Dec 30, 2019
d695963
feat!: move to typescript code generation (#260)
xiaozhenliu-gg5 Jan 2, 2020
102f11a
build: add **/*.d.ts to coverage ignore list
yoshi-automation Jan 3, 2020
834756e
chore(deps): update dependency c8 to v7 (#265)
renovate-bot Jan 4, 2020
76315e3
chore(deps): update dependency mocha to v7 (#267)
renovate-bot Jan 6, 2020
d0935af
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
47f0bc6
chore: regenerate synth.metadata (#271)
yoshi-automation Jan 24, 2020
1b5f7ea
chore: fix compileProtos command in synth.py (#274)
alexander-fenster Jan 25, 2020
a44946f
chore: release 2.0.0 (#272)
release-please[bot] Jan 27, 2020
f542ec7
fix: update generated proto.json and proto.d.ts
alexander-fenster Jan 29, 2020
808af44
chore: release 2.0.1 (#276)
release-please[bot] Jan 29, 2020
8a0e137
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
6240fd7
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
3cd762d
test: modernize mocha config (#280)
JustinBeckwith Feb 1, 2020
8f7f904
chore: updated .gitignore and tests
yoshi-automation Feb 7, 2020
5588c05
feat!: use the v1 variant of the API (#287)
JustinBeckwith Feb 8, 2020
5fecb7e
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
3ab30f4
fix: proto messages now accept strings for enums
yoshi-automation Feb 10, 2020
6ed0aad
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
43ec54d
feat: bump release level to GA (#292)
JustinBeckwith Feb 19, 2020
f6c1248
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
22724e3
chore: update jsdoc.js (#298)
summer-ji-eng Feb 27, 2020
ff2a345
chore: correct .jsdoc.js protos and double quotes (#300)
summer-ji-eng Feb 28, 2020
b42ddbe
chore: update jsdoc with macro license (#302)
summer-ji-eng Feb 29, 2020
fd7b7ab
feat: deferred client initialization (#304)
gcf-merge-on-green[bot] Mar 6, 2020
1a3e58c
build: update linkinator config (#305)
JustinBeckwith Mar 6, 2020
cb63b80
build(tests): fix coveralls and enable build cop (#306)
bcoe Mar 6, 2020
44600b2
docs: mention templates in contributing section of README (#308)
bcoe Mar 18, 2020
3daa994
chore: remove snippet leading whitespace (#310)
chingor13 Mar 19, 2020
7f95ffe
docs: document version support goals (#315)
bcoe Mar 24, 2020
b028619
chore: regenerate the code (#314)
yoshi-automation Mar 25, 2020
62cdb72
feat!: drop node8 support (#318)
alexander-fenster Mar 31, 2020
32bdcce
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
8cbf1f9
chore(deps): update dependency @types/sinon to v9 (#320)
renovate-bot Apr 1, 2020
4a9c02f
chore: remove duplicate mocha config (#323)
JustinBeckwith Apr 5, 2020
826c67b
fix: export explicit version from protos.js (#322)
yoshi-automation Apr 7, 2020
adcdb6e
chore(deps): update dependency gts to v2.0.0 (#326)
renovate-bot Apr 10, 2020
879bb27
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
259d982
build: remove unused codecov config (#328)
JustinBeckwith Apr 12, 2020
44d1e87
chore: update proto namespaces (#329)
yoshi-automation Apr 12, 2020
9d8d004
chore: update lint ignore files (#330)
JustinBeckwith Apr 13, 2020
04d255a
chore: release 3.0.0 (#303)
release-please[bot] Apr 13, 2020
4188ac3
chore: remove tslint.json (#331)
JustinBeckwith Apr 14, 2020
8c580fb
fix: use unique proto root (#332)
yoshi-automation Apr 14, 2020
aa4c76a
chore: remove unused dev packages (#334)
JustinBeckwith Apr 14, 2020
24a555f
chore(deps): update dependency ts-loader to v7 (#335)
renovate-bot Apr 15, 2020
54e851f
chore(deps): update dependency null-loader to v4 (#337)
renovate-bot Apr 15, 2020
58b387c
chore: run fix instead of lint in synthfile (#338)
JustinBeckwith Apr 15, 2020
43046e4
chore: linting
yoshi-automation Apr 20, 2020
382bebb
build: adopt changes to generator formatting (#340)
yoshi-automation Apr 22, 2020
7aeb5f4
chore: update npm scripts and synth.py (#341)
alexander-fenster Apr 24, 2020
02c5fe4
fix: regen protos and tests, formatting (#342)
alexander-fenster May 6, 2020
a5fdfc6
fix: synth.py clean up for multiple version (#343)
summer-ji-eng May 6, 2020
640d722
build: do not fail builds on codecov errors (#528) (#344)
yoshi-automation May 8, 2020
c5cc42f
build: update protos.js (#345)
yoshi-automation Jun 4, 2020
2fa66aa
chore: release 3.0.1 (#333)
release-please[bot] Jun 4, 2020
9e1c19c
feat: move ts target to es2018 from es2016 (#348)
yoshi-automation Jun 10, 2020
ca97a08
chore(deps): update dependency mocha to v8 (#350)
renovate-bot Jun 11, 2020
a249123
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
e7ddf72
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
d72408b
fix: update node issue template (#353)
yoshi-automation Jun 18, 2020
6f91c5f
build: add config .gitattributes (#354)
yoshi-automation Jun 29, 2020
c9c35b4
chore: release 3.1.0 (#349)
release-please[bot] Jun 29, 2020
42790f4
build: use bazel build (#355)
alexander-fenster Jul 6, 2020
041c3f7
build: typeo in nodejs .gitattribute (#358)
yoshi-automation Jul 10, 2020
047c131
chore(deps): update dependency ts-loader to v8 (#357)
renovate-bot Jul 10, 2020
93a07a7
chore(deps): update dependency @types/mocha to v8 (#359)
renovate-bot Jul 12, 2020
f6748d3
build: add Node 8 tests (#363)
yoshi-automation Jul 17, 2020
0bb500c
build: missing closing paren in publish script, delete template for N…
yoshi-automation Jul 17, 2020
2cfb39a
chore: add dev dependencies for cloud-rad ref docs (#365)
fhinkel Jul 21, 2020
2143d51
build: rename _toc to toc (#366)
yoshi-automation Jul 23, 2020
ae954c6
fix: move gitattributes files to node templates (#367)
yoshi-automation Jul 24, 2020
d255537
chore: release 3.1.1 (#368)
release-please[bot] Jul 24, 2020
37a9205
build: update protos (#371)
yoshi-automation Jul 31, 2020
20ea5f5
chore(node): fix kokoro build path for cloud-rad (#370)
yoshi-automation Aug 3, 2020
9ebba4d
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 4, 2020
4636cde
build: --credential-file-override is no longer required (#374)
yoshi-automation Aug 10, 2020
a25b895
chore: update cloud rad kokoro build job (#376)
yoshi-automation Aug 12, 2020
719aa83
build: use gapic-generator-typescript v1.0.7. (#375)
yoshi-automation Aug 12, 2020
05d4f54
build: perform publish using Node 12 (#377)
yoshi-automation Aug 13, 2020
001f409
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
91592a0
build: move system and samples test from Node 10 to Node 12 (#379)
yoshi-automation Aug 21, 2020
b206cca
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
6b5a357
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
6f27af8
chore: update bucket for cloud-rad (#385)
yoshi-automation Oct 2, 2020
4c7e464
build(node_library): migrate to Trampoline V2 (#386)
yoshi-automation Oct 5, 2020
ab58512
chore(deps): update dependency webpack-cli to v4 (#389)
renovate-bot Oct 12, 2020
521c8e4
chore(deps): update dependency webpack to v5 (#388)
renovate-bot Oct 14, 2020
f676447
build: only check --engine-strict for production deps (#390)
yoshi-automation Oct 16, 2020
be4fece
chore: clean up Node.js TOC for cloud-rad (#391)
yoshi-automation Oct 21, 2020
2ca1ebd
docs: updated code of conduct (includes update to actions) (#394)
yoshi-automation Oct 27, 2020
e98d2bf
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#395)
yoshi-automation Nov 2, 2020
84c5256
build: v1.OsLoginServiceClient (#396)
yoshi-automation Nov 6, 2020
ac0e577
fix: do not modify options object, use defaultScopes (#397)
alexander-fenster Nov 7, 2020
8b6f20c
chore: release 3.1.2 (#398)
release-please[bot] Nov 11, 2020
c62a68d
fix: check for fetch on window (#401)
yoshi-automation Nov 23, 2020
0a4db27
docs: spelling correction for "targetting" (#403)
yoshi-automation Nov 25, 2020
6619e71
chore: release 3.1.3 (#402)
release-please[bot] Dec 2, 2020
4d27f23
refactor: changes retry code in config (#404)
yoshi-automation Dec 21, 2020
ba1a4d7
docs: add instructions for authenticating for system tests (#406)
yoshi-automation Dec 22, 2020
abb0db4
build: generate GAPIC metadata JSON file (#405)
yoshi-automation Dec 28, 2020
74860e0
docs: update dates (#407)
yoshi-automation Jan 7, 2021
0e3cf95
feat: adds style enumeration (#408)
yoshi-automation Jan 9, 2021
debb1d9
chore: release 3.2.0 (#409)
release-please[bot] Jan 12, 2021
ac7ef78
refactor(nodejs): move build cop to flakybot (#410)
yoshi-automation Jan 27, 2021
6451b98
build: adds UNORDERED_LIST enum (#411)
yoshi-automation Feb 4, 2021
4b2cdd9
build: update gapic-generator-typescript to v1.2.10. (#412)
yoshi-automation Mar 7, 2021
c05a4cd
chore: migrate to owl bot (#413)
SurferJeffAtGoogle Mar 18, 2021
7761f84
chore(deps): update dependency sinon to v10 (#420)
renovate-bot Mar 23, 2021
e0b8183
build: update .OwlBot.lock with new version of post-processor (#425)
gcf-owl-bot[bot] Mar 30, 2021
e6febee
chore(deps): update dependency @types/sinon to v10 (#430)
renovate-bot Apr 14, 2021
d2d173c
fix(deps): require google-gax v2.12.0 (#439)
alexander-fenster May 7, 2021
888c86f
chore: new owl bot post processor docker image (#441)
gcf-owl-bot[bot] May 10, 2021
9a969ad
fix: use require() to load JSON protos (#442)
gcf-owl-bot[bot] May 11, 2021
4c6b0c2
chore: update gapic-generator-typescript to v1.3.2 (#443)
gcf-owl-bot[bot] May 11, 2021
578aefb
chore: release 3.2.1 (#440)
release-please[bot] May 13, 2021
b995c58
chore(deps): update dependency @types/node to v14 (#447)
renovate-bot May 21, 2021
2300630
chore(deps): update dependency sinon to v11 (#448)
renovate-bot May 25, 2021
64c8137
fix: GoogleAdsError missing using generator version after 1.3.0 (#449)
gcf-owl-bot[bot] May 25, 2021
abfde46
chore: release 3.2.2 (#450)
release-please[bot] May 25, 2021
d0bc36b
chore: make generate_index_ts() deterministic (#451)
gcf-owl-bot[bot] May 29, 2021
1667d7a
chore(nodejs): remove api-extractor dependencies (#456)
fhinkel Jun 10, 2021
f65ca01
fix: make request optional in all cases (#458)
gcf-owl-bot[bot] Jun 25, 2021
b3d4014
fix(deps): google-gax v2.17.0 with mTLS (#462)
bcoe Jun 29, 2021
6bcad3d
chore: release 3.2.3 (#460)
release-please[bot] Jun 29, 2021
4945c2f
fix(deps): google-gax v2.17.1 (#464)
bcoe Jul 12, 2021
ab79e6c
chore: release 3.2.4 (#465)
release-please[bot] Jul 12, 2021
8109910
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
4484bec
chore: release 3.2.5 (#467)
release-please[bot] Jul 16, 2021
6296be6
chore(nodejs): update client ref docs link in metadata (#472)
fhinkel Aug 4, 2021
7832d73
fix(deps): google-gax v2.24.1 (#474)
bcoe Aug 17, 2021
7892a07
chore: release 3.2.6 (#475)
release-please[bot] Aug 17, 2021
e3b6121
feat: turns on self-signed JWT feature flag (#476)
gcf-owl-bot[bot] Aug 23, 2021
8f4a1fe
chore: release 3.3.0 (#477)
release-please[bot] Aug 24, 2021
6c67770
chore: disable renovate dependency dashboard (#1194) (#479)
gcf-owl-bot[bot] Aug 25, 2021
61f7d3a
fix(build): switch primary branch to main (#480)
bcoe Sep 9, 2021
36811ec
chore: release 3.3.1 (#481)
release-please[bot] Sep 9, 2021
47b7885
docs(samples): add auto-generated Node samples (#485)
gcf-owl-bot[bot] Sep 24, 2021
45c0baa
build(node): update deps used during postprocessing (#1243) (#488)
gcf-owl-bot[bot] Oct 14, 2021
a33436c
chore: fix the wrong post processor image (#490)
Oct 27, 2021
308a850
chore(deps): update dependency @types/node to v16 (#489)
renovate-bot Oct 27, 2021
143e659
chore(cloud-rad): delete api-extractor config (#492)
fhinkel Nov 4, 2021
7122791
chore(deps): update dependency sinon to v12 (#491)
renovate-bot Nov 4, 2021
80b6613
docs(samples): add example tags to generated samples (#493)
gcf-owl-bot[bot] Nov 10, 2021
c90b715
build: add generated samples to .eslintignore (#494)
gcf-owl-bot[bot] Dec 9, 2021
7528d95
docs(node): support "stable"/"preview" release level (#1312) (#497)
gcf-owl-bot[bot] Dec 29, 2021
db70735
chore: add api_shortname and library_type to repo metadata (#496)
parthea Dec 30, 2021
3afdd1c
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
fc09a57
test(nodejs): remove 15 add 16 (#1322) (#501)
gcf-owl-bot[bot] Jan 11, 2022
ab1e403
chore(deps): update dependency gts to v3 (#502)
renovate-bot Jan 20, 2022
cd9cf6a
build: update copyright year to 2022 (#504)
gcf-owl-bot[bot] Jan 20, 2022
8fe673b
chore: update v2.12.0 gapic-generator-typescript (#506)
gcf-owl-bot[bot] Jan 26, 2022
b1baa28
chore(deps): update dependency sinon to v13 (#508)
renovate-bot Jan 31, 2022
02fe469
docs(nodejs): version support policy edits (#1346) (#510)
gcf-owl-bot[bot] Feb 3, 2022
3d89e56
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
498d276
chore: update v2.14.2 gapic-generator-typescript (#515)
gcf-owl-bot[bot] Mar 16, 2022
08804f6
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 20, 2022
0a0265b
chore(deps): update dependency @types/mocha to v9 (#523)
renovate-bot May 3, 2022
9b25faf
chore(deps): update dependency sinon to v14 (#526)
renovate-bot May 9, 2022
619504d
build!: update library to use Node 12 (#527)
sofisl May 18, 2022
d29c2b1
chore(main): release 4.0.0 (#529)
release-please[bot] Jun 6, 2022
8548e93
chore(deps): update dependency jsdoc-fresh to v2 (#532)
renovate-bot Jun 9, 2022
09cf62d
chore(deps): update dependency jsdoc-region-tag to v2 (#533)
renovate-bot Jun 9, 2022
4886f44
fix(docs): describe fallback rest option (#534)
gcf-owl-bot[bot] Jun 30, 2022
d90dd0b
chore(main): release 4.0.1 (#535)
release-please[bot] Jun 30, 2022
ab6c29a
chore(deps): update dependency linkinator to v4 (#538)
renovate-bot Jul 8, 2022
bb1df47
fix: better support for fallback mode (#543)
gcf-owl-bot[bot] Aug 23, 2022
dc8a115
fix: change import long to require (#544)
gcf-owl-bot[bot] Aug 23, 2022
9f36164
fix: do not import the whole google-gax from proto JS (#1553) (#547)
gcf-owl-bot[bot] Aug 27, 2022
1d9b69e
fix: allow passing gax instance to client constructor (#548)
gcf-owl-bot[bot] Sep 1, 2022
9dcc599
fix: preserve default values in x-goog-request-params header (#551)
gcf-owl-bot[bot] Sep 14, 2022
a867b87
docs: add sample test (#552)
sofisl Sep 16, 2022
6204d72
Merge remote-tracking branch 'migration/main' into nodejs-os-login-mi…
sofisl Sep 16, 2022
9ff1483
build: add release-please config, fix owlbot-config
sofisl Sep 16, 2022
bb25ac5
Update sample.test.js
sofisl Sep 16, 2022
82ae1ec
Update sample.test.js
sofisl Sep 16, 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 @@ -8,6 +8,7 @@
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.2.0",
"packages/google-cloud-beyondcorp-clientgateways": "0.2.0",
"packages/google-cloud-gkemulticloud": "0.1.1",
"packages/google-cloud-oslogin": "4.0.1",
"packages/google-cloud-redis": "3.1.3",
"packages/google-cloud-security-publicca": "0.1.0",
"packages/google-devtools-artifactregistry": "2.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-oslogin/.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/cloud/oslogin/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-oslogin/$1

7 changes: 7 additions & 0 deletions packages/google-cloud-oslogin/.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-oslogin/.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-oslogin/.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-cloud-oslogin/.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-oslogin/.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/os-login',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-oslogin/.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
24 changes: 24 additions & 0 deletions packages/google-cloud-oslogin/.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-oslogin/.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-oslogin/.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')
}
16 changes: 16 additions & 0 deletions packages/google-cloud-oslogin/.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/os-login/latest",
"api_id": "oslogin.googleapis.com",
"distribution_name": "@google-cloud/os-login",
"release_level": "stable",
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Google Cloud OS Login",
"repo": "googleapis/google-cloud-node",
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
"requires_billing": true,
"name": "oslogin",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"api_shortname": "oslogin",
"library_type": "GAPIC_AUTO"
}
Loading