Ankush Menat
|
8a1889301a
|
chore!: remove dead hooks `app_icon` & `app_color`
|
3 年前 |
Ankush Menat
|
665f871c09
|
test: delete duplicate test
|
3 年前 |
Ankush Menat
|
42942f36a6
|
feat: provide github workflow for unittest in new app
|
3 年前 |
Ankush Menat
|
3fd4759dd4
|
fix: gitignore node_modules in new frappe apps
|
3 年前 |
Ankush Menat
|
53f54c3761
|
refactor: use click for new-app prompts
|
3 年前 |
Ankush Menat
|
74d7753a5a
|
refactor: split make_boilerplate function
|
3 年前 |
Suraj Shetty
|
b92c911646
|
Merge pull request #16797 from hrwX/disable_change_log
|
3 年前 |
Himanshu
|
d7b42e34fc
|
Merge branch 'develop' into disable_change_log
|
3 年前 |
Suraj Shetty
|
4a3f0380dc
|
Merge pull request #16842 from ollyboy/develop
|
3 年前 |
Ankush Menat
|
8a72cb1bdc
|
Merge pull request #16859 from surajshetty3416/fix-web-form
fix(webform): Only show published web forms
|
3 年前 |
Suraj Shetty
|
e59e68efbd
|
test: Add a case to cover webform publish functionality
|
3 年前 |
Suraj Shetty
|
d23b293e1e
|
fix(webform): Only show published web forms
|
3 年前 |
Saqib Ansari
|
61223092e0
|
fix: frappe.throw in case of list of errors (#16855)
|
3 年前 |
gavin
|
bff95faad7
|
Merge pull request #16854 from ankush/dead_code
chore: remove dead code
|
3 年前 |
Ankush Menat
|
1b36dcabe4
|
chore: remove dead code
|
3 年前 |
gavin
|
ec4e75b640
|
Merge pull request #16542 from saxenabhishek/aks-feat-dbquery_update
feat: multi table support in db.query
|
3 年前 |
gavin
|
d29641f734
|
Merge branch 'develop' into aks-feat-dbquery_update
|
3 年前 |
Suraj Shetty
|
92dd1a0d28
|
Merge pull request #16819 from Altizo/develop
fix: Update translate
|
3 年前 |
Suraj Shetty
|
fa15bd2758
|
Merge pull request #16844 from surajshetty3416/fix-date-inconsistency
fix(date control): Do not try to convert timezone of date
|
3 年前 |
Suraj Shetty
|
852dbae6ce
|
fix: Do not convert timezone of date field
|
3 年前 |
Suraj Shetty
|
0f7d8e7903
|
Merge pull request #16841 from pateljannat/web-form-login-message
|
3 年前 |
Steve
|
48458aa129
|
Update list_settings.js
Don't limit list view to 4
|
3 年前 |
Jannat Patel
|
5941f3c4ac
|
fix: better login message
|
3 年前 |
Jannat Patel
|
2aa09c9033
|
fix: web form login message
|
3 年前 |
Suraj Shetty
|
e5b36b214a
|
Merge pull request #16839 from surajshetty3416/fix-ui-flaky-tests
|
3 年前 |
Suraj Shetty
|
116fe34e74
|
Merge pull request #16817 from phot0n/remove-is_first_startup
|
3 年前 |
Suraj Shetty
|
4be5ca6481
|
Merge branch 'develop' of https://github.com/frappe/frappe into fix-ui-flaky-tests
|
3 年前 |
Suraj Shetty
|
2dfdb90e2d
|
Merge branch 'develop' into remove-is_first_startup
|
3 年前 |
Suraj Shetty
|
a444968e14
|
Merge pull request #16837 from alyf-de/autocomplete-login
|
3 年前 |
Suraj Shetty
|
7b5531ce86
|
Merge pull request #16838 from frappe/surajshetty3416-patch-1
|
3 年前 |
Suraj Shetty
|
aac9378beb
|
test: Disable flaky test
Unable to find the cause of the flakiness of the test. Disabling it for now.
Also, the form_tour test is full of `wait` which is bad anyway.
|
3 年前 |
barredterra
|
de45cf9bbd
|
feat: Use autocomplete attributes for login, signup and password reset
|
3 年前 |
Raffael Meyer
|
dff8d92b69
|
Merge branch 'develop' into disable_change_log
|
3 年前 |
Ankush Menat
|
c31eca3ba5
|
fix: circular imports (#16830)
Circular imports issue when loading modules in background worker. Doesn't happen in web worker or console 🤷
|
3 年前 |
Shariq Ansari
|
b4e43257c3
|
fix: bad query if user has ' in the email address (#16796)
|
3 年前 |
Sagar Vora
|
a33c2e2abe
|
refactor(BaseDocument)!: improved `get`, `set` and `extend` methods (#16540)
* perf!: 80% faster doc.get for fields with `None` as value
* perf: quicker init child (#3)
* refactor: avoid repitition and improve error message
* test: `doc.extend`
* fix: improve constant naming
* fix: minor improvements and tests
* refactor: improve naming
|
3 年前 |
Ankush Menat
|
92fcc7c466
|
Merge pull request #16829 from ankush/deferred_insert_fix
fix: handle dict data in deferred_insert
|
3 年前 |
Ankush Menat
|
05f9201e07
|
fix: dont manually commit after flushing deferred_insert
this runs from scheduled job which commits after finishing.
|
3 年前 |
Ankush Menat
|
ed78a23748
|
fix: handle dict data in deferred_insert
vanilla dict doesn't have attrs, setattr fails
|
3 年前 |
phot0n
|
cd4b1ebe8f
|
chore: use qb for patch
|
3 年前 |
gavin
|
65d70e08e1
|
Merge pull request #16815 from gavindsouza/simplify-setup-wizard
fix: Simplify setup wizard
|
3 年前 |
Gavin D'souza
|
73c87c0e29
|
fix: Hide progress bar for less than 2 slides
|
3 年前 |
Ankush Menat
|
d1938ee271
|
perf: remove naming series from log-like doctypes (#16823)
- webhook request log
- access log
|
3 年前 |
phot0n
|
ff080cde5a
|
minor: add patch for removing is_first_startup field
|
3 年前 |
phot0n
|
33b49b4d46
|
refactor(minor): remove is_first_startup from System Settings
|
3 年前 |
Vladislav
|
03bdd2e53b
|
Merge branch 'frappe:develop' into develop
|
3 年前 |
Vlad
|
34b1beae5b
|
fix: Update translation
|
3 年前 |
mergify[bot]
|
ee40bda491
|
Merge pull request #16602 from resilient-tech/int-req
refactor: Integration Request
|
3 年前 |
Vladislav
|
2b8b97fcc9
|
Merge branch 'frappe:develop' into develop
|
3 年前 |
Ankush Menat
|
4310a2ecca
|
fix(UX): suggest app-specific password for gmail logins (#16812)
|
3 年前 |