-
Notifications
You must be signed in to change notification settings - Fork 46
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
Replace stat object with attributes #52
Comments
1 task
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 25, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 26, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 26, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 26, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 26, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 26, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 28, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jun 28, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 4, 2017
joachimmetz
added a commit
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 6, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 19, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 19, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 19, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 19, 2017
joachimmetz
added a commit
that referenced
this issue
Jul 19, 2017
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 18, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 18, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 18, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 18, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 22, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 22, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 22, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Feb 22, 2018
joachimmetz
added a commit
that referenced
this issue
Feb 22, 2018
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Nov 14, 2021
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Nov 14, 2021
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Nov 14, 2021
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Nov 14, 2021
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Nov 14, 2021
joachimmetz
added a commit
that referenced
this issue
Nov 14, 2021
joachimmetz
changed the title
Replace stat with attributes
Replace stat object with attributes
Dec 24, 2021
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Mar 12, 2022
joachimmetz
added a commit
to joachimmetz/dfvfs
that referenced
this issue
Jul 9, 2022
joachimmetz
added a commit
that referenced
this issue
Jul 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stat object is a grab bag of things, move common elements to file entry attributes. Keep a stat attribute for back-ends where it makes sense.
https://github.com/log2timeline/dfvfs/blob/master/dfvfs/vfs/vfs_stat.py#L7
Initial attribute supportMigrate to dfdatetime also see: Migrate to dfdatetime #165https://codereview.appspot.com/323180043/https://codereview.appspot.com/320710043/https://codereview.appspot.com/327880043/expose_type
as public attributehttps://codereview.appspot.com/334500043expose POSIX stat base attributes as a vfs attribute object_GetStatAttribute
support for CPIO - Preparations to remove stat object #614_GetStatAttribute
support for TAR - Preparations to remove stat object #614_GetStatAttribute
support for ZIP - Preparations to remove stat object #615_GetStatAttribute
support for NTFS - Preparations to remove stat object #615GetStatAttribute
file entry interface method - Preparations to remove stat object #615The text was updated successfully, but these errors were encountered: