Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/chemzqm/node-client

Nvim Node.js client and plugin host
https://github.com/chemzqm/node-client

WIP: Fix integration test, fix eslint for typescript

f0bf3eaad9e73a7e81cc4fbfe38abff2bcf1d6ee authored over 7 years ago by Billy Vong <[email protected]>
Fix tests

* Fix wrong lodash imports
* Remove lodash, opt for individual packages

008624c7cddef5712b8067e3f6112bc4a9d080de authored over 7 years ago by Billy Vong <[email protected]>
Add prettier for ts files

7d52047da1282769cde89d4ef4d73024d145bcd8 authored over 7 years ago by Billy Vong <[email protected]>
Fix lodash import

2c0ae4a64aa25b6ed193085e56a519f59b2797bd authored over 7 years ago by Billy Vong <[email protected]>
Fix jest tests

3efc733d3ea41b5c5c911b39c96c99f94759c51d authored over 7 years ago by Billy Vong <[email protected]>
Fix logger

e5e27c6abe8adf1caefefa3fbe6687b17e06ec9c authored over 7 years ago by Billy Vong <[email protected]>
Issues with npm5 lockfile and jest

bf5bb06581a70b27a5f56a4bc2e7af10144ba751 authored over 7 years ago by Billy Vong <[email protected]>
Update yarn lockfile

fc8d9feda7ba40d35035a0390d747b3b8f4dc515 authored over 7 years ago by Billy Vong <[email protected]>
chore(): start ts-convert

fd5b58dc86ce77b6ce018bfbb1e995375c6a1e1e authored over 7 years ago by mhartington <[email protected]>
Delete Makefile

fe4bbd1cf410bf4abbf5ba77e2f0a95990004c8b authored over 7 years ago by Billy Vong <[email protected]>
3.1.0

df35c87c4f796ed779d09cd17ca5e103f55130d0 authored over 7 years ago by Billy Vong <[email protected]>
Fix tests so they run on linux (issues with killing child process, not sure exactly what)

54ea2a20e81ad28a2d26a6c6af5ce200e0231e07 authored over 7 years ago by Billy Vong <[email protected]>
Update README

2577b49afd2c41c0723de54103a9eb1ffb5a4650 authored over 7 years ago by Billy Vong <[email protected]>
Refactor Neovim class into 2 separate classes

* Neovim is now more similar to other ExtType classes (Buffer, Window,
Tabpage) - is now strictl...

d9ccba832fd6264fd8f535f247bd50b0fedd1e1e authored over 7 years ago by Billy Vong <[email protected]>
Rename Neovim file

b3d79aa848e878878e4e65822751544102ac2021 authored over 7 years ago by Billy Vong <[email protected]>
Add Window API

ceafa81f916d2d43cc90c7f6246b06d84aec100b authored over 7 years ago by Billy Vong <[email protected]>
Refactor createBaseType to re-use Base

ed0ed07c3c11858b9765ec09d57c409c33c84a7f authored over 7 years ago by Billy Vong <[email protected]>
Refactor `createChainableApi` into module, change `tabpage.window` to proxy window requests

2788705c7352c6ab85cd6aa931cd3bbe59ff15ba authored over 7 years ago by Billy Vong <[email protected]>
Remove "only" in Tabpage test suite

fc54b5bff4f17e4e4453ea473dfbcaeb1344cfb1 authored over 7 years ago by Billy Vong <[email protected]>
Add API + tests for Tabpage

a603de5c870e525b156ea5a8dc0d062583205fc6 authored over 7 years ago by Billy Vong <[email protected]>
Fix logic when creating dynamic api wrappers

3392995307d3cf8acec8bb315c54fa7d415e069b authored over 7 years ago by Billy Vong <[email protected]>
Add API to Buffer to manipulate lines

d2ea1b09012a03244aabb0f99f3d38fdd8d29daa authored over 7 years ago by Billy Vong <[email protected]>
Define properties on returned promise for devtools

0c385ec1e1705c9e33a5b27b41b0cbaa893a32a9 authored over 7 years ago by Billy Vong <[email protected]>
Fix setters and methods for neovim promise proxy

fb5e280cdea5f77acff4d38a468bb141f48c3d41 authored over 7 years ago by Billy Vong <[email protected]>
Refactor Buffer proxy to be a function

abb980aca8323eb1f93f877796a8db06bce82c72 authored over 7 years ago by Billy Vong <[email protected]>
Dont overwrite existing methods when generating dynamic API wrappers

208bcce5c9c258eb86d7aed0c0ed37e0f0b23e5c authored over 7 years ago by Billy Vong <[email protected]>
WIP: Seperate Ext Types into separate APIs

* Change Buffer to have its own class
* Change Neovim to use same interface as Buffer/etc
* Add ...

191d3c3c2d501c2bd569f5b42ffb05a242d8c1c6 authored over 7 years ago by Billy Vong <[email protected]>
prettier

57231b348b999b413b08850554dbb12fe5a1319a authored over 7 years ago by Billy Vong <[email protected]>
Filter out deprecated APIs

a2430bcbbc0aac4c9b2ee0eb1d0c90d0bd37152f authored over 7 years ago by Billy Vong <[email protected]>
Update badges

242595db42d0c9985f58d0582e0deb8eb2f9ef67 authored over 7 years ago by Billy Vong <[email protected]>
Remove travis config

febe3071ecc92b231f7ac1c8e2675bee9c7cdf1f authored over 7 years ago by Billy Vong <[email protected]>
Fix yarn command in circleci config

9bccdbb9873750626a7da4672ba6f2155e0a4d9b authored over 7 years ago by Billy Vong <[email protected]>
Fix circleci config

edcf26025d078c7fbdb18ddf8fe2ef50de73a414 authored over 7 years ago by Billy Vong <[email protected]>
Add codecov support from circleci

836d45a01c0935adad1e4d6306c9860d4785875f authored over 7 years ago by Billy Vong <[email protected]>
Create README.md

ce8abbd5f35418c101a9873e958574d147bc1342 authored over 7 years ago by Billy Vong <[email protected]>
Update package.lock

5dc9e0e076d85521178e4b17a0c0e6be543d23c2 authored over 7 years ago by Billy Vong <[email protected]>
Add VIM env var for circle

218c5058a493128fc075279c7195d9e4081abbc9 authored over 7 years ago by Billy Vong <[email protected]>
Remove ALLOW_CONSOLE from CI configs

9bb31bce9b6fd39ddf177f8a7821e17b1ffb0d12 authored over 7 years ago by Billy Vong <[email protected]>
Add neovim to path for circle

90e18a6958997f18c1b39146bdf3e0b6ffbee306 authored over 7 years ago by Billy Vong <[email protected]>
Add some env vars to re-use neovim travis bootstrap script

2350925a2e7ffccc1a45815bc385eeb4f1ed9df5 authored over 7 years ago by Billy Vong <[email protected]>
Debug installing nvim

b9d6d47d069ab118e7a439dbd60775d43c87cd48 authored over 7 years ago by Billy Vong <[email protected]>
Change circle to use yarn

5d00ad63f2a2e294a556d8b72ab2c03fcc2a7821 authored over 7 years ago by Billy Vong <[email protected]>
Update packagelock

b7dac9ed83bf5f4dfa301f454b411434546df138 authored over 7 years ago by Billy Vong <[email protected]>
Add circle CI config

e045c4269fd038397db39134bb9d72aecdcfbde4 authored over 7 years ago by Billy Vong <[email protected]>
Create README.md

dff3d574beb4cbd776b5ba1753e737cb0fbaae3e authored over 7 years ago by Billy Vong <[email protected]>
Pulling a windows 10 and just going to v3.0

276cabce9d7ea52b2ad06e796bf26c9f4d1dab88 authored over 7 years ago by Billy Vong <[email protected]>
Add yarn cache back to travis config, add node 7 tests

e4c4fe7120f4aff50d3c35f931f76eac7979ee94 authored over 7 years ago by Billy Vong <[email protected]>
Change host to respond to `--version` request (for CheckHealth)

9eb501587c9b30dfaacaf5bb350a5cf1bd18dba0 authored over 7 years ago by Billy Vong <[email protected]>
Update package details

083df6bd2cd93c85ff87dd1e8e2c9a853add60f8 authored over 7 years ago by Billy Vong <[email protected]>
Create README.md

f56e8171fcc918161fb52b4e8f612613c4aa84b3 authored over 7 years ago by Billy Vong <[email protected]>
Need to `npm link` client package so neovim can load node host

718ce871da69fa584dd0728746e195ad3ab409c8 authored over 7 years ago by Billy Vong <[email protected]>
Change BufEnter pattern for now, may be causing issues

48bca882e4c2598c54066991bb32c24f3a00bf4b authored over 7 years ago by Billy Vong <[email protected]>
Add explicit `index` filename

06610401046d3a3592d6900473efa3a9a9bf321f authored over 7 years ago by Billy Vong <[email protected]>
Add better control for killing nvim process

c9a3dd009e08d5a4984e6da2a0e9a1e7bb2dca9c authored over 7 years ago by Billy Vong <[email protected]>
Disable node_modules cache?

6ae98c73d628120b0b7fab327cbfd6fc7bcef209 authored over 7 years ago by Billy Vong <[email protected]>
Use node 8.0

cb1c1951baec5cf31892d636d4d908f81a2f36a8 authored over 7 years ago by Billy Vong <[email protected]>
Add some env vars for debugging

937f8d991916957f46ea8f358749d9e8d4f67898 authored over 7 years ago by Billy Vong <[email protected]>
Only run travis against node 8

1cdcdebeca736d833f1798b5b7f4ff8711404ebf authored over 7 years ago by Billy Vong <[email protected]>
Fix hanging nvim process in test

cbdd80d700e4b2eb71956deea2fd170dd1c9e744 authored over 7 years ago by Billy Vong <[email protected]>
Rename README

b332cac7f17b413a4197e2015bb6791dd40c44a5 authored over 7 years ago by Billy Vong <[email protected]>
Add test for devnull

cf881d24e169863bb8f25b316189b4a3a36edcd1 authored over 7 years ago by Billy Vong <[email protected]>
Fix some issues with host module and properly returning data from child plugin

e87e7a3c602c0bfbe361ad1cdf7d10fa87c26eed authored over 7 years ago by Billy Vong <[email protected]>
Add babel-core

aab82b2ce9dff67b64ca1310b6c5c6f26af912b4 authored over 7 years ago by Billy Vong <[email protected]>
prettier

ae033c20f1d9faff3bf383c3316e68ea97983d1a authored over 7 years ago by Billy Vong <[email protected]>
Fix autocmd decorator, add pattern to method name

f9994dad23b81beebbf8449b8e8a9d9da59debcb authored over 7 years ago by Billy Vong <[email protected]>
Update factory tests (changed plugin)

f048b2fd5d5a307983e7449bbb7d28ed1b9b81c1 authored over 7 years ago by Billy Vong <[email protected]>
Add eslintignore

ca6d5416e90254d97af5fd3e2f953c4f09bd2ca0 authored over 7 years ago by Billy Vong <[email protected]>
Change to use relative path for integration test for neovim2

855d901750319adf2235895ada4c021eeb1f4c87 authored over 7 years ago by Billy Vong <[email protected]>
Add test for plugin factory

796cc0955fbbad48881bacbf67b9ef6c442f77df authored over 7 years ago by Billy Vong <[email protected]>
Remove old promisify files

8c2668dee4b698da321b3225bce629f7bcc4b0f0 authored over 7 years ago by Billy Vong <[email protected]>
Move factory module location into `host`

0338107d52c39c62c93e1f7d20ea14cec9b011b2 authored over 7 years ago by Billy Vong <[email protected]>
Remove old tests

72e29b1752ef27e0920f564a5058a09356bbc967 authored over 7 years ago by Billy Vong <[email protected]>
Configure travis to run integration tests

a522111f56f572dc9f3a5afd204aac5c158ef784 authored over 7 years ago by Billy Vong <[email protected]>
Add an integration test for plugins

0e6d96e27088ab42a0fbcef2dcc11891ef91fec8 authored over 7 years ago by Billy Vong <[email protected]>
prettier

79e0bebad8091f68e6cc1f9987d85090e99fd22c authored over 7 years ago by Billy Vong <[email protected]>
Fix some jest path config

5b6d002066a5aa277daded96a79fb70b97f78881 authored over 7 years ago by Billy Vong <[email protected]>
Create README.mkd

3990b616561f37ecc05d8816116b5356358aa7ad authored over 7 years ago by Billy Vong <[email protected]>
Update README

7cb0da4a2deae11bdb6e5a46da202604ff4bcdd3 authored over 7 years ago by Billy Vong <[email protected]>
Merge branch 'refactor-neovim-plugin'

6ccab7108a1cea0f92fddd34991cdefdbe580b2d authored over 7 years ago by Billy Vong <[email protected]>
Fix travis badge

f76bc9edb1513733df84066a12e2e7fc22af4b85 authored over 7 years ago by Billy Vong <[email protected]>
Update README

ed17213fb8ba789b61842450ee9b8d2ee983ca3f authored over 7 years ago by Billy Vong <[email protected]>
Update travis config for node8 only

62ad33b69605b77dc7ff9de7d90bc8579232c6e8 authored over 7 years ago by Billy Vong <[email protected]>
Add script that returns a promise of Neovim client API

977a9995c48ece723a902a1c2242570b575b9e06 authored over 7 years ago by Billy Vong <[email protected]>
Add name prop to a function

1cb3679f0bd06f6d123ce31ad85d7de069d0adea authored over 7 years ago by Billy Vong <[email protected]>
prettier

c6cac404f45dee6cc6d293b64b4690fdecd04e97 authored over 7 years ago by Billy Vong <[email protected]>
Add script to search for neovim APIs

df146ecc3166058ca118072c51e5720ac4b06780 authored over 7 years ago by Billy Vong <[email protected]>
Add yarn.lock

4aa24cfbe86d7d77790bb5cc4a6e2657130e99ee authored over 7 years ago by Billy Vong <[email protected]>
Add jest ignore paths

6033fb0f435a55f7464e3829c0af5f874c1502aa authored over 7 years ago by Billy Vong <[email protected]>
Update lockfile

5c9368670ea01e743d84fa3a09efbd7a1d177ccd authored over 7 years ago by Billy Vong <[email protected]>
Remove mocha

a439d57f4bfd16b74549480644c3b4e0e31ebf69 authored over 7 years ago by Billy Vong <[email protected]>
Remove default export from logger for now

8fbc6047f670d50f2e950805450884ac2a095aa4 authored over 7 years ago by Billy Vong <[email protected]>
Fix quit API sending extra args

5f0a69e48a52543107dbed13dbb464dc17062fbd authored over 7 years ago by Billy Vong <[email protected]>
Fix ignore deprecated methods (ignore since 2)

246440774f4ada810733300f09411004a7b405b1 authored over 7 years ago by Billy Vong <[email protected]>
Fix generated API methods

* "methods" were not sending `this` as first argument
* request callback was decoding response, ...

09cf275a5beb4b7f7a6a5cb9b3e9cf6f1290956d authored over 7 years ago by Billy Vong <[email protected]>
Fix decode missing in BaseType

790334a76e8bff51549981af81600a64bb64f12b authored over 7 years ago by Billy Vong <[email protected]>
Fix attach tests

a809a06010d6b8bca47e9f4bf38622b5730b5c38 authored over 7 years ago by Billy Vong <[email protected]>
Move promise test

c57445e731766318a261c2aa809b4814ff7cfdb1 authored over 7 years ago by Billy Vong <[email protected]>
Update package.lock

fc2e1017745384deb408f08e7ec50109ef850647 authored over 7 years ago by Billy Vong <[email protected]>
Remove test/core

550e80aebe970b569893e5e7aef986e30090ebb6 authored over 7 years ago by Billy Vong <[email protected]>
Change exported interfaces

853d341bbff0422a962f75c5f9541d481619aaa4 authored over 7 years ago by Billy Vong <[email protected]>