Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotation saving/fetching from a dashboard to sqlite db #2

Closed
wants to merge 1 commit into from

Conversation

dsariel
Copy link

@dsariel dsariel commented Apr 27, 2023

This change makes possible saving information related to a job status in a database from the dashboard by adding three vertical dots button next to a job status box (e.g when indicates failure). That enables opening a dialog box fetching/saving any note (usually a link to the issue) from/to the sqlite db.

<project, branch, pipline, job> -> note

Note that the change enabling us to establish effective triaging process.

zjb/server.py Outdated Show resolved Hide resolved
@dsariel dsariel marked this pull request as draft May 10, 2023 08:39
zjb/server.py Outdated Show resolved Hide resolved
@dsariel dsariel force-pushed the save-fetch-notes branch 3 times, most recently from fad6414 to 8503ff1 Compare May 10, 2023 11:11
@dsariel dsariel marked this pull request as ready for review May 10, 2023 11:12
zjb/db.py Outdated Show resolved Hide resolved
zjb/db.py Outdated Show resolved Hide resolved
zjb/templates/results.html.j2 Show resolved Hide resolved
This change makes possible saving information related to a job status in a database from the dashboard
by adding three vertical dots button next to a job status box (e.g when indicates failure).
That enables opening a dialog box fetching/saving any note (usually a link to the issue) from/to the sqlite db.

    <project, branch, pipline, job> -> note

This is the first change in order to enable to establish effective triaging  process using Zuul dashboard.
It adds modal dialog box. I.e.

  <project, branch, pipline, job> -> <textarea, cancel btn, save btn>

Next chage is supposed to connect buttons to fetching/saving operations from/to sqlite db.
@sdatko
Copy link
Owner

sdatko commented May 11, 2023

Closed in favor of:
#3
#4
#5

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.

None yet

2 participants