Skip to content

chore: remove legacy components - sessions+notebooks#3981

Merged
lorenzo-cavazzi merged 3 commits into
mainfrom
lorenzo/remove-legacy-p3
Jan 23, 2026
Merged

chore: remove legacy components - sessions+notebooks#3981
lorenzo-cavazzi merged 3 commits into
mainfrom
lorenzo/remove-legacy-p3

Conversation

@lorenzo-cavazzi
Copy link
Copy Markdown
Member

Remove sessions and related components.
Mind that v2 sessions are still fetched in response to messages from the WebSocket component.

/deploy

@lorenzo-cavazzi lorenzo-cavazzi requested a review from a team as a code owner January 22, 2026 09:31
@RenkuBot
Copy link
Copy Markdown
Contributor

You can access the deployment of this PR at https://renku-ci-ui-3981.dev.renku.ch

@lorenzo-cavazzi lorenzo-cavazzi force-pushed the lorenzo/remove-legacy-p2 branch from a5c16a7 to 6f9ae77 Compare January 22, 2026 10:10
Base automatically changed from lorenzo/remove-legacy-p2 to main January 22, 2026 10:51
@lorenzo-cavazzi lorenzo-cavazzi force-pushed the lorenzo/remove-legacy-p3 branch from 408b1f1 to 81902aa Compare January 22, 2026 11:11
Comment thread client/src/components/Logs.tsx Outdated
import { Loader } from "./Loader";
import ScrollableModal from "./modal/ScrollableModal";

interface NotebookAnnotations {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep this type in a separate source file?

<Routes>
<Route path="/" element={<ProjectSettingsGeneral {...props} />} />
<Route path="sessions" element={<ProjectSettingsSessions />} />
<Route path="sessions" element={null} />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove the route then.

type ResponseNamespaces = GetNamespacesApiResponse["namespaces"];
type ResponseNamespace = ResponseNamespaces[number];

interface PaginatedState<T = unknown> {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: put this type in a better location (e.g. pagination).

Copy link
Copy Markdown
Member

@leafty leafty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@lorenzo-cavazzi lorenzo-cavazzi merged commit ac5459d into main Jan 23, 2026
34 of 37 checks passed
@lorenzo-cavazzi lorenzo-cavazzi deleted the lorenzo/remove-legacy-p3 branch January 23, 2026 09:21
@RenkuBot
Copy link
Copy Markdown
Contributor

Tearing down the temporary RenkuLab deplyoment for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants