Commit graph

47692 commits

Author SHA1 Message Date
Akhil Narang
e96ff7e65e
Merge pull request #28015 from marination/not-set-filter
fix: 'not set' equivalence in query conditions
2024-10-14 16:00:55 +05:30
Akhil Narang
ff0fe1228e
Merge pull request #28118 from Priyansh121096/fix
refactor: Replace hard-coded pg default port with PostgresDatabase.default_port
2024-10-14 16:00:20 +05:30
Sumit Bhanushali
b3681be736
Merge pull request #28124 from frappe/fixes-1310
fix(Link): style of clear icon
2024-10-14 14:17:22 +05:30
Frappe PR Bot
87d5187aba
fix: sync translations from crowdin (#27938) 2024-10-14 04:23:51 +00:00
Priyansh Agrawal
92a0ffb191 refactor: Replace hard-coded pg default port with PostgresDatabase.default_port 2024-10-13 18:00:48 +00:00
David Arnold
97c25594dc
refactor: place mappers into read-only mode (#27956) 2024-10-13 16:06:01 +02:00
Ankush Menat
a25df17efb
Revert "refactor: Replace hard-coded pg default port with PostgresDatabase.de…" (#28117)
This reverts commit cfb04b93e1.
2024-10-13 13:05:50 +00:00
David Arnold
633c511039
test: fix record creation on reentry (#28111)
* test: fix record creation on reentry

* chore(testing): clarify function signature
2024-10-13 14:04:36 +02:00
David Arnold
a8ae9f9f0f
fix(testing): test record removal (#28114) 2024-10-13 10:33:34 +00:00
David Arnold
008984b164
fix(dumpster): deprecation of classes (#28103)
fixes: https://github.com/The-Commit-Company/raven/pull/1093#issuecomment-2408645569
2024-10-13 12:25:53 +02:00
Sumit Bhanushali
5ac60f4d9a fix(Link): style of clear icon 2024-10-13 15:42:49 +05:30
Sumit Bhanushali
662709be4f
Merge pull request #28110 from frappe/pr_app_enh
feat: show private page at top of menu
2024-10-13 15:29:39 +05:30
Sumit Bhanushali
50c6760cf1 feat: show private page at top of menu 2024-10-13 15:16:10 +05:30
David Arnold
98301e7513
ci: run each test individually (fix fix) (#28109) 2024-10-13 02:42:41 +00:00
David Arnold
1ac43e20b2
ci: perf fix; keep record logger referenced (#28108) 2024-10-13 04:26:23 +02:00
David Arnold
c67c1b05cb
ci: run each test individually (fix) (#28107) 2024-10-13 01:38:23 +00:00
David Arnold
0e1978e5f4
ci: run each test individually (#28106) 2024-10-13 01:21:31 +00:00
David Arnold
ee1469a045
ci: erpnext lazy loading test records (#28080) 2024-10-13 01:22:18 +02:00
David Arnold
0204db6547
chore: move to use new test record api (#28105) 2024-10-12 23:13:41 +00:00
David Arnold
5dd330cef2
fix(testing): record creation output; only visit missing once (#28104) 2024-10-13 00:53:34 +02:00
David Arnold
cc1ddb975f
fix(test): Enhance test record syncing and logging functionality (#28094)
- Add reset option to clear existing test objects
- Clearly distinguishe between index doctype and record doctype
- Optimize record retrieval from test log, fix record pool layout
- Implement removal of doctype records from test log
- Enhance logging with record count information
2024-10-13 00:04:43 +02:00
David Arnold
9d63208c9c
fix: test record generation (#28102)
* chore: improve log record of testing command invokation

* chore(testing): narrower specificacion of the persistence log

* fix(testing): append raw record source data to globalTestRecords
2024-10-12 22:31:40 +02:00
David Arnold
3e3ebd2593
style: test class & module output capture (#28096) 2024-10-11 23:24:01 +00:00
David Arnold
1b00b5c723
fix(testing): variable naming for clarity (#28095) 2024-10-11 20:32:46 +00:00
David Arnold
4abc13b33c
refactor: improve test record generation and logging (#28092)
- Rename functions for clarity
- Enhance logging with more detailed messages
- Refactor record creation process for better organization
- Improve handling of record synchronization and caching
2024-10-11 18:20:35 +00:00
David Arnold
da561ff749
docs: clarify the code path, add comments (#28090) 2024-10-11 15:58:40 +00:00
David Arnold
4a65637c4a
fix: persistent per-site test record creation log file name (#28089)
* fix: persistent per-site test record creation log file name

* fix: persistent per-site test record creation log erasure
2024-10-11 13:20:27 +02:00
Suraj Shetty
2e8272cd89
fix: Copy to clipboard (#28088) 2024-10-11 10:12:11 +00:00
Ponnusamy
faefcd12b9
feat: in filed date & time calculations; eg 2024-12-01 + 5d (#27534)
* feat: add and subtract datetime

* fix: time picker doesn't show correct value

* style: pre-commit

* Revert "fix: time picker doesn't show correct value"

This reverts commit e0650d11252462cba4a9296aa9a4ea8f256c503a.
2024-10-11 10:38:24 +02:00
Akhil Narang
fe3e22efc9
Merge pull request #28073 from akhilnarang/guess-fieldtype-total-row
chore(add_total_row): guess fieldtype from cell data type if not defined
2024-10-11 11:35:04 +05:30
David Arnold
bd07ae994d
feat: may copy MappingProxyType (#28083) 2024-10-11 04:01:23 +00:00
David Arnold
c9eb0475cf
docs: reduce verbosity of deprecation messages (#28082) 2024-10-10 17:09:33 +00:00
David Arnold
d6fb73aa3d
ci: support downstream erpnext migration within exception code path (#28081) 2024-10-10 19:01:59 +02:00
David Arnold
788f71e259
fix: rebasing oversight in test record persistent logger (#28078)
* fix: rebasing oversight in test record persistent logger

* perf: make test record log append-only jsonl log
2024-10-10 14:55:34 +00:00
Sumit Bhanushali
7d19631d85
Merge pull request #28074 from frappe/success_action_fix
fix: render of multicheck for success action
2024-10-10 17:43:12 +05:30
Sumit Bhanushali
a8c338a299 fix: render of multicheck for success action 2024-10-10 17:29:10 +05:30
Akhil Narang
dea09e5384
chore(add_total_row): guess fieldtype from cell data type if not defined
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-10 17:13:02 +05:30
David Arnold
443c38daa9
refactor: toml test records for readability (#28065)
* refactor: toml test records for readability

* fix: maintain backwards compatibility

* refactor: transform in-tree records

* chore: don't use deprecated functions (treewide)

* chore: revert migration of tests which depend on old test records list

* feat: add cls.globalTestRecords on IntegrationTestCase
2024-10-10 13:24:02 +02:00
Khaled Bin Amir
afd5d73a5b
doc: Add ABBR variable to help text of doc naming settings (#27809)
* Add ABBR variable in naming settings

* Update document_naming_settings.json
2024-10-10 10:04:40 +00:00
David Arnold
b53ec634c2
docs: log test record creation into testing log (#28071) 2024-10-10 10:02:03 +00:00
David Arnold
3873580bba
fix: persistent per-site record creation log (#28070) 2024-10-10 09:32:59 +00:00
David Arnold
df245773c8
fix: prevent excessive growth on cached recursion (#28069) 2024-10-10 07:59:52 +00:00
David Arnold
59dd4dcd8f
fix: test record discovery (#28067)
* fix: doctype name discovery

* fix: preserve dependency order
2024-10-10 00:25:42 +00:00
David Arnold
83bc1f09e9
refactor: clarify test record dep management in test modules (#28060) 2024-10-09 13:44:27 +00:00
David Arnold
bd06784d1b
ci: Run optimized python and control warnings (#28063)
* ci: run doubly optimized python

* ci: control python warnings
2024-10-09 13:29:30 +00:00
Corentin Forler
9024441ee9
fix(Form Builder): Fix Code control not updating (#27422) 2024-10-09 10:19:58 +00:00
David Arnold
db93823001
feat: better test & dumpster output (#28044) 2024-10-09 12:05:19 +02:00
Akhil Narang
7e8290b05f
Merge pull request #28053 from akhilnarang/fix-grid-issues
fix: grid issues in web forms
2024-10-09 14:33:16 +05:30
Sagar Vora
30abcf66e8
fix: escape backslashes in repl to prevent syntax errors (#28052) 2024-10-09 14:28:14 +05:30
Akhil Narang
ad33101164
Revert "Merge pull request #27502 from ljain112/fix-idx-pagination"
This reverts commit 9dbe2571cf, reversing
changes made to b841a7ccef.
2024-10-09 14:19:57 +05:30