- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 26 2020
Nov 26 2020
haltode updated the task description for T2811: FUSE: fix various paper cuts (user testing 2020-11-24).
haltode committed rDFUSE7c694bdcfe78: cli: add traceback in exception logging (authored by haltode).
cli: add traceback in exception logging
cli: remove redundante logging
haltode committed rDFUSE3340589c04e9: cli: only show loaded config in debug and use yaml.dump() (authored by haltode).
cli: only show loaded config in debug and use yaml.dump()
haltode committed rDFUSE1740ecca8a36: requirements: add missing explicit yaml dependency (authored by haltode).
requirements: add missing explicit yaml dependency
haltode retitled D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date from WIP: add date_cache sqlite table to speed up by-date/ to WIP: add date column in metadata cache to speed up by-date/.
haltode updated the diff for D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date.
- Rebasing on master
- Date is now a new column in metadata_cache instead of new table
Nov 25 2020
Nov 25 2020
haltode updated the task description for T2811: FUSE: fix various paper cuts (user testing 2020-11-24).
haltode moved T2802: FUSE: avoid logging normal conditions like ENOENT from In progress to Done on the Software Heritage filesystem board.
fuse: lookup: do not log ENOENT
haltode closed T2802: FUSE: avoid logging normal conditions like ENOENT as Resolved by committing rDFUSEb0c3d77e7ddf: fuse: lookup: do not log ENOENT.
Mention task in commit message
haltode changed the status of T2802: FUSE: avoid logging normal conditions like ENOENT from Open to Work in Progress.
haltode changed the status of T2811: FUSE: fix various paper cuts (user testing 2020-11-24) from Open to Work in Progress.
haltode moved T2784: FUSE: add support for origin visits from In progress to Done on the Software Heritage filesystem board.
fuse: add support for origin artifacts
haltode closed T2784: FUSE: add support for origin visits as Resolved by committing rDFUSE1641a3158f66: fuse: add support for origin artifacts.
Add URL encoding doc
haltode retitled D4583: fuse: add support for origin artifacts from [WIP] fuse: add support for origin artifacts to fuse: add support for origin artifacts.
Add documentation
Add origin unit test
Add snapshot symlink
Add missing else statement
haltode added a revision to T2784: FUSE: add support for origin visits: D4583: fuse: add support for origin artifacts.
Nov 24 2020
Nov 24 2020
haltode added a reviewer for D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date: seirl.
haltode changed the status of T2784: FUSE: add support for origin visits from Open to Work in Progress.
haltode updated the diff for D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date.
Try without fixed delay
haltode updated the diff for D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date.
Extend delay again
haltode updated the diff for D4569: FUSE: cache: add 'date' column in metadata_cache for history/by-date.
Make tox pass?
haltode changed the status of T2803: FUSE history/by-{date,hash} views need an index to improve performances from Open to Work in Progress.
Nov 23 2020
Nov 23 2020
haltode moved T2676: FUSE: write tutorial doc from In progress to Done on the Software Heritage filesystem board.
Nov 20 2020
Nov 20 2020
haltode committed rDFUSEc4dd1c367078: fs: history: clean sharded dir implementation (authored by haltode).
fs: history: clean sharded dir implementation
Rebasing on master
haltode moved T2795: FUSE: fix build failure when pytest try to run gen-api-data.py from Backlog to Done on the Software Heritage filesystem board.
haltode committed rDFUSEb5956b0fa670: tox.ini: fix pytest failure trying to run non-tests script (authored by haltode).
tox.ini: fix pytest failure trying to run non-tests script
Nov 19 2020
Nov 19 2020
Fix name variable style
ensure_cached -> get_cached_subset
Fix string formatting style
Add time optimization for by-date/ partial results by utilizing the metadata cache
Use None instead of -1.
Nov 18 2020
Nov 18 2020
haltode renamed T2795: FUSE: fix build failure when pytest try to run gen-api-data.py from FUSE: fix build failure because pytest try to run gen-api-data.py to FUSE: fix build failure when pytest try to run gen-api-data.py.
haltode triaged T2795: FUSE: fix build failure when pytest try to run gen-api-data.py as Normal priority.
haltode moved T2773: FUSE: add history/by-date/ dir for revision objects from In progress to Done on the Software Heritage filesystem board.
haltode committed rDFUSE430fa0e24981: fs: history: add by-date/ sharded directory (authored by haltode).
fs: history: add by-date/ sharded directory
haltode closed T2773: FUSE: add history/by-date/ dir for revision objects as Resolved by committing rDFUSE430fa0e24981: fs: history: add by-date/ sharded directory.
haltode committed rDFUSE33909eb22572: cache: fix exception when storing empty history (for root commit) (authored by haltode).
cache: fix exception when storing empty history (for root commit)
Rebase on master
haltode retitled D4489: fs: history: add by-date/ sharded directory from WIP: fs: history: add by-date/ sharded directory to fs: history: add by-date/ sharded directory.
Squash commit
New implem using the metadata on-disk cache.
Nov 17 2020
Nov 17 2020
- Rebase on master
- Use asyncio.create_task() instead of asyncio.run_coroutine_threadsafe
haltode committed rDFUSE2be0aa2f2b8c: logging: replace f-strings in logging calls (authored by haltode).
logging: replace f-strings in logging calls
haltode moved T2697: FUSE: add logging mechanism from Backlog to Done on the Software Heritage filesystem board.
Add comment
Nov 16 2020
Nov 16 2020
haltode changed the status of T2773: FUSE: add history/by-date/ dir for revision objects from Open to Work in Progress.
haltode changed the status of T2694: FUSE: add sharding support for top-level dirs from Wontfix to Resolved.
haltode moved T2772: FUSE: add history/by-page/ dir for revision objects from In progress to Done on the Software Heritage filesystem board.
haltode committed rDFUSE5fdda3d1cf97: fs: history: add by-page/ sharded directory (authored by haltode).
fs: history: add by-page/ sharded directory
haltode closed T2772: FUSE: add history/by-page/ dir for revision objects as Resolved by committing rDFUSE5fdda3d1cf97: fs: history: add by-page/ sharded directory.
Use format() instead of lambda
Rebase on master
haltode committed rDFUSE1e09b9b1b2ca: fuse: use logging.exception() instead of .debug() (authored by haltode).
fuse: use logging.exception() instead of .debug()
Move magic number into constant class attributes
haltode changed the status of T2772: FUSE: add history/by-page/ dir for revision objects from Open to Work in Progress.