Commit graph

  • 1265b4826d add tests to create an updater instance for GitHub Enterprise rhysd 2018-01-19 18:13:38 +0900
  • f637165ab7 add description about Updater struct usage for GitHub Enterprise rhysd 2018-01-19 18:04:30 +0900
  • d0de60fba1 enable to have enterprise base URL and upload URL rhysd 2018-01-19 17:47:21 +0900
  • 996452a5ed use default HTTP client to download blob from redirect URL rhysd 2018-01-19 17:00:30 +0900
  • d98ca18787 fix handling redirection of GitHub download asset API rhysd 2018-01-19 15:03:47 +0900
  • 6b4eeadeb7 download an asset via GitHub Releases API by default rhysd 2018-01-19 12:05:41 +0900
  • fd492d6b01 create Updater struct to use persistent GitHub API client also for downloading assets rhysd 2018-01-19 11:28:59 +0900
  • 54df18b98c
    Merge pull request #8 from Songmu/tcnksm/go-gitconfig Linda_pp 2018-01-19 00:09:04 +0900
  • 179b999395 support tcnksm/go-gitconfig.GithubToken() Songmu 2018-01-18 19:33:31 +0900
  • cee0f07401 fix tests for symlinks rhysd 2018-01-04 00:26:01 +0900
  • ecfd5d1211 Merge branch 'symlink' rhysd 2018-01-03 23:31:39 +0900
  • ec5a2a1955 enable tests for symlinks on AppVeyor rhysd 2018-01-03 23:16:28 +0900
  • 1064397350 fix tests which used a not-existing path rhysd 2018-01-03 23:13:23 +0900
  • 3a2ffd274f consider the case where executable is symlink rhysd 2018-01-03 23:01:33 +0900
  • 8817d5390d add a test case to check file names of releases can contain version (fix #5) rhysd 2018-01-03 19:06:33 +0900
  • 00163d5092
    Merge pull request #4 from Songmu/os-executable Linda_pp 2018-01-03 00:04:32 +0900
  • f51b648941 use os.Executable instead of using os.Args[0] Songmu 2018-01-02 23:43:45 +0900
  • 533ad72291 more logs on uncompressing archives rhysd 2018-01-01 16:01:42 +0900
  • b2a4d9f099
    Merge pull request #3 from wayneashleyberry/patch-1 Linda_pp 2018-01-01 19:24:17 +0900
  • 2ef1f0d076
    Update README.md Wayne Ashley Berry 2018-01-01 11:21:01 +0200
  • 68bce0b4e5 fix tests for checking prefix of tag name rhysd 2017-12-31 18:39:24 +0900
  • f6766d9880 add more information to Release struct rhysd 2017-12-31 17:30:54 +0900
  • a685f32589 Merge branch 'xz' rhysd 2017-12-31 13:35:44 +0900
  • 0a9c0f7987 add tests for .tar.xz and .xz releases rhysd 2017-12-31 13:35:22 +0900
  • 1a3999baf4 describe xz support in doc rhysd 2017-12-31 12:14:17 +0900
  • f8d9336cde implement xz support rhysd 2017-12-31 12:10:34 +0900
  • 684283e69c fix typo [ci skip] rhysd 2017-12-31 02:19:45 +0900
  • 82b1ad49fc add documents for go-get-release rhysd 2017-12-30 17:40:59 +0900
  • a12335af1a make uncompress() public rhysd 2017-12-30 17:32:14 +0900
  • 291b0ddedf implement a new helper CLI: go-get-release rhysd 2017-12-30 17:31:49 +0900
  • b4e1c152bd add example for running detect-latest-release rhysd 2017-12-30 16:15:49 +0900
  • 597627d0b7 add detect-latest-release command rhysd 2017-12-30 16:14:06 +0900
  • 07bc4f2027 add real world examples rhysd 2017-12-30 15:42:13 +0900
  • a2f4ef8e7e describe how to try an example rhysd 2017-12-30 14:27:31 +0900
  • 51a5df79bb fix releasing executables for windows rhysd 2017-12-30 14:18:51 +0900
  • dd5ef80683 add badges and links to CI and doc and coverage rhysd 2017-12-30 14:14:08 +0900
  • f09afda6e4 Merge branch 'fix-tests-windows' rhysd 2017-12-30 14:04:12 +0900
  • b0a66e95eb consider .exe file extension for command path rhysd 2017-12-30 13:45:19 +0900
  • cf74f35eed consider .exe is added to executable on Windows rhysd 2017-12-30 13:41:34 +0900
  • 75e095f048 run CI on Windows using AppVeyor rhysd 2017-12-30 13:38:11 +0900
  • 0d267357c7 run CI on Travis CI rhysd 2017-12-30 13:32:46 +0900
  • 0cce7553af add more logs rhysd 2017-12-30 13:25:42 +0900
  • fd8fc6616a add an example to update with confirm rhysd 2017-12-30 13:12:56 +0900
  • dde1bc1c6c add license rhysd 2017-12-30 12:55:12 +0900
  • db4d3941f8 describe .exe is also available rhysd 2017-12-30 12:52:59 +0900
  • f1c1ec1871 add introduction to godoc example-1.2.4 rhysd 2017-12-30 12:31:07 +0900
  • fa237fa7bf describe differences from tj/go-update rhysd 2017-12-30 12:13:58 +0900
  • 08f51f54ab revise README rhysd 2017-12-30 11:45:47 +0900
  • f44b3ad7b4 do not calculate header of log when disabled rhysd 2017-12-30 01:40:24 +0900
  • 79d641a2f6 add tests for downloading and updating binary rhysd 2017-12-30 01:37:09 +0900
  • a40a048a1c ignore env.sh rhysd 2017-12-30 00:06:27 +0900
  • 7eef061d32 do not run E2E test on short mode rhysd 2017-12-29 22:50:17 +0900
  • 9cf8d19c61 add tests for uncompressing .zip and .gzip rhysd 2017-12-29 19:34:18 +0900
  • 4e9b48163c seprate uncompress() to another file rhysd 2017-12-29 18:18:30 +0900
  • ed171e0fb6 fix checking response when API returns an error rhysd 2017-12-29 18:14:43 +0900
  • 11f67e340f wip: e2e rhysd 2017-12-28 17:49:01 +0900
  • 0c3940241c tweak fields of Release struct and add docs for them rhysd 2017-12-28 17:39:13 +0900
  • 9c8dc3199b fix an example command and UpdateSelf() rhysd 2017-12-28 17:34:18 +0900
  • 8618b269c4 first implementation of binary update with uncompressing rhysd 2017-12-28 17:30:13 +0900
  • 231184f71b enable to use .gzip for releases rhysd 2017-12-28 13:46:26 +0900
  • 6fe53791b2 allow releases which are not archived rhysd 2017-12-27 13:08:16 +0900
  • 0840390e9e move make-release.sh to scripts/ rhysd 2017-12-27 13:06:51 +0900
  • ca265cb877 show latest version and release notes in example rhysd 2017-12-27 13:01:55 +0900
  • b709a54c2d add document URL and description to Release struct rhysd 2017-12-27 12:16:26 +0900
  • 7cdec8424f consider draft/prerelease and remember asset URL rhysd 2017-12-26 18:45:52 +0900
  • 49bc104362 automatically detect version prefix (and omit it) rhysd 2017-12-26 12:02:00 +0900
  • f0345e54e2 fix typo in README rhysd 2017-12-26 11:48:09 +0900
  • 1124782254 implement logger and DetectLatest() rhysd 2017-12-26 11:45:08 +0900
  • d3edf54df9 add script to release binaries for all platforms rhysd 2017-12-25 17:04:55 +0900
  • 36aa168a14 draft of README and an example command rhysd 2017-12-25 16:32:28 +0900