Uh oh!
There was an error while loading. Please reload this page.
open external links in new tab - #1095
Conversation
I think this is all, but there might be more.
instance id should be string
my bad! :P
stephenplusplus
commented
Jan 29, 2016
Thanks for sending this, @VikramTiwari! @callmehiphop is this the best way to open external links in new windows, or can we use some fancy JS to handle this for us? (edit: to clarify, I mean can we automate assigning |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
callmehiphop
commented
Jan 29, 2016
Well, if we wanted to simplify the whole thing we could create an angular directive to overload the |
stephenplusplus
commented
Jan 29, 2016
I'm cool with that, since a lot of our links are going to be coming from Markdown in the docs. |
callmehiphop
commented
Jan 29, 2016
Cool! @VikramTiwari did you want to take that on? Otherwise I can get to it later :) |
VikramTiwari
commented
Jan 29, 2016
I can take a stab at it, but what would be the logic that we would like to use here? Not all absolute links are external links. |
callmehiphop
commented
Jan 29, 2016
We use a CSS class called @stephenplusplus thoughts? |
stephenplusplus
commented
Jan 30, 2016
Sounds sane to me. |
stephenplusplus
commented
Feb 5, 2016
@callmehiphop since all of the docs changes we've pushed, will @VikramTiwari rebasing be enough, or is there anything else to it? |
callmehiphop
commented
Feb 5, 2016
Nope :( We'll probably have to mirror these changes in https://github.com/GoogleCloudPlatform/gcloud-common |
stephenplusplus
commented
Feb 8, 2016
@VikramTiwari we moved most of our docs to a centralized repo, so that the other languages (gcloud-ruby, gcloud-php, etc) can set up their docs as well. The new location is https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/site/src -- I believe the task now is finding links across gcloud-common that need to be updated, as well as some changes still inside this repo. Are you still up for it? It's totally understandable if you'd rather have us do it. Thanks for your help so far and sorry for the curveball! // @callmehiphop is all of that ^ correct? |
callmehiphop
commented
Feb 8, 2016
@stephenplusplus yep! |
VikramTiwari
commented
Feb 8, 2016
Hey @stephenplusplus Good move for centralized repo. I will try to do the changes at that repo by this weekend. Will keep you all updated. |
stephenplusplus
commented
Feb 8, 2016
Awesome, thanks! |
stephenplusplus
commented
Mar 8, 2016
I'll close this up and let #1094 track our progress. |
🤖 I have created a release \*beep\* \*boop\* --- ### [2.24.3](https://www.github.com/googleapis/gax-nodejs/compare/v2.24.2...v2.24.3) (2021-08-31) ### Bug Fixes * use the full type name for ErrorInfo ([#1093](https://www.github.com/googleapis/gax-nodejs/issues/1093)) ([c1e646a](https://www.github.com/googleapis/gax-nodejs/commit/c1e646abf148ab55da4dcdfc65e7d2647d0208a9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…#1095) This fixesfirebase/firebase-js-sdk#3105 (comment). Before this change, `db.settings({..., ssl: false})` will connect but without any credentials (similar to a client device that is not logged in), which causes Firestore Emulator to evaluate security rules for requests. This is surprising for an Admin SDK and it is extremely hard to troubleshoot. After this change, the same code should correctly behave like admin. This also provides one additional way to get admin privileges in the Firestore Emulator if for some reasons the environment variables is not viable / desirable.
* build: add auto-approve to Node libraries Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@5cae043 Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:65aa68f2242c172345d7c1e780bced839bfdc344955d6aa460aa63b4481d93e5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com>
I think this is all, but there might be more such links/
Regarding: #1094