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

[GEN-1100] chore: setup choose source #4

Merged
merged 24 commits into from
Jul 29, 2024

Commits on Jul 22, 2024

  1. fix: match file names in helm registry index and release assets (odig…

    …os-io#1373)
    
    Adding a separate Helm chart for CRDs.
    
    :exclamation: The charts are not strictly dependent to one another and
    need to be separately managed and installed. Meaning we need to document
    that both of those need to be updated and installed.
    
    Fair questions that might arise:
    
    **Why isn't CRD chart a declared dependency for `odigos`?**
    
    Helm merges dependent resources together with the ones from
    dependencies. We'd be exactly where we are right now if we did that.
    
    **Why not use the official `crd` support?**
    
    Helm really doesn't "support" CRDs. It's an opt-out feature of "we don't
    know how we want to do it so we don't for now". Resources declared as
    CRDs(different from declaring them under `templates`) are not updated.
    
    **How do other charts do it then?**
    
    All charts I've encountered(cert-manager, jaeger, contour) have CRDs
    under a flag and include them in the same chart as the rest of the
    resources **but then** do not depend on them in in the install. CRs are
    created either only by the user or later in the applications life-cycle.
    This doesn't work for us since we declare Odigos Config among resources
    in the application chart. That begs the question whether Odigos Config
    must be a CR at all or could it be a config map instead - we wouldn't
    get "type-checking" by k8s API but would gain some flexibility and could
    release our charts as one.
    rauno56 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0df64e9 View commit details
    Browse the repository at this point in the history
  2. Avoid app to crash python agent (odigos-io#1385)

    Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
    tamirdavid1 and Tamir David authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    793503c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    81388a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a5a09 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    c2db864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e444824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4632da3 View commit details
    Browse the repository at this point in the history
  4. chore: counter component

    alonkeyval committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f12cde6 View commit details
    Browse the repository at this point in the history
  5. chore: wip

    alonkeyval committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    154fc7d View commit details
    Browse the repository at this point in the history
  6. doc: improve docs and add python document (odigos-io#1393)

    Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
    tamirdavid1 and Tamir David authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9272ba9 View commit details
    Browse the repository at this point in the history
  7. capitalize-pii-title (odigos-io#1395)

    Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
    tamirdavid1 and Tamir David authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ecc564d View commit details
    Browse the repository at this point in the history
  8. Improve Odigos UI Memory consumption (odigos-io#1394)

    * Use Pagination for large queries from Kubernetes API Server
    * When possible query only for metadata and not full objects (for
    example in the count objects in namespace logic)
    edeNFed authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a29e4bb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    72d3662 View commit details
    Browse the repository at this point in the history
  2. chore: wip

    alonkeyval committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    91a7959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd944a5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the k8s-dependencies group across 1 directory with …

    …3 updates (odigos-io#1384)
    
    Bumps the k8s-dependencies group with 3 updates in the /odiglet
    directory: [k8s.io/api](https://github.com/kubernetes/api),
    [k8s.io/client-go](https://github.com/kubernetes/client-go) and
    [k8s.io/kubelet](https://github.com/kubernetes/kubelet).
    
    Updates `k8s.io/api` from 0.30.2 to 0.30.3
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/kubernetes/api/commit/83bdab1c667f4708f1fe5cf9ce45af76505c12fd"><code>83bdab1</code></a>
    Update dependencies to v0.30.3 tag</li>
    <li>See full diff in <a
    href="https://github.com/kubernetes/api/compare/v0.30.2...v0.30.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `k8s.io/client-go` from 0.30.2 to 0.30.3
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/kubernetes/client-go/commit/ece8c00014596d814f9549b10c5f78cb7c022e82"><code>ece8c00</code></a>
    Update dependencies to v0.30.3 tag</li>
    <li>See full diff in <a
    href="https://github.com/kubernetes/client-go/compare/v0.30.2...v0.30.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `k8s.io/kubelet` from 0.30.2 to 0.30.3
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/kubernetes/kubelet/commit/71b03c0b35c8421757ed793c13fb9e6443c100de"><code>71b03c0</code></a>
    Update dependencies to v0.30.3 tag</li>
    <li>See full diff in <a
    href="https://github.com/kubernetes/kubelet/compare/v0.30.2...v0.30.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    718ed40 View commit details
    Browse the repository at this point in the history
  5. [GEN-1160] fix: create action bug (odigos-io#1397)

    create action button was disabled all the time
    alonkeyval authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7ef7a22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6338070 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b3c533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    412d448 View commit details
    Browse the repository at this point in the history
  9. chore: sources list

    alonkeyval committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5242d16 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore: wip

    alonkeyval committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fc9e1fc View commit details
    Browse the repository at this point in the history
  2. chore: wip

    alonkeyval committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    abca0bf View commit details
    Browse the repository at this point in the history