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

feat: add new_transaction support #499

Merged
merged 47 commits into from
Apr 4, 2024
Merged

feat: add new_transaction support #499

merged 47 commits into from
Apr 4, 2024

Commits on Nov 28, 2023

  1. added begin_later flag

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d7fe72d View commit details
    Browse the repository at this point in the history
  2. refactoring

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    14942e0 View commit details
    Browse the repository at this point in the history
  3. got tests passing

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8ce4654 View commit details
    Browse the repository at this point in the history
  4. improved docstring

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    18d6a34 View commit details
    Browse the repository at this point in the history
  5. added helper tests

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    af92f68 View commit details
    Browse the repository at this point in the history
  6. fixed type in docstring

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    11cedac View commit details
    Browse the repository at this point in the history
  7. added client test

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    27454d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b952b8d View commit details
    Browse the repository at this point in the history
  9. removed extra indents

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    81108df View commit details
    Browse the repository at this point in the history
  10. added transaction tests

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    defd080 View commit details
    Browse the repository at this point in the history
  11. added system tests

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2063f71 View commit details
    Browse the repository at this point in the history
  12. fixed lint

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    648204d View commit details
    Browse the repository at this point in the history
  13. refactor using wrappers

    daniel-sanche committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    087eaaf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. added functools.wraps

    daniel-sanche committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cbb2c0a View commit details
    Browse the repository at this point in the history
  2. fixed mypy

    daniel-sanche committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    471ead2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439604c View commit details
    Browse the repository at this point in the history
  4. fixed mypy

    daniel-sanche committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8da9e00 View commit details
    Browse the repository at this point in the history
  5. added test

    daniel-sanche committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    95797e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    3409196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210c5d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    982b998 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#505)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and daniel-sanche committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e7b8b9a View commit details
    Browse the repository at this point in the history
  3. build: update actions/checkout and actions/setup-python (#507)

    Source-Link: googleapis/synthtool@3551acd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:230f7fe8a0d2ed81a519cfc15c6bb11c5b46b9fb449b8b1219b3771bcb520ad2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and daniel-sanche committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    026c934 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.19.0 (#481)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and daniel-sanche committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a001d5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef3bef View commit details
    Browse the repository at this point in the history
  6. build: update actions/upload-artifact and actions/download-artifact (#…

    …510)
    
    Source-Link: googleapis/synthtool@280ddae
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:346ab2efb51649c5dde7756cbbdc60dd394852ba83b9bbffc292a63549f33c17
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and daniel-sanche committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3c2e4a7 View commit details
    Browse the repository at this point in the history
  7. got tests passing

    daniel-sanche committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3ac41ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e8bb6e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    78bdba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad1071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9e335 View commit details
    Browse the repository at this point in the history
  4. fixed jinja version

    daniel-sanche committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    28f6d10 View commit details
    Browse the repository at this point in the history
  5. fixed tests

    daniel-sanche committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    61237b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77e410a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4512ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2012a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    cfa11db View commit details
    Browse the repository at this point in the history
  2. improved tests

    daniel-sanche committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    efc8e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6872fcf View commit details
    Browse the repository at this point in the history
  4. fixed lint

    daniel-sanche committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    19ed6e9 View commit details
    Browse the repository at this point in the history
  5. added comment

    daniel-sanche committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4682186 View commit details
    Browse the repository at this point in the history
  6. added tests for helper

    daniel-sanche committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    abf29e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

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

Commits on Apr 4, 2024

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