ostree/TODO

47 lines
1.7 KiB
Plaintext
Raw Normal View History

2011-11-21 05:49:15 +04:00
* Documentation
2013-08-17 07:19:30 +04:00
- More gtk-doc
2013-02-21 20:18:29 +04:00
* Local metadata packs
- Just to avoid lots of little files on each client
2013-07-23 22:42:07 +04:00
2013-02-21 20:18:29 +04:00
* Hybrid SSL pull (fetch refs over SSL, content via plain HTTP)
2012-07-31 08:15:02 +04:00
* ostree-commit: multithreaded/async (basically compute sha256 in parallel)
2013-07-18 04:20:50 +04:00
- Also speed up devino cache by having a big mmappable file that maps from
(device, inode) -> checksum. We need to keep the cache up to date;
2013-07-18 04:20:50 +04:00
investigate something like http://www.sqlite.org/wal.html for having
a shared file.
2013-02-21 20:18:29 +04:00
2014-01-22 15:11:50 +04:00
* https://bugzilla.gnome.org/show_bug.cgi?id=721799
https://mail.gnome.org/archives/ostree-list/2013-July/msg00005.html
Efficient delta format between commit objects, somewhat like
2013-07-10 08:00:11 +04:00
Chromium autoupdate: set of operations to perform given previous
object set to create new objects.
2013-02-21 20:18:29 +04:00
* Flexible "prune" that allows keeping only a rolling subset of history.
For example, keep the last week, keep at least 1 build a week up
till a year ago, then 1 build a month, etc. Optionally rewrite commit
parent history?
2013-07-10 08:00:11 +04:00
* Tests of corrupted repositories, more error conditions
2013-02-21 20:18:29 +04:00
2013-07-31 04:51:43 +04:00
* Structured output from commandline? ostree --output={table,gvariant} ?
* Better output on a tty - progress bars
Needs size metadata; see https://bugzilla.gnome.org/show_bug.cgi?id=709050
https://bugzilla.gnome.org/show_bug.cgi?id=721799
2013-07-31 04:51:43 +04:00
2014-03-16 03:05:52 +04:00
* Do HTTP requests as unprivileged user (particularly before we've
done GPG verification)
https://bugzilla.gnome.org/show_bug.cgi?id=730037
2014-03-16 03:05:52 +04:00
2014-01-22 15:11:50 +04:00
* Reintroduce "ostree admin install": Could pull in host data,
such as uids and /etc/fstab.
2013-02-21 20:18:29 +04:00
* Possibly move all of the "regular" commands to be "ostree repo" ? Then
we'd have: "ostree repo pull", "ostree repo ls", etc.
2013-11-29 08:45:56 +04:00
* Multiple backends (BTRFS, etc.)
* PackageKit backend