Issues
- Move deletion of a site to background a processJJI-635Resolved issue: JJI-635
- Refactor issue tab panel to use ThymeleafJJI-634Resolved issue: JJI-634Mark Rekveld
- Improve support for Jira issue extraction in branch namesJJI-632Resolved issue: JJI-632
- As an user I would like to see the commit message(s) when viewing builds in CIBuilds panelsJJI-631
- Fined grained ACL permissions for jobs and buildsJJI-629
1-5 of 5
1 of 5
Currently sites are deleted asynchronously, but can remain visible in the app while the deletion is underway. Depending on the amount of data to be deleted, this can take some time.
It would be nice if a site would have a similar 'deleted' flag as jobs and builds have and that a background process will handle the deletion of the data.
While the site is still available, it should only be listed in the administration section of the app where an admin can only cancel the deletion by clearing the marker. All other actions should be disabled.