-
Automatically run the test script on every change.
You can refer to https://github.com/roboconf/roboconf-dockerfile for an example.
-
We should save the history of _scoped instances_ creation and deletion.
It means we should store a timestamp every time we create or delete a machine. With this information, we could use external repo…
-
Generated resources are in $ROBOCONF_ROOT/generated or $ROBOCONF_ROOT/generated/app-name, and the report is named against the template name (eg. "myreport.tpl" will generated a report called "myreport…
-
Target a specific version of the OS.
Ubuntu = 16.04
CentOS = to review
-
Currently, we have to specify in the agent what the target is so that we can read user data. However, an agent is also able to read user data from a file. The location of this file may be different fr…
-
At least 2 issues concerning error handling for command files, to make their usage more friendly:
- Error messages should contain the file name (messages like "No valid instruction was found in the f…
-
目前插件设置里面只有引入了默认的4种prismjs语言组件,如果需要高亮其他的语言,还得去官网生成后放到某个地方来引用,比较麻烦,我写了一段根据文章内容自动检测用到哪些语言,自动引用相关语言组件的代码。你看下,如果觉得可以的话,可以合并到插件里面,可以提供一个选项来开关这个功能。
```php
class prism_js {
public $languages = array(…
-
-
RabbitMQ allows secured exchanges between the server and clients.
Roboconf should support such secured connections and update the messaging configuration in consequence.
Obviously, SSL support will o…
-
Add documentation and/or upgrade Roboconf to support more complex authentication.
- Update the basic HTTP authentication settings.
- HTTPS connections?
- LDAP-based authentication?