Saqib Ansari
|
1bde3b48bd
|
fix: parsing exception from traceback
|
3 years ago |
Saqib Ansari
|
307c7ced69
|
chore: check custom exception handlers only for json response
|
3 years ago |
Saqib Ansari
|
55178101e8
|
fix: catch exceptions while parsing json on request failure
|
3 years ago |
mergify[bot]
|
5ad5fd7c22
|
Merge pull request #15527 from gavindsouza/assignment-owner
fix: Revert breaking API change in Assign To
|
3 years ago |
Suraj Shetty
|
f6d0697309
|
test: Fix test_assign
|
3 years ago |
Gavin D'souza
|
6e4aa52e2e
|
fix: Show assignments correctly for Forms
|
3 years ago |
Gavin D'souza
|
1b57717058
|
fix: Return key name as owner for consistency
|
3 years ago |
Gavin D'souza
|
dc2a99b8d6
|
refactor(minor): Use pluck instead of re-iteration
|
3 years ago |
Faris Ansari
|
c1995226d7
|
Merge pull request #15526 from netchampfaris/blog-category-load-more
fix(blog): Load more with category filter
|
3 years ago |
mergify[bot]
|
22adb529d9
|
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
|
3 years ago |
Faris Ansari
|
22dd06101b
|
fix(blog): Load more with category filter
When you click "Load more" on a blog category page, it will now fetch blog posts for that category
|
3 years ago |
gavin
|
7a0d787831
|
Merge pull request #14918 from gavindsouza/owner-unchange
fix: Constant fields for documents
|
3 years ago |
Gavin D'souza
|
9ed95a2d75
|
chore: Update caniuse-lite package
|
3 years ago |
Gavin D'souza
|
4b9d8c0258
|
fix: Remove extra Document.validate_owner validation
|
3 years ago |
Gavin D'souza
|
6f2125fca6
|
Merge branch 'develop' of github.com:frappe/frappe into owner-unchange
|
3 years ago |
gavin
|
25196cb06d
|
Merge pull request #15521 from gavindsouza/owner-field-change
fix: Remove internal owner field used in existing tables
|
3 years ago |
Ankush Menat
|
ce27b740f1
|
Merge pull request #15523 from ankush/copy_link
feat(minor): copy link to clipboard
|
3 years ago |
Ankush Menat
|
06926cf123
|
feat(minor): copy link to clipboard
|
3 years ago |
Gavin D'souza
|
ff13b12be5
|
fix: Populate ToDo.allocate_to column
|
3 years ago |
Ankush Menat
|
da9d07474a
|
test: rollback tests that are aborting transactions
|
3 years ago |
Ankush Menat
|
08464553f3
|
fix: define check_transaction_status for postgres
To implement repeatable reads it has to respect transactions.
|
3 years ago |
Ankush Menat
|
5fac8bb965
|
test: don't hardcode test password
|
3 years ago |
Ankush Menat
|
43364cf89b
|
fix!: use repeatable read isolation level
RR isolation is default in MariaDB, for sake of consistency use same
isolation level in postgres
|
3 years ago |
Ankush Menat
|
5ac79925ef
|
fix: postgres install that doesn't abort transactions
|
3 years ago |
shadrak gurupnor
|
a4aad4dc7a
|
fix: failed test cases & sider issue
|
3 years ago |
shadrak gurupnor
|
1832df06ad
|
fix: replace owner with allocated_to
|
3 years ago |
shadrak gurupnor
|
6c6ff2c16d
|
fix: overriding of owner of doc
feat: Fixed the dilemma of owner field in ToDo document
|
3 years ago |
Gavin D'souza
|
bb004fc33b
|
fix: Remove redundant `owner` fields in Email Template, Help Article
|
3 years ago |
Suraj Shetty
|
ce350e7481
|
Merge pull request #15520 from frappe/mergify/bp/develop/pr-15477
|
3 years ago |
Deepesh Garg
|
f21d81a58a
|
fix: Linting Issues
(cherry picked from commit b28c75a82f )
|
3 years ago |
Deepesh Garg
|
a2b808075b
|
fix: Route options not getting set while navigating from one report to another
(cherry picked from commit 124ae91388 )
|
3 years ago |
Ankush Menat
|
0fddbafd09
|
fix(postgres)!: dont silently rollback on db exception
|
3 years ago |
Ankush Menat
|
d603aaf601
|
fix: define is_syntax_error for postgres
|
3 years ago |
Ankush Menat
|
5492e1930f
|
Merge pull request #15516 from ankush/savepoint_wrapper
feat: savepoint contextmanager
|
3 years ago |
Ankush Menat
|
3c83043301
|
chore: sort imports
also fix `time` import
|
3 years ago |
Ankush Menat
|
e08b41964c
|
feat: savepoint contextmanager
syntactic sugar around frappe.db.savepoint and rollback
|
3 years ago |
mergify[bot]
|
a817a4ac5e
|
Merge pull request #15363 from netchampfaris/browse-blog-by-category
feat(blog): Browse by category
|
3 years ago |
Suraj Shetty
|
a9d48813e6
|
Merge branch 'develop' into browse-blog-by-category
|
3 years ago |
Suraj Shetty
|
c0963b9d27
|
Merge pull request #15498 from surajshetty3416/fix-user-form-ux
|
3 years ago |
Suraj Shetty
|
8dd1a37bed
|
Merge pull request #15507 from surajshetty3416/fix-multiselect-change-event
|
3 years ago |
Gavin D'souza
|
322a777b59
|
fix(ux): Auto Repeat's validation message has grammatical fixes
|
3 years ago |
Gavin D'souza
|
f7b5982919
|
test(assign_rule): Setup and teardown for local testing
|
3 years ago |
Gavin D'souza
|
3a38456583
|
refactor(minor): Assignment Rule
* Simplified and refactored logic
* Added type hints for where it gets really unbearable :')
* Minor perf improvements & better API usages
|
3 years ago |
Gavin D'souza
|
f72c445d41
|
fix: Clear Document cache on rename, delete
|
3 years ago |
Gavin D'souza
|
e3fc400fd4
|
refactor(minor): Override clear_cache instead of separate hooks
Clear cached maps via Document.clear_cache
|
3 years ago |
Ankush Menat
|
f93b49861a
|
Merge pull request #15504 from surajshetty3416/fix-treeview-ux
fix: Do not allow rebuilding of tree for doctypes without `lft` & `rgt`
|
3 years ago |
mergify[bot]
|
a52cd373af
|
Merge pull request #15508 from nextchamp-saqib/fix-modified-on-rename
fix: renaming a document updates the modified timestamp
|
3 years ago |
Saqib Ansari
|
b0b19d7a09
|
fix: renaming a document updates the modified timestamp
|
3 years ago |
Suraj Shetty
|
3e009e9bdb
|
fix: Use copy of an array while adding new content for proper change trigger
|
3 years ago |
Faris Ansari
|
f7e8135a0c
|
chore: colocate ui tests
UI tests can now be colocated where they make more sense.
The filename must start with ui_test_ and end with .js to be
picked up by cypress.
|
3 years ago |