* Use single quotes for empty string
since value inside double quotes is considered as Identifier in postgres
* Do not show change log modal when in test
* Revert "Do not show change log modal when in test"
This reverts commit 6c2c3fd80cad3ff491b7d3b60a2b756ba6823bf8.
* Do not show change log modal when in test
- To check it is test environment we are checking if Cypress is
loaded on window object
* Set modified and created value while creating user permissions
* Add patch to set missing creation and modified value
* Pass dict with value to the query
* Fix query
* Use now instead of now_datetime
* Set actual creation and modified of user permission
* Remove unwanted import
* Remove bad, useless, garbage code
* feat: provision to enable/disable prepared report from permission for page and report document
* Added progress bar in the report
* Removed cache and fixed message
* Show progress bar if execution time is greater than 2 seconds
* [feat] Removed help from toolbar.js
* [feat] Removed help from global search
* [feat] redirected search in help to docs website
[] Url needs to be configurable from hooks
* [Feat] Removed search functions for help
* [fix] Help links not redirecting
* [feat] Modified "Help" menu on desk toolbar
* [feat] Removed docs search from desk toolbar
* Removed Search from toolbar.js
* Removed /search_docs from website
* Removed help from migrate
* Deprecated help from command utils
* Removed help.py
* Removed help setup from travis.yml
* [fix] Fixed formatting issues
* [fix] Deleted commented code from toolbar.js
* [fix] Minor link fix
* [Fix] Fixed a small typo
* Removed docs_app dependency from pathces
* [fix] Removed commented code
* [fix] Typo in function name
* fix: remove commented code
* [fix] Changed 'Deprecated' message to 'Removed'
Removed will be the correct term instead of deprecated