1. 27 4月, 2017 1 次提交
  2. 03 4月, 2017 1 次提交
  3. 29 3月, 2017 1 次提交
  4. 16 3月, 2017 1 次提交
    • J
      Add 'Undo mark all as done' to Todos · 5f9ace8e
      Jacopo 提交于
      Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done'
      in the 'Todo' tab of the Todo dashboard.
      The operation undos only the todo previously marked as done with the 'Mark al as done' button.
      5f9ace8e
  5. 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
  6. 18 2月, 2017 1 次提交
    • J
      Todo done clicking is kind of unusable. · 26160459
      Jacopo 提交于
      The Done button will change to an Undo button and the line item will be greyed out.
      Bold links will be unbolded.
      The user can undo the task by clicking the Undo button.
      26160459
  7. 09 2月, 2017 1 次提交
  8. 14 1月, 2017 1 次提交
  9. 17 12月, 2016 1 次提交
  10. 11 10月, 2016 1 次提交
  11. 09 9月, 2016 1 次提交
  12. 25 8月, 2016 1 次提交
  13. 18 8月, 2016 2 次提交
  14. 13 8月, 2016 2 次提交
  15. 14 7月, 2016 1 次提交
  16. 30 6月, 2016 1 次提交
  17. 28 6月, 2016 1 次提交
  18. 18 6月, 2016 1 次提交
    • P
      Cache todo counters (pending/done) · f6bfa46d
      Paco Guzman 提交于
      - As todos are created/updated inside the TodoService
      we repopulate the cache just there for both pending/done todos
      - Todos as mark as done from the TodosController we update cache
      there too
      - All the added methods are kept in the User class for cohesion
      f6bfa46d
  19. 17 6月, 2016 1 次提交
  20. 16 6月, 2016 2 次提交
  21. 14 6月, 2016 2 次提交
  22. 10 6月, 2016 1 次提交
  23. 03 6月, 2016 2 次提交
  24. 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
  25. 06 5月, 2016 1 次提交
  26. 31 3月, 2016 2 次提交
  27. 18 3月, 2016 2 次提交
  28. 25 2月, 2016 1 次提交
  29. 20 2月, 2016 5 次提交