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: Canner/WrenAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.3
Choose a base ref
...
head repository: Canner/WrenAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 18 commits
  • 105 files changed
  • 9 contributors

Commits on Jun 15, 2024

  1. Update README.md

    chilijung authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    265e3ea View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update readme with demo (#426)

    * Update README.md
    
    * Update README.md
    chilijung authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bc9abfd View commit details
    Browse the repository at this point in the history
  2. ibis added and some variables and fixes for WrenAI kustomization mani…

    …fests (#423)
    
    * ibis added and some variables and fixes for WrenAI kustomization manifests
    ---------
    
    Co-authored-by: william chang(張仲威) <[email protected]>
    qdrddr and wwwy3y3 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    999c6cf View commit details
    Browse the repository at this point in the history
  3. Update README.md

    chilijung authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b521a61 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    chilijung authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eb8164b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    chilijung authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    776e78a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. feat(wren-ui): Detects schema change - table & column (#404)

    * feat(wren-ui): add new migration of create schema changes table
    
    * feat(wren-ui): add schema change repository for usage
    
    * feat(wren-ui): add trigger data source detection graphql API
    
    * feat(wren-ui): add get schema change graphql API
    
    * feat(wren-ui): add resolve schema change graphql API
    
    * fix(wren-ui): fix await when create new schema change
    
    * fix(wren-ui): fix columns schema change record condition
    
    * feat(wren-ui): refine get schema changes to provide UI affected models data
    
    * fix(wren-ui): change to list tables through ibis server, replenish delete all schema change in reset project
    
    * style(wren-ui): refine coding styles in schema change API & schema change detector
    
    * feat(wren-ui): provide last schema change time to get schema change API
    
    * feat(wren-ui): add mark all resolved when no schema change detected
    andreashimin authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9e2c28a View commit details
    Browse the repository at this point in the history
  2. feat(wren-ui): Schema changes - Affected model & columns UI (#414)

    * feat(wren-ui): add dayjs packages
    
    * feat(wren-ui): generate all schema changes related APIs to UI
    
    * feat(wren-ui): refine alert component to global styles
    
    * feat(wren-ui): refine tag component to global styles
    
    * feat(wren-ui): provide show more count to ellipsis wrapper component
    
    * feat(wren-ui): provide a slot next to the sidebar group title
    
    * feat(wren-ui): adjust sidebar action disabled styles
    
    * feat(wren-ui): add schema change impact modal for modeling sidebar tree
    
    * feat(wren-ui): enhance schema change resolve UX & wording
    andreashimin authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    55a3144 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. feature(wren-ai-service): CI enhancement with docker compose (#428)

    * rename yml to yaml, fix some tests
    
    * update
    
    * refine
    
    * update: remove redis, re_run, workers number, add pipeline visualization
    
    * add visualization
    
    * remove unused code
    
    * chore: store all development data in the etc folder
    
    * chore: update the ai service readme for development commands
    
    * chore: marked some sections to deprecated
    
    * chore: remove the wren engine docker compose from eval folder
    
    * chore: remove unused commands in the test command
    
    * chore: modify the CI behavior to run test cases
    
    * fix: add the env to access UI endpoint
    
    * chore: remove workers from kustomization
    
    * chore: temporarily loose some assertions
    
    * chore: set the timer to disable by default
    
    ---------
    
    Co-authored-by: ChihYu Yeh <[email protected]>
    paopa and cyyeh authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ec1f7fa View commit details
    Browse the repository at this point in the history
  2. feat(wren-ui/e2e): Add calculated fields CRUD test for E-commerce sam…

    …ple dataset (#427)
    
    * chore(e2e): update .env.test
    
    * chore(e2e): update README.md for E2E
    
    * feat(wren-ui/e2e): add CF test for e-commerce
    fredalai authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8faebc7 View commit details
    Browse the repository at this point in the history
  3. Feature(wren-ui): Support MySQL data source (#430)

    * add mysql data source and refactor
    
    * fix pg use connection string instead of host base connection info
    
    * rm console
    
    * fix comment
    onlyjackfrost authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bd03b87 View commit details
    Browse the repository at this point in the history
  4. feat(wren-ui): Support MySQL data source UI (#429)

    * feat(wren-ui): Support MySQL data source UI
    
    * feat(wren-ui): Add basic e2e tests
    fredalai authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    20aa1c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    6f7934f View commit details
    Browse the repository at this point in the history
  2. Chore/ai service/minor update (#431)

    * add prompt for alias, and add relationship info during indexing
    
    * update prompt
    
    * refine prompt
    
    * add missing env
    
    * change azureopenai to azure_openai for consistency
    
    * refine del dictionary key
    cyyeh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    eecb74d View commit details
    Browse the repository at this point in the history
  3. Upgrade AI Service version to 0.5.7

    wren-ai[bot] committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c78cba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4acc982 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    910d732 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Release 0.5.0 (#435)

    * release 0.5.0
    
    * update cm.yaml
    onlyjackfrost authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5734286 View commit details
    Browse the repository at this point in the history
Loading