Releases: SURFnet/sp-dashboard
2.0.1
2.0.0
This release sees the actual addition of OpenID Connect support (OIDC) in SP Dashboard. In release 1.5.x we already hinted to the OIDC addition but this release finally adds support for the said protocol. In addition to adding OIDC support, some security-related chores have been undertaken. Most notable is the addition of Yarn Audit to the QA (build) tooling.
New feature
- Add OIDC support #189 #204 #206
- Create Jira issue after publishing to manage prod #221 #225
- Split the entity overview page on environment #207
Bugfixes:
Chores
1.5.2
The main focus of this release was to fix some minor bugs to make a production ready release.
Bugfixes:
- Fix route after session timeout
- Temporarily disable the oidc entity type in modal
1.5.1
The main focus of this release was on the Jira integration for entity removal request issue tracking. In order to make
this release work update the parameters.yml according to the example given in the dist file.
New feature
- Read the Jira delete request status #200
- Save the Manage entity id on the Jira issue #199
- Show entities on service delete confirmation page #198 (thanks @femke)
Improvements
1.5.0
1.4.2
1.4.2
This is a minor bugfix to allow the deletion of entities by service.
Bugfixes:
- A bug was introduced so entities couldn't be deleted by service. This should be fixed now.
1.4.0
1.4.0
This release is the product of two development sprints. The main focus is on improving the service overview screen for
SP's and also add additional features for moderating entities and services.
New features:
- Manage production connection is added and entities can be published to it #161679714 #158971322 #161949112
- Services now have additional status fields #161341178
- A new service overview page was created based on the status fields #161719597 #162112946
- Published production delete requests are now translated in a Jira issue #162124271
- Services and entities can be deleted #154841957 #154518577
- Cleanup feature of pre 2.0.0 published production entities 162051868
Improvements:
- Service forms have been re-styled implementing a two column setup #162038026
- Confirmation screens can now be rendered in a modal/dialog #161720049
- TypeScript was installed and a small portion of the existing Javascript was migrated to TS.
- Front end QA tooling was added to the build tools.
- Webpack Encore was upgraded to the latest version
Bugfixes:
- The migrations have been squashed into a single migration to ensure the database schema can be created safely. #161877201