-
> When working on an Exosphere application
I want to be able to boot it up on my machine
So that I can see the code I am working on in action.
#### Rules
- running "exo run" boots up the applica…
kevgo updated
7 years ago
-
> When developing code on a running Exosphere application
I want that services that I change get automatically rebooted
So that I see the effects of my edits in the running application.
- anytime…
kevgo updated
7 years ago
-
Lets do this before starting tests since orphaned containers cause errors.
-
Replace https://github.com/Originate/exosphere/blob/master/exo-go/src/user_input_helpers/index.go with calls to https://github.com/segmentio/go-prompt.
kevgo updated
7 years ago
-
This is one bottleneck when I faced developing multiple services.
There were discrepancies between the message names, e.g. one service would define product.list while another one will expect product.…
-
Stop parsing the docker compose output and instead just output it directly. With #698, we shouldn't be injecting any more output into the `docker-compose up` process.
For other processes, like `exo…
-
Build a tool that can be used by people creating templates to test their templates.
Tool will:
* create an empty application
* add the current template with supplied answers to boilr prompts
* r…
-
> When there are running Docker containers that break "exo run"
I want to be able to stop and remove them cleanly using "exo clean"
So that I can start my application normally without having to goog…
kevgo updated
7 years ago
-
-
The `./config.json` endpoint returns a `serviceType` for each client which in the JS code was being assigned the role. Is this suppose to have a different value for the case where a mongo service has …