flamenco-manager/static/dashboard.jswip-redesign
flamenco-manager/static/dashboard.js
wip-redesign
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7d8305d59641 | Sybren A. Stüvel (sybren) | Simplified some JS | Mar 26 2019 | |||
b93e54e7614d | Sybren A. Stüvel (sybren) | Moved URL to end of Curl command | Mar 19 2019 | |||
ddcbc1c81b75 | Sybren A. Stüvel (sybren) | Added 'Copy Curl' to copy the Curl command needed to download a task log | Mar 19 2019 | |||
37304c90275e | Sybren A. Stüvel (sybren) | Dashboard: only show worker list if there are workers | Mar 19 2019 | |||
773bf9d52789 | Sybren A. Stüvel (sybren) | JavaScript improvements to error handling & reporting in JWT flow | Mar 19 2019 | |||
bf8248a95c28 | Sybren A. Stüvel (sybren) | Made JWT token authentication optional | Mar 19 2019 | |||
ffecc5d30d91 | Sybren A. Stüvel (sybren) | Protect the dashboard with JWT tokens | Mar 19 2019 | |||
99d8693c1144 | Sybren A. Stüvel (sybren) | Added MIT license text to JavaScript files | Mar 18 2019 | |||
dc901999ac2b | Sybren A. Stüvel (sybren) | Pass correct worker ID when un-blacklisting | Mar 12 2019 | |||
97b6b42cccdd | Sybren A. Stüvel (sybren) | Dashboard: fixed details always showing | Feb 26 2019 | |||
cfdbaa103a23 | Sybren A. Stüvel (sybren) | Fix T61849: allow removing blacklist entry from dashboard | Feb 26 2019 | |||
4fe11d99f6a0 | Sybren A. Stüvel (sybren) | Configurable name in dashboard | Feb 22 2019 | |||
ea368d5c9b89 | Sybren A. Stüvel (sybren) | Dashboard: added checkbox to (de)select all workers | Dec 18 2018 | |||
9feccdfe4a90 | Sybren A. Stüvel (sybren) | Dashboard: reduced number of columns in worker table | Dec 18 2018 | |||
cfe561c79e75 | Sybren A. Stüvel (sybren) | Fix T58779: allow lazy status change requests | Dec 18 2018 | |||
f15e445baa65 | Sybren A. Stüvel (sybren) | Dashboard: make worker blacklist visible | Dec 17 2018 | |||
5fb98d6591f5 | Sybren A. Stüvel (sybren) | Dashboard: shortening more (time display + task ID) | Dec 17 2018 | |||
751b51a3be68 | Sybren A. Stüvel (sybren) | Dashboard: delete empty time start/end JSON fields | Dec 14 2018 | |||
db920f8551b1 | Sybren A. Stüvel (sybren) | Dashboard: easy copying of schedules | Dec 14 2018 | |||
1c1843a38d9c | Sybren A. Stüvel (sybren) | Dashboard: Added icon for test job | Dec 13 2018 | |||
702a773b395d | Sybren A. Stüvel (sybren) | Dashboard: added link to task on Flamenco Server | Dec 13 2018 | |||
7680c65daf35 | Sybren A. Stüvel (sybren) | Sleep Schedule implementation | Dec 13 2018 | |||
3264d6ea9833 | Sybren A. Stüvel (sybren) | Dashboard: moved worker table to its own Vue component | Dec 12 2018 | |||
ae888af018b2 | Sybren A. Stüvel (sybren) | Dashboard: proper error message when an action request fails | Dec 12 2018 | |||
d41b84232144 | Sybren A. Stüvel (sybren) | Dashboard: Reinstated per-worker action buttons | Dec 12 2018 | |||
f46ae78499fe | Sybren A. Stüvel (sybren) | Dashboard: specify types for Vue component props | Dec 12 2018 | |||
9ad3d380994f | Sybren A. Stüvel (sybren) | Dashboard: store selected worker IDs in local storage | Dec 12 2018 | |||
98a4e2ecf12e | Sybren A. Stüvel (sybren) | Big modernisation steps (bootstrap 4 + Vue.js): | Dec 12 2018 | |||
0b001fc31245 | Sybren A. Stüvel (sybren) | Allow task log download from the dashboard | Nov 30 2018 | |||
55261f0d622f | Sybren A. Stüvel (sybren) | Typo fix | Sep 11 2018 | |||
9b9d397dd9ad | Sybren A. Stüvel (sybren) | Include upstream queue size on dashboard | Sep 11 2018 | |||
1c6b391f2f55 | Sybren A. Stüvel (sybren) | Show 'last seen' timestamp in idle workers tooltip on the dashboard | Feb 20 2018 | |||
2ce108a8916e | Sybren A. Stüvel (sybren) | Allow erasing idle workers from the dashboard | Feb 20 2018 | |||
a4097f93e2f7 | Sybren A. Stüvel (sybren) | Removed unused code | Feb 20 2018 | |||
5f9ca0a6713f | Sybren A. Stüvel (sybren) | Fixed JS race condition & warning | Feb 9 2018 | |||
0ea22f8dcd18 | Sybren A. Stüvel (sybren) | Dashboard: only show send-test-job action when status=testing | Dec 15 2017 | |||
e1dbc7b3bfa3 | Sybren A. Stüvel (sybren) | Added creation of test tasks. | Dec 15 2017 | |||
e7193b6a54f0 | Sybren A. Stüvel (sybren) | Added support for worker status 'testing' | Dec 14 2017 | |||
9393a2fdc457 | Sybren A. Stüvel (sybren) | Removed quantification from 'old workers' title. | Oct 20 2017 | |||
d23d8adfd1a6 | Sybren A. Stüvel (sybren) | Added ability to shut down worker and acknowledge timeouts | Oct 20 2017 | |||
f0319e592ee4 | Sybren A. Stüvel (sybren) | Don't show actions for offline workers. | Oct 19 2017 | |||
01860e221e46 | Sybren A. Stüvel (sybren) | Added ability to send workers to sleep (and wake them up again) | Oct 19 2017 | |||
64c8ede72748 | Sybren A. Stüvel (sybren) | Changed project file layout to be standard golang project layout | Oct 3 2017 |