1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add utils_test.go, rework fileExists() to return bool
mvogt
as Michael Vogt
More... about 10 years ago
add stringSliceRemove() wrapper
mvogt
as Michael Vogt
More... about 10 years ago
add test for mount/unmount tracking
mvogt
as Michael Vogt
More... about 10 years ago
unexport and move to utils.go
mvogt
as Michael Vogt
More... about 10 years ago
unexport more and move some helpers into utils.go
mvogt
as Michael Vogt
More... about 10 years ago
add more tests, use slice instead of list, unexport some functions
mvogt
as Michael Vogt
More... about 10 years ago
merged trunk
mvogt
as Michael Vogt
More... about 10 years ago
merge lp:~sergiusens/snappy/cli_api_split
mvogt
as Michael Vogt
More... about 10 years ago
move parts that do not need "type Parition" out into standalone functions, remove readOnlyMount member of "type Partition" as this is only needed for MountOtherRootfs()
mvogt
as Michael Vogt
More... about 10 years ago
Making Build() nicer and fixing a couple of issues More... about 10 years ago
Initial split of API and cli. More... about 10 years ago
simplify lsblk to use --output=NAME,LABEL,PKNAME,MOUNTPOINT for partition details detection
mvogt
as Michael Vogt
More... about 10 years ago
add the ability to mock lsblk so that the parition detection is testable
mvogt
as Michael Vogt
More... about 10 years ago
merged lp:~sergiusens/snappy/progress_refactor
mvogt
as Michael Vogt
More... about 10 years ago
use goconfigparser to read the s-i config directly instead of going over the dbus daemon, improve tests along the way
mvogt
as Michael Vogt
More... about 10 years ago
add test for Partition.hardwareSpec
mvogt
as Michael Vogt
More... about 10 years ago
refactor to remove some duplicated code
mvogt
as Michael Vogt
More... about 10 years ago
merge changes from james, add partition.RunWithOther(), make tests work and improve mocks
mvogt
as Michael Vogt
More... about 10 years ago
Refactored the progressmeter to have a more usable api on the webdm side. More... about 10 years ago
Updating readme More... about 10 years ago
Updating package references More... about 10 years ago
* Updated dependencies. More... about 10 years ago
add proper progress interface instead of hard-coding it
mvogt
as Michael Vogt
More... about 10 years ago
snappy/parts.go: add FIXME
mvogt
as Michael Vogt
More... about 10 years ago
add hardcoded progress bar for downloads
mvogt
as Michael Vogt
More... about 10 years ago
show list after install
mvogt
as Michael Vogt
More... about 10 years ago
show output when click is run
mvogt
as Michael Vogt
More... about 10 years ago
fix tests when no /apps or /oem exists
mvogt
as Michael Vogt
More... about 10 years ago
make tests pass again by mocking ReloadConfiguration()
mvogt
as Michael Vogt
More... about 10 years ago
add Reposiotry:Details()
mvogt
as Michael Vogt
More... about 10 years ago