- Sep 15, 2021
-
-
Charlotte Hausman authored
-
- Sep 14, 2021
-
-
Charlotte Hausman authored
-
- Jul 15, 2021
-
-
Charlotte Hausman authored
-
- Jul 12, 2021
-
-
- Jun 24, 2021
-
-
Nathan Hertz authored
-
- Jun 11, 2021
-
-
Nathan Hertz authored
-
- Jun 04, 2021
-
-
Nathan Hertz authored
-
- May 12, 2021
-
-
Charlotte Hausman authored
-
- Apr 19, 2021
-
-
Nathan Hertz authored
Added stubbed front-end support for calibration (the button prints to the console when clicked instead of launching a capability normally)
-
- Apr 12, 2021
-
-
Nathan Hertz authored
- Two new `npm` packages (not including deps): `eslint` (linter for TypeScript code) and `prettier` (multi-language web-stack code formatter) - New workspaces component: `capability-request` which is where the work for the page is being done
-
- Mar 31, 2021
-
-
Charlotte Hausman authored
changing default spl to smaller image spl
-
- Mar 18, 2021
-
-
Messaging system is now running on a more robust foundation: - `kombu` package for AMQP networking - New Messenger and Router objects - New message format - Easy-to-use callback subscribing - Can now get messages anywhere in the system easily and send replies back easily
-
- Mar 04, 2021
-
- Mar 01, 2021
-
-
Charlotte Hausman authored
-
- Feb 22, 2021
-
-
Nathan Hertz authored
-
- Feb 19, 2021
-
-
Nathan Hertz authored
REST API gives out and parse that into the CapabilityRequest object
-
- Feb 10, 2021
-
-
Nathan Hertz authored
launches the download capability; moved the capability launching functionality from the on-click methods to a new method that gets called by the on click methods
-
- Feb 05, 2021
-
-
Nathan Hertz authored
-
Reid Givens authored
Also removed a few unused imports and added some padding to the html template for the workspaces component
-
- Feb 04, 2021
-
-
Nathan Hertz authored
-
Nathan Hertz authored
Created page with a button that will send an HTTP request to the capability server; does not currently work TODO: Make it work with the capability service
-