Thanks to visit codestin.com
Credit goes to github.com

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/frappe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.96.11
Choose a base ref
...
head repository: frappe/frappe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.96.12
Choose a head ref
  • 12 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 3, 2025

  1. refactor: utility method to fetch custom sql functions and procedure

    (cherry picked from commit 1ceea95)
    ruthra-kumar authored and mergify[bot] committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    3d22805 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33201 from frappe/mergify/bp/version-14-hotfix/pr…

    …-33189
    
    refactor: utility method to fetch custom sql functions and procedure (backport #33189)
    ruthra-kumar authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cfe7167 View commit details
    Browse the repository at this point in the history
  3. fix(data_import): make our link field checks case-insensitive (#33196) (

    #33208)
    
    MariaDB query is case insensitive, so our check should be as well, else we get warnings that aren't real.
    
    
    (cherry picked from commit a1dae98)
    
    Signed-off-by: Akhil Narang <[email protected]>
    Co-authored-by: Akhil Narang <[email protected]>
    mergify[bot] and akhilnarang authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    c9daaaa View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. fix(router): sanitize private workspace route in msgprint (#33230)

    (cherry picked from commit d20e0d8)
    
    Signed-off-by: Akhil Narang <[email protected]>
    Co-authored-by: Akhil Narang <[email protected]>
    mergify[bot] and akhilnarang authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    23058ce View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. fix: tighten function check in validate_order_by_and_group_by

    Signed-off-by: Akhil Narang <[email protected]>
    (cherry picked from commit 41a13a0)
    akhilnarang authored and mergify[bot] committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    12c1f8d View commit details
    Browse the repository at this point in the history
  2. fix(db_query): don't allow unclosed quotes

    Signed-off-by: Akhil Narang <[email protected]>
    (cherry picked from commit 6e6150d)
    akhilnarang authored and mergify[bot] committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    2c3770e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33245 from frappe/mergify/bp/version-14-hotfix/pr…

    …-33100
    
    fix: tighten function check in `validate_order_by_and_group_by` (backport #33100)
    akhilnarang authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    018a10b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. fix(DX): print execution time after printing query (backport #33207) (#…

    …33210)
    
    * fix(DX): print execution time after printing query (#33207)
    
    Who reads it the other way around 🗿
    
    (cherry picked from commit 35c1cc0)
    
    # Conflicts:
    #	frappe/database/database.py
    
    * chore: conflicts
    
    ---------
    
    Co-authored-by: Ankush Menat <[email protected]>
    mergify[bot] and ankush authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    ffe65fe View commit details
    Browse the repository at this point in the history
  2. fix: always persist all indexes added via db.add_index (backport #31177

    …) (#33205)
    
    * fix: always persist all indexes added via db.add_index (#31177)
    
    * fix: always persist all indexes added via db.add_index
    
    * fix: Add `if not exists` clause for index creation
    
    This allows replica to have same index and master to add it later
    without causing SQL error. Just minor DX benefit.
    
    * fix(postgres): don't cache if table doesn't exist
    
    * chore: revert postgres changes
    
    Hopeless to maintain this
    
    (cherry picked from commit 573028a)
    
    # Conflicts:
    #	frappe/core/doctype/recorder/recorder.py
    
    * conflicts
    
    ---------
    
    Co-authored-by: Ankush Menat <[email protected]>
    mergify[bot] and ankush authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    6504d47 View commit details
    Browse the repository at this point in the history
  3. test: Cancel pending jobs in RQ tests (backport #32970) (#32994)

    * test: Cancel pending jobs in RQ tests (#32970)
    
    This casues flake sometimes when other tests don't cleanup long running
    pending jobs.
    
    (cherry picked from commit 7e2b495)
    
    # Conflicts:
    #	frappe/core/doctype/rq_job/test_rq_job.py
    
    * chore: conflicts
    
    ---------
    
    Co-authored-by: Ankush Menat <[email protected]>
    mergify[bot] and ankush authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    57fbc9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33253 from frappe/version-14-hotfix

    chore: release v14
    akhilnarang authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    e9906ec View commit details
    Browse the repository at this point in the history
  5. chore(release): Bumped to Version 14.96.12

    ## [14.96.12](v14.96.11...v14.96.12) (2025-07-08)
    
    ### Bug Fixes
    
    * always persist all indexes added via db.add_index (backport [#31177](#31177)) ([#33205](#33205)) ([6504d47](6504d47))
    * **data_import:** make our link field checks case-insensitive ([#33196](#33196)) ([#33208](#33208)) ([c9daaaa](c9daaaa))
    * **db_query:** don't allow unclosed quotes ([2c3770e](2c3770e))
    * **DX:** print execution time after printing query (backport [#33207](#33207)) ([#33210](#33210)) ([ffe65fe](ffe65fe))
    * **router:** sanitize private workspace route in msgprint ([#33230](#33230)) ([23058ce](23058ce))
    * tighten function check in `validate_order_by_and_group_by` ([12c1f8d](12c1f8d))
    frappe-bot committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    c263926 View commit details
    Browse the repository at this point in the history
Loading