Add task in commit message
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 19 2020
Oct 19 2020
haltode changed the status of T2659: FUSE: add flat commit view to ease batch commit workloads from Open to Work in Progress.
haltode moved T2708: enable FUSE debug option only when loglevel is debug or higher from In progress to Done on the Software Heritage filesystem board.
haltode committed rDFUSE3ad12d7aafeb: fuse: use debug option only when loglevel is debug or higher (authored by haltode).
fuse: use debug option only when loglevel is debug or higher
Rebasing on master.
haltode committed rDFUSEd3cb2178e2eb: cli: move module-level import to function-level to reduce startup time (authored by haltode).
cli: move module-level import to function-level to reduce startup time
haltode changed the status of T2716: FUSE cli.py: move module-level import to function-level to reduce startup time from Open to Work in Progress.
haltode changed the status of T2708: enable FUSE debug option only when loglevel is debug or higher from Open to Work in Progress.
haltode moved T2711: Web API URL setting in configuration file ignored from In progress to Done on the Software Heritage filesystem board.
haltode closed T2711: Web API URL setting in configuration file ignored as Resolved by committing rDFUSE6bb4deb717ee: cli: do not ignore user config when reading global.yml.
haltode committed rDFUSE6bb4deb717ee: cli: do not ignore user config when reading global.yml (authored by haltode).
cli: do not ignore user config when reading global.yml
Rework commit message + remove unnecessary logging warning
Better error messages.
haltode committed rDFUSEe178e7c4e234: fuse: add error handling around HTTP errors (web API) (authored by haltode).
fuse: add error handling around HTTP errors (web API)
Better error messages.
Fix error message style.
haltode changed the status of T2709: hangs with: ERROR:root:Unknown SWHID: 'swh:1:dir:be2222d58268b1ba08e612ed57c21c703653e653' from Open to Work in Progress.
haltode added a comment to T2710: swh-fuse: fails with "'TypeError: Cannot merge a <class 'dict'> with a <class 'NoneType'>" when conffile is empty or commented out.
The configuration parsing/merging is currently done using swh.core.config and should be changed with T1410.
Oct 16 2020
Oct 16 2020
fuse: add error logging in main
haltode committed rDFUSE68c9dcb81572: cli: redirect logging to user syslog when daemonized (authored by haltode).
cli: redirect logging to user syslog when daemonized
Rebasing on master.
haltode moved T2699: FUSE: mount fails silently when --foreground is not specified from In progress to Done on the Software Heritage filesystem board.
cli: fix daemon working directory
haltode closed T2699: FUSE: mount fails silently when --foreground is not specified as Resolved by committing rDFUSE6cf27dddec08: cli: fix daemon working directory.
Move pyfuse3 init inside try/catch
- Rebase on master
- fuse: add error logging in main
haltode changed the status of T2699: FUSE: mount fails silently when --foreground is not specified from Open to Work in Progress.
haltode moved T2654: modprobe fuse on the CI build machine from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2673: FUSE: document configuration file location and syntax from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2663: FUSE: add support for revision objects from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2689: swh-fuse tests are failing on the DENV/tests jenkins job from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2665: FUSE: add support for snapshot objects from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2664: FUSE: add support for release objects from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2700: Lazily load symlinks from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2698: FUSE: mount fail when cache directory is missing from Backlog to Done on the Software Heritage filesystem board.
haltode moved T2678: Have a default location for the configuration file from In progress to Done on the Software Heritage filesystem board.
haltode moved T2705: FUSE CLI: move --config-file option up to "swh fuse" from In progress to Done on the Software Heritage filesystem board.
haltode committed rDFUSEbbcd975f8c8e: cli: move configuration settings up to "swh fuse" (authored by haltode).
cli: move configuration settings up to "swh fuse"
haltode closed T2678: Have a default location for the configuration file as Resolved by committing rDFUSEbbcd975f8c8e: cli: move configuration settings up to "swh fuse".
haltode closed T2705: FUSE CLI: move --config-file option up to "swh fuse", a subtask of T2669: FUSE: add "swh fuse clean" CLI command to clean the cache(s), as Resolved.
haltode closed T2705: FUSE CLI: move --config-file option up to "swh fuse" as Resolved by committing rDFUSEbbcd975f8c8e: cli: move configuration settings up to "swh fuse".
haltode retitled D4282: cli: move configuration settings up to "swh fuse" from cli: move --config-file option up to "swh fuse" to cli: move configuration settings up to "swh fuse".
Rework commit message.
haltode changed the status of T2678: Have a default location for the configuration file from Open to Work in Progress.
haltode changed the status of T2705: FUSE CLI: move --config-file option up to "swh fuse" from Open to Work in Progress.
haltode changed the status of T2705: FUSE CLI: move --config-file option up to "swh fuse", a subtask of T2669: FUSE: add "swh fuse clean" CLI command to clean the cache(s), from Open to Work in Progress.
haltode committed rDFUSEd3a4668ae819: fuse: add support for snapshot artifacts (authored by haltode).
fuse: add support for snapshot artifacts
haltode closed T2665: FUSE: add support for snapshot objects as Resolved by committing rDFUSEd3a4668ae819: fuse: add support for snapshot artifacts.
haltode closed T2665: FUSE: add support for snapshot objects, a subtask of T1926: FUSE filesystem to navigate the archive, as Resolved.
Rebasing on master
Oct 15 2020
Oct 15 2020
Use URL encoding to mangle branch names.
Fixed in 259757e6fc0a.
haltode committed rDFUSE259757e6fc0a: fuse: use lazy symlinks for revisions parents (authored by haltode).
fuse: use lazy symlinks for revisions parents
Use ctx.obj["log_level"] instead of hard-coded INFO
Use dictConfig instead of basicConfig
haltode retitled D4265: cli: redirect logging to user syslog when daemonized from cli: do not close logging's file handlers when daemonized to cli: redirect logging to user syslog when daemonized.
Init logging inside daemonized process
Oct 14 2020
Oct 14 2020
haltode committed rDFUSE11ef971ac1d4: fs: add FuseEntry sub-classes for file, dir, symlink (authored by haltode).
fs: add FuseEntry sub-classes for file, dir, symlink
Move size() implementation to FuseEntry
Remove unnecessary methods in FuseEntry