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.1-alpha
Choose a base ref
...
head repository: instill-ai/controller Loading
compare: v0.1.2-alpha
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. chore(connector,model): update client to private (#18)

    Because
    
    - list with private service to get all users' resources
    
    This commit
    
    - update connector and model service to private
    heiruwu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    47ca725 View commit details
    Browse the repository at this point in the history
  2. chore(model): adopt updated model workflow (#19)

    Because
    
    - update etcd state directly after model workflow is done
    
    This commit
    
    - remove actively workflow checking and now passively waiting for
    model-backend to update the state
    heiruwu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ade2283 View commit details
    Browse the repository at this point in the history
  3. chore(env): add override etcd port value in .env file (#20)

    Because
    
    - make dev would use the default etcd port 2379
    
    This commit
    
    - add etcd port in .env to have the flexibility to override default port
    heiruwu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e615e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. refactor: remove unused modules (#21)

    Because
    
    - fix wrong db table name in config
    
    This commit
    
    - remove unused db modules
    heiruwu committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8100d4e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. chore(release): release v0.1.2-alpha

    Release-As: v0.1.2-alpha
    heiruwu committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    69a27db View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. chore(main): release 0.1.2-alpha (#22)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.1.2-alpha](v0.1.1-alpha...v0.1.2-alpha)
    (2023-04-24)
    
    
    ### Miscellaneous Chores
    
    * **release:** release v0.1.2-alpha
    ([69a27db](69a27db))
    
    ---
    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 26, 2023
    Configuration menu
    Copy the full SHA
    94f9979 View commit details
    Browse the repository at this point in the history
Loading