| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| return Logger(name, client=self) | ||
|
|
||
| def sink(self, name, filter_, destination): | ||
| """Creates a sink bound to the current client. |
|
Mostly looks good but
|
Sorry, something went wrong.
| """ | ||
| return Logger(name, client=self) | ||
|
|
||
| <<<<<<< HEAD |
|
LGTM pending Travis. Squash if it pleases you. I have found it quite easy in my workflow to do: $ git checkout branch-working-on
$ git reset HEAD^
$ # Repeat for as many commits need to be squashed
$ git add -p . # I make sure I am adding the right stuff
$ git commit --amend # Just save itand then the amend will add back the staged contents to the original base commit. |
Sorry, something went wrong.
|
Squashed. I will merge after Travis passes. |
Sorry, something went wrong.
|
I've been using git rebase -i <target branch> to fixup/squash/reword commit history. |
Sorry, something went wrong.
Add 'Sink.create' API wrapper and 'Client.sink' factory.
* feat: add generator option proto-plus-dep * fix mypy * fix style * update goldens * fix tests * clean up * clean up * add support for dependency google-cloud-kms * Address review comments * add missing file * run formatting tool * style * address review comments * formatting * address review feedback * style * add pypi package google-geo-type * bump google-cloud-documentai dependency to 2.0.0 * address review comment * add docstring * address review comment * fix docs
* feat: provide option to update user_agent fixes #1327 * make tests more readable and intuitive * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore: add blob snippets * fix lint * polish * fix
| Back | FazBrowse Home | New Git URL |
This PR punts on any answer to #1591.