unstract icon indicating copy to clipboard operation
unstract copied to clipboard

[FEAT] File Centric Logging UI

Open jagadeeswaran-zipstack opened this issue 10 months ago • 2 comments

What

  • UI for File Centric Logging

Why

  • File Centric Logging let the user infer the state and status of pipeline and understand what’s going on easily.

How

Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)

Database Migrations

Env Config

Relevant Docs

Related Issues or PRs

Dependencies Versions

Notes on Testing

Screenshots

Checklist

I have read and understood the Contribution Guidelines.

jagadeeswaran-zipstack avatar Feb 19 '25 07:02 jagadeeswaran-zipstack

@jagadeeswaran-zipstack could you please add some screenshots ?.

jaseemjaskp avatar Mar 26 '25 05:03 jaseemjaskp

@jaseemjaskp I've added some screenshots to this PR's description

@jagadeeswaran-zipstack Please check the Sonar issues. Also, I noticed some UI alignment issues from the attached screenshot. The section showing the status (e.g., 'Started') is left-aligned. Please align this section consistently with the sections above and below it.

Fixed the left alignment issue. Regarding sonar issue I tried fixing that but sonar recognizes function call as React component I tried creating new React component and use it there but still throws that issue. So I think we can ignore this issue.

jagadeeswaran-zipstack avatar Mar 27 '25 09:03 jagadeeswaran-zipstack

@jagadeeswaran-zipstack Please check the Sonar issues. Also, I noticed some UI alignment issues from the attached screenshot. The section showing the status (e.g., 'Started') is left-aligned. Please align this section consistently with the sections above and below it.

Fixed the left alignment issue. Regarding sonar issue I tried fixing that but sonar recognizes function call as React component I tried creating new React component and use it there but still throws that issue. So I think we can ignore this issue.

@jagadeeswaran-zipstack pls update the screenshots with fix.

vishnuszipstack avatar Mar 27 '25 10:03 vishnuszipstack

filepath function $$\textcolor{#23d18b}{\tt{passed}}$$ SUBTOTAL
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_logs}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_cleanup}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_cleanup\_skip}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_client\_init}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_get\_image\_exists}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_get\_image}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_get\_container\_run\_config}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_get\_container\_run\_config\_without\_mount}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{runner/src/unstract/runner/clients/test\_docker.py}}$$ $$\textcolor{#23d18b}{\tt{test\_run\_container}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{TOTAL}}$$ $$\textcolor{#23d18b}{\tt{9}}$$ $$\textcolor{#23d18b}{\tt{9}}$$

github-actions[bot] avatar Mar 28 '25 06:03 github-actions[bot]