Commit Graph

555 Commits (b2fbb2691bf7e2d68b02afee69d780e28e893e4e)

Author SHA1 Message Date
Torkel Ödegaard ba8c02f594 refactor: changed string slicing to strings.TrimPrefix, #9862 8 years ago
Patrick O'Carroll 9ad186bcc9 not ok option to alert list, fixes: #9754 8 years ago
Furtchet a51b1e8951 Update the config key to database_log_queries so it is more descriptive, as suggested in #9785. 8 years ago
Furtchet 5fdfa3ff7e MySQL Performance when using GF_DATABASE_URL 8 years ago
bergquist d68bfaa8be datasource as cfg: typo 8 years ago
bergquist da6430ac01 datasource as cfg: explain why cmd.version can be higher 8 years ago
bergquist 89923bf77a datasources: change to optimisic concurrency 8 years ago
krise3k 45a572ebd8 annotations: quote reserved fields (#9550) 8 years ago
Torkel Ödegaard 81a4df1372 fix: alert api limit param did not work and caused SQL syntax error, fixes #9492 8 years ago
Torkel Ödegaard 2bc57d856c fix: set lastSeenAt date when creating users to then years in past insteasd of empty date, fixes #9260 8 years ago
Alexander Zobnin 473c47cd1c snapshots: improve snapshot listing performance, #9314 (#9477) 8 years ago
Anton Hvornum 08dc08550c Corrected a PostgreSQL SELECT statement. (#9460) 8 years ago
Torkel Ödegaard 25aa9df270 Create annotations (#8197) 8 years ago
Aaron Kirkbride 442f625a4e Remove duplicate bus.AddHandler() (#9289) 8 years ago
bergquist 2de94d6548 convert old metrics to prom metrics 8 years ago
mxlxm c5400ffe76 mysql: use collation instead of charset (#9156) 8 years ago
Jason Stangroome 632a5e9b97 Support Azure MySQL (#8618) 9 years ago
Torkel Ödegaard 4f9fbcc211 dataproxy: added caching of datasources when doing data proxy requests, #9078 9 years ago
Torkel Ödegaard e8a20643d6 feat: store last seen date for users and present in stats and user lists, closes #9007 9 years ago
Torkel Ödegaard 7031f7e772 fix: sqlite3 and storing/displaying dates used wrong timezone, fixes #8996 9 years ago
Torkel Ödegaard 723f5bc9e8 fix: dsahboard_version data column type changed to MEDIUMTEXT, fixes #8813 9 years ago
Daniel Lee 6d4c29ea9b migrations: dashboard version migration handles nulls 9 years ago
Daniel Lee 16cda723d3 migrations: dashboard version migration handles nulls 9 years ago
Daniel Lee b8aa203707 signup: fix email sent logic for tempuser 9 years ago
Torkel Ödegaard 08b37186a5 fix: fixed failing sql unit test 9 years ago
Torkel Ödegaard 391dc1e225 dasboard_history: fixed sql integration test 9 years ago
Torkel Ödegaard 46412c8475 dasboard_history: security fix, added orgId filter to dashboard version lookup 9 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 9 years ago
Torkel Ödegaard 5409f4c0eb dashboard_history: fixed issue with save as & overwrite 9 years ago
Torkel Ödegaard e2061312f5 refactoring: moved compare dashboard version command out of sqlstore, the code in this command did not use any sql operations and was more high level, could be moved out and use existing queries to get the versions 9 years ago
Torkel Ödegaard 746d6cdc88 refactoring: changed name on compare command to make properties more explainatory 9 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 9 years ago
Torkel Ödegaard f18ebea03e fix: dashboard save modals had double submit on enter after my refactoring this morning 9 years ago
Torkel Ödegaard 82d4d54dc5 refactoring: fixed broken unit test in last commit 9 years ago
Torkel Ödegaard c87418d060 refactoring: Dashboard history restore operation is now reusing existing 9 years ago
Torkel Ödegaard c296ae1178 refactoring: fixing unit tests broken in last commit 9 years ago
Torkel Ödegaard e18007153d refactoring: Renamed dashboard version queries that wrongly had Command suffix, added missing OrgId to dashboard history commands and queries 9 years ago
Anton Yackushev bab21c9069 misspell: Corrected some misspelled words 9 years ago
Dan Cech f224fd8310 reduce length of dashboard columns used in compound indexes (#8507) 9 years ago
sanchitraizada 77c046aac6 Implement review feedback 9 years ago
Dan Cech c95162e067 tweak column lengths for utf8mb4 support on older mysql (#8483) 9 years ago
Dan Cech c0d5b61403 tweak column lengths for utf8mb4 support on older mysql (#8483) 9 years ago
Dan Cech 7004a84c30 tweak column lengths for utf8mb4 support on older mysql 9 years ago
Ben Tranter a927b893ae Use DBSession for getMaxVersion 9 years ago
Ben Tranter b6e46c9eb8 History and Version Control for Dashboard Updates 9 years ago
Torkel Ödegaard b17a1ed557 playlist: fixed dashboard play ordering, fixes #7688 9 years ago
Torkel Ödegaard 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 9 years ago
Torkel Ödegaard f697f81950 sqlite: fixed database table looked handling, now retries up to 5 times, fixes #7992 9 years ago
Torkel Ödegaard 4ce0bf4d16 mysql: improved mysql data source, added test feature when adding data source, fixed cache issue 9 years ago
Torkel Ödegaard 368e847d12 feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 9 years ago