-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: frappe/bench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 3 contributors
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ffae670 - Browse repository at this point
Copy the full SHA ffae670View commit details -
feat: Setup dev-dependencies defined via pyproject
Since support for pyproject.toml exists, Frappe has gotten rid of requirements.txt file. However, dev-requirements.txt file still existed in Frappe & other apps. With this, we can get rid of the separate dev-reqs file as well and replace it by defining the deps in pyproject under [tool.bench.dev-dependencies] Example: For Frappe, this transition will look like moving the contents of dev-requirements.txt as follows: ``` \# dev-requirements.txt coverage==5.5 Faker~=13.12.1 pyngrok~=5.0.5 unittest-xml-reporting~=3.0.4 ``` ``` \# pyproject.toml [tool.bench.dev-dependencies] coverage = "==5.5" Faker = "~=13.12.1" pyngrok = "~=5.0.5" unittest-xml-reporting = "~=3.0.4" ``` Note: If dev-dependencies are defined in pyproject.toml, and a dev-dependencies.txt file exists - the txt file will be ignored.
Configuration menu - View commit details
-
Copy full SHA for 75957a5 - Browse repository at this point
Copy the full SHA 75957a5View commit details
Commits on Jun 17, 2022
-
Merge pull request #1323 from gavindsouza/dev-deps-toml
feat: Dev Dependencies via pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 28549ff - Browse repository at this point
Copy the full SHA 28549ffView commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45267fc - Browse repository at this point
Copy the full SHA 45267fcView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 777ac11 - Browse repository at this point
Copy the full SHA 777ac11View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc434d - Browse repository at this point
Copy the full SHA ffc434dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a48f0 - Browse repository at this point
Copy the full SHA b2a48f0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.11.0...v5.12.0