Commit Graph

7 Commits

Author SHA1 Message Date
Manuel Bovo
0507e16963
Cooldown period 2017-08-08 21:07:23 +02:00
Gianluca Arbezzano
d231b613ea Add the ability to send post without content 2017-03-28 12:38:47 +01:00
Gianluca Arbezzano
3cea6bb8ba Add basic 404 page 2017-03-26 22:33:26 +01:00
Gianluca Arbezzano
be8f301328 Add basic commands to help with debugging
Add new API call to get all the autoscalers currently managed by
orbiter:

```
curl http://localhost:8000/autoscaler
```

Add command into the CLI to get this list

```
export ORBITER_HOST=http://localhost:8000 orbiter autoscler ls
```

Add command into the CLI to print all the events fired by the daemon:

```
export ORBITER_HOST=http://localhost:8000 orbiter system events
```
2017-03-18 19:49:17 +00:00
Gianluca Arbezzano
d2a86fef18 Format logrus has json 2017-03-13 23:29:58 +00:00
Gianluca Arbezzano
1709cf5150 Event stream 2017-02-24 00:16:28 +00:00
Gianluca Arbezzano
747f564a7a First commit 2017-02-21 00:07:57 +00:00