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 276 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
276 commits
Select commit Hold shift + click to select a range
a26fa20
Merge pull request #29122 from ruthra-kumar/custom_persistant_cron_jobs
akhilnarang Jan 13, 2025
678d234
build: switch to gunicorn fork
ankush Jan 13, 2025
2214116
test: sanity tests for gunicorn workers
ankush Jan 13, 2025
98c0f8d
Merge pull request #29127 from ankush/gunicorn_fork
ankush Jan 13, 2025
cb414ff
chore: update POT file (#29116)
frappe-pr-bot Jan 13, 2025
4212e7b
fix: convert_to_user_tz
barredterra Jan 13, 2025
23af997
fix: str_to_user
barredterra Jan 13, 2025
4ab7c10
refactor: make scheduled_against mandatory
ruthra-kumar Jan 14, 2025
1b52de9
Merge pull request #29133 from ruthra-kumar/mandatory_scheduler_event
akhilnarang Jan 14, 2025
14e4649
test: use environment's python (#29137)
ankush Jan 14, 2025
2b08d7c
fix: move ifnull logic to applicaiton for better orm support
sumitbhanushali Jan 14, 2025
3a3b1d8
Merge pull request #29138 from frappe/email_action
sumitbhanushali Jan 14, 2025
2de0ea0
fix: child table ui issue with scroll
iamejaaz Jan 14, 2025
374bba5
perf: use client cache for metadata version
ankush Jan 14, 2025
f6c8808
Merge pull request #29145 from ankush/perf/metadata_version
ankush Jan 14, 2025
d46e2c2
fix: Forward `shared` flag to cache generator (#29146)
ankush Jan 14, 2025
fab464e
feat: support shared keys in client cache
ankush Jan 14, 2025
4d1ef02
feat: generator support for client cache
ankush Jan 14, 2025
cde1662
perf: use client side cache for assets.json
ankush Jan 14, 2025
b338bdd
Merge pull request #29149 from ankush/perf/client_assets_json
ankush Jan 14, 2025
d6f47e8
perf: use cached user for fetching time zone
ankush Jan 14, 2025
b49d512
feat: cache documents in client cache
ankush Jan 14, 2025
aed412f
perf: Use client-cached website settings
ankush Jan 14, 2025
cc83802
perf: use client cache for fetching website settings and theme
ankush Jan 14, 2025
b6a0e84
fix: Avoid mixing client cache and redis_wrapper
ankush Jan 14, 2025
9a0429a
perf: Skip one dump + load on boot.json (#29153)
ankush Jan 14, 2025
7ae7e87
Merge pull request #29150 from ankush/perf/misc_page_render
ankush Jan 14, 2025
b32f74e
perf: Dont send useless translations
ankush Jan 14, 2025
7f30905
Merge pull request #29154 from ankush/perf/redundant_translations
ankush Jan 14, 2025
c72e91f
fix: backward compatible date parsing (#29155)
ankush Jan 14, 2025
d9b9940
fix(csvutils): drop sniffer code
akhilnarang Jan 14, 2025
e768f67
perf: Speedup rendering of simple templates
ankush Jan 14, 2025
a89fd99
perf: keep jloader across requests
ankush Jan 14, 2025
80f324c
perf: cache simple jinja templates
ankush Jan 14, 2025
a8265bd
perf: avoid unnecessary query for user type
ankush Jan 14, 2025
f963758
perf: Avoid duplicate queries
ankush Jan 14, 2025
8682014
perf: use client cached navbar
ankush Jan 14, 2025
9bd6c95
perf: don't yaml-parse empty string and get nothing back
ankush Jan 14, 2025
dc7636d
perf: use cached user document
ankush Jan 14, 2025
0ff3e6f
perf: cache meta tags existence
ankush Jan 14, 2025
129212a
perf: cache unseen notes
ankush Jan 14, 2025
01f9787
fix: catch template error for on-disk paths too
ankush Jan 14, 2025
3b7df82
chore: remove unused method (#29163)
barredterra Jan 14, 2025
2e3b6c9
feat: datepicker_swedish (#29161)
mahsem Jan 14, 2025
116f23c
fix: sync translations from crowdin (#29120)
frappe-pr-bot Jan 14, 2025
9fac1a0
Merge pull request #29159 from ankush/perf/faster_render
ankush Jan 15, 2025
e5a3802
feat(csvutils): make sniffer usage optional
akhilnarang Jan 14, 2025
8b631dc
Merge pull request #29156 from akhilnarang/partial-revert-26183
akhilnarang Jan 15, 2025
b87e0a8
fix(activity_log): strip html from full name before inserting
akhilnarang Jan 15, 2025
b2ff5e6
perf: use cached navbar
ankush Jan 15, 2025
2c2ec13
perf: reuse jenv across requests
ankush Jan 15, 2025
829062b
fix: make shared jenv thread-safe
ankush Jan 15, 2025
9ebfea1
perf: avoid duplicate template caching
ankush Jan 15, 2025
89c945f
fix(user): strip html tags from user name
akhilnarang Jan 15, 2025
ba6e3f6
test: igore edge case of invalid strings
ankush Jan 15, 2025
8d780d7
Merge pull request #29170 from ankush/perf/jenv
ankush Jan 15, 2025
5b9fde2
Merge pull request #29171 from akhilnarang/strip-html-activity-log
akhilnarang Jan 15, 2025
ad0e4e2
Merge pull request #29172 from akhilnarang/strip-html-user-name
akhilnarang Jan 15, 2025
3675a54
refactor: move scrollbar to the bottom of the table
iamejaaz Jan 15, 2025
0e61d4e
fix: don't add login to fc option in dropdown
BreadGenie Jan 15, 2025
d6386e6
Merge pull request #28767 from frappe/remove-billing-pages
shariquerik Jan 15, 2025
584727f
perf: negative website redirect caching (#29179)
ankush Jan 15, 2025
d219353
fix: edge case for redirects on `/` (#29180)
ankush Jan 15, 2025
638b118
Merge pull request #29123 from akhilnarang/escape-path
akhilnarang Jan 15, 2025
5874d6b
perf: Add prefix index for file_url (#29185)
ankush Jan 15, 2025
4116a33
perf: speed up oauth bearer token query (#29184)
ankush Jan 15, 2025
b1211c5
feat: datepicker_bosnian
mahsem Jan 15, 2025
e98d410
feat: datepicker_croatian
mahsem Jan 15, 2025
9307ee8
fix(Contact): export company name and department in vCard (#29190)
barredterra Jan 15, 2025
fc9c75d
feat: enhance horizontal scrolling in child table
iamejaaz Jan 16, 2025
9c2bd23
fix: don't override setstate (#29194)
ankush Jan 16, 2025
430c0c7
fix(DX): Log all exceptions in developer mode (#29195)
ankush Jan 16, 2025
98be3f4
refactor: change height and add condition on prevent default
iamejaaz Jan 16, 2025
9a1eab7
Merge pull request #29142 from iamejaaz/child-table-ui-29106
surajshetty3416 Jan 16, 2025
b3859d9
fix: Don't assume homogeneous data in meta tables
ankush Jan 16, 2025
e6bad30
refactor: Use @cached_property instead of implmenting it
ankush Jan 16, 2025
6a861fc
chore: added ipv6 to hosts file (#29199)
maharshivpatel Jan 16, 2025
c8ec528
Merge pull request #29196 from ankush/fix/meta_mutation
ankush Jan 16, 2025
4e4972f
refactor: Use @cached_property (#29212)
ankush Jan 17, 2025
daa52b8
build!: Drop maxmind IP database (#29213)
ankush Jan 17, 2025
6ad61d6
test: avoid possible flake in OTP tests (#29214)
ankush Jan 17, 2025
110e622
perf: speedup sessions code (#29076)
ankush Jan 17, 2025
bef7393
fix: Update sessions in cache after a miss (#29217)
ankush Jan 17, 2025
800ff70
perf: Do not set same cookies on every request (#29218)
ankush Jan 17, 2025
cfa4534
perf: faster page view count queries (#29219)
ankush Jan 17, 2025
d80006a
fix(ux): helpful links added while creating email account
sokumon Jan 17, 2025
cdffd5d
refactor: use flat cache for web pages (#29220)
ankush Jan 17, 2025
320798d
perf: add cache-control headers on private files (#29221)
ankush Jan 17, 2025
8ce7b21
fix: refactored helpful links
sokumon Jan 18, 2025
6e488f8
fix(NamingPatch): convert numerics to str for regex match
sumitbhanushali Jan 18, 2025
33e855a
Merge pull request #29227 from frappe/f-16
sumitbhanushali Jan 18, 2025
db8383d
chore: update POT file
frappe-pr-bot Jan 19, 2025
b0fc7f4
fix: set datepicker language
Tebayaki Jan 2, 2025
6a4f4e7
Merge pull request #29189 from mahsem/datepicker_bosnian
akhilnarang Jan 20, 2025
a8f986e
Merge pull request #29766 from frappe/pot_develop_2025-01-19
akhilnarang Jan 20, 2025
ec1aba7
Merge pull request #28944 from Tebayaki/set_datepicker_language
akhilnarang Jan 20, 2025
04fd231
fix: sidebar sorting only in edit mode
sokumon Jan 2, 2025
dbdc584
fix(style): dark mode suport for sidebar
sokumon Jan 4, 2025
69d11a0
fix(style): collapse button visible without scroll in mobile
sokumon Jan 4, 2025
8741ef7
fix: ctrl + h shortuct doesnt toggle sidebar , routes to home
sokumon Jan 4, 2025
218c06e
fix: remove ctrl + h shortcut
sokumon Jan 7, 2025
97f8113
fix: hover action setup after apps switch
sokumon Jan 15, 2025
f71fb66
fix(style): minor dark mode changes to apps-switcher-menu
sokumon Jan 15, 2025
6561aa3
fix: apps switcher menu is consistent across pages
sokumon Jan 16, 2025
9906b6e
fix: minor icon fixes
sokumon Jan 16, 2025
69f28b0
chore: bump version of upload artifact to v4
sokumon Jan 16, 2025
50b354f
fix: small refactor to apps switcher
sokumon Jan 17, 2025
6e84651
fix: made mobile sidebar a overlay
sokumon Jan 20, 2025
341fd3a
Merge pull request #29201 from sokumon/better-sidebar
sokumon Jan 20, 2025
7587c46
Merge pull request #29226 from sokumon/email-account-ux
sokumon Jan 20, 2025
d6a4b78
Merge pull request #29215 from rachapipe/DatepickerAddLanguageThai
rachapipe Jan 20, 2025
ec57061
refactor: hide sidebar (#29061)
barredterra Jan 20, 2025
e7073a5
perf: faster `LocalProxy` (#29181)
sagarvora Jan 20, 2025
e4a2b8d
refactor: trim init.py (#29866)
ankush Jan 20, 2025
930d006
perf: HTTP cache list view counts when count is >1000 (#29871)
ankush Jan 21, 2025
b9479e2
fix: Clear all cache after rebuilding assets (#29876)
ankush Jan 21, 2025
bebc400
chore: Update `raise_error_on_no_output` documentation and example
Abdeali099 Jan 22, 2025
8071d38
fix: Set prepared report even if req times out (#29874)
ankush Jan 22, 2025
53e8637
fix(website): Clear cached list of child top bar items (#29223)
cogk Jan 22, 2025
f4741e7
chore(SocketIO): log connect error to console (#29911)
NagariaHussain Jan 23, 2025
25e214e
refactor: translate tooltip text of page (#29885)
iamejaaz Jan 24, 2025
a4614da
refactor: modify error message for query report with insufficient per…
iamejaaz Jan 24, 2025
c63edc1
fix: set login_id for sengrid
sokumon Jan 24, 2025
da28303
fix: call grid_row field onchange with current row
netchampfaris Jan 24, 2025
b12c418
Merge pull request #30029 from sokumon/fix-sendgrid
sokumon Jan 24, 2025
4a0ccf6
fix: don't skip perm check when Apply Strict User Permissions is enab…
barredterra Jan 24, 2025
1e8a1f6
Merge pull request #30031 from netchampfaris/fix-grid-row-field-onchange
akhilnarang Jan 24, 2025
00a6101
chore(deps): bump RestrictedPython
akhilnarang Jan 24, 2025
c188505
Merge pull request #30041 from akhilnarang/bump-restrictedpython
akhilnarang Jan 24, 2025
bbfb26a
refactor(printview): first check for doc permissions, then for website
akhilnarang Jan 24, 2025
bea4dc6
Merge pull request #30042 from akhilnarang/fix-printview-check-order
akhilnarang Jan 24, 2025
a121b90
feat: allow created a session for a fixed duration via `bench browse`
akhilnarang Jan 22, 2025
332e22f
refactor: fix typo in `impersonated`
akhilnarang Jan 22, 2025
1dc767f
feat(browse): allow passing a user for `impersonated_by`
akhilnarang Jan 22, 2025
15065a9
refactor: don't use impersonate directly, use similar logic
akhilnarang Jan 23, 2025
cbcf921
fix: recursive call of handle scrollbar function
iamejaaz Jan 24, 2025
d01eb3a
refactor: remove unwanted log code
iamejaaz Jan 24, 2025
a9c1c49
refactor: use an alternate key for handling expiry
akhilnarang Jan 24, 2025
33d6ea9
fix: update instead of extend
ankush Jan 23, 2025
f30159a
feat: custom response header support
ankush Jan 23, 2025
32054b0
refactor: use response_headers to set cache control headers
ankush Jan 23, 2025
378b638
feat: Decorator to cache API response using cache-control headers
ankush Jan 23, 2025
f177bb2
perf: cache notifications for 1 minute
ankush Jan 23, 2025
2b1df9a
perf: cache `get_events` on desk load
ankush Jan 23, 2025
daf4885
perf: slow down auto-refresh even more
ankush Jan 23, 2025
c067fd4
fix: remove whitespace from restrict ip and always check request_ip (…
sokumon Jan 24, 2025
1470ad2
perf: Cache plain link validation for 30 minutes
ankush Jan 23, 2025
153c385
fix: Never use HTTP cache in developer mode
ankush Jan 24, 2025
5cf5f66
perf: cache "is_document_amended"
ankush Jan 24, 2025
0a068e2
perf: proxy-cache website_script.js
ankush Jan 24, 2025
6328421
fix: only cache if called directly
ankush Jan 24, 2025
266b510
test: skip HTTP caching in tests
ankush Jan 24, 2025
57633f1
fix(DX): add faulthandler for SEGV and other bad signals (#30046)
ankush Jan 24, 2025
d9081f1
feat: HTTP caching on API endpoints (#29997)
ankush Jan 24, 2025
10b429f
Merge pull request #29132 from barredterra/fix-datetime-utils
barredterra Jan 24, 2025
015c942
Revert "fix: don't skip perm check when Apply Strict User Permissions…
barredterra Jan 24, 2025
ba53d18
Merge pull request #30051 from barredterra/mapper-perms-2
barredterra Jan 24, 2025
727a639
Corrected Grammar in the CODE_OF_CONDUCT.md file (#29889)
chrisfrancis-dev Jan 24, 2025
658e6c5
perf: Hard-limit `get_count` runtime to 1 second
ankush Jan 24, 2025
6ea200a
fix: handle typical client tracking errors
ankush Jan 25, 2025
67fafdd
perf: Set timeout in same query / avoid side effects
ankush Jan 25, 2025
a2d43ae
Merge pull request #30050 from ankush/count_kill
ankush Jan 25, 2025
473ff81
fix(UX): change cursor for clickable list count
ankush Jan 25, 2025
9b79dfe
perf: "random" naming to improve concurrency and locality (#30053)
ankush Jan 25, 2025
e76cb99
refactor: add scroll to current element, remove grid loop
iamejaaz Jan 26, 2025
756670d
refactor: optimize grid selection by reusing existing reference
iamejaaz Jan 27, 2025
23694b6
fix: Don't cache pages with query params (#30881)
ankush Jan 27, 2025
b12e42f
fix: add missing px in style
iamejaaz Jan 27, 2025
0783304
fix: Re-update jinja globals on cached templates (#30882)
ankush Jan 27, 2025
00914da
Merge pull request #30045 from iamejaaz/child-table-lagging
surajshetty3416 Jan 27, 2025
cabf7be
fix: restrict image size in comments
sokumon Jan 27, 2025
4ef8629
fix: use strip_html() instead of escape_html()
akhilnarang Jan 27, 2025
dcb58ab
Merge pull request #30884 from akhilnarang/fixup-29172
akhilnarang Jan 27, 2025
829a140
chore: bump actions/cache to v4 in boilerplate (#30889)
barredterra Jan 27, 2025
4d041c1
feat(Data Import): delete Data Import Log on trash (#30893)
barredterra Jan 27, 2025
8560764
fix: reorder session initialization in HTTPRequest class
Jan 27, 2025
baf884d
Merge pull request #29888 from akhilnarang/bench-browse-updates
akhilnarang Jan 28, 2025
32c1220
fix: Always reset globals on cached templates (#30897)
ankush Jan 28, 2025
2fdc948
fix: don't allow attaching a file to a child table in a new document
akhilnarang Jan 28, 2025
4b26b10
fix(auto_repeat): take end date into consideration
akhilnarang Jan 28, 2025
41820d8
Merge pull request #30898 from akhilnarang/disable-attach-child-new-doc
akhilnarang Jan 28, 2025
531efc8
Merge pull request #30899 from akhilnarang/fix-auto-repeat
akhilnarang Jan 28, 2025
47fd338
Revert "fix: Always reset globals on cached templates (#30897)" (#30906)
ankush Jan 28, 2025
9720ff2
Merge pull request #30907 from akhilnarang/fixup-27805
akhilnarang Jan 28, 2025
443a81c
fix: sync translations from crowdin (#29167)
frappe-pr-bot Jan 28, 2025
aeb8ac1
feat: additional options for timespan filter
barredterra Jan 28, 2025
cd68867
fix(blog): Fix typo in search query
cogk Jan 28, 2025
b0b0a4e
fix(attach): fix crash on web page builder
akhilnarang Jan 28, 2025
4df2fbe
Merge pull request #30913 from akhilnarang/fixup-30898
akhilnarang Jan 28, 2025
2062a48
fix: Respect no-cache header (#30921)
ankush Jan 29, 2025
7ee8b17
chore: format
akhilnarang Jan 29, 2025
b94edc9
Merge pull request #30912 from cogk/patch-3
akhilnarang Jan 29, 2025
562f821
Merge pull request #28955 from vishakhdesai/fix-idx-pagination
akhilnarang Jan 29, 2025
d54f5e5
Merge pull request #30910 from barredterra/timespan-days
akhilnarang Jan 29, 2025
60aa2f9
Merge pull request #30896 from dhiashalabi/fix/reorder-setlang-initia…
akhilnarang Jan 29, 2025
58268a6
fix(sanitize_column): add newlines to the regex check
akhilnarang Jan 29, 2025
17e3d12
Merge pull request #30929 from akhilnarang/fix-sanitize-column
akhilnarang Jan 29, 2025
21ec09e
fix(web_form): allow loading translations for more strings (#30931)
akhilnarang Jan 29, 2025
dd48b54
feat: add xss_sanitise to email fields
samkit5495 Dec 25, 2024
7a7b318
build: bump gunicorn (#30928)
ankush Jan 29, 2025
4717cc0
chore: move the logic into a separate function
akhilnarang Jan 29, 2025
d7c3553
chore: refactor for rq 2.x
akhilnarang Jan 29, 2025
22560c3
Merge pull request #28914 from samkit5495/patch-1
akhilnarang Jan 29, 2025
0612c01
chore: refactor for rq 2.x (#30935)
akhilnarang Jan 30, 2025
0082b73
fix: link field overlapping issue
iamejaaz Jan 30, 2025
278e0e9
refactor: remove and change fc billing endpoints to accomodate new si…
BreadGenie Jan 30, 2025
fb8731e
fix: add horizontal padding to banner
BreadGenie Jan 30, 2025
5fe80b7
fix: datepicker ui issue
iamejaaz Jan 31, 2025
faaac8c
Merge pull request #31064 from iamejaaz/datepicker-ui-issue-tickets
iamejaaz Jan 31, 2025
2d4d3c1
Merge pull request #30885 from sokumon/small-ui-fixes
sokumon Feb 3, 2025
4406116
feat: estimate table size
ankush Jan 31, 2025
8eafe67
feat: share table size heuristic with meta
ankush Feb 3, 2025
663930c
fix: don't apply "like" default on large tables
ankush Feb 3, 2025
34dd0d7
fix: throttle list view refreshes for longer time
ankush Feb 3, 2025
5808418
Merge pull request #30938 from ankush/default_link
ankush Feb 3, 2025
5978485
Revert "build: bump gunicorn (#30928)"
ankush Feb 3, 2025
0d1fe04
Merge pull request #30937 from iamejaaz/link-field-ui-30148
iamejaaz Feb 3, 2025
c60f412
build: bump gunicorn (#31084)
ankush Feb 3, 2025
ca13586
fix: add `is_fc_site` endpoint back
BreadGenie Feb 3, 2025
a0b3b93
Merge pull request #30943 from frappe/fc-billing-login
shariquerik Feb 3, 2025
e3b071d
fix(minor): Extract images from markdown as well
rmehta Feb 3, 2025
dd77f2c
Merge pull request #31089 from rmehta/blog-image-extract-md
rmehta Feb 3, 2025
551107b
test: ensure utilization of idle threads is <5% (#31092)
ankush Feb 4, 2025
0397b32
perf: client-cache webhooks (#31095)
ankush Feb 4, 2025
0a41031
fix(ux): remove Link clearing
rmehta Feb 4, 2025
fbd3cad
revert: error/webhook logs on every document (#31096)
ankush Feb 4, 2025
b7b1828
Merge pull request #31097 from rmehta/revert-link-clear
rmehta Feb 4, 2025
7c67ca4
perf: index tags for a document and dont track changes
ankush Feb 4, 2025
a8bfd54
perf: Avoid querying default email account on every load
ankush Feb 4, 2025
84f9c5d
Merge pull request #31098 from ankush/perf/docinfo_1
ankush Feb 4, 2025
e08fb1c
fix: move child table checks to within `set_input()`
akhilnarang Feb 4, 2025
429dab7
perf: Skip loading EPS if not enabled (#31099)
ankush Feb 4, 2025
e3ce05b
perf: use client cache for notifications (#31094)
ankush Feb 4, 2025
ba8cc6f
perf: use client cache for tables (#31102)
ankush Feb 4, 2025
c273c52
Merge pull request #31100 from akhilnarang/fix-attach-child-table
akhilnarang Feb 4, 2025
ef9e109
chore: trigger release PRs early (#31108)
ankush Feb 4, 2025
68fc629
fix: sync translations from crowdin (#30920)
frappe-pr-bot Feb 4, 2025
2372fd8
fix: check if attached doctype exists (#30911)
sokumon Feb 4, 2025
db3917d
fix: Pass function reference instead of function call (#31114)
priyanshshah2442 Feb 4, 2025
ecd9060
fix: use frappe.db.set_value instead of frappe.db.sql (#31124)
karm1000 Feb 5, 2025
ec27c44
fix: only add expression if truthy
akhilnarang Feb 5, 2025
d4ff214
fix: clear print format selector if default print format is absent (#…
karm1000 Feb 5, 2025
7718e59
Merge pull request #31127 from akhilnarang/fix-naming-series-patch
akhilnarang Feb 5, 2025
174783d
perf: use client cache for doctype "maps" (#31105)
ankush Feb 5, 2025
adc279d
Revert "fix: only add expression if truthy" (#31132)
akhilnarang Feb 5, 2025
d66a890
fix(styles): Style cleanups for sidebar, breadcrumb
rmehta Feb 5, 2025
c038c16
Merge pull request #31139 from rmehta/style-fixes-feb-25
rmehta Feb 5, 2025
aa71072
build: bump RQ to 2.x (#31141)
ankush Feb 5, 2025
a950ba3
fix: bump iterator batch size (#31142)
ankush Feb 5, 2025
353b12a
chore: update POT file (#31076)
frappe-pr-bot Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_base-server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
FRAPPE_SENTRY_DSN: ${{ secrets.SENTRY_DSN || '' }}

- name: Upload coverage data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: inputs.enable-coverage
with:
name: coverage-${{ matrix.db }}-${{ matrix.index }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_base-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ jobs:
( tail -f ${GITHUB_WORKSPACE}/sites/*-coverage*.xml & ) | grep -q "\/coverage"

- name: Upload JS coverage data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: inputs.enable-coverage
with:
name: coverage-js-${{ matrix.index }}
path: ./apps/${{ github.event.repository.name }}/.cypress-coverage/clover.xml

- name: Upload coverage data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: inputs.enable-coverage
with:
name: coverage-py-${{ matrix.index }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Create weekly release pull requests
on:
schedule:
# 9:30 UTC => 3 PM IST Tuesday
- cron: "30 9 * * 2"
# 9:00 UTC => 2:30 PM IST Tuesday
- cron: "0 9 * * 2"
workflow_dispatch:

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,3 @@ cypress/videos
.helix/
# Aider AI Chat
.aider*

# frappecloud billing
billing/node_modules
frappe/public/billing
frappe/www/billing.html
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Expand All @@ -20,13 +20,13 @@ Examples of unacceptable behavior by participants include:
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
* Other conduct that could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

Expand Down
4 changes: 0 additions & 4 deletions attributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ The following 3rd-party software packages may be used by or distributed with <ht
- Code License: MIT (<http://choosealicense.com/licenses/mit/>)
- Inter - SIL Open Font License, 1.1 (c) 2020 Rasmus Andersson (<https://github.com/rsms/inter>)

### IP Address Database

- GeoIP: (c) 2014 MaxMind, <http://dev.maxmind.com/geoip/geoip2/downloadable/>

---

Last updated: 4th July 2022
5 changes: 0 additions & 5 deletions billing/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions billing/.prettierrc.json

This file was deleted.

27 changes: 0 additions & 27 deletions billing/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions billing/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions billing/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions billing/postcss.config.js

This file was deleted.

Binary file removed billing/public/favicon.png
Binary file not shown.
40 changes: 0 additions & 40 deletions billing/src/App.vue

This file was deleted.

Binary file removed billing/src/assets/Inter/Inter-Black.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Black.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-BlackItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-BlackItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Bold.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Bold.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-BoldItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-BoldItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ExtraBold.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ExtraBold.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ExtraBoldItalic.woff
Binary file not shown.
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ExtraLight.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ExtraLight.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Italic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Italic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Light.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Light.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-LightItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-LightItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Medium.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Medium.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-MediumItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-MediumItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Regular.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Regular.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-SemiBold.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-SemiBold.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-SemiBoldItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-SemiBoldItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Thin.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-Thin.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ThinItalic.woff
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-ThinItalic.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-italic.var.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter-roman.var.woff2
Binary file not shown.
Binary file removed billing/src/assets/Inter/Inter.var.woff2
Binary file not shown.
152 changes: 0 additions & 152 deletions billing/src/assets/Inter/inter.css

This file was deleted.

Loading