Skip to content

Releases: ministryofjustice/analytics-platform-control-panel

Fix webapp logs kibana link

10 Sep 16:50
1f8a8ee
Compare
Choose a tag to compare

Kibana deep links were constructed incorrectly

Fix tool deployment status update issues

10 Sep 13:15
c370bee
Compare
Choose a tag to compare
Get deployment status with request user's id token (#735)

Should fix Ready status updates for tool deployments

Tool deployment and restart in background tasks

09 Sep 17:12
Compare
Choose a tag to compare
  • Tool deployments and restarts are performed in background tasks with updates pushed to the client

Add Server Sent Events for Tool deployment updates

03 Sep 09:33
efaf9c4
Compare
Choose a tag to compare
  • The tools list page now updates the status of a tool deployment dynamically
  • S3 Buckets are now created with a public access block by default

Fix deleting a warehouse datasource

20 Aug 09:20
ae6d18c
Compare
Choose a tag to compare

Users were redirected to a 403 error unless they were a superuser

Permissions control which UI elements are hidden

15 Aug 12:45
Compare
Choose a tag to compare

Hide UI elements when users are not permitted to use them

Fix creating new datasources

08 Aug 12:50
88423bf
Compare
Choose a tag to compare

Datasource names should be prefixed with the environment name (dev- or alpha-). This is now validated and the prefix is automatically applied in the form.

Object permissions

06 Aug 16:27
Compare
Choose a tag to compare

Adds object-level permissions with Django Rules

Fix minor interface issues

01 Aug 09:31
053dbc1
Compare
Choose a tag to compare
  • Fix Grafana link on tools page
  • Fix datasource lists not showing admin access

Fix revoking bucket access

26 Jul 09:28
32e8705
Compare
Choose a tag to compare

Revoking access to a bucket didn't update the relevant IAM policy, so access was still granted.