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: frappe/bench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.17.2
Choose a base ref
...
head repository: frappe/bench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.18.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    8ba685c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix: nodejs redis v4 interprets localhost as ipv6 address

    But the redis only binds to 127.0.0.1, not ::1.
    
    Avoid this problem by being explicit.
    blaggacao authored and ankush committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    697939e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672eca1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1485 from ankush/localhost

    refactor: use 127.0.0.1 instead of localhost
    ankush authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dcae3e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    f93f065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde7a82 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Merge pull request #1484 from revant/custom-image-easy-install

    feat: allow custom image in easy install
    ankush authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    57937a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. refactor(treewide): use mariadb commands and service instead of `my…

    …sql`
    
    Signed-off-by: Akhil Narang <[email protected]>
    akhilnarang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8f3f1a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1489 from akhilnarang/mysql-to-mariadb

    refactor(treewide): use `mariadb` commands and service instead of `mysql`
    ankush authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    96f1229 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    53a8fed View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    ce1ec43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0122ef1 View commit details
    Browse the repository at this point in the history
  3. chore(release): Bumped to Version 5.18.0

    # [5.18.0](v5.17.2...v5.18.0) (2023-10-21)
    
    ### Bug Fixes
    
    * **easy-install:** set default site to site1.localhost ([fde7a82](fde7a82))
    * image replace and site creation ([f93f065](f93f065))
    * nodejs redis v4 interprets localhost as ipv6 address ([697939e](697939e))
    * override X-Forwarded-For address in bench manager ([53a8fed](53a8fed))
    
    ### Features
    
    * allow custom image in easy install ([8ba685c](8ba685c))
    semantic-release-bot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    786c9fa View commit details
    Browse the repository at this point in the history
Loading