14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#
# You should have received a copy of the GNU General Public License
# along with Megatest. If not, see <http://www.gnu.org/licenses/>.
TODO
====
. Dashboard should resist running from non-homehost
Migration to inmem db plus per run db
-------------------------------------
. Re-work the dbstruct data structure?
.. Move main.db to global?
.. [ run-id.db inmemdb last-mod last-read last-sync inuse ]
. Re-work all queries to use run-id to dereference server
. Open main.db directly in calls to -runtests etc. No need to talk remote?
. remove common:faux-lock
|
<
|
|
|
|
<
|
<
<
<
|
<
<
>
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#
# You should have received a copy of the GNU General Public License
# along with Megatest. If not, see <http://www.gnu.org/licenses/>.
TODO
====
. Bring back unit tests for api calls and get them clean
. Pick few units and convert to modules
. Integrate ULEX into Megatest
. Integrate ULEX into multi-area dashboard ???
. Update docs as needed
. Enhancements to ULEX itself
.. Explore using nanomsg as rpc seems a little slow?
|