You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: move Java Owlbot into this repository for postprocessing (#2282)
* use local synthtool and owlbot
* remove unused files
* remove more unused files
* remove cache files in owlbot
* use java 11 for it
* remove kokoro files
* use glob in owlbot entrypoint
* remove unused files
* do not do post-process IT on mac
* concise entrypoint logic
* cleanup i
* cleanup ii
* cleanup iii
* cleanup iv
* remove templates
* remove protos folder
* remove synthtool
* connect image to owlbot entrypoint
* simplify synthtool docker run command
* install synthtool locally
* install synthtool only once
* use virtualenvs to run python scripts
* install pyenv in action
* remove jar from history
* download google-java-format
* fix pyenv init
* attempt to fix pyenv installation in gh action
* fix manual pyenv installation
* install pyenv in profile
* install pyenv in bashrc as well
* use bash shell explicitly in gh action
* install pyenv in same step as IT
* do not restart shell
* set pyenv path manually
* install pyenv in its own step
* propagate environment variables to other steps
* fix global env var setup
* remove wrong env settings
* explain usage of pyenv in README
* simplify pyenv setup
* add comment to owlbot entrypoint
* rename destination_path to preprocessed_libraries_path
* infer scripts_root in postprocess_library.sh
* use temporary folder for preprocess step
* use owlbot files from workspace
* get rid of output_folder argument
* use common temp dir to clone synthtool into
* lock synthtool to a specific commitish
* fix file transfer
* fix owl-bot-staging unpacking
* remove unnecessary workspace variable
* rename workspace to postprocessing_target
* remove owlbot sha logic
* remove repository_root variable
* cleanup
* correct pyenv comment
* clean temp sources folder on each run
* safety checks for get_proto_path_from_preprocessed_sources
* fix integration test
* disable compute and asset/v1p2beta1 temporarily
they have changes in googleapis that have not been reflected yet in
google-cloud-java
* fix unit tests
* correct comment
* do not install docker for macos
* fix owlbot files check
* fix license headers
* remove unnecessary owlbot_sha
* add explanation on why are there no macos + postprocess ITs
* use `fmt:format` instead of google formatter
* clean templates
* remove more unnecessary elements
* add README entry explaining owlbot maintenance
* remove unnecessary java format version
0 commit comments