* chore(ui): upgrade clockface dependency to the latest version
* refactor(ui): address breaking changes from clockface
* refactor(ui): update design of home page
* chore(ui): prettier
* refactor(ui): update page headers to conform to new design
* refactor(ui): import stylesheet from Clockface and delete obsolete local styles
* refactor(ui): cleanup
* refactor(ui): factor out PageTitleWithOrg
* refactor(ui): remove font files and references to them
* fix(ui): update dashboard index and task index e2e tests
* fix(ui): update failing e2e test for Data Explorer
* fix(ui): derp
* refactor(ui): remove string interpolation
* refactor(ui): redesign renamable page title to match new clockface style
* refactor(ui): update VEO and CheckEO headers
* refactor(ui): flatten query builder design
* refactor(ui): polish save as dialog
* refactor(ui): cleanup
* refactor(ui): use Rubik in giraffe theme
* fix(ui): upgrade to utilize font and other fixes
* refactor(ui): fix jitter in renamable page title
* build: split go linting from tests
Signed-off-by: Chris Goller <goller@gmail.com>
* build: split js linting from tests
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: run go tests without verbose option
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: parallelize eslint with 8 containers
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: cache node modules for eslint
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: lint circle yaml
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: cd into ui directory for node caching
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: note eslint parallelization
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: update yarn cache directory to global
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: cache jstest yarn downloads
Signed-off-by: Chris Goller <goller@gmail.com>
* ci: note parallelization of jest tests
Signed-off-by: Chris Goller <goller@gmail.com>
* chore(ui): point to local build
* refactor(ui): repair breakage from update
* chore: Revert "chore(ui): point to local build"
This reverts commit 968a8232cc.
* chore: upgrade dependency to 1.1.0
* chore: appease prettier
* fix: correct typo
* fix(ui): give size to AlertColumns and update e2e tests
* Add initial react-monaco-editor
* Add flux language options to monaco
* feat: only including vendor libraries when the module is used
* chore: clean up after thineself
* expose store to cypress
* Load variables from dashboard in edit cell view
* Initialize new veo with dashboard variable values
* Add cypress pipe library
* Add tests of redux state changes to cell
* Remove unused async command
* Create passing tests for view with variable
* Add moar tests!
* Add jest import
* Fix linter errors
* Use get to define default value
* Fix eslint errors
* Disable eslint for commands
* Improve code styles