- 22 Nov, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 21 Nov, 2013 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 15 Nov, 2013 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 08 Nov, 2013 6 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 31 Oct, 2013 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
They were useless because native method Array.prototype.indexOf, Math.min and Math.max do the same thing.
-
- 30 Oct, 2013 9 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
If you put { "_id": "a.b", "_attachment": "compressed.tar.gz", "_data": ... }, the backend will write "a_.b.compressed.tar.gz" instead of "a_.b.compressed_.tar_.gz"
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
In this example, status was not considered at all: command.success({"status": 201});
-
Tristan Cavelier authored
was returning 201 or 200 instead of 204 or 201
-
Tristan Cavelier authored
-
Tristan Cavelier authored
In this example, reason was not considered at all: command.reject(409, {"reason": "problem"});
-
- 29 Oct, 2013 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
To avoid phantomjs (or headless webkit) bug.
-
Tristan Cavelier authored
In order to avoid phantomjs (or headless webkit) bug.
-
- 28 Oct, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 25 Oct, 2013 6 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
JIO uses Blob and more HTML5 features which are not implemented in Nodejs.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
"Ok" and "ok" was the only available string to use to make http code 200. "OK" should also be available.
-
Tristan Cavelier authored
Allow us to choose what to test because timeout tests and job management tests take too much time.
-
- 24 Oct, 2013 5 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
query.exec([{"title": "hello"}, null], {"select_list": "title"}); // before: TypeError: list[i] is null // after: [{"title": "hello"}]
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-