seitime-frappe/.github/workflows
Ankush Menat 004990e53e
perf: Make frappe._dict great again (#28824)
* perf: Restore dict's flat overrides

Using `super()` is unnecessary cost. This class is used A LOT. Ref: https://github.com/frappe/frappe/pull/16449/

Please consider performance while adding types, it's almost always possible to achieve good typing without this.

Also `frappe._dict` is almost always used as `dict[Any, Any]` or
`dict[str, Any]`, type annotations are useless here.

* ci: ugh wait for processes to exit
2024-12-18 16:36:31 +05:30
..
_base-migration.yml perf: Make frappe._dict great again (#28824) 2024-12-18 16:36:31 +05:30
_base-server-tests.yml refactor(ci): don't fetch actions from develop 2024-12-16 16:10:46 +05:30
_base-type-check.yml ci: fix type check for manual trigger 2 (#28702) 2024-12-08 00:36:14 +00:00
_base-ui-tests.yml refactor(ci): don't fetch actions from develop 2024-12-16 16:10:46 +05:30
backport.yml chore(deps): bump actions/checkout from 3 to 4 (#22310) 2023-09-05 10:41:55 +05:30
create-release.yml ci: use node20 for semantic release (#24343) 2024-01-15 11:53:13 +05:30
generate-pot-file.yml chore: python3.13 support (#28624) 2024-12-04 15:35:06 +00:00
initiate_release.yml chore: disable v13 releases 2024-01-01 12:54:04 +05:30
labeller.yml chore(deps): bump actions/checkout from 3 to 4 2024-02-19 18:39:36 +00:00
linters.yml chore: python3.13 support (#28624) 2024-12-04 15:35:06 +00:00
lock.yml build(deps): bump dessant/lock-threads from 4 to 5 2023-11-20 18:57:30 +00:00
on_release.yml chore: python3.13 support (#28624) 2024-12-04 15:35:06 +00:00
publish-assets-develop.yml chore: python3.13 support (#28624) 2024-12-04 15:35:06 +00:00
release_notes.yml ci: remove 'by mergify' in release notes 2023-07-12 12:42:41 +05:30
run-indinvidual-tests.yml chore: python3.13 support (#28624) 2024-12-04 15:35:06 +00:00
server-tests.yml refactor(ci): don't fetch actions from develop 2024-12-16 16:10:46 +05:30
ui-tests.yml refactor(ci): don't fetch actions from develop 2024-12-16 16:10:46 +05:30