Commit graph

47255 commits

Author SHA1 Message Date
David Arnold
a837fa28fb
Merge pull request #25734 from blaggacao/feat/debug-tests
feat: add debug tests
2024-09-04 20:11:58 +02:00
David Arnold
c1888c91f4
Merge pull request #27650 from blaggacao/feat/list-sites-command
feat: add list-sites command
2024-09-04 20:04:05 +02:00
David
789475e05f
chore: lint 2024-09-04 19:58:10 +02:00
David (aider)
85c9a6b1c8
feat: add list-sites command 2024-09-04 19:51:05 +02:00
David (aider)
f194eeee92
feat: add --pdb 2024-09-04 19:49:52 +02:00
David
97a9b604a3
fix: test module + test case + test method name 2024-09-04 19:49:48 +02:00
David (aider)
349e9c67f3
feat: Add --pdb and --pdb-on flags to FrappeTestCase 2024-09-04 19:46:15 +02:00
David (aider)
73e253fde2
docs: add extensive docstring to debug_on 2024-09-04 19:46:15 +02:00
David
cde915e7fe
feat: add debug tests 2024-09-04 19:46:14 +02:00
gavin
6704295415
Merge pull request #27276 from Mutantpenguin/patch-1
fix: 🐛 show link titles for virtual link fields too
2024-09-04 16:07:19 +02:00
Akhil Narang
349df99703
Merge pull request #27589 from frappe/dependabot/npm_and_yarn/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.5 to 4.0.8
2024-09-04 18:11:37 +05:30
Akhil Narang
79d2da6545
Merge pull request #27643 from giulio-perosino/develop
fix(style): background for pagination buttons on dark theme
2024-09-04 17:36:08 +05:30
Akhil Narang
5a0d2a94c9
Merge pull request #27629 from cogk/fix-parse-worse-email-headers
fix(email): Try to parse bad email address headers
2024-09-04 17:18:28 +05:30
Akhil Narang
3bc4c80069
Merge pull request #27640 from frappe/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2024-09-04 16:52:17 +05:30
giulio.perosino
3edb891b6e fix: background for pagination buttons on dark theme 2024-09-04 10:11:23 +02:00
dependabot[bot]
78c06c1fd4
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 22:42:51 +00:00
David Arnold
ab8295c1cf
Merge pull request #26938 from blaggacao/fix/enqueue-notifications-from-scripts
fix(notification): add ability to enqueue-call from server scripts
2024-09-03 20:58:45 +02:00
David
69ae0724ff
fix(notification): add ability to enqueue-call from server scripts 2024-09-03 20:46:17 +02:00
David Arnold
0c00e6ce3b
Merge pull request #27639 from blaggacao/chore/ignore-aider-files
chore: ignore aider files
2024-09-03 20:28:19 +02:00
David
b2b842b12f
chore: ignore aider files 2024-09-03 20:05:22 +02:00
Akhil Narang
b3092fe46b
Merge pull request #27619 from marination/meta-migrate
fix: `get_valid_fields` excludes `show_on_timeline`, breaking migrations
2024-09-03 18:57:24 +05:30
Akhil Narang
bfe89e0876
Merge pull request #27632 from frappe/email-queue-more-error
fix(EmailQueue): Log more error onto email queue
2024-09-03 16:51:07 +05:30
Balamurali M
cea1713575 fix(EmailQueue): Log more error onto email queue
Require it log actual exception raised by Email Delivery Service on plan
limit reached
2024-09-03 16:36:03 +05:30
Corentin Forler
2ba199349c
fix(email): Try to parse bad email address headers 2024-09-03 10:40:29 +02:00
Shariq Ansari
8dd14c4ba8
Merge pull request #27627 from shariquerik/communication-fix
fix: only change status on communication received if status is Replied & status contain option Open
2024-09-03 11:57:17 +05:30
Shariq Ansari
1b18147461 fix: only change status on communication received if status is Replied & status contain option Open 2024-09-03 11:24:02 +05:30
Frappe PR Bot
ef0076ac1b
chore: update POT file (#27590) 2024-09-02 20:19:16 +02:00
Marica
f4ccdff4d6
feat(minor): Allow HTML descriptions on Grids (#27620) 2024-09-02 20:13:01 +02:00
Frappe PR Bot
71862505ce
fix: sync translations from crowdin (#27471) 2024-09-02 20:10:57 +02:00
marination
a893341f95 fix: get_valid_fields excludes show_on_timeline, breaking migrations
Co-authored-by: Gavin <gavin.dsouza@switchup.de>
2024-09-02 17:27:50 +02:00
Muhammed Raihan P A
8332341217
fix: usability of Phone field (#27076) 2024-09-02 15:43:25 +02:00
Akhil Narang
121be97694
Merge pull request #27614 from akhilnarang/fix-27542
fix(sessions): pass `force` parameter to `get_sessions_to_clear()`
2024-09-02 18:06:27 +05:30
Akhil Narang
1af796492c
Merge pull request #27553 from gavindsouza/rm-virtual-df-from-get_valid_columns
fix!: Skip virtual fields in meta.get_valid_columns
2024-09-02 18:02:46 +05:30
Akhil Narang
cd67eba32d
fix(sessions): pass force parameter to get_sessions_to_clear()
Not sure why this didn't get committed with the original PR: #27542

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-02 17:52:47 +05:30
Sumit Bhanushali
ca10a2859f
Merge pull request #27529 from frappe/fix_child_depends_on
fix: apply depends_on on field update
2024-09-02 17:07:16 +05:30
Akhil Narang
535220ce43
Merge pull request #27578 from akhilnarang/sanitize-html
fix(assign_to): escape description HTML
2024-09-02 13:44:43 +05:30
Akhil Narang
fe192025a5
Merge pull request #27570 from rohitwaghchaure/fixed-label-button
fix: label for web form
2024-09-02 13:44:10 +05:30
Rohit Waghchaure
0560ff84f9 fix: label for web form 2024-09-02 13:00:56 +05:30
Akhil Narang
6d287cd6c8
Merge pull request #27597 from maharshivpatel/fix-beta-on-load
fix: on load of beta print format set iframe height
2024-09-02 12:07:42 +05:30
Akhil Narang
1db08f0740
Merge pull request #27586 from frappe/custom_report_timeout
feat: Custom timeouts for prepared report
2024-09-02 12:02:31 +05:30
Maharshi Patel
96745b8f46 fix: on load of beta print format set iframe height
there was a edge case where when print format beta was set to default which never ran code which sets the size for container that holds format.
fixed that by make iframe height to 100vh minus navbar and heading on load of beta print format
2024-09-02 11:51:39 +05:30
dependabot[bot]
4e2bff410a
chore(deps): bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 21:39:31 +00:00
Deepesh Garg
85b96ba162 feat: Custom timeouts for prepared report 2024-08-31 22:03:25 +05:30
Akhil Narang
ba42903429
Merge pull request #27580 from akhilnarang/disallow-uninstalling-frappe
fix: don't allow uninstalling frappe...
2024-08-30 18:18:55 +05:30
Akhil Narang
30f5669489
fix: don't allow uninstalling frappe...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 18:04:32 +05:30
Shariq Ansari
06d0f2525b
Merge pull request #27577 from shariquerik/apps-page-fix-1
fix: boot.default_path is moved to boot.apps_data.default_path
2024-08-30 17:41:46 +05:30
Akhil Narang
d35dbf0d5b
fix(assign_to): escape HTML
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 17:30:15 +05:30
Shariq Ansari
cc5db784f3 fix: boot.default_path is moved to boot.apps_data.default_path 2024-08-30 17:20:36 +05:30
Shariq Ansari
f140d6d59e
Merge pull request #27571 from shariquerik/apps-switcher-fix-1
fix: Consider default app path for Website User if applicable
2024-08-30 17:02:12 +05:30
Shariq Ansari
aa99faddea test: fixed failing user test 2024-08-30 16:48:21 +05:30