Skip to content

Releases: SURFnet/sp-dashboard

2.0.1

21 Jan 10:26
dc97780
Compare
Choose a tag to compare

The main focus of this release was to fix some minor bugs to make a production ready release.

Bugfixes:

  • Fix the dump method in twig template for prod #226
  • Fix setting entityId from clientId for OIDC entities from manage response. #220

2.0.0

17 Jan 12:47
b56dedc
Compare
Choose a tag to compare

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

  • Upgrade npm dependencies #218
  • Improve security tests #224

1.5.2

14 Dec 10:35
78fbb06
Compare
Choose a tag to compare

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

13 Dec 15:21
4e62456
Compare
Choose a tag to compare

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

  • Make ManageEntityAccessGrantedVoter more robust #196
  • Update service status indicators #197

1.5.0

12 Dec 10:31
a9af536
Compare
Choose a tag to compare

New features:

  • Improved service overview #192
  • Entity details can now be displayed #193 #188

Improvements

  • Add missing favicon #187
  • Security updates where installed #194
  • OIDC support was added to the dev vm #191
  • Manage responses are converted to DTO #190

1.4.2

03 Dec 16:04
4c54875
Compare
Choose a tag to compare

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

03 Dec 14:58
5250622
Compare
Choose a tag to compare

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:

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