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: achristmascarl/rainfrog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: achristmascarl/rainfrog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.6
Choose a head ref
  • 5 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 28, 2024

  1. feat: add support for mysql and sqlite (#100)

    * add all db supports
    
    * clean up
    
    * clean up
    
    * more clean up
    
    * feat: impl parser for sqlite and musql
    
    * fix merge issue
    
    * some cleanup
    
    * chore: add test & cli update
    
    * skip failed mysql test
    
    * small mistake!
    
    * change get dialect fn
    
    * update dockerfile, readme
    
    * update ci
    
    * fix ci
    
    * dbg ci
    
    * ofc its a typo
    
    ---------
    
    Co-authored-by: achristmascarl <carl.z.liu@gmail.com>
    Frank-III and achristmascarl authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a015808 View commit details
    Browse the repository at this point in the history
  2. use cargo-chef (#110)

    * use cargo-chef, update ci
    
    * update cd
    
    * fix ci
    achristmascarl authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b5dd9c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. refactor popups, confirm before execute popup (#111)

    * refactor popups
    
    * fix tests
    
    * mysql shortcut
    
    * confirmation popup
    
    * remove unused sender
    
    * remove unused, clippy
    
    * clean up
    achristmascarl authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    569df0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e0ec7 View commit details
    Browse the repository at this point in the history
  3. bump to v0.2.6 (#112)

    achristmascarl authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7caf464 View commit details
    Browse the repository at this point in the history
Loading