introduce new command to sync vdir with db
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
Only looking for mtime of vdir is not reliable, see current failures on travis. If a file in that vdir is only modified and not changed, the mtime of the directory might not change (and won't if the tool changing does not explicitly set the directory's mtime).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions current Travis failures caused by relying on the vdir mtime, but names no files, tests, or command entry point. Start by reproducing or locating those failures and tracing the existing vdir-to-database synchronization; done should be defined as a new command that reliably detects modified files without relying only on the directory mtime.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100