Commit graph

18089 commits

Author SHA1 Message Date
Aditya Hase
e1ae8f0397 feat(recorder): Add RequestDetail component 2019-02-19 21:58:55 +05:30
Aditya Hase
5ac87cfe37 refactor(recorder): Render components dynamically based on hash 2019-02-19 21:58:55 +05:30
Aditya Hase
c181e3ae34 refactor(recorder): Restructure Path component 2019-02-19 21:58:55 +05:30
Aditya Hase
44bde91293 refactor(recorder): Restructure recorder vue app and its components 2019-02-19 21:58:54 +05:30
Aditya Hase
8863ec4be9 fix(rollup-vue): Downgrade rollup-plugin-vue 2019-02-19 21:58:54 +05:30
Aditya Hase
9e30db8228 fix(recorder): Send requests in correct format 2019-02-19 21:58:54 +05:30
Aditya Hase
6440a9652c feat(recorder): Create Path component 2019-02-19 21:58:54 +05:30
Aditya Hase
986a3a9b28 refactor(recorder): Remove unnecessary data 2019-02-19 21:58:54 +05:30
Aditya Hase
90fdbf6e19 feat(recorder): Render hit count on portal page 2019-02-19 21:58:54 +05:30
Aditya Hase
3bc9ccd433 feat(recorder): Record hit count for every path 2019-02-19 21:58:54 +05:30
Aditya Hase
f72cfe3438 feat(redis-wrapper): Add support for HINCRBY 2019-02-19 21:58:54 +05:30
Aditya Hase
b4b0d6e62a feat(recorder): Render paths 2019-02-19 21:58:54 +05:30
Aditya Hase
c0fb0e5ddf feat(recorder): Get started with Vue.js 🎉 2019-02-19 21:58:54 +05:30
Aditya Hase
99e6ac8c99 feat(recorder): Create whitelisted methods to show recorded data 2019-02-19 21:58:54 +05:30
Aditya Hase
7431a6b682 refactor(recorder): Add explanation for patching frappe.db.sql 2019-02-19 21:58:54 +05:30
Aditya Hase
dc6ea19c2a refactor(recorder): Store path, request, calls at the end of request in cache 2019-02-19 21:58:54 +05:30
Aditya Hase
a0dd5ceb56 refactor(recorder): Don't push data to cache on every call 2019-02-19 21:58:54 +05:30
Aditya Hase
873a27f052 feat(redis-wrapper): Add support for ZINCRBY and ZRANGE 2019-02-19 21:58:54 +05:30
Aditya Hase
ef3d952379 feat(recorder): Group and lines by frappe.request.path and show on page 2019-02-19 21:58:54 +05:30
Aditya Hase
9dc4629873 feat(recorder): Show recorded calls to frappe.db.sql on recorder portal page 2019-02-19 21:58:54 +05:30
Aditya Hase
5ad3d3ce59 feat(recorder): Store arguments and results for all calls to frappe.db.sql in cache 2019-02-19 21:58:54 +05:30
Aditya Hase
eab7f323ad feat(redis-wrapper): Add support for LRANGE 2019-02-19 21:58:54 +05:30
Aditya Hase
64a2c177ac feat(recorder): Create a harmless view at /recorder 2019-02-19 21:58:54 +05:30
Aditya Hase
07f9d6cefc feat(recorder): Add --record flag to use RecorderMiddleware 2019-02-19 21:58:54 +05:30
Aditya Hase
90530eacab feat(recorder): Create a harmless middleware 2019-02-19 21:58:54 +05:30
Sagar Vora
56a221573b Merge branch 'master' into develop 2019-02-19 17:52:19 +05:30
Sagar Vora
eead6809e1 Merge branch 'hotfix' 2019-02-19 17:50:39 +05:30
Sagar Vora
94a61b40fe bumped to version 11.1.7 2019-02-19 18:10:39 +05:50
Rushabh Mehta
86b45971ab
Merge pull request #6960 from rmehta/fix-uidvalidity
fix(email): default UIDVALIDITY to 0
2019-02-19 14:31:51 +05:30
Faris Ansari
308fa1318f fix: Ignore duplicate entry for Chat Profile (#6959)
![image](https://user-images.githubusercontent.com/9355208/52956076-55e96600-33b4-11e9-9580-6e5173f1fbe2.png)
2019-02-19 14:30:05 +05:30
Rushabh Mehta
572edb08ba fix(email): default UIDVALIDITY to 0 2019-02-19 14:28:14 +05:30
Deepesh Garg
953f2c466f fix: Doctypes not showing in data export (#6956)
The maximum length for a `GET` request is 4096 bytes which is crossed in this case.
2019-02-19 14:23:39 +05:30
Aditya Hase
c08bdd88a8 fix: Jinja template error (#6958)
https://github.com/frappe/frappe/pull/6957
2019-02-19 14:22:01 +05:30
Aditya Hase
4b4d59026f fix: Jinja template error (#6957)
Errors in Custom Print Format are not framework errors and should not have a "Report Issue" button
2019-02-19 14:19:51 +05:30
Rushabh Mehta
849f158a3a chore: make controller boiler-plates linting friendly 2019-02-19 11:09:02 +05:30
Rushabh Mehta
9f3a55da89 fix(patch): drop_column_apply_user_permissions 2019-02-18 21:43:13 +05:30
Himanshu
5e5c9f103d fix(router): Router Fix if Doc Name contains '?' (#6945)
- Router Show Page Not Found when there is a '?' in the doc name as it considers everything after '?' as argument

- When the name of doc is 'New' it considers as you are creating a new doc every time you visit it.

- After the fix, it checks if there is an '=' in name to check if there is an argument passed in the URL

- _Doesn't break the 'New' functionality_
2019-02-18 19:23:19 +05:30
Rushabh Mehta
6c12448554 fix(typo): notify_mentions in comment 2019-02-18 17:59:39 +05:30
Rushabh Mehta
2130dd69de fix: add comment in communication 2019-02-18 16:37:51 +05:30
Rushabh Mehta
dcc3d41d43
Merge pull request #6947 from surajshetty3416/fix-multiselect
fix: Add custom get_value to multiselect
2019-02-18 11:35:37 +05:30
Rushabh Mehta
946b7bac8c
Merge pull request #6948 from surajshetty3416/fix-listview-refresh
fix: listview load
2019-02-18 11:34:23 +05:30
Rushabh Mehta
d0b9d1f026 fix(patch): drop apply_user_permissions column before reloading comment 2019-02-18 11:16:35 +05:30
Suraj Shetty
c19befeb5b
fix: Don't assume async value == True
fix: Don't assume async value == True
2019-02-18 08:45:38 +05:30
Suraj Shetty
699fd3cc08
fix: Do not cache get_hooks in developer_mode
fix: Dont cache get_hooks in developer_mode
2019-02-18 08:34:04 +05:30
Suraj Shetty
8a5ea95dbc
fix: delete_bulk method
fix: delete_bulk_fix
2019-02-18 08:32:08 +05:30
Himanshu Warekar
54da12efd0 delete_bulk_fix 2019-02-17 18:23:12 +05:30
Suraj Shetty
8e06d1a894 Fix listview load 2019-02-17 15:45:53 +05:30
Suraj Shetty
7984036ca4 Fix codacy 2019-02-16 21:03:17 +05:30
Faris Ansari
178c553b5d fix: Dont cache get_hooks in developer_mode 2019-02-16 19:51:07 +05:30
Rushabh Mehta
fcaadf78ad
Merge pull request #6891 from rmehta/refactor-comments
BREAKING CHANGE: Comments are now handled separately from Communication and Version
2019-02-16 16:54:16 +05:30