Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Noel Bundick d43c8ef821 Adds dev docs 2020-08-21 02:34:33 +00:00
Noel Bundick dcb922aa20 Squashed commit of the following:
commit 8e5e38cc0a
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Aug 17 18:48:25 2020 +0000

    Remove packer

commit bd3ff883dd
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Aug 17 18:37:55 2020 +0000

    Restore version as apiVersion

commit 8d717c09e5
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Aug 17 18:09:34 2020 +0000

    Remove VM worker

commit 029c600e95
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Wed Aug 12 18:56:54 2020 +0000

    s/server/laboratory/g

commit a187b0978e
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Wed Aug 12 18:44:48 2020 +0000

    Update azure deployments

commit 03fc892df9
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Wed Aug 12 15:04:52 2020 +0000

    Update VSCode settings

commit 0c533c1803
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Aug 11 23:35:44 2020 +0000

    ci: wait before hitting laboratory

commit 2ecf45fa8d
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Aug 11 22:48:32 2020 +0000

    Remove benchmark mode, remove tslint comments, add Docker in CI

commit 3634f45360
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Aug 11 21:18:20 2020 +0000

    fix tsconfigs

commit 9664174ae4
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Sat Aug 8 04:30:27 2020 +0000

    Updated Dockerfile & bin scripts

commit c184aa15ef
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Aug 7 20:44:03 2020 +0000

    Resolve README run-through issues

commit af5be66d9e
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Aug 7 15:51:29 2020 +0000

    better monorepo with TS package references

commit 7423673378
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Aug 3 21:42:48 2020 +0000

    WIP move server out of sds

commit 1f9d40a501
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Sat Aug 1 03:14:21 2020 +0000

    WIP: moving services into their own projects

commit ea12c1c5f2
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 31 19:02:46 2020 +0000

    Adds AAD auth to laboratory and CLI

commit 244416de22
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 22:32:09 2020 +0000

    Remove static 'blob' field in favor of Suite property usage
    Update unit tests with status codes

commit bb7816dd6a
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 22:04:31 2020 +0000

    RESTful status codes

commit a6559c35d9
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 21:46:00 2020 +0000

    Update "runs for a benchmark/suite" to follow REST
    Use express-async-errors

commit 78027d28f1
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 20:57:29 2020 +0000

    Normalize on main.js as entrypoint
    Fix/simplify error handling
    Streamline lab app setup

commit 32c5a7e9cb
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 02:20:20 2020 +0000

    Remove extra internal id property

commit 765fab4c1f
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Tue Jul 28 02:01:35 2020 +0000

    Update API spec
    Fix REST script

commit e6ab277655
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Jul 27 22:37:39 2020 +0000

    Add volumes to queue message
    Update README
    Allow both HTTP & HTTPS
    Fix POST of run results

commit ef9c1cc285
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Mon Jul 27 17:45:31 2020 +0000

    Add suite volume definitions
    Use sqlite for laboratory tests

commit a62c0f34ef
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Sat Jul 25 04:30:49 2020 +0000

    Update OpenAPI spec to current

commit a41444bd6b
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 24 21:49:03 2020 +0000

    PATCH -> POST for run results
    Remove wildcard CORS headers
    Simply express routes

commit 095da1b1c0
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 24 20:23:27 2020 +0000

    Flatten benchmarks. Remove pipelines, single mode per-benchmark

commit 0ffe57940a
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 24 18:59:53 2020 +0000

    version cleanup

commit 60aed9f33f
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 24 18:59:31 2020 +0000

    delete TODO

commit 9ec8b45180
Author: Noel Bundick <noelbundick@gmail.com>
Date:   Fri Jul 24 18:58:45 2020 +0000

    remove unused version field
2020-08-17 12:09:06 -07:00
Noel Bundick de1eea7f2f DCT -> SDS 2020-07-20 21:11:49 +00:00
Noel e08655e7a7
Adds Azure integration (#10) 2020-03-31 17:25:12 -07:00
Noel d8587329b9
Initial worker (#4)
* Adds minimal pipeline worker

* Queue improvements
Renames Queue -> IQueue
Adds MockQueue

* Minimal functional worker
Typescript -> 3.8.2
IQueue -> IQueue<T>
Worker unit/functional tests
Queue processor bug fixes
2020-03-03 13:17:57 -08:00
Noel Bundick a66e7bc346 Initial queue + worker 2020-02-21 13:06:55 -08:00