Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. Jan 18, 2019
  3. Sep 04, 2018
  4. 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
  5. Aug 27, 2018
    • 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
  6. Aug 06, 2018
    • Haibo Huang's avatar
      [Updater] Prefer url similar to previous one · 9dcade4c
      Haibo Huang authored
      This change computes edit distant between old url and each of new urls.
      And use the url most like previous one.
      
      Test: update any library
      Change-Id: I959a22168652c7543da2cdb29d36a1d061ade7e9
      9dcade4c
  7. Jun 29, 2018
    • Haibo Huang's avatar
      Support GIT upstream · 24950e79
      Haibo Huang authored
      Add the support to check how far a project is behind upstream git.
      
      Still need to manually run git merge. But this tool can help update
      METADATA. :)
      
      Test: ./updater.sh update perf_data_converter
      Change-Id: Ic46a0eb723ae22f0fc7d61a67a14299761b564a4
      24950e79
Loading