-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: script to create a new module #8257
Conversation
a09070f
to
3ae4e74
Compare
Current status
|
8523835
to
247ca83
Compare
1a6aae2
to
c1b8b7c
Compare
Current status: It can now create a new module https://github.com/googleapis/google-cloud-java/pull/8389/files |
@meltsufin Would you try this script to create a new module, and share feedback? It has README.md. |
generation/new_client/README.md
Outdated
$ python3.9 new-client.py generate \ | ||
--api_shortname=${API_SHORT_NAME} \ | ||
--proto-path=google/api/apikeys \ | ||
--name-pretty="API Keys API" \ | ||
--product-docs="https://cloud.google.com/api-keys/" \ | ||
--api-description="API Keys lets you create and manage your API keys for your projects." \ | ||
--release-level=preview \ | ||
--transport=grpc \ | ||
--language=java \ | ||
--monorepo-url="https://github.com/googleapis/google-cloud-java" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Sofia's design and compare values supplied.
Apply changes after #8482 is merged. |
* chore: Move TEST_ALL_MODULES env_var to sub jobs * chore: Revert java-speech v2 protos * chore: Update versions.txt * chore: Update versions.txt for release: main
* chore: Generate diff from current split repos * chore: Call delete samples script afterwards * chore: Display diff on GH * chore: Push diffs to seperate branches * Revert "chore: Display diff on GH" This reverts commit 8a616dc. * chore: Create seperate branches * chore: Add push to multiple branches * chore: Stash the non staged changes * chore: Delete non-generated samples * chore: Add retry for git clone * chore: Remove untracked filed * chore: Run from main-diff branch * chore: Fix Typo * chore: cleanup branches * chore: Test if it can ci works * chore: Delete branch only if doesn't exist * chore: Set git username/email * chore: Use fetch-depth 0 to allow unshallow update * chore: Only run on merge * chore: Run action only on merge * chore: Remove run on pull_request * chore: Move Java ITs to a separate diff branch * chore: Add all IT path names * chore: Add more speciic regex for branch * chore: Fix specific regex for branches * chore: Match regex on end only
* chore: Adding release-please annotations
An experiment to add /java-dataproc to OwlBot configuration file This is part of investigation of googleapis#8462
… configuration (googleapis#8462) * chore: updated docs and code sturcture for Dataproc metric configuration Committer: @akshatbhargava123 PiperOrigin-RevId: 477101789 Source-Link: googleapis/googleapis@2e19de1 Source-Link: googleapis/googleapis-gen@c12032a Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy8uT3dsQm90LnlhbWwiLCJoIjoiYzEyMDMyYTU5Nzc4ZmRkMTczZDRjZmU4MmM0NzJjMDU5NjA0Mzg2NSJ9 * 🦉 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>
…leapis#8482) * build: set_owlbot_config * Updating OwlBot configuration files with modules * build: checking deep-copy destination * /google-cloud entries * fixed google-cloud-* directory entries
…gleapis#8487) * chore: changing config for single-component release please setup * Update release-please.yml
…google.com/agent-assist/docs/summarization) (googleapis#8481) * feat: Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) docs: clarify SuggestionFeature enums which are specific to chat agents PiperOrigin-RevId: 477479918 Source-Link: googleapis/googleapis@6deca98 Source-Link: googleapis/googleapis-gen@b23d242 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiJiMjNkMjQyYzVjNWRlYjdjZTZmNGE3ZjcxODYyYTMxMTU1NTA2OWJkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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>
…oogleapis#8492) * chore: exclude and remove unnecessary templates * chore: apply update_owlbot_postprocessor_config.sh
…ogleapis#8498) * chore: Add script to copy README.md and CHANGELOG.md from split repos * chore: Add README.md and CHANGELOG.md from split repos * chore: Pull latest files * chore: Check if readme/changelog url exists
The will make it so that release-please will only propose snapshot bumps if any snapshot bump is required. After the snapshots are updated, then it will propose any regular releases.
Removing this annotation since this should be updated by renovateBot, not release-please. This is also an attempt to regenerate release:main PR for the manifest config.
The git history is messed up. Creating a new pull request. -> #8517 |
Adding a Python script to create a new module in this monorepo.