1. 29 8月, 2017 2 次提交
  2. 01 3月, 2017 1 次提交
    • J
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez 提交于
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
      a0101ebf
  3. 25 2月, 2017 1 次提交
    • S
      Only create unmergeable todos once · 2da8bc3d
      Sean McGivern 提交于
      Previously, we created an unmergeable todo when a merge request:
      
      1. Had merge when pipeline succeeds set.
      2. Became unmergeable.
      
      However, when merge when pipeline succeeds fails due to unmergeability,
      the flag isn't actually removed. And a merge request can become
      unmergeable multiple times, as every time the target branch is updated
      we need to re-check the mergeable status. This means that if the todo
      was marked done, and the MR was checked again, a new todo would be
      created for the same event.
      
      Instead of checking this, we should create the todo from the service
      responsible for merging when the pipeline succeeds. That way the todo is
      guaranteed to only be created when we care about it.
      2da8bc3d
  4. 21 11月, 2016 1 次提交
  5. 06 10月, 2016 1 次提交
  6. 04 10月, 2016 1 次提交
  7. 03 10月, 2016 1 次提交
  8. 07 7月, 2016 1 次提交
  9. 02 7月, 2016 1 次提交
  10. 03 6月, 2016 3 次提交
  11. 17 5月, 2016 1 次提交
    • S
      Create a todo on failing MR build · 6b834f2c
      Sean McGivern 提交于
      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.
      6b834f2c
  12. 22 2月, 2016 1 次提交
  13. 20 2月, 2016 1 次提交
  14. 05 12月, 2015 1 次提交
  15. 02 12月, 2015 1 次提交
  16. 23 11月, 2015 1 次提交
  17. 18 11月, 2015 1 次提交
  18. 03 11月, 2015 1 次提交