Skip to content

Commit 1e5b4c7

Browse files
author
Gilles Ballini
authored
SDK Refactor : match API structure (#290)
* index controller * server controller * collection controller * document controller * wip * wip * wip - http * rc - wo tests * fix vars scope * tests - collection * tests ms * nitpicking * re-add package-lock.json (previously removed by error by #286) * ServerController: add jsdocs * ServerController: add getStats method * fix request.refresh argument * inject kuzzle's volatile into requests * remove defaultIndex * remove obsolete unit tests on removed features * unit-tests on security objects * Refactor unit-tests for network protocols and query management * refactor unit-tests for Kuzzle constructor, getters and setters * fix kuzzle.connect unit tests * fix unit tests for kuzzle eventEmitter/listener management * fix unit tests for Kuzze netowrk methods * fix unit tests for kuzzle query management * fix linter * fix unit-test for memoryStorage controller * fix unit tests for auth controller * remove obsolete mock * fix unit test for bulk controller * fix unit-test for collection controller * improve naming for unit test groups * unit-tests for server controller * typo * unit tests for document controller * unit tests for index controller * factorize security objects contructors * nitpicking * add unit tests for security controller * add unit tests for DocumentSearchResult class * add unit tests for SpecificationsSearchResult class * add hits array to searchResult objects * add unit tests for ProfileSearchResult class * add unit tests for UserSearchResult class * add unit tests for RoleSearchResult class * add unit tests for RealTime controller and Room class * harmonize error rejections (use throw instead of Promise.reject)
1 parent 4f24bd9 commit 1e5b4c7

File tree

106 files changed

+20390
-14466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+20390
-14466
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ examples/node_modules/
1414

1515
# Compiled files
1616
coverage/
17-
18-
# Bower
19-
bower_components/

dist/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

dist/kuzzle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/kuzzle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)