-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Keyrock, Wilma and Cosmos to 7.6
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule cosmos
updated
33 files
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
Submodule wilma
updated
21 files
+2 −1 | .eslintrc | |
+1 −1 | .gitignore | |
+195 −0 | .textlintrc | |
+26 −2 | .travis.yml | |
+22 −23 | README.md | |
+74 −0 | config.js | |
+207 −153 | controllers/root.js | |
+99 −79 | doc/admin_guide.md | |
+26 −59 | doc/index.md | |
+74 −36 | doc/user_guide.md | |
+1 −1 | extras/docker/Dockerfile | |
+209 −155 | lib/idm.js | |
+5,704 −1,443 | package-lock.json | |
+47 −9 | package.json | |
+46 −0 | roadmap.md | |
+0 −78 | sanity/test.js | |
+85 −77 | server.js | |
+766 −0 | test/mysql-data/backup.sql | |
+36 −0 | test/unit/add-test.js | |
+88 −0 | test/unit/sanity-test.js | |
+19 −0 | test/utils.js |