Commit Graph
9844 Commits
Author SHA1 Message Date
Daniel Preussker 26d7851539 Fix permissions in update-dashboard-config.inc.php 2015-09-11 20:14:37 +01:00
Daniel Preussker f80b10bfa0 Added Dashboard sharing. 2015-09-11 19:20:10 +01:00
Rosiak ff32644532 fix-1873
- Add uptime to hover text
2015-09-11 16:21:52 +02:00
Daniel Preussker cc936c34f8 Re-arranged dashboard bar 2015-09-11 14:41:17 +01:00
Daniel Preussker 58fafc6278 Merge pull request #1879 from MLWALK3R/master
Changed icon size to match other ubnt icons
2015-09-11 13:05:38 +00:00
mlwalk3r 5e1ec27bcb Change icon size to match other ubnt icons 2015-09-11 13:30:00 +01:00
Arjit Chaudhary 4b6e17b817 Small UI fixes
Screenshot 1: http://i.imgur.com/Cj1PMkp.png
Screenshot 2: http://i.imgur.com/GsAqJuU.png
2015-09-11 01:57:03 +05:30
Daniel Preussker ac6e56fa56 changed settings icon 2015-09-10 17:14:36 +01:00
Sergiusz Paprzycki ac282552f5 Clean up of Global/World map mix-up in DB 2015-09-10 16:05:22 +01:00
Daniel Preussker 39d441e43d Merge pull request #1872 from spaprzycki/issue-1867
Settings page for Worldmap widget
2015-09-10 14:33:51 +00:00
Sergiusz Paprzycki 1b5b5f1bc7 Settings page for Worldmap widget 2015-09-10 15:26:19 +01:00
Clint Armstrong a761a4be77 use thread name as id 2015-09-09 17:01:44 -04:00
Clint Armstrong 39ec135ed3 Revert "debug stats about threads"
This reverts commit 9b2c9c2fd3.
2015-09-09 17:00:36 -04:00
Clint Armstrong a74a5c8d81 Revert "prepopulate last completed dict"
This reverts commit 310711b4e4.
2015-09-09 17:00:26 -04:00
Clint Armstrong 310711b4e4 prepopulate last completed dict 2015-09-09 16:55:36 -04:00
Clint Armstrong 9b2c9c2fd3 debug stats about threads 2015-09-09 16:53:11 -04:00
Clint Armstrong a0288763d9 use native thread id 2015-09-09 16:46:12 -04:00
Clint Armstrong 01bef1ff01 smarter sleeping to try and lighten cpu load 2015-09-09 15:23:04 -04:00
Daniel Preussker 4c3b4fb5fa Add transition from old dashboard to new dashboard 2015-09-09 20:19:13 +01:00
Clint Armstrong 06a809d96d unnecessary commas 2015-09-09 15:09:19 -04:00
Clint Armstrong ae8d29c4b6 make threads daemon threads 2015-09-09 15:07:55 -04:00
Daniel Preussker 2ce10cf6df Add multiple dashboard support 2015-09-09 20:06:10 +01:00
Clint Armstrong d76e9e7889 release queue locks 2015-09-09 15:05:39 -04:00
Clint Armstrong 8de136f50c warn on empty queries 2015-09-09 15:01:27 -04:00
Clint Armstrong c914ba75a1 identify thread numbers 2015-09-09 14:58:39 -04:00
Clint Armstrong 969a22ffa9 move everything into the thread 2015-09-09 14:51:17 -04:00
Søren Rosiak 4d0acf7cdf Merge pull request #1861 from QuxLabs/qux-issue-1 2015-09-09 20:08:38 +02:00
Clint Armstrong b2f7eba5c7 always close cursor 2015-09-09 10:04:55 -04:00
Clint Armstrong 7f69855f41 all cursor handling in db class 2015-09-09 10:04:55 -04:00
Clint Armstrong 004111574a close cursor after query 2015-09-09 10:04:53 -04:00
Clint Armstrong 201f516a76 better log messages 2015-09-09 10:04:40 -04:00
Clint Armstrong 55768cf4c9 catch error during connectino and retry 2015-09-09 10:04:39 -04:00
Clint Armstrong 9610dac130 mysql ping with reconnect 2015-09-09 10:04:39 -04:00
Clint Armstrong b08300e425 make more resiliant to MySQL disconnects 2015-09-09 10:04:39 -04:00
Clint Armstrong ac63a8937a MySQL doesn't support specifying microsecond precision, and MariaDB defaults to zero, so it can be removed to be compatible with both. 2015-09-09 10:04:39 -04:00
Clint Armstrong 32adff03f1 only log worker threads, not main python thread 2015-09-09 10:04:39 -04:00
Clint Armstrong 0a00bb6178 remove spammy debug log 2015-09-09 10:04:39 -04:00
Clint Armstrong b0e7c9346b always release queue lock 2015-09-09 10:04:39 -04:00
Clint Armstrong 5b647d8e70 release queue if getting action lock fails 2015-09-09 10:04:39 -04:00
Clint Armstrong 840d1e86b9 make sure to clear the thread if unsuccessful 2015-09-09 10:04:39 -04:00
Clint Armstrong 3b6e0e68e9 move thread control to lock threads 2015-09-09 10:04:39 -04:00
Clint Armstrong ca1a6883a8 log when can't get lock 2015-09-09 10:04:39 -04:00
Clint Armstrong eddb04aaef python 2.6 compat 2015-09-09 10:04:39 -04:00
Clint Armstrong d377b70e19 make sure lock name matches action 2015-09-09 10:04:39 -04:00
Clint Armstrong d60dc000a3 queue locks are no longer necessary 2015-09-09 10:04:39 -04:00
Clint Armstrong a63a748a21 return db object to keep it from going out of scope 2015-09-09 10:04:39 -04:00
Clint Armstrong 31cb8dddb7 thread locking in python 2015-09-09 10:04:37 -04:00
Clint Armstrong 49c786f394 make more resiliant to MySQL disconnects 2015-09-09 10:03:41 -04:00
Clint Armstrong 68a970663f MySQL doesn't support specifying microsecond precision, and MariaDB defaults to zero, so it can be removed to be compatible with both. 2015-09-09 10:03:41 -04:00
Clint Armstrong dde75439d2 only log worker threads, not main python thread 2015-09-09 10:03:41 -04:00