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

feat: consolidate repos #966

Merged
merged 1,071 commits into from
Dec 9, 2023
Merged

feat: consolidate repos #966

merged 1,071 commits into from
Dec 9, 2023

Conversation

JoeWang1127
Copy link
Contributor

No description provided.

chanseokoh and others added 30 commits June 14, 2019 17:44
* Delete release_publish.sh

* Delete release_sign.sh
* Add appengine.deploy.gcloudMode config for beta deploy
* [Gradle Release Plugin] - pre tag commit:  'v2.1.0'.

* [Gradle Release Plugin] - new version commit:  'v2.1.1-SNAPSHOT'.
* preparing release 2.1.0

* 2.1.1-SNAPSHOT
* switch from oraclejdk8 to openjdk8 on travis
* Rearrage docs, add faq for thin jars
* remove thin jar full config, just describe how to use extraFilesDirectories
* update dependencies
* specify trusty
* use trusty for JDK 8
* add phishingprotection API
* update library versions
* GA --> Stable

* fix test
* Support for java11 standard projects "Class-Path" copying in the staging directory
* update to mockito 3
* preparing release 0.8.0

* 0.8.1-SNAPSHOT
* Create parent if it doesn't exists when copying files
* preparing release 0.8.1

* 0.8.2-SNAPSHOT
Adds extended support for thin jar deployments, automatically copying
jars referenced in Class-Path in the source artifact to the staging
directory.
Adds extended support for thin jar deployments, automatically copying
jars referenced in Class-Path in the source artifact to the staging
directory.
* preparing release 2.2.0

* 2.2.1-SNAPSHOT
* [Gradle Release Plugin] - pre tag commit:  'v2.2.0'.

* [Gradle Release Plugin] - new version commit:  'v2.2.1-SNAPSHOT'.
* Update README.md

* Update CHANGELOG.md
* Update README.md

* Update CHANGELOG.md
@JoeWang1127
Copy link
Contributor Author

JoeWang1127 commented Dec 7, 2023

Kokoro-ubentu build failed:

testDeployStandard: INFO: submitting command: /root/.cache/google-cloud-tools-java/managed-cloud-sdk/LATEST/google-cloud-sdk/bin/gcloud app deploy /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/app.yaml /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/WEB-INF/appengine-generated/cron.yaml /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/WEB-INF/appengine-generated/dispatch.yaml /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/WEB-INF/appengine-generated/dos.yaml /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/WEB-INF/appengine-generated/index.yaml /tmpfs/src/github/appengine-plugins/app-maven-plugin/target/test-classes/projects/standard-project/target/appengine-staging/WEB-INF/appengine-generated/queue.yaml --version GCLOUD_VERSION --project travis-app-maven-plugin
Exit code: 1
testDeployStandard: [INFO] GCLOUD: ERROR: (gcloud.app.deploy) argument --version/-v: Bad value [GCLOUD_VERSION]: May only contain lowercase letters, digits, and hyphens. Must begin and end with a letter or digit. Must not exceed 63 characters.
testDeployStandard: [INFO] GCLOUD: Usage: gcloud app deploy [DEPLOYABLES ...] [optional flags]
testDeployStandard: [INFO] GCLOUD:   optional flags may be  --appyaml | --bucket | --cache | --help |
testDeployStandard: [INFO] GCLOUD:                          --ignore-file | --image-url | --promote |
testDeployStandard: [INFO] GCLOUD:                          --service-account | --stop-previous-version | --version
testDeployStandard: [INFO] GCLOUD: 
testDeployStandard: [INFO] GCLOUD: For detailed information on this command and its flags, run:
testDeployStandard: [INFO] GCLOUD:   gcloud app deploy --help

Full log: link
I deleted GCLOUD_VERSION in commit.

The error became:

testDeployStandard: INFO: submitting command: /root/.cache/google-cloud-tools-java/managed-cloud-sdk/LATEST/google-cloud-sdk/bin/gcloud app deploy --version 1 --project travis-app-maven-plugin
testDeployStandard: [INFO] GCLOUD: ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/travis-app-maven-plugin]. Please make sure that you have permission to view applications on the project and that [email protected] has the App Engine Deployer (roles/appengine.deployer) role.

Full log: link

@suztomo
Copy link
Contributor

suztomo commented Dec 7, 2023

I think you're in the right direction. The environment setup in app-maven-plugin's Kokoro job needs to come here.

@JoeWang1127
Copy link
Contributor Author

Unit test run with Java 17 and 21 failed because Gradle 6.9 is not compatible with Java 17/21.

@suztomo
Copy link
Contributor

suztomo commented Dec 8, 2023

Focus on appengine-plugins-core and app-maven-plugin in this pull request.

Gradle 6.9 is not compatible with Java 17/21.

I believe Gradle is not used in the two. In that case skip app-gradle-plugin there.

@JoeWang1127
Copy link
Contributor Author

I believe Gradle is not used in the two. In that case skip app-gradle-plugin there.

I skipped Gradle project when Java is 17 and 21.

Now the unit tests are successfully.

@google-cla google-cla bot added cla: yes and removed cla: no labels Dec 9, 2023
@JoeWang1127 JoeWang1127 merged commit a6606a0 into main Dec 9, 2023
5 checks passed
@JoeWang1127 JoeWang1127 deleted the feat/consolidate-repos branch December 9, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.