-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated test coverage, some small fixes to node server. Relevant: * https://community.os-js.org/t/update-version-bump-2-1-2/157 Digest: * dialogs: Cleaned up some old scheme handling * server-node: Updated environmental variable reading on startup * server-node: Return promise on shutdown method * server-node: Allow overriding VFS transports in certain methods * server-node: Correction in User.hasGroup check * server-node: Prevent exception in Settings::get() when no config set * server-node: Updated some default promise rejections * tests: Reverted a commit that commented out tests * tests: Updated server tests * tests: Better node server coverage
- Loading branch information
1 parent
4982f78
commit ce4f707
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "OS.js", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "JavaScript Cloud/Web Desktop Platform", | ||
"url": "https://www.os-js.org", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters