Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 07, 2018
  3. Aug 06, 2018
  4. Aug 03, 2018
  5. Aug 01, 2018
    • Elliott Hughes's avatar
      Sort the projects when doing checkall. · d14f0f99
      Elliott Hughes authored
      Bug: N/A
      Test: manual
      Change-Id: Ided170a655d5efe5a3026ceb7bd385ed91baa347
      d14f0f99
    • Elliott Hughes's avatar
      Distinguish more clearly between the three states. · 3f73a459
      Elliott Hughes authored
      Showing the things you need to fix in green was surprising to me.
      
      Errors and successfully determining that a project is stale both deserve
      to be red, but use bold so that we can see the projects that need to be
      updated even while there are lots of unsupported METADATA files.
      
      Bug: N/A
      Test: manual
      Change-Id: Idad71a46c675b19d1fa204268c27816375f3e394
      3f73a459
  6. Jul 02, 2018
  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
  8. Jun 26, 2018
  9. Jun 11, 2018
  10. Jun 04, 2018
Loading