Commit Graph

200 Commits (7fbd6215e8b6a6740bba8c6868d8cc2d666ddc5d)
 

Author SHA1 Message Date
Chris Bednarski e2417ddae0 Add coveralls badge 9 years ago
Chris Bednarski 51a14d761c Add go tip to travis 9 years ago
Chris Bednarski 96ff2753a7 Apparently trying to update myself also make travis blow up 9 years ago
Chris Bednarski 482b114db4 Go get with lots of dots makes travis blow up 9 years ago
Chris Bednarski 2d8829c997 Added note about supported builds 9 years ago
Chris Bednarski 09ada4cfb2 Added some extra trims to remove whitespace mid-line 9 years ago
Chris Bednarski 5df9c0f798 Fixed some bugs with the default windows hosts file 9 years ago
Chris Bednarski ef672fb8dc Updated hosts path test for windows 9 years ago
Chris Bednarski 17b38806dc Merge branch 'master' of https://github.com/cbednarski/hostess 9 years ago
Chris Bednarski e147e6e466 Added new builds to support windows and raspberrypi 9 years ago
Chris Bednarski ecbb890213 Merge branch 'master' of https://github.com/cbednarski/hostess 9 years ago
Chris Bednarski 38416be92d Ignore hostess.exe for windows builds
Ignore test case for windows since windows hosts file is empty by default
9 years ago
Chris Bednarski c2ccb716b1 Added default path for windows 9 years ago
Chris Bednarski 4203437444 Added some dots to the makefile so everything runs with vet and test and such 9 years ago
Chris Bednarski b9a25f7aaf Updated the readme 9 years ago
Chris Bednarski cb473d396d Tweak some help text and variable names 9 years ago
Chris Bednarski 429fd977dc Added go get for testify -- not sure why this is needed 9 years ago
Chris Bednarski 182feec8c1 Change some tests to use testify/assert 9 years ago
Chris Bednarski 74f1e08361 Renamed some variables so the intent is clearer 9 years ago
Chris Bednarski 62e9ec8f9a Changed 'data' to 'jsonbytes' 9 years ago
Chris Bednarski 8eb33b712c Added dump and apply commands to provide JSON I/O 9 years ago
Chris Bednarski 46ea48f8e1 This functionality has been superseded by the fix command 9 years ago
Chris Bednarski ec478bd0f0 Fix some docs 9 years ago
Chris Bednarski 400e163b66 Implement -n inside MaybeSaveHostFile 9 years ago
Chris Bednarski ba0968a19d 0/1 failure cases are clever, but inconsistent, so let's not do that. 9 years ago
Chris Bednarski 1b4067c3e9 Clarified aliases 9 years ago
Chris Bednarski 7fb619ef83 Change name so it's more clear that it does double duty 9 years ago
Chris Bednarski 434b1db36d Correct output for enabled / disabled actions 9 years ago
Chris Bednarski 4780643dc9 Make on and off commands use the same function 9 years ago
Chris Bednarski e8acd27dc9 Added aff command and MaybeSaveHostFile 9 years ago
Chris Bednarski 9b4e4ba985 Enable and disable return true / false if they did something 9 years ago
Chris Bednarski 67a150f1dc Changed fix and ls so they don't require -f flag to work 9 years ago
Chris Bednarski d0930958bf Save will actually write to disk now 9 years ago
Chris Bednarski 5f7587e540 Updated readme, now do make && make install 9 years ago
Chris Bednarski d840489baa Fix implementation for ls 9 years ago
Chris Bednarski 93d4b5141b Removed an unused function 9 years ago
Chris Bednarski 5ebed2ed94 Expanded tests for remove to test the full API 9 years ago
Chris Bednarski 4975a4ac17 Remove returns the number of items it acted upon 9 years ago
Chris Bednarski 9ff5aa8d6a Added tests for and fixed implementation for Add behavior with dupes and conflicts 9 years ago
Chris Bednarski 204c8c8a94 Added a doc comment for GetData 9 years ago
Chris Bednarski d6f1220a40 Implemented a real Format call, and GetUniqueIPs to help 9 years ago
Chris Bednarski 06850d8e7c Add a trailing newline to the test case 9 years ago
Chris Bednarski 930ad18681 Uncommented test and fixed test case to match intended behavior 9 years ago
Chris Bednarski beb2cd3397 Removed debug output 9 years ago
Chris Bednarski 9aebb4b8ff Fixed sorting so we can push 127 to the top the list 9 years ago
Chris Bednarski 394f87d739 Make sure coverage.html is generated when tests fail
This has a side effect of making vet and lint run even if tests fail,
which maybe undesirable.
9 years ago
Chris Bednarski 69929e5749 Added tests for hostname formatting 9 years ago
Chris Bednarski 4867ad3e62 Changed TestTrimWS to use Diff for output 9 years ago
Chris Bednarski 1377ff4274 Added MakeSurrogateIP to help with sorting 9 years ago
Chris Bednarski 84a954d8bd Renamed a bunch of variables in Less so they're easier to follow in the code 9 years ago