| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Sanity API checks made by the python-client in the api-python travis target were
converted to lua and will now live in this repository. This will simplify
performing breaking changes to the API as it won't be necessary to send parallel
PRs the python-client.
|
|
|
|
|
| |
--embedded-mode -> --embed
--api-msgpack-metadata -> --api-info
|
| |
|
|
|
|
|
| |
NVIM should be used for all technical identifiers and this was changed in
the python-client
|
| |
|
|
To simplify modification/inclusion of continuous integration targets, this
removes travis.sh which contains a big if statement in favor of multiple scripts
under the new '.ci' directory.
|