Skip to content
Snippets Groups Projects
  1. Feb 02, 2019
  2. Feb 01, 2019
  3. Jan 31, 2019
  4. Jan 30, 2019
  5. Jan 29, 2019
  6. Jan 28, 2019
    • Haibo Huang's avatar
      [Updater] Send email when a new version is found · 39aaab6a
      Haibo Huang authored
      Bug: 109748616
      Test: ./updater.sh check kotlinc googletest --json_output=/tmp/res.json
      Test: out/soong/host/linux-x86/bin/external_updater_notifier \
                --result_file=/tmp/res.json \
                --history ~/updater/history \
                --recipients=hhb@google.com
      
      Change-Id: I27a4c1c2604d38106a08ce3eee1bcd03fdce80d7
      39aaab6a
  7. Jan 19, 2019
  8. Jan 18, 2019
  9. Jan 16, 2019
  10. Jan 15, 2019
  11. Oct 03, 2018
  12. Oct 02, 2018
    • Haibo Huang's avatar
      [Updater] Support updating to head of github repo · 8845e1e9
      Haibo Huang authored
      If the version in METADATA is a commit (sha1), the tool will try to
      download the latest master from github, instead of latest release.
      
      Test: update METADATA of androidplot and try to update.
      Change-Id: Id12b797ca152f11d16c4d06c44e30758bec40f24
      8845e1e9
  13. Sep 04, 2018
  14. Sep 01, 2018
    • Haibo Huang's avatar
      [Updater] Support git tag · 0d3810fd
      Haibo Huang authored
      If the upstream is GIT and version is not a hash, updater will try to
      list upstream tags to find a newer version. And suggest to merge from
      that tag.
      
      Change-Id: I34651815c761c78fd0485df0a84adc086a810e9e
      Test: Change googletest/METADATA to follow upstream releases. And run updater.
      0d3810fd
  15. Aug 28, 2018
  16. Aug 27, 2018
    • Haibo Huang's avatar
      [Updater] When checkall, ignore sub dirs when a METADATA is found · 83aed73a
      Haibo Huang authored
      Also case-insensitive sort all dirs
      
      Test: updater.sh checkall
      Change-Id: If0e05cd1cc2acc7834f1c7c59301cefd0ee39eff
      83aed73a
    • Haibo Huang's avatar
      [Updater] Ignore commits brought in by a merge · 80a05427
      Haibo Huang authored
      As an example, if there is commit C (300 days old) in dev branch. Later dev is merged into upstream-master as commit M (2 days old).
      
      Before this change, the updater will say "2 commits (300 days) behind" because both C and M is not in master.
      
      After this change, it will say "1 commit (2 days) behind", which makes more sense.
      
      (This change raises error when there's no merge base between upstream and master. But I think it is expected)
      
      Test: updater.sh check googletest
      Change-Id: I963b378e61677c1f6ea13af0d0f558846040b840
      80a05427
  17. Aug 07, 2018
  18. Aug 06, 2018
Loading