Commit graph

51567 commits

Author SHA1 Message Date
Akhil Narang
9f2dba7bef
chore(ci): bump python version
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
Akhil Narang
336e1ea3a5
build: update python version range
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
Raffael Meyer
6c9c76a63c
feat(Email Queue): add banner if sending is disabled (#34683) 2025-11-14 12:38:06 +01:00
Ankush Menat
02a05c86bc
Merge pull request #34560 from AarDG10/setup-postgres-ci
ci: Setup Postgres test environment
2025-11-14 11:30:07 +05:30
mergify[bot]
4e50fc2dcf
Merge branch 'develop' into setup-postgres-ci 2025-11-14 05:36:48 +00:00
Ankush Menat
5bbdff9018
Merge pull request #34692 from ankush/global_search_update
fix: Update values on conflict in global search
2025-11-14 11:06:02 +05:30
Ankush Menat
f7e594a618 fix: Update value if conflicting 2025-11-14 10:54:38 +05:30
Ankush Menat
e8961aee80 fix: Dont fail silently in tests 2025-11-14 10:52:47 +05:30
Abdeali Chharchhodawala
b1190bd492
chore: remove debug console log for js_filters (#34681) 2025-11-13 18:18:40 +05:30
Manzoor Sofi
c692d52bb4
fix: align Duration picker layout and background color in child tables (#34661)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2025-11-12 19:20:10 +00:00
Alexandre Perebaskine
60bd1f3bcd
fix: Emit updated checkbox value as integer instead of boolean (#34657) 2025-11-12 16:56:13 +01:00
Soham Kulkarni
0f66c7c2fe
Merge pull request #34642 from sokumon/grid-css
fix: grid header checkbox style
2025-11-12 00:03:47 +05:30
Akhil Narang
0fd745ae57
fix(api/v1): don't use as_dict() unless expand_links is passed (#34672)
That sets all keys to null if they don't exist, a breaking change.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-11 17:44:39 +00:00
sokumon
d62fe486d7 fix: grid header checkbox style 2025-11-11 22:35:29 +05:30
Soham Kulkarni
16f2ad6e8e
fix(perm): check can_read if meta is not present (#34658) 2025-11-11 22:32:51 +05:30
AarDG10
0ca36db9b9 fix(reportview): remove redundant DISTINCT args in get_count for postgres 2025-11-11 13:18:42 +05:30
AarDG10
a12d855147 test(postgres): fix mariadb specific identifiers for postgres queries using normalize_sql 2025-11-11 13:13:51 +05:30
MochaMind
029f082e11
fix: sync translations from crowdin (#34654) 2025-11-10 12:57:51 +01:00
Raffael Meyer
0df57b6133
feat(translations): add hook to exclude translatable strings from dependencies (#34544) 2025-11-10 12:50:21 +01:00
Akhil Narang
35b459eaab
fix(middleware): check path before returning file (#34651)
Reference: support ticket 52956
2025-11-10 16:02:36 +05:30
AarDG10
a991bad767 ci: run postgres tests conditionally with postgres label 2025-11-10 13:15:34 +05:30
Aarol D'Souza
90e76220e3
test(postgres): added PostgreSQL variant for start/kill job test (#34549) 2025-11-10 11:53:01 +05:30
Marc
f02c0060ae
fix: prevent duration field from opening when set to read only (#34517) 2025-11-09 15:06:14 +00:00
MochaMind
4914d6614d
chore: update POT file (#34643) 2025-11-09 15:02:18 +01:00
MochaMind
4cedaa70da
fix: sync translations from crowdin (#34639) 2025-11-09 15:01:50 +01:00
AarDG10
b8793fac5b test(postgres): enable test_force_install_app for postgres 2025-11-09 18:46:18 +05:30
AarDG10
103841bd0c test(postgres): enable test_bench_drop_site_should_archive_site for postgres 2025-11-09 18:30:49 +05:30
Hussain Nagaria
fccaab4d5b
fix(AutoEmailReport): ignore mandatory field if hidden (#34640)
* fix: ignore hidden field for mandatory

Closes #34499

* chore: accurate comment
2025-11-08 12:49:46 +00:00
AarDG10
2feb536ec9 test(postgres): add pg-compatible query for test_db_cli_with_sql 2025-11-08 11:46:57 +05:30
AarDG10
27eca4f74c test(postgres): enable test_store_attachments for postgres 2025-11-07 18:17:06 +05:30
AarDG10
1ffbe4eaad test(postgres): add pg-compatible query for unique index check 2025-11-07 17:19:35 +05:30
Raffael Meyer
afefeb5dc1
refactor: allow defer_insert in doc.log_error (#34631) 2025-11-07 12:35:50 +01:00
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
Soham Kulkarni
b4b5dabfb0
Merge pull request #34629 from sokumon/focus-on-correct-row
fix: dont move focus on the last row
2025-11-07 12:28:15 +05:30
AarDG10
e1b1426147 test(postgres): enable test_backup_no_options for postgres 2025-11-06 19:37:40 +05:30
Ejaaz Khan
da715c4a29
Merge pull request #34628 from iamejaaz/checkbox-alignment-grid-height
fix: grid height and checkbox alignment issue
2025-11-06 19:13:38 +05:30
Ejaaz Khan
f817628f1c fix: grid height and checkbox alignment issue 2025-11-06 18:51:34 +05:30
Ejaaz Khan
27ce9a3df4
Merge pull request #34624 from khushi8112/get-link-to-report-between-condition
fix: handle between condition properly in get_link_to_report filters
2025-11-06 17:29:02 +05:30
sokumon
071d0e6b97 fix: focus on child table 2025-11-06 17:05:14 +05:30
khushi8112
fc52a5ce1a test: add test case for between condition 2025-11-06 16:30:57 +05:30
AarDG10
886b3b33e3 fix(reportview): remove redundant DISTINCT in get_count for postgres 2025-11-06 10:54:07 +05:30
khushi8112
d7106649ee fix: handle between condition properly in get_link_to_report filters 2025-11-06 00:12:01 +05:30
El-Shafei H.
c8c07ea685
fix: translate CSV (#33855) 2025-11-05 17:26:56 +00:00
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
MochaMind
66b3fb52b0
fix: sync translations from crowdin (#34575)
* fix: Spanish translations

* fix: Arabic translations

* fix: Czech translations

* fix: Danish translations

* fix: German translations

* fix: Hungarian translations

* fix: Italian translations

* fix: Dutch translations

* fix: Polish translations

* fix: Portuguese translations

* fix: Russian translations

* fix: Serbian (Cyrillic) translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Chinese Simplified translations

* fix: Vietnamese translations

* fix: Portuguese, Brazilian translations

* fix: Indonesian translations

* fix: Persian translations

* fix: Tamil translations

* fix: Thai translations

* fix: Croatian translations

* fix: Burmese translations

* fix: Bosnian translations

* fix: Norwegian Bokmal translations

* fix: Serbian (Latin) translations

* fix: Esperanto translations
2025-11-05 16:07:56 +05:30
AarDG10
675be42169 ci(postgres): Fix pg_dump version mismatch by upgrading to v18 2025-11-05 16:07:47 +05:30
Ejaaz Khan
9ff3b80a15
Merge pull request #34603 from iamejaaz/add-prev-next-button
fix: add previous and next buttons in form
2025-11-05 16:06:37 +05:30
AarDG10
0bff72ed17 test(postgres): fix mariadb specific identifiers for postgres queries 2025-11-05 13:53:32 +05:30