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

Serverless networking program #1819

Merged
merged 56 commits into from
Jan 5, 2024
Merged

Serverless networking program #1819

merged 56 commits into from
Jan 5, 2024

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    e4902a4 View commit details
    Browse the repository at this point in the history
  2. Add container image to use by the CR service client.

    The code corresponds to vpc-network-tester, from:
    https://github.com/GoogleCloudPlatform/vpc-network-tester/tree/main
    I copied the code in the blueprint, and added resources to create a
    repository in Artifact Registry and build and submit the image.
    juliodiez committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    72d7496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    447bc7f View commit details
    Browse the repository at this point in the history
  4. Output server URL

    juliodiez committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c8b75a7 View commit details
    Browse the repository at this point in the history
  5. Use case with CR server in service project and an internal ALB

    For now, using a VPC access connector. It will be replaced by
    Direct VPC Egress
    juliodiez committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4d5e676 View commit details
    Browse the repository at this point in the history
  6. Output custom domain URL

    juliodiez committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6d47ff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix subnet main var name

    juliodiez committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    095c7bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30dfb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8f569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff40c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Adapt naming to 'services'

    juliodiez committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    09556ae View commit details
    Browse the repository at this point in the history
  2. Use new version of vpc-network-tester

    The code is a fork from the original at GoogleCloudPlatform, from:
    https://github.com/willypalacin/vpc-network-tester/tree/main
    juliodiez committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e80e292 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    877c7f4 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    juliodiez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ef11598 View commit details
    Browse the repository at this point in the history
  3. Add README content

    juliodiez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    35c2a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    499cea3 View commit details
    Browse the repository at this point in the history
  5. License boilerplate

    juliodiez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    acca97c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d91e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    992cc90 View commit details
    Browse the repository at this point in the history
  2. Adapt projects structures

    juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d0d6a5c View commit details
    Browse the repository at this point in the history
  3. Add prefix to project names

    juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4d388f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb387b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ac7bc8 View commit details
    Browse the repository at this point in the history
  6. added import job support for kms module

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7953425 View commit details
    Browse the repository at this point in the history
  7. added tfdoc changes

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2b80f47 View commit details
    Browse the repository at this point in the history
  8. removed unneeded variable

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    edc6879 View commit details
    Browse the repository at this point in the history
  9. added linting changes for readme file

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    60a34ed View commit details
    Browse the repository at this point in the history
  10. added test for import job

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    eb7ecf6 View commit details
    Browse the repository at this point in the history
  11. corrected linting and test example

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    eb9701a View commit details
    Browse the repository at this point in the history
  12. corrected readme linting

    cmalpe authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6ab9ac1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8769053 View commit details
    Browse the repository at this point in the history
  14. [net-address] enable ipv6 (#1821)

    ---------
    
    Co-authored-by: Luca Prete <lucaprete@google.com>
    2 people authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    28e5c4e View commit details
    Browse the repository at this point in the history
  15. Billing budget factory (#1822)

    * billing budget factory
    
    * review comment changes
    ludoo authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8049e97 View commit details
    Browse the repository at this point in the history
  16. update changelog

    ludoo authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    03b8d21 View commit details
    Browse the repository at this point in the history
  17. Handling SQL IP address issue (#1825)

    * Handling SQL IP address issue
    
    * reverting one change
    
    * Improving this fix based on wiktor's feedback
    
    * formatting
    aurelienlegrand authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d9589f5 View commit details
    Browse the repository at this point in the history
  18. Add public_access_prevention

    devuonocar authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1306f67 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    devuonocar authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f628ed2 View commit details
    Browse the repository at this point in the history
  20. Update default value

    devuonocar authored and juliodiez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fee89b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dae0436 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    fd74562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d997c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cca9d View commit details
    Browse the repository at this point in the history
  4. Group default URLs output

    juliodiez committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8e76e5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c536e27 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    juliodiez committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    521b9c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    2ca24d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e500c6 View commit details
    Browse the repository at this point in the history
  3. Update README

    juliodiez committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bae9845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e6174b View commit details
    Browse the repository at this point in the history
  5. Fix tftest values

    juliodiez committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3685eb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    6bad85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aacd658 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    8435ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e623fa4 View commit details
    Browse the repository at this point in the history