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

Filesystem monitoring #59

Open
3 tasks
nitsky opened this issue Mar 13, 2024 · 0 comments
Open
3 tasks

Filesystem monitoring #59

nitsky opened this issue Mar 13, 2024 · 0 comments
Assignees

Comments

@nitsky
Copy link
Member

nitsky commented Mar 13, 2024

  • Add the following tables:
create table artifact_paths (id integer primary key, parent integer, path text not null, mtime integer, artifact text not null);
create table package_paths (path text primary key, package text not null);
  • Add a task to the server that monitors the filesystem and removes entries from the tables as files change.
  • Add entries to the tables when artifacts and packages are checked in.
@nitsky nitsky added this to Roadmap Apr 10, 2024
@nitsky nitsky moved this to In Progress in Roadmap Apr 10, 2024
@nitsky nitsky moved this from In Progress to Under Review in Roadmap Apr 12, 2024
@nitsky nitsky moved this from Under Review to On Deck in Roadmap May 20, 2024
@nitsky nitsky removed this from Roadmap Oct 3, 2024
@nitsky nitsky assigned m-hilgendorf and unassigned m-hilgendorf Dec 17, 2024
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

No branches or pull requests

2 participants