-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- deployment model now contains amount of requests - stops overloading Deployment.get and breaks out functionality into Deployment.get and Deployment.getAll - the request model now captures the http verb associated with the request - now captures statusCode for responses in the request model - startup and shutdown is now coordinated and less prone to breaking
- Loading branch information
1 parent
e6cc211
commit bfa4cd1
Showing
28 changed files
with
1,169 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
- [x] be able to persist data | ||
- [x] Once there is a way to store metadata, have an in memory store of a proxy routing to deal with subrouting application. | ||
- [x] be able retrieve logs | ||
- [ ] add timing metrics to cli calls (maybe add just overall function call tracing) | ||
- [ ] add lamba functionality | ||
- [ ] add web gui | ||
- [x] deal with shutting down | ||
- [x] deal with cleaning up old images | ||
- [x] store most recent tars and metadata somewhere to make sure when the service starts back up it will start those sub services also | ||
- [ ] have a pull command that retrieves the contents of a deployed instance | ||
- [ ] be able to get container status by querying the container on the get call (add to decorator function) | ||
- [ ] add timing metrics to cli calls (maybe add just overall function call tracing) | ||
- [ ] add lamba functionality | ||
- [ ] add web gui | ||
- [ ] be able to remove an instance and its data (purge) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.