Skip to content
This repository has been archived by the owner on Aug 24, 2023. 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: instill-ai/controller Loading
base: v0.1.0-alpha
Choose a base ref
...
head repository: instill-ai/controller Loading
compare: v0.1.1-alpha
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 13, 2023

  1. fix: probe requests block thread (#13)

    Because
    
    - avoid probing request block subsequent request
    
    This commit
    
    - add nested threading in probing
    heiruwu committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0294b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. chore(connector): adopt removal of search attributes (#16)

    Because
    
    - remove search attributes in connector-backend
    
    This commit
    
    - update connector probing logic to passively wait for connector-backend
    to update the state when check workflow is done
    heiruwu committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a086a55 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. chore(main): release 0.1.1-alpha (#17)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.1.1-alpha](v0.1.0-alpha...v0.1.1-alpha)
    (2023-04-15)
    
    
    ### Bug Fixes
    
    * probe requests block thread
    ([#13](#13))
    ([0294b2a](0294b2a))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    droplet-bot committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    86a6ba4 View commit details
    Browse the repository at this point in the history
Loading