Skip to content

LifeCycle Policies - Squashed#1571

Open
Arnei wants to merge 1 commit intoopencast:developfrom
Arnei:lifecycle-write-squashed
Open

LifeCycle Policies - Squashed#1571
Arnei wants to merge 1 commit intoopencast:developfrom
Arnei:lifecycle-write-squashed

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Apr 8, 2026

Originally #1004.

The old PR for lifecycle policies was old, had many commits and many merges. Creating a squashed commit seemed like the simplest option to bring lifecycle policies from the old history to the new history.

Instead of only being able to view lifecycle policies, this commit lets you edit them, create new ones and even delete them.

Depends on changes to the backend: opencast/opencast#6139. These changes are currently pointed at develop.

To test this, you'll need an Opencast with backend changes mentioned above.

Demonstration:
Bildschirmaufzeichnung vom 2024-12-04 10-45-28.webm

@Arnei Arnei added the type:enhancement New feature or request label Apr 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1571

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1571

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

The old PR for lifecycle policies was old, had many commits and
many merges. Creating a squashed commit seemed like
the simplest option to bring lifecycle policies from the old
history to the new history.
@Arnei Arnei force-pushed the lifecycle-write-squashed branch from 2270051 to 529113d Compare April 8, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant