* fix: fallback for default desk page
* fix: return if reference name does not exist
* refactor: rename to Query Report
* refactor: codacy linting fixes
* refactor: null check for data in workspace
* feat: enable cypress recording
* chore: codacy linting fixes
* refactor: don't set route explicitly
* fix (cypress): wait for request to be complete in grid pagination test
* fix (cypress): explicitly return async calls
* refactor: visit new_form directly
* refactor: skip some scripts for ui tests
* Revert "refactor: skip some scripts for ui tests"
This reverts commit 1e46e3cd5361c2910d25efb244774d153511af53.
* fix: bench run-ui-tests command
BREAKING CHANGE
This replaces the old run-ui-tests command which used selenium to run
UI tests with Cypress.
Usage:
bench --site [sitename] run-ui-tests [app]
bench --site [sitename] run-ui-tests [app] --headless
* fix: Include adminPassword from site_config
* fix: string formatting
* [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
* Enabled --safe-updates in bench mariadb
* Enabled mysql --safe-updates in bench mariadb
This will ensure that --safe-updates is enabled in bench mariadb which will avoid accidental updates in the table if where or limit clause is missing in the SQL query.