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

[Tooling] Add google owned cache for dependencies as an option in ci #4567

Merged
merged 18 commits into from
Aug 2, 2023

Commits on Jul 25, 2023

  1. Proof of concepts of a package using artifact hub.

    Requried to be an authenticated googler
    `gcloud auth application-default login`
    
    Useful links
    https://g3doc.corp.google.com/company/teams/artifact-hub/index.md?cl=head#maven
    https://github.com/GoogleCloudPlatform/artifact-registry-maven-tools/blob/master/README.md
    
    Useful command
    ```
    gcloud artifacts print-settings mvn \
        --project=artifact-foundry-prod \
        --repository=maven-3p \
        --location=us
    ```
    reidbaker committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a38111d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    befa254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73aea86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2e87fb View commit details
    Browse the repository at this point in the history
  4. formatting

    reidbaker committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    474f547 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4747b49 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    reidbaker committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    797e066 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    f249971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b0406 View commit details
    Browse the repository at this point in the history
  3. Update GRADLE_STRUCTURE.md

    reidbaker authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a996c06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2adfc43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce0495 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fc5753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    384541e View commit details
    Browse the repository at this point in the history
  8. Update settings.gradle

    reidbaker authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    621aee2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    875b078 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    77266fd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    23e9840 View commit details
    Browse the repository at this point in the history