Himanshu Warekar
121ffc0cf7
renamed function to get_weekdays
2019-02-21 11:17:52 +05:30
Himanshu Warekar
a6ce45240d
add function to get weekdays
2019-02-21 11:11:38 +05:30
Saurabh
f638a500ae
Merge branch 'master' into develop
2019-02-20 18:12:48 +05:30
Saurabh
c2b87443a0
Merge branch 'hotfix'
2019-02-20 18:12:47 +05:30
Saurabh
6ea90fba91
bumped to version 11.1.8
2019-02-20 18:42:47 +06:00
Faris Ansari
82036241e2
fix: Dont set doctype if it is not set ( #6966 )
2019-02-20 17:36:07 +05:30
Rushabh Mehta
b534fcecc8
Merge pull request #6964 from rohitwaghchaure/reports_are_not_working
...
fix: reports are not working
2019-02-20 16:59:13 +05:30
Rohit Waghchaure
013bee1c07
fix: reports are not working
2019-02-20 16:56:00 +05:30
Suraj Shetty
06841e80d4
Merge pull request #6963 from deepeshgarg007/base_list
...
fix: Filter out null values form field array
2019-02-20 16:17:49 +05:30
deepeshgarg007
39a0372f4f
fix: Filter out null values form field array
2019-02-20 14:30:14 +05:30
Suraj Shetty
bc05377352
fix(reportview): use .pop instead of del
...
- use .pop() instead of del to avoid KeyError
2019-02-20 13:10:11 +05:30
Suraj Shetty
f708d05de5
Merge pull request #6962 from netchampfaris/deferred-rendering-signature-geo
...
fix: Render Signature and Geolocation after dialog is shown
2019-02-20 12:56:45 +05:30
Suraj Shetty
f52a294c27
fix: unexpected permission message while creating address
...
fix: unexpected permission message while creating address
2019-02-20 11:45:58 +05:30
Faris Ansari
0e82b8dcf7
fix: Indent using tabs
2019-02-20 11:20:25 +05:30
Rushabh Mehta
78c3a5de2d
fix(dialog): clear message before show incase the dialog is being reused
2019-02-20 11:13:49 +05:30
Faris Ansari
550e601186
Merge pull request #6952 from adityahase/recorder
...
feat: Recorder
2019-02-20 11:07:24 +05:30
Faris Ansari
976fc2ffea
fix: Render Signature and Geolocation after dialog is shown
...
Dialogs are hidden the first time they are created, some fields need to
calculate the dimensions of their container which is not possible when
they are hidden, we fix it by rendering them after the dialog is shown.
2019-02-20 10:55:57 +05:30
Suraj Shetty
0035c90fa5
Merge pull request #6926 from netchampfaris/fix-frappe-call-to-api-method
...
fix: Make requests with cmd on /api/method/path
2019-02-20 08:58:36 +05:30
Aditya Hase
a87b9cc3bd
fix: Clear duplicate entry message ( #6961 )
2019-02-19 23:52:57 +05:30
Aditya Hase
127ff39d2a
test(recorder): fallback to mariadb if sql dialect is not defined
2019-02-19 21:58:58 +05:30
Aditya Hase
b6ff770c61
feat(cypress): Add awesomebar command
2019-02-19 21:58:58 +05:30
Aditya Hase
8bb2288992
test(recorder): Fix tests for postgres
2019-02-19 21:58:58 +05:30
Aditya Hase
e034979b16
fix(recorder): use cursor.query to obtain executed query for postgres
2019-02-19 21:58:58 +05:30
Aditya Hase
58367b7df7
fix(recorder): Use EXPLAIN instead of EXPLAIN EXTENDED
...
EXPLAIN EXTENDED is not a valid postgres query, use EXPLAIN instead
2019-02-19 21:58:58 +05:30
Aditya Hase
e33563e24c
test(recorder): Add python tests for recorder
2019-02-19 21:58:58 +05:30
Aditya Hase
0aaa7fcfd1
fix(recorder): Only allow Administrator to use Recorder
2019-02-19 21:58:58 +05:30
Aditya Hase
5f12f970fa
style: Linting fixes
2019-02-19 21:58:58 +05:30
Aditya Hase
a9238c874d
feat(recorder): Identify duplicate queries
2019-02-19 21:58:58 +05:30
Aditya Hase
f83d1be9af
feat(recorder): Add paging in SQL queries table
2019-02-19 21:58:58 +05:30
Aditya Hase
606d436002
feat(recorder): Add sorting for SQL Queries
2019-02-19 21:58:58 +05:30
Aditya Hase
7ef273cf82
fix(recorder): Cleanup
...
Add breadcrumb for backward navigation
Add Table view for SQL Explain
Add __debug__ check for NOOP in production
Remove unnecessary v-bind
Use router.push instead of router-link
Route to request-detail page if route is set to /request/:id
2019-02-19 21:58:58 +05:30
Aditya Hase
488a23b7c6
fix(recorder): Yield smaller stack trace
2019-02-19 21:58:58 +05:30
Aditya Hase
0621dc1146
chore: Add sqlparse to requirements.txt
2019-02-19 21:58:58 +05:30
Aditya Hase
d9cf7f9a9d
Revert "feat(redis-wrapper): Add support for LRANGE"
...
This reverts commit 7ba9cce7261d17ea9bbdb97d7d985bc72aeffa56.
2019-02-19 21:58:58 +05:30
Aditya Hase
94aae12cde
Revert "feat(redis-wrapper): Add support for HINCRBY"
...
This reverts commit 9024370ee31c8674f8245f7ff81dfc5522f90919.
2019-02-19 21:58:58 +05:30
Aditya Hase
b32c1d78f0
Revert "feat(redis-wrapper): Add support for ZINCRBY and ZRANGE"
...
This reverts commit cb445f1fc7fbe706d492fd17254f34b3229e78d5.
2019-02-19 21:58:58 +05:30
Aditya Hase
614a8f0b46
refactor(Recorder): Cleanup
2019-02-19 21:58:58 +05:30
Aditya Hase
1e1456afa0
refactor(recorder): Rename uuid to id
2019-02-19 21:58:58 +05:30
Aditya Hase
426642a7ee
fix(recorder): Remove unused code
2019-02-19 21:58:58 +05:30
Aditya Hase
451eb01cdc
refactor(recorder): Refactor API
2019-02-19 21:58:58 +05:30
Aditya Hase
8ba1b7e527
refactor(recorder): New decorator do_not_record
2019-02-19 21:58:58 +05:30
Aditya Hase
3ce2cf28e5
fix(recorder): Remove recoder web page
2019-02-19 21:58:57 +05:30
Aditya Hase
cd30cefb05
fix(recorder): Remove SQLDetail Component
2019-02-19 21:58:57 +05:30
Aditya Hase
c0efa34ebd
fix(recorder): Hide SQL Query form after clicking form header
2019-02-19 21:58:57 +05:30
Aditya Hase
975452f897
feat(recorder): Show request metadata
2019-02-19 21:58:57 +05:30
Aditya Hase
3a5e0db3af
fix(recorder): Remove unused methods
2019-02-19 21:58:57 +05:30
Aditya Hase
b875e1bc08
refactor(recorder): Use frappe child table for query list
2019-02-19 21:58:57 +05:30
Aditya Hase
478e8d34ef
fix(recorder): Make request rows clickable
2019-02-19 21:58:57 +05:30
Aditya Hase
804dabbe6a
feat(recorder): Show requests count in list view
2019-02-19 21:58:57 +05:30
Aditya Hase
173ee9444b
fix(recorder): Enable sorting
2019-02-19 21:58:57 +05:30