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.7.6
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.8.0
Choose a head ref
  • 19 commits
  • 9 files changed
  • 6 contributors

Commits on Feb 18, 2022

  1. feat: Setup Requirements for specific apps (#1265)

    * feat:  flag for Setup Requirements
    
    * chore: Moved __get_installed_app method in Bench
    
    * fix: improve help message
    
    * fix: allow muliple apps to be specified
    
    Co-authored-by: Sagar Vora <sagar@resilient.tech>
    Co-authored-by: gavin <gavin18d@gmail.com>
    3 people authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    28e6816 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. fix: clearer docstrings

    sagarvora committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    3c59446 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    2fed369 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1271 from resilient-tech/fix-docstrings

    fix: clearer docstrings
    gavindsouza authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9cd100a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dcd28f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60084fd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge pull request #1273 from Aradhya-Tripathi/uri-path

    fix: uri-path when initializing Apps
    gavindsouza authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    451712e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    25f49c2 View commit details
    Browse the repository at this point in the history
  2. fix: mkdir -p to ignore OSErrors

    Closes #1279
    gavindsouza committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    d38b63a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1280 from gavindsouza/misc-fixes-0

    fix: Misc fixes
    gavindsouza authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e57b37f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d89f19e View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    7a4ade9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc7c047 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    af14baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea94752 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1281 from gavindsouza/better-user-messages

    fix: setup supervisor
    gavindsouza authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8abdbf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

    # [5.8.0](v5.7.6...v5.8.0) (2022-03-22)
    
    ### Bug Fixes
    
    * Allow sudo restart for supervisor (backwards compatibility) ([fc7c047](fc7c047))
    * clearer docstrings ([3c59446](3c59446))
    * file-uri while app initialisation ([2fed369](2fed369))
    * **find:** Handle OS' PermissionError ([ea94752](ea94752))
    * mkdir -p to ignore `OSError`s ([d38b63a](d38b63a))
    * Respect bench config during restart ([25f49c2](25f49c2))
    * **restart:** Setup restarts vars with fallback ([af14baf](af14baf))
    * Show better user messages when failed to update supervisord ([d89f19e](d89f19e))
    * Try setting supervisord conditionally ([7a4ade9](7a4ade9))
    
    ### Features
    
    * Setup Requirements for specific apps ([#1265](#1265)) ([28e6816](28e6816))
    semantic-release-bot committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    2ef0cb1 View commit details
    Browse the repository at this point in the history
Loading