Skip to content
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: instill-ai/artifact-backend Loading
base: v0.2.1-alpha
Choose a base ref
...
head repository: instill-ai/artifact-backend Loading
compare: v0.3.0-alpha
Choose a head ref
  • 9 commits
  • 41 files changed
  • 7 contributors

Commits on Apr 15, 2024

  1. chore: clean up codebase (#13)

    Because
    
    - conduct house cleaning
    
    This commit
    
    - remove temporal config
    - remove connector config
    - fix typos
    - rearrange import pacakges
    
    ---------
    
    Co-authored-by: Juan Vallés <[email protected]>
    pinglin and jvallesm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a41db43 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: use dind in Dockerfile (#14)

    Because
    
    - The `mgmt-backend` Dockerfiles had been copied and used as base but:
      - the `pipeline-backend` and `model-backend` versions are more recent
    - `mgmt-backend` overrides the code while the other two don't, so they
    fit better as a base
    
    This commit
    
    - Reworks Dockerfiles with `pipeline-backend` as a model
    jvallesm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d95aa68 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix: return pagination in tag list endpoint (#17)

    Because
    
    - Pagination metadata is missing in tag list endpoint.
    
    This commit
    
    - Returns the requested page size and index and the total tag count.
    jvallesm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    72bc47a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#16)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to
    0.23.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/golang/net/commit/c48da131589f122489348be5dfbcb6457640046f"><code>c48da13</code></a>
    http2: fix TestServerContinuationFlood flakes</li>
    <li><a
    href="https://github.com/golang/net/commit/762b58d1cf6e0779780decad89c6c1523386638d"><code>762b58d</code></a>
    http2: fix tipos in comment</li>
    <li><a
    href="https://github.com/golang/net/commit/ba872109ef2dc8f1da778651bd1fd3792d0e4587"><code>ba87210</code></a>
    http2: close connections when receiving too many headers</li>
    <li><a
    href="https://github.com/golang/net/commit/ebc8168ac8ac742194df729305175940790c55a2"><code>ebc8168</code></a>
    all: fix some typos</li>
    <li><a
    href="https://github.com/golang/net/commit/3678185f8a652e52864c44049a9ea96b7bcc066a"><code>3678185</code></a>
    http2: make TestCanonicalHeaderCacheGrowth faster</li>
    <li><a
    href="https://github.com/golang/net/commit/448c44f9287b6745f958d74aa2a17ec7761c2f13"><code>448c44f</code></a>
    http2: remove clientTester</li>
    <li><a
    href="https://github.com/golang/net/commit/c7877ac4213b2f859831366f5a35b353e0dc9f66"><code>c7877ac</code></a>
    http2: convert the remaining clientTester tests to testClientConn</li>
    <li><a
    href="https://github.com/golang/net/commit/d8870b0bf2f2426fc8d19a9332f652da5c25418f"><code>d8870b0</code></a>
    http2: use synthetic time in TestIdleConnTimeout</li>
    <li><a
    href="https://github.com/golang/net/commit/d73acffdc9493532acb85777105bb4a351eea702"><code>d73acff</code></a>
    http2: only set up deadline when Server.IdleTimeout is positive</li>
    <li><a
    href="https://github.com/golang/net/commit/89f602b7bbf237abe0467031a18b42fc742ced08"><code>89f602b</code></a>
    http2: validate client/outgoing trailers</li>
    <li>Additional commits viewable in <a
    href="https://github.com/golang/net/compare/v0.22.0...v0.23.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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 this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/instill-ai/artifact-backend/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a91c6ec View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat(kb): knowledge base repository done (#18)

    Because
    
    we need knowledge base api.
    
    This commit
    is partial implementation for 
    1. fix service and repository dependency tanggled
    2. create migration 
    3. impl knowledge base related  db operation
    4. make run-local and make build-local for local development
    
    Note:
    need some work to align the details with other backend services in the future
    Yougigun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f6aeaae View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. feat(kb): knowldge base crud endpoints (#19)

    Because
    
    users need to operate the knowledge base
    
    This commit
    
    provide to crud of knowledgebase
    
    Note:
    this commit for poc test. later may need refactor to follow the
    convention
    Yougigun committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0e9f32b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. refactor(artifact): using grpc error code (#20)

    Because
    
    using more semantic grpc code to map into http code
    
    This commit
    
    implement corresponding error so that the error interceptor can work
    Yougigun authored and heiruwu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1ccbad0 View commit details
    Browse the repository at this point in the history
  2. docs(license): update repo license (#21)

    Because
    
    - Instill Core project is now with Instill Community License
    
    This commit
    
    - update license file
    pinglin authored and heiruwu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9b2bcda View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.3.0-alpha (#15)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.3.0-alpha](v0.2.1-alpha...v0.3.0-alpha)
    (2024-06-06)
    
    
    ### Features
    
    * **kb:** knowldge base crud endpoints
    ([#19](#19))
    ([0e9f32b](0e9f32b))
    * **kb:** knowledge base repository done
    ([#18](#18))
    ([f6aeaae](f6aeaae))
    * use dind in Dockerfile
    ([#14](#14))
    ([d95aa68](d95aa68))
    
    
    ### Bug Fixes
    
    * return pagination in tag list endpoint
    ([#17](#17))
    ([72bc47a](72bc47a))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    ---------
    
    Co-authored-by: gary.y <[email protected]>
    Co-authored-by: Ping-Lin Chang <[email protected]>
    3 people committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c57330c View commit details
    Browse the repository at this point in the history
Loading