Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-analytics-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: googleapis/python-analytics-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 4 contributors

Commits on Mar 17, 2021

  1. build(python): fail nox sessions if a python version is missing (#51)

    Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 16 13:38:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db
    Source-Link: googleapis/synthtool@eda422b
    yoshi-automation authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a55bc93 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. docs: update quickstart samples to support the Data API v1 beta (#50)

    * docs: added a sample
    
    * docs: usage instructions updated to use Python3
    
    * docs: updated sample to include main() method
    
    * docs: update the sample to support the Google Analytics Data API v1 beta
    
    * docs: update quickstart samples to support the Data API v1 beta
    
    * docs: update quickstart samples to support the Data API v1 beta
    
    * separate the sample into separate methods to facilitate testing
    
    * separate the sample into separate methods to facilitate testing
    
    * fix: update formatting
    
    * fix: update formatting
    
    * add noxfile_config with a test property id value
    
    * add noxfile_config with a test property id value
    
    * fix: use the credentials json file provided during the test
    
    * fix: use the credentials json file provided during the test
    ikuleshov authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ad51cf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. chore: upgrade gapic-generator-python to 0.43.1 (#54)

    PiperOrigin-RevId: 364411656
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 22 14:40:22 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b
    Source-Link: googleapis/googleapis@149a3a8
    yoshi-automation authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c5de655 View commit details
    Browse the repository at this point in the history
  2. chore(python): add kokoro configs for periodic builds against head (#53)

    This change should be non-destructive.
    
    Note for library repo maintainers:
    After applying this change, you can easily add (or change) periodic
    builds against head by adding config files in google3.
    
    See python-pubsub repo for example.
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Mar 19 11:17:59 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda
    Source-Link: googleapis/synthtool@79c8dd7
    yoshi-automation authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4551e99 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. docs: update region tag names to match the convention (#55)

    * docs: update region tag names to match the convention
    
    * lint
    ikuleshov authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    747f551 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 1, 2021

  1. feat: add kind field which is used to distinguish between response …

    …types (#60)
    
    feat: add `potentially_thresholded_requests_per_hour` field to `PropertyQuota`
    yoshi-automation authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    83f1fc1 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.5.0 (#61)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5445abb View commit details
    Browse the repository at this point in the history
Loading