Commit Graph

30 Commits (dcb5015022eec075465a8db10b8bb9f272bb4974)

Author SHA1 Message Date
Torkel Ödegaard 9b978b7203
tslint: autofix of let -> const (#13033) 7 years ago
Tobias Skarhed 4c31173853 Karma to Jest: history_ctrl. .gitingore: .vs/ 7 years ago
Tobias Skarhed d00e2c20cf Karma to Jest: history_ctrl. Update version: ts-jest 7 years ago
Tobias Skarhed 3a9a36d6cf Karma to Jest: history_srv (#12341) 7 years ago
Mario Trangoni e5e6bc56c8 public: fix codespell issues 7 years ago
Torkel Ödegaard 541b0a0ca1 fix: fixed bug with redirect after new dashboard saved, related to buggy angularjs location path/url and base href, fixes #10817 7 years ago
Torkel Ödegaard 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 years ago
Torkel Ödegaard 85879a7014 prettier: change to single quoting 8 years ago
Torkel Ödegaard fadfc665e4 tech: ran pretttier on all typescript files 8 years ago
Torkel Ödegaard 7b0bbefb96 ux: minor updates to dashboard settings 8 years ago
Torkel Ödegaard 008b9bb3e9 ux: dashboard settings work progress 8 years ago
Torkel Ödegaard c4b759fe6d ux: dashboard settings progress 8 years ago
Torkel Ödegaard 215d59865e changed name back to use underscore instead of camelcase, need to think more about this 8 years ago
Torkel Ödegaard 087b55aece newgrid: progress on fullscreen/edit view modes 8 years ago
Torkel Ödegaard b8d9722b4f tech: removing unused variables from typescript files, and making tslint rules more strict 8 years ago
Torkel Ödegaard 7d642546b3 fix: restore dashboard history version did not reload route correctly when slug did not change 8 years ago
Torkel Ödegaard 61bdc91272 ux: css fix to search position when sidemenu is pinned 8 years ago
Torkel Ödegaard 3ba8aeb9a7 dashboard_history: fix for scenario where reverted dashbord has different title and url must change not just route reload 8 years ago
Torkel Ödegaard 56b3c4a3a0 dasboard_history: fixed disabled attribute so it works both by disabling and fixing style, no need for disabled class and disabled attribute 8 years ago
Torkel Ödegaard 577dfee086 dasboard_history: fixed json diff so only dashbord is compared and not the whole dashboard revision object (message and restoreFrom etc was showing up in json diff) 8 years ago
Torkel Ödegaard 8f6c9c5946 dasboard_history: some polish around styles & diff colors, and minor fixes 8 years ago
Torkel Ödegaard ef1dfed0d8 dasboard_history: big refactoring of how the compare api looked, now a POST with a model for new & base version, refactored a simplified UI code as well, this was done to lay foundation to make it possible to do diff against current in browser unsaved version 8 years ago
Torkel Ödegaard 948e5ae74d dashboard_history: further css & markup fixes, removing style overrides & resuing existing styles and markup components 8 years ago
Torkel Ödegaard 7b5f7ed553 dashboard_history: SQL did not work when using MySQL, fixes to dashboard version numbering, so inserts start at 1, added migration to fix old dashboards with version 0 8 years ago
Torkel Ödegaard 88da3a99e1 refactoring: trying to remove all the css overrides in history tab and make the styles more more inline with best practice css, and if needed use modifier overrides instead 8 years ago
Torkel Ödegaard 689e366f59 refactoring: updated api url routes so they do not conflict with slug route 8 years ago
Torkel Ödegaard 2a52e25d5b refactoring: removed double error alert, backendSrv is already showing an error alert 8 years ago
Torkel Ödegaard cabbfe9adc refactoring: moved dashboard history item formating (message) and fixed dashboard history migration issue, and removed from frontend tests that where no longer needed 8 years ago
Torkel Ödegaard c87418d060 refactoring: Dashboard history restore operation is now reusing existing 8 years ago
Torkel Ödegaard e18007153d refactoring: Renamed dashboard version queries that wrongly had Command suffix, added missing OrgId to dashboard history commands and queries 8 years ago
sanchitraizada 77c046aac6 Implement review feedback 8 years ago