1. 20 2月, 2018 1 次提交
  2. 07 2月, 2018 1 次提交
  3. 18 1月, 2018 1 次提交
  4. 17 1月, 2018 1 次提交
    • M
      Initial work to add notification reason to emails · 23a20c20
      Mario de la Ossa 提交于
      Adds `#build_notification_recipients` to `NotificationRecipientService`
      that returns the `NotificationRecipient` objects in order to be able to
      access the new attribute `reason`.
      
      This new attribute is used in the different notifier methods in order to
      add the reason as a header: `X-GitLab-NotificationReason`.
      
      Only the reason with the most priority gets sent.
      23a20c20
  5. 04 1月, 2018 1 次提交
  6. 21 12月, 2017 1 次提交
  7. 18 12月, 2017 1 次提交
  8. 23 11月, 2017 1 次提交
  9. 01 11月, 2017 1 次提交
  10. 30 10月, 2017 1 次提交
  11. 20 9月, 2017 1 次提交
  12. 18 8月, 2017 1 次提交
  13. 17 8月, 2017 1 次提交
  14. 15 8月, 2017 4 次提交
  15. 28 7月, 2017 1 次提交
  16. 27 7月, 2017 3 次提交
  17. 17 7月, 2017 1 次提交
  18. 29 6月, 2017 1 次提交
  19. 15 6月, 2017 1 次提交
  20. 09 6月, 2017 2 次提交
  21. 29 5月, 2017 1 次提交
  22. 20 5月, 2017 1 次提交
  23. 05 5月, 2017 1 次提交
  24. 04 5月, 2017 1 次提交
  25. 03 5月, 2017 1 次提交
  26. 22 4月, 2017 1 次提交
  27. 21 4月, 2017 2 次提交
  28. 20 4月, 2017 1 次提交
  29. 18 4月, 2017 1 次提交
  30. 12 4月, 2017 1 次提交
  31. 10 4月, 2017 1 次提交
  32. 09 4月, 2017 1 次提交
    • D
      Add a name field to the group edit form · d0beb755
      Douglas Lovell 提交于
      Enables user specification of group name vs. name inferred from group path.
      
      Cause new group form to copy name from path
      
      Adds some new page-specific javascript that copies entry from the
      group path field to the group name field when the group name field
      is initially empty.
      
      Remove duplicate group name entry field on group edit form
      
      This corrects the duplicated name entry field and tests that the
      JavaScript does not update the group name field if the user
      edits the group path.  (Editing the group path is not recommended
      in any case, but it is possible.)
      
      Address eslint errors in group.js
      
      Enable group name copy with dispatch and explore group creation
      
      The dispatch and explore group creation forms require the group.js
      asset, and their tests now require testing against poltergeist
      
      Update workflow new group instruction
      
      Update the gitlab basics group creation document
      
      Add a change log entry
      
      Remove unused variable for eslint
      d0beb755
  33. 08 4月, 2017 1 次提交