-
Notifications
You must be signed in to change notification settings - Fork 119
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(ci): Add all common release configuration from alloydb java #1449
Conversation
.github/PULL_REQUEST_TEMPLATE.md
Outdated
@@ -0,0 +1,10 @@ | |||
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: |
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.
I've been meaning to delete this file elsewhere. Let's not add it back here. Customers rarely use it correctly and we end up having to delete it more than anything.
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.
Deleted.
.github/dependabot.yml
Outdated
schedule: | ||
interval: "daily" | ||
# Disable version updates for pip dependencies | ||
open-pull-requests-limit: 0 |
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.
nit: missing newline
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.
Fixed.
.github/sync-repo-settings.yaml
Outdated
- "lint" | ||
- "units (8)" | ||
- "units (11)" | ||
# - "graalvm17" |
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.
I think we can keep this in the repo here.
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.
Fixed.
.github/workflows/ci.yaml
Outdated
env: | ||
JOB_TYPE: clirr | ||
|
||
# graalvm17: |
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.
Same here. This should stay I believe.
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.
I'm going to remove the new github workflows for now, including ci.yaml. Otherwise this will be too big a change.
I'll include them as part of #1447
.kokoro/release/snapshot.cfg
Outdated
value: "github/cloud-sql-jdbc-socket-factory/.kokoro/release/snapshot.sh" | ||
} | ||
value: "github/alloydb-java-connector/.kokoro/release/snapshot.sh" | ||
} |
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.
nit: newline
.kokoro/release/snapshot.cfg
Outdated
@@ -2,5 +2,5 @@ | |||
|
|||
env_vars: { | |||
key: "TRAMPOLINE_BUILD_FILE" | |||
value: "github/cloud-sql-jdbc-socket-factory/.kokoro/release/snapshot.sh" | |||
} | |||
value: "github/alloydb-java-connector/.kokoro/release/snapshot.sh" |
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.
this should be cloud-sql-jdbc-socket-factory
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.
Fixed.
.kokoro/release/stage.cfg
Outdated
@@ -2,22 +2,18 @@ | |||
|
|||
env_vars: { | |||
key: "TRAMPOLINE_BUILD_FILE" | |||
value: "github/cloud-sql-jdbc-socket-factory/.kokoro/release/stage.sh" | |||
value: "github/alloydb-java-connector/.kokoro/release/stage.sh" |
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.
Same here and below.
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.
Fixed.
.kokoro/requirements.in
Outdated
wheel | ||
setuptools | ||
typing-extensions | ||
click<8.1.0 |
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.
nit: newline
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.
fixed.
Covenant](http://contributor-covenant.org), version 1.2.0, available at | ||
[http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) | ||
|
||
### Running tests |
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.
Should we keep this section?
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.
I've created a more thoughful merge of CONTRIBUTING.md.
samples/snapshot/pom.xml
Outdated
<groupId>com.google.cloud</groupId> | ||
<artifactId>-snapshot</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Google Google Cloud AlloyDB Java Connector Snapshot Samples</name> |
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.
Might want to grep for AlloyDB and alloydb just to get all these
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.
Fixed. (I removed all the samples/ files for now.)
chore(ci): WIP Updating existing common standard build files. chore: Fix remaining alloydb references. chore(docs): A better merge of CONTRIBUTING.md
278a013
to
3674842
Compare
764edf8
to
1c578d2
Compare
This copies the standard AlloyDB build configuration files with minor changes to support
this specific repo.