BigW Consortium Gitlab

  1. 13 Jun, 2016 1 commit
  2. 06 Jun, 2016 2 commits
  3. 02 Jun, 2016 5 commits
  4. 31 May, 2016 1 commit
  5. 25 May, 2016 1 commit
  6. 24 May, 2016 2 commits
  7. 17 May, 2016 1 commit
    • Create a todo on failing MR build · 6b834f2c
      Sean McGivern authored
      When a build fails for a commit, create a todo for the author of the
      merge request that commit is the HEAD of. If the commit isn't the HEAD
      commit of any MR, don't do anything. If there already is a todo for that
      user and MR, don't do anything.
      
      Current limitations:
      - This isn't configurable by project.
      - The author of a merge request might not be the person who pushed the
        breaking commit.
  8. 16 May, 2016 1 commit
    • Make upcoming milestone work across projects · 750b2ff0
      Sean McGivern authored
      Before: we took the next milestone due across all projects in the
      search and found issues whose milestone title matched that
      one. Problems:
      
      1. The milestone could be closed.
      2. Different projects have milestones with different schedules.
      3. Different projects have milestones with different titles.
      4. Different projects can have milestones with different schedules, but
         the _same_ title. That means we could show issues from a past
         milestone, or one that's far in the future.
      
      After: gather the ID of the next milestone on each project we're looking
      at, and find issues with those milestone IDs. Problems:
      
      1. For a lot of projects, this can return a lot of IDs.
      2. The SQL query has to be different between Postgres and MySQL, because
         MySQL is much more lenient with HAVING: as well as the columns
         appearing in GROUP BY or in aggregate clauses, MySQL allows them to
         appear in the SELECT list (un-aggregated).
  9. 13 May, 2016 1 commit
  10. 09 May, 2016 1 commit
  11. 06 May, 2016 1 commit
  12. 25 Apr, 2016 1 commit
  13. 21 Apr, 2016 1 commit
  14. 20 Apr, 2016 7 commits
  15. 19 Apr, 2016 1 commit
  16. 13 Apr, 2016 1 commit
  17. 29 Mar, 2016 2 commits
  18. 21 Mar, 2016 2 commits
  19. 20 Mar, 2016 3 commits
  20. 17 Mar, 2016 3 commits
  21. 16 Mar, 2016 1 commit
  22. 14 Mar, 2016 1 commit