-
Notifications
You must be signed in to change notification settings - Fork 8
Home
See: Documentation
SURFnet has taken over the stewardship of the Janus project from WAYF. In the process we moved the project content from googlecode to github. All the code history, issues and the wiki content were moved.
We have setup a mailinglist for Janus related discussions. To join this list visit https://list.surfnet.nl/mailman/listinfo/janus
First releases since Surfnet took over Janus stewardship:
This is the unified version of both the OpenConext ServiceRegistry fork and the WAYF version. It inculdes the new features and bugfixes from the OpenConext fork.
Some highlights are
- Introduced dependency management (using Composer)
- Introduced depedency injection (using Pimple)
- Dashboard is now a lot faster by using Ajax
- Tests are automatically checked by Travis CI
https://github.com/janus-ssp/janus/blob/1.13.0/CHANGES
Up to this release SURFnet maintained it's own fork of Janus as part of OpenConext ServiceRegistry. Some of the changes in this fork were contributed back to the original version of WAYF. This release prepares for merging the forked OpenConext version back into to the WAYF version. It contains all contributions which had not yet been merged to a release version.
Note that this release requires some database update queries and a script that have to be run manually. A database patch system that can be run automatically is planned for a future release (#388).