Commit graph

51498 commits

Author SHA1 Message Date
AarDG10
a9c17f0e84 test(postgres): add delay in test_backup_no_options to avoid same-second timestamp collision 2025-11-07 15:08:08 +05:30
AarDG10
907f3de872 test(postgres): enable test_varchar_length for postgres 2025-11-07 12:37:55 +05:30
AarDG10
e1b1426147 test(postgres): enable test_backup_no_options for postgres 2025-11-06 19:37:40 +05:30
AarDG10
886b3b33e3 fix(reportview): remove redundant DISTINCT in get_count for postgres 2025-11-06 10:54:07 +05:30
AarDG10
a4304124ec ci(postgres): add flag to enable/disable postgres ci 2025-11-05 20:07:41 +05:30
AarDG10
420c1e7994 test(postgres): update test_is for postgres 2025-11-05 16:52:29 +05:30
AarDG10
675be42169 ci(postgres): Fix pg_dump version mismatch by upgrading to v18 2025-11-05 16:07:47 +05:30
AarDG10
0bff72ed17 test(postgres): fix mariadb specific identifiers for postgres queries 2025-11-05 13:53:32 +05:30
AarDG10
c52238087d test(postgres): fix test_smtp for Postgres 2025-11-05 13:06:07 +05:30
AarDG10
c5d7601513 test(postgres): fix test_dynamic_fields_in_group_by for Postgres 2025-11-05 10:03:22 +05:30
AarDG10
6481d2aeba test(postgres): fix test_decimal_field_configuration for Postgres 2025-11-04 23:37:10 +05:30
AarDG10
de600a42c8 test(postgres): fix test_dynamic_fields_in_group_by for Postgres 2025-11-04 22:22:14 +05:30
AarDG10
d910dbff19 test(postgres): fix test_multiple_dynamic_fields_group_order for Postgres 2025-11-04 21:17:20 +05:30
AarDG10
af08b40c09 test(postgres): fix test_sql_functions_in_fields for Postgres 2025-11-04 18:48:23 +05:30
AarDG10
4fc7661bfe test(postgres): enable test_string_fields to run on Postgres 2025-11-04 18:17:52 +05:30
AarDG10
cb636f7c5c test(postgres): fix test_filters for Postgres 2025-11-04 17:42:33 +05:30
AarDG10
b4d75132d4 test(postgres): fix test_multiple_tables_in_filters for Postgres 2025-11-04 17:17:38 +05:30
AarDG10
5ec28f99c6 test(postgres): fix test_not_equal_condition_on_none for Postgres 2025-11-04 16:47:54 +05:30
AarDG10
b955cdc4c0 test(postgres): fix test_build_match_conditions for Postgres 2025-11-04 12:55:08 +05:30
AarDG10
5ec2d132c5 ci: add postgres 17.0 service and test matrix entry 2025-11-01 17:14:23 +05:30
AarDG10
c7173147a2 ci: enable postgres support in github actions setup 2025-11-01 17:06:49 +05:30
AarDG10
fe972d0abd feat(ci): add postgres.json config file for Postgresql tests 2025-11-01 17:03:30 +05:30
Ankush Menat
bf58e7be1f
fix: onboarding - write in read only request (#34537)
* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica

* fix: Avoid changes to DB in read only request

* Revert "fix: remove read_only decorator from get_desktop_page"

This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.

---------

Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
2025-10-30 06:02:36 +00:00
Ankush Menat
6d2ca3913c
Merge pull request #34413 from AarDG10/feat-cancellable-data-import
feat: Cancel Button Added for Data Import
2025-10-30 10:42:20 +05:30
MochaMind
9059b4c598
fix: sync translations from crowdin (#34519) 2025-10-29 20:57:20 +01:00
Hussain Nagaria
c1a58bc559
fix: check if get_route property exists before calling (#34526) 2025-10-29 11:51:17 +00:00
Akhil Narang
3329b6a46c
fix(grid_row): use optional chaining to prevent TypeError (#34498)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-29 13:03:32 +05:30
Raffael Meyer
edc6937aa0
fix(Web Form): don't offer all fieldtypes as list columns (#34268) 2025-10-28 16:40:49 +00:00
Sanket Shah
3914891ebe
fix: increase label field length to 255 chars (#34394)
* fix: increase label field length to 255 chars

Some doc field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.

* fix: increase label field length to 255 chars

Some customize form field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
2025-10-28 17:06:24 +05:30
Akhil Narang
6dfcc2bf4c
Merge pull request #34027 from sumitbhanushali/expand-link
feat: add support of expand in rest api v1/document_list
2025-10-28 17:02:14 +05:30
Akhil Narang
21fde3a507
Merge pull request #34474 from AMR-Mannesmann/fix(utils)--format_duration-for-negative-values
fix(utils)!: format_duration for negative values
2025-10-28 15:51:10 +05:30
MochaMind
a429849e0b
fix: sync translations from crowdin (#34475)
* fix: Persian translations

* fix: Polish translations

* fix: German translations

* fix: Polish translations

* fix: Serbian (Cyrillic) translations

* fix: Croatian translations

* fix: Serbian (Latin) translations
2025-10-28 14:27:22 +05:30
MochaMind
f1b2ac5968
chore: update POT file (#34496) 2025-10-28 14:27:02 +05:30
Ejaaz Khan
e0c43e3abb
Merge pull request #34508 from iamejaaz/fix-duplicate-row
fix: duplicate row button visible on cant add rows
2025-10-28 14:15:14 +05:30
Akhil Narang
139ae9ef6c
Merge pull request #34494 from tanmoysrt/sqlite_fix
fix(sqlite): Use DEFERRED isolation level
2025-10-28 14:09:59 +05:30
Tanmoy Sarkar
5ce54d0144
feat(sqlite): Set 5s of busy_timeout
To reduce database lock issue during concurrent write / wal merge
2025-10-28 13:54:53 +05:30
Tanmoy Sarkar
b2e7b6fafb
fix(sqlite): Use DEFERRED isolation level
sqlite connection starts with no transaction if isolation level hasn't provided
2025-10-28 13:54:53 +05:30
Ejaaz Khan
ac1f7b22bc fix: duplicate row button visible on cant add rows 2025-10-28 13:53:19 +05:30
Abdeali Chharchhodawala
fed7b3bb69
feat: utility to generate filtered list URLs and links for doctype (#34503) 2025-10-28 07:33:16 +00:00
dependabot[bot]
bbd966f327
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#34507)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 07:20:15 +00:00
dependabot[bot]
2771adaf1b
chore(deps): bump actions/upload-artifact from 4 to 5 (#34506)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 12:37:24 +05:30
Hussain Nagaria
0b6ba2c709
Merge pull request #34439 from frappe/fix/internal-communication
fix: consider sent or received for duplicate check
2025-10-27 23:02:32 +05:30
Hussain Nagaria
289391bfd3 fix: deduplicate timeline links for system-to-system emails 2025-10-27 22:48:44 +05:30
Sumit Bhanushali
6f0242db6a chore: added docstring for attach_expanded_links 2025-10-27 15:21:41 +05:30
aryanbaburajan
6e2ca8957e
fix: display placeholder text for code‐type input (#34497)
Use Ace editor's placeholder option to render placeholders appropriately inside the form field of type code.

Fixes #34488
2025-10-27 15:14:25 +05:30
Sumit Bhanushali
8955f079a1 fix: use get_list to only fetch permitted records 2025-10-27 13:27:13 +05:30
Sumit Bhanushali
f5fed5b4be perf: optimize expand link for table fields 2025-10-27 13:00:43 +05:30
daniel.radl
45a0471f5c fix(utils): added format_duration test 2025-10-25 17:16:15 +00:00
Raffael Meyer
ea4cdf68f4
feat: warn on multiple class overrides (#34169) 2025-10-25 14:38:31 +02:00
Akhil Narang
69b857a8f4
Merge pull request #34489 from akhilnarang/fix-communication-relink-comma
fix: deduplicate doctypes in `get_communication_doctype`
2025-10-24 17:50:53 +05:30