kernelci / kernelci/dashboard

Add endpoint to retrieve sqlite data

Open
#1,579 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Backend enhancement
Dominant language
Python
Stars
9
Forks
31
Avg merge
3d 19h
Merged PRs (30d)
16

Description

We have some information stored in sqlite databases in production that are not accessible. We should create endpoints that access that data, or maybe simply send out the entire sqlite file. Remembering that the notifications are just queries made in kcidb, and they are sent to a public mailing list, there is no personal information on them and we only store data about when and which notification was sent.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or existing entry points. First locate how production SQLite databases and notification data are stored, then determine whether the intended outcome is an API endpoint or downloadable SQLite file. Done means the agreed public access path retrieves the stated notification data without exposing personal information.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, sqlite
Domain
api, backend, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.