1
I Use This!
Very High Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Removed Bootloader.GetCurrentBootRootLabel() as this is handled via BlockDevice. More... about 10 years ago
* Record next boot device for grub. * Implement GetNextBootRootLabel() for grub. More... about 10 years ago
add Part and Repository interfaces
mvogt
as Michael Vogt
More... about 10 years ago
* More consts. More... about 10 years ago
* Added u-boot env-var handling. More... about 10 years ago
* Added Grub env-var handling. More... about 10 years ago
* Be explicit about Click and SystemImage inheriting from DataSource. * snappy/command_versions.go: Call new NewSystemImage() constructor function. * snappy/systemimage.go: - Added NewSystemImage() constructor to handle D-Bus setup. - Setup D-Bus connection to system-image server and retrieve information on update status and available updates. More... about 10 years ago
* Add skeletal handling for single rootfs system. More... about 10 years ago
* Pass Partition to DetermineBootLoader() rather than ToggleRootFS() so the Bootloader object can grab a reference at instantiation time. * Rename GrubBootLoader to Grub. * Rename UbootBootLoader to Uboot. * Fixes to allow the u-boot rootfs toggle to work. More... about 10 years ago
* Ignore bootloader update request if system does not have dual root partitions. More... about 10 years ago
* Create snappy uenv config if it's missing. More... about 10 years ago
* Doco. * implemented ToggleRootFS() for u-boot. More... about 10 years ago
* Fix calls to FileExists() - the code can now toggle the rootfs when using grub! More... about 10 years ago
* Introduce Bootloader type. More... about 10 years ago
* Improved fix to only pass args to dispatcher functions. More... about 10 years ago
snappy/command_search.go: remove tablewriter and use tabwriter instead
mvogt
as Michael Vogt
More... about 10 years ago
snappy/dispatcher.go: pass only the arguments to the dispatcher function not the command itself
mvogt
as Michael Vogt
More... about 10 years ago
audit_snap->auditSnap, extract_snap_yaml->extractYamlFromSnap
mvogt
as Michael Vogt
More... about 10 years ago
next iteration on refactor, split commands.go up
mvogt
as Michael Vogt
More... about 10 years ago
Adding README.md More... about 10 years ago
Reordering sources and running "goimports -w ." More... about 10 years ago
* Comments. More... about 10 years ago
* Added in crude privileged check (only for "versions" atm). More... about 10 years ago
* Move dispatcher logic to dispatcher.go for clarity. More... about 10 years ago
* Rework build, search and install to dispatcher model. More... about 10 years ago
* Reworked to use dispatcher model for handling snappy commands. More... about 10 years ago
* Fluff. More... about 10 years ago
* Added Click and SystemImage structs. * datasource tweaks. More... about 10 years ago
* Comments. More... about 10 years ago
* Added DataSource+Part. More... about 10 years ago