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: Support blob type sources and GCS as an example of such source. #1366

Merged
merged 9 commits into from
Jul 30, 2024

Commits on Jul 22, 2024

  1. Add support for blob type sources.

    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    598a4c1 View commit details
    Browse the repository at this point in the history
  2. Support for GCS source using Blob sync.

    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0c7412a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix(deps): update module connectrpc.com/otelconnect to v0.7.1 (open-f…

    …eature#1367)
    
    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [connectrpc.com/otelconnect](https://togithub.com/connectrpc/otelconnect-go)
    | `v0.7.0` -> `v0.7.1` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/connectrpc.com%2fotelconnect/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/connectrpc.com%2fotelconnect/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/connectrpc.com%2fotelconnect/v0.7.0/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/connectrpc.com%2fotelconnect/v0.7.0/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>connectrpc/otelconnect-go
    (connectrpc.com/otelconnect)</summary>
    
    ###
    [`v0.7.1`](https://togithub.com/connectrpc/otelconnect-go/releases/tag/v0.7.1)
    
    [Compare
    Source](https://togithub.com/connectrpc/otelconnect-go/compare/v0.7.0...v0.7.1)
    
    This is a bug-fix release that addresses a race condition when closing a
    stream.
    
    #### What's Changed
    
    ##### Bugfixes
    
    - Fix data race in streaming client close by
    [@&#8203;emcfarlane](https://togithub.com/emcfarlane) in
    [#&#8203;173](https://togithub.com/connectrpc/otelconnect-go/issues/173)
    
    #### New Contributors
    
    - [@&#8203;gvacaliuc](https://togithub.com/gvacaliuc) made their first
    contribution in
    [#&#8203;163](https://togithub.com/connectrpc/otelconnect-go/issues/163)
    - [@&#8203;ytnsym](https://togithub.com/ytnsym) made their first
    contribution in
    [#&#8203;176](https://togithub.com/connectrpc/otelconnect-go/issues/176)
    - [@&#8203;drice-buf](https://togithub.com/drice-buf) made their first
    contribution in
    [#&#8203;178](https://togithub.com/connectrpc/otelconnect-go/issues/178)
    
    **Full Changelog**:
    connectrpc/otelconnect-go@v0.7.0...v0.7.1
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
    [repository job
    log](https://developer.mend.io/github/open-feature/flagd).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and alan-kut committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    15d4070 View commit details
    Browse the repository at this point in the history
  2. Fix lint and data race

    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    224a656 View commit details
    Browse the repository at this point in the history
  3. Update docs with the information about GCS sync source

    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    186822e View commit details
    Browse the repository at this point in the history
  4. Simplify the blob sync by using bucket.Download and validate bucket and

    boject in the init.
    
    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    18952d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix log message

    Signed-off-by: Alan Kutniewski <kutniewski@google.com>
    alan-kut committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    75c2ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

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