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

docs: fix readme title for Bigtable HBase tools #3013

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

billyjacobson
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

@billyjacobson billyjacobson requested review from a team as code owners June 14, 2021 21:06
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable-hbase API. label Jun 14, 2021
@billyjacobson billyjacobson added automerge Merge the pull request once unit tests and other checks pass. and removed api: bigtable Issues related to the googleapis/java-bigtable-hbase API. labels Jun 14, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 14, 2021
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

1 similar comment
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 15, 2021
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable-hbase API. label Jun 15, 2021
@kolea2 kolea2 changed the title Fix readme title for Bigtable HBase tools docs: fix readme title for Bigtable HBase tools Jun 15, 2021
@kolea2 kolea2 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 15, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit de5970d into master Jun 15, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the readme-title-fix branch June 15, 2021 15:28
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 15, 2021
billyjacobson added a commit to billyjacobson/java-bigtable-hbase that referenced this pull request Aug 30, 2021
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️
billyjacobson added a commit to billyjacobson/java-bigtable-hbase that referenced this pull request Aug 31, 2021
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️
billyjacobson added a commit that referenced this pull request Sep 7, 2021
…via snapshots) (#3197)

* docs:  Add README for HBase Tools and Beam import/export and validator pipelines (#2949)

* docs:  Add README for HBase Tools and Beam import/export and validator pipelines.

* responding to some review comments

* more cleanups and adding hashes export and copy to bucket

* Reran through commands and fixed/cleaned up

* Cleanup for Jordan

* fix references to hbase-tools to hbase-1.x-tools

* update version
grammar
additional param info

* remove unnecessary commands
add timestamp to output file

* docs: fix readme title for Bigtable HBase tools (#3013)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

* docs: Fix broken links for HBase Migration tools (#3097)

* docs: Fix broken links

* use more refined link

* update header in readme

* revert schema translator class

* Update link generators and typo
mutianf pushed a commit to mutianf/java-bigtable-hbase that referenced this pull request Sep 20, 2022
…via snapshots) (googleapis#3197)

* docs:  Add README for HBase Tools and Beam import/export and validator pipelines (googleapis#2949)

* docs:  Add README for HBase Tools and Beam import/export and validator pipelines.

* responding to some review comments

* more cleanups and adding hashes export and copy to bucket

* Reran through commands and fixed/cleaned up

* Cleanup for Jordan

* fix references to hbase-tools to hbase-1.x-tools

* update version
grammar
additional param info

* remove unnecessary commands
add timestamp to output file

* docs: fix readme title for Bigtable HBase tools (googleapis#3013)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

* docs: Fix broken links for HBase Migration tools (googleapis#3097)

* docs: Fix broken links

* use more refined link

* update header in readme

* revert schema translator class

* Update link generators and typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/java-bigtable-hbase API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants