Commit Graph

169 Commits

Author SHA1 Message Date
Christopher Hiller e1195ac00a fix many test problems (#1677)
* fix many test problems

- adds [stoppable](https://npm.im/stoppable) to force-stop net & http
  servers
- upgrades to latest mocha
- much cleanup of servers
- some removal of useless code

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>

* increase wait time to hack at race condition

* PoC with fork of stoppable

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>

* fix custom stoppable url for newer npm

* make travis go faster; attempt to avoid npm troubles

* fix coveralls executable path

* add extra time for flake to trigger spec

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
2018-04-23 12:37:26 +01:00
Nick O'Leary aeadc40c65
Bump for 0.18.4 2018-02-27 16:41:10 +00:00
Nick O'Leary b3f6109b1c
Update changelog and bump package 2018-02-13 23:51:16 +00:00
Nick O'Leary 8d98b228ab
Bump 0.18.2 2018-02-06 15:28:43 +00:00
Nick O'Leary 0526372f28
Bump rbe dependency 2018-02-03 20:48:43 +00:00
Nick O'Leary 44112a9d18
Bump packte to 0.18.1 2018-02-01 10:54:16 +00:00
Nick O'Leary 7e5bd5f2c1
Update to JSONata 1.5.0 2018-01-30 20:36:23 +00:00
Nick O'Leary 6d02e70025
Ensure existing files are migrated to first project 2018-01-25 10:13:07 +00:00
Nick O'Leary ea763fdfd5
File out - create dirs synchronously to ensure they exist
Fixes #1489
2018-01-14 00:33:25 +00:00
Nick O'Leary 1f40d4f941
Update package dependencies 2018-01-13 22:00:43 +00:00
Nick O'Leary fd9e3fc03a
Update jsonata to 1.4.1 2018-01-13 20:42:23 +00:00
Nick O'Leary 7bd8d8c3ae
Give in to npm's insistent reformatting of package.json 2018-01-11 23:04:39 +00:00
Rocco Musolino 2c4d5fa38d add express-session memorystore without leaks (#1435)
* add express-session memorystore without leaks

* Bump memorystore to v1.6.0
2018-01-11 22:51:05 +00:00
Kazuki Nakanishi b9213b73bd first step of ui test (#1497) 2017-12-01 10:50:59 +00:00
Jeston Tigchon 29cae9975e Upgrade JSONata to v1.3.0 (#1386) 2017-09-07 21:58:29 +01:00
Nick O'Leary f9bce5a5f9
Changelog for 0.17.5 2017-07-23 17:32:27 +01:00
Nick O'Leary 797ae096c8
Add express-session missing dependency for oauth 2017-07-23 17:31:42 +01:00
Nick O'Leary 5324244c55
Bump for 0.17.4 2017-07-10 13:16:13 +01:00
Nick O'Leary 1692c3b102
Update changelog/package for 0.17.3 2017-07-04 10:06:24 +01:00
Nick O'Leary 356f46aaf4
Bump 0.17.2 2017-07-02 11:15:09 +01:00
Nick O'Leary 63657c18e2
Bump 0.17.1 2017-07-02 10:57:45 +01:00
Dave Conway-Jones 9639081e7e
re-sort package dev dips 2017-07-01 22:42:48 +01:00
Nick O'Leary 9a6cf58565
Bump version for 0.17.0 2017-06-30 11:32:56 +01:00
Nick O'Leary 2083d85afa
Update jsonata to latest 2017-06-29 15:55:55 +01:00
Nick O'Leary c9317659c5
Prevent unmodified msg.headers from breaking HTTP Request flows
Closed #1015
2017-06-27 11:24:20 +01:00
Nick O'Leary 1733c38b5c
Update general dependencies 2017-06-26 15:03:32 +01:00
Nick O'Leary b63d243e33
Update JSONata to 1.2.4
Closes #1275
2017-06-26 13:55:22 +01:00
Nick O'Leary 6c2de40dba
Add cookie handling to HTTP Request node 2017-06-05 11:33:37 +01:00
Nick O'Leary 07d131c945
Update jsonata 2017-03-12 22:04:38 +00:00
Nick O'Leary 15cd93c30f
Update follow_redirects to fix http_proxy handling
Fixes #1172
2017-03-12 22:04:38 +00:00
Kazuki-Nakanishi 281351e6b3 Add istanbul to Gruntfile.js (#1189) 2017-03-09 15:28:12 +00:00
Nick O'Leary 73501f3ad3
Resync with master 2017-03-01 17:45:09 +00:00
Nick O'Leary 1324f5e59c
Update CHANGELOG for 0.16.2 2017-01-23 15:57:37 +00:00
Nick O'Leary 64daaeb310
Add file upload support to HTTP In node 2017-01-16 22:39:30 +00:00
Nick O'Leary c794ca85fd
Update changelog for 0.16.1 2017-01-16 10:30:36 +00:00
Nick O'Leary ca5cbb640a
Bump version 0.16 2017-01-11 20:44:53 +00:00
Nick O'Leary 489dbfc72a
Update package dependencies 2017-01-09 15:01:33 +00:00
Nick O'Leary a89ae7d77a
Update MQTT to latest 2.2.1 2017-01-09 14:35:45 +00:00
Nick O'Leary e73216d4c1 Merge branch 'master' into 0.16 2017-01-06 14:30:13 +00:00
Nick O'Leary 8916f6f829
Update CHANGELOG/version for 0.15.3 2017-01-04 15:11:53 +00:00
Dave Conway-Jones 28a65923b6 bump various package versions
(not touching mqtt and other major version)
2016-12-22 13:36:06 +00:00
Nick O'Leary e7cc42a927 Use json-stringify-safe to detect circular references in debug msgs 2016-12-20 23:16:11 +00:00
Dave Conway-Jones f6820ec615 Bump a load of packages (for 0.16 branch only)
Ready to drop node 0.10 - update ws, bcrypt, drop serial port node
2016-12-07 23:43:41 +00:00
Nick O'Leary f2797a4153 Fix package.json conflict 2016-11-24 20:52:48 +00:00
Nick O'Leary eaa4b76ede Update jsonata version 2016-11-18 16:38:48 +00:00
Nick O'Leary bf90509526 Add jsonata support to Change/Switch nodes 2016-11-10 23:58:34 +00:00
Nathanaël Lécaudé 9bbc8eda9d Added YAML parser node (#1034)
Thanks @natcl -
(sorry pressed closed by mistake !)
* Added YAML parser node

* Added YAML error strings in messages.json

* Change location of YAML library import

* Remove copyright

* Remove copyright

* Change order of yaml in Template node

* Add YAML test

* Add working test
2016-11-10 21:22:05 +00:00
Nick O'Leary 7657bd2375 Bump 0.15.2 2016-10-28 08:43:21 +01:00
Dave Conway-Jones 5d98a86a6b bump serialport to use version 4
(precompiled versions more available)
2016-10-25 21:42:27 +01:00
Nick O'Leary 90f4db9158 Bump 0.15.1 2016-10-13 19:53:43 +01:00