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

Bump word-wrap from 1.2.3 to 1.2.5 in /gcp/cloud-functions/create-vm #34

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Add functionality of restoring incremental performance snapshots

    * Check for gaps in incremental snapshots (`functions.sh`)
    * Define custom runtime config for each module (`run_local.sh`)
    * Add functionality for removing failed incremental snapshots and
      extracting new_start_date for runtime_config (`run-local.sh` and
      `backfill_snapshots.py`)
    
    Change-Id: Ibf5bb2359f2fbd7c0d66b7a189b9cda6b246a064
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6fc9db4 View commit details
    Browse the repository at this point in the history
  2. Remove reference to skan_postbacks from downstream change_history

    Change-Id: Iecc5e9da24bd5dc572dd258acf9c38197ad9ee77
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b99ef67 View commit details
    Browse the repository at this point in the history
  3. Fix bug with incorrect initial load

    Change-Id: If732cfb209961ea7695b459c0013c597ddde0c77
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    336da84 View commit details
    Browse the repository at this point in the history
  4. Ensure that temp files are cleaned after run-local.sh script execution

    Change-Id: Ie044abde842f97fb7729441a4150a246e766bfb4
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    14b93a0 View commit details
    Browse the repository at this point in the history
  5. Avoid duplicated values for custom conversion split

    Change-Id: I154a790a5149dd7055e44cc845cf954287944e75
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ae8b78b View commit details
    Browse the repository at this point in the history
  6. Change conflicting name for skan schema input table

    Change-Id: I15b24847c6ed0fde5dc670a5ae3f427f7f1000ba
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1bf4464 View commit details
    Browse the repository at this point in the history
  7. Validate that skan schema table does not conflict with reserved name

    Change-Id: Ib4b6681170de0ff85239a5935118863c7deb8e90
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4868579 View commit details
    Browse the repository at this point in the history
  8. Update documentation on specifying iOS SKAN schema

    * Update `config.yaml.template` to be in the up-to-date state
    
    Change-Id: Ic799d80814da61dd402b691e5c265c072551d147
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    64cd73b View commit details
    Browse the repository at this point in the history
  9. Update dashboard replication and GCP requirements in README

    Change-Id: I83c4ae851f656ff3e7e7e7ec1f7fe52a768ed2d3
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    369b6b3 View commit details
    Browse the repository at this point in the history
  10. Remind users to join Google Group during initial start on GCP

    Change-Id: I460de625d55e02c4aa64751b70d0b2088a2f6a30
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2414a14 View commit details
    Browse the repository at this point in the history
  11. Add support for deleting incremental performance snapshots

    Change-Id: Ibe705310daff382b7ea979b8afd172372bbd6b30
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c74b908 View commit details
    Browse the repository at this point in the history
  12. Add support for working with SKAN values in API 15+

    By specifying `gaarf.params.template.skan4` we can get renamed metric
    names from Google Ads API.
    
    Change-Id: If0250cd1c90d6675d802effa4bc16fb1affd4394
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f3ee6f4 View commit details
    Browse the repository at this point in the history
  13. Add option for upgrading application from GCP

    Change-Id: Iae17155dfb57b542422666259349ac39ee759830
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ed49c7d View commit details
    Browse the repository at this point in the history
  14. Upload results of GCP install to Cloud Storage

    Change-Id: I33e3b82d0dd57665ad235dd62e3e580fcf098e87
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    19fd05d View commit details
    Browse the repository at this point in the history
  15. Add helper for accessing application logs on GCP

    Change-Id: Ia549a7876c2c379f8646ea72e2a543c9eb9923f6
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    51c0052 View commit details
    Browse the repository at this point in the history
  16. Check whether user is a project owner during GCP install

    Change-Id: Id14b2976e26209d7233bd4dc90eed45e005c0ab0
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5e92cb9 View commit details
    Browse the repository at this point in the history
  17. Migrated to v16 version in run-local.sh

    Change-Id: I6e328cfcac8db2dc57d3bb3ec3ece1fa14104e3b
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    10f25b2 View commit details
    Browse the repository at this point in the history
  18. Include skan4 template variable into generated config

    Change-Id: Ibc78782b938dcbfa855bb1c562d1f7c92ee4d1e8
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    231c3f0 View commit details
    Browse the repository at this point in the history
  19. Add tests for google_ads_queries for different versions of APIs

    Change-Id: I5902ea65dc35c89f84b61b5357017b36446a8fcc
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5204231 View commit details
    Browse the repository at this point in the history
  20. Add Github Actions for testing Ads queries under different api versions

    Change-Id: I8661c6ed991b63e465640e13d236685b1ba2f983
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    36971a6 View commit details
    Browse the repository at this point in the history
  21. Add support for providing GCS based google-ads.yaml

    Change-Id: Iecf4f4d2aebe1111afd21ab2c9e7ed7f40ca56de
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2538d24 View commit details
    Browse the repository at this point in the history
  22. Update Airflow example

    Change-Id: I07dacb6c6a9d24abc0d4861a3ecd7dff6b468ab9
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2ce974f View commit details
    Browse the repository at this point in the history
  23. Upload information on application run to BQ

    Change-Id: I90f047008e980c602c3df4dfe39ae9928c2b886e
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e3c5aa0 View commit details
    Browse the repository at this point in the history
  24. Bump requirements to gaarf 1.13.0

    Change-Id: Ibe154f9e78d9aae176a346cde06fdf66f7933d13
    AVMarkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    09bfe7a View commit details
    Browse the repository at this point in the history
  25. Bump word-wrap from 1.2.3 to 1.2.5 in /gcp/cloud-functions/create-vm

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    81b09dd View commit details
    Browse the repository at this point in the history