1. 30 3月, 2017 1 次提交
  2. 06 3月, 2017 1 次提交
  3. 02 3月, 2017 1 次提交
  4. 01 3月, 2017 1 次提交
  5. 27 2月, 2017 1 次提交
  6. 24 2月, 2017 1 次提交
  7. 20 2月, 2017 1 次提交
    • Z
      Transactional mattermost team creation · 444d71e0
      Z.J. van de Weg 提交于
      Before this commit, but still on this feature branch, the creation of
      mattermost teams where a background job. However, it was decided it was
      better that these happened as transaction so feedback could be displayed
      to the user.
      444d71e0
  8. 16 2月, 2017 4 次提交
    • Z
      Improve DRYness of views · 8ddbc435
      Z.J. van de Weg 提交于
      8ddbc435
    • Z
      Add tests for Mattermost team creation · 1a0e54b3
      Z.J. van de Weg 提交于
      1a0e54b3
    • Z
      Create MM team for GitLab group · 297dc701
      Z.J. van de Weg 提交于
      297dc701
    • S
      Fix a number of race conditions that can occur during namespace deletion · 6606a450
      Stan Hu 提交于
      There are two problems in the current implementation:
      
      1. If a project is marked for deletion via the `pending_delete` flag
      and then the namespace was quickly deleted, it's possible that the
      namespace skips over that project and leaves that project in
      an orphaned state.
      
      2. Before namespace deletion, the namespace attempts to clean up
      all the relevant storage paths. However, if all projects have been
      removed synchronously, then the namespace will not be able to clean anything.
      To prevent this, we should load the paths to be deleted before
      actually destroying projects.
      
      The specs were missing this second case due to a permission issue
      that caused project removal never to happen.
      6606a450
  9. 08 2月, 2017 1 次提交
  10. 07 2月, 2017 1 次提交
  11. 03 2月, 2017 1 次提交
  12. 02 2月, 2017 1 次提交
  13. 30 12月, 2016 1 次提交
  14. 26 12月, 2016 1 次提交
  15. 21 12月, 2016 1 次提交
  16. 17 12月, 2016 1 次提交
  17. 22 3月, 2016 1 次提交
  18. 21 3月, 2016 2 次提交
  19. 19 3月, 2016 1 次提交
  20. 18 3月, 2016 1 次提交
  21. 17 3月, 2016 1 次提交
  22. 10 3月, 2016 1 次提交