Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from frappe:develop #536

Open
wants to merge 273 commits into
base: develop
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 10, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

akhilnarang and others added 28 commits January 13, 2025 11:46
Reported-by: Sadik Shaikh <[email protected]>
Signed-off-by: Akhil Narang <[email protected]>
* fix: serial numbers not aligned with other cells

* refactor: remove top margin from editor
feat: Allow for configurable persistant cron jobs without hooks.py
This adds request timeouts for gthread workers.

`gunicorn` repo isn't that active and this issue has been brought up
multiple times so I don't think it's gonna get fixed upstream. This is
our last resort.
build: switch to gunicorn fork
specify format for parsing datetime
refactor: make scheduled_against mandatory
This test is only passing because ci is sourcing env, it won't work IRL
like this.
fix: move ifnull logic to applicaiton for better orm support
perf: use client cache for metadata version
Right now assets.json is read on every requests because of this bug.
Similar to redis, for ergonomics
Single shared key, worth the costs.
perf: use client cache for assets.json
No need to query 1 key at a time.
ankush and others added 30 commits February 3, 2025 06:43
fix(minor): Extract images from markdown as well
All of following should have <2% utilization when idle:
- Redis invalidator thread
- Gunicorn workers and master
- RQ worker and horses
We serve millions of requests for reading a document, it doesn't make
sense to check error and webhooks on all of them. Not all documents even
have this configured.

If you need it, add it using "connections dashboard" or some custom code.
perf: speedup docinfo - skip tags when not used
Otherwise changes to the table can trigger this and allow uploading

Signed-off-by: Akhil Narang <[email protected]>
It's disabled by default 🤷
fix: move child table checks to within `set_input()`
* chore: trigger release PRs early

Too many CI jobs start at 3 PM blocking everything else, so making this one run 30 min before.

* Update initiate_release.yml
* fix: return False if attached doctype is not found

* fix(UX): add a open url button in file form

* fix(typo): add translate to string

* fix: check if it is absolute url

* fix: return false via module not found error
(Don't try to insert empty string)
Breaks on some v15 sites

Signed-off-by: Akhil Narang <[email protected]>
fix(styles): Style cleanups for sidebar, breadcrumb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.