Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 20, 2020
  3. Mar 10, 2020
  4. Mar 03, 2020
  5. Feb 27, 2020
  6. Feb 07, 2020
  7. Feb 06, 2020
  8. Jan 24, 2020
  9. Jan 10, 2020
  10. Dec 20, 2019
  11. Dec 12, 2019
  12. Dec 10, 2019
  13. Nov 05, 2019
  14. Oct 23, 2019
  15. Oct 17, 2019
  16. Oct 16, 2019
  17. Sep 02, 2019
  18. Aug 30, 2019
  19. Aug 15, 2019
  20. Jul 25, 2019
  21. Jul 23, 2019
  22. Jul 12, 2019
  23. Jul 11, 2019
    • Mario de la Ossa's avatar
      Banzai - avoid redis if attr is in DB cache · e5705f5c
      Mario de la Ossa authored
      When cache_collection_render runs we end up reading and writing
      things to redis even if we already have the rendered field cached
      in the DB. This commit avoids using redis at all whenever we have
      the field already rendered in the DB cache.
      Unverified
      e5705f5c
  24. Jun 05, 2019
  25. Apr 17, 2019
    • Patrick Derichs's avatar
      Fix unexpected extra notification mails · 5dad9a30
      Patrick Derichs authored
      Using custom_action and recipient filtering
      
      Add more generic filtering to user_ids_notifiable_on
      
      Add changelog entry
      
      Remove commented class
      
      Method is no longer needed
      
      Overloading no longer required
      
      Filter by action just in case of custom notification level
      
      Add participant check
      
      Fix unexpected extra notification mails
      
      Using custom_action and recipient filtering
      
      Add more generic filtering to user_ids_notifiable_on
      
      Add changelog entry
      
      Remove commented class
      
      Method is no longer needed
      
      Overloading no longer required
      
      Filter by action just in case of custom notification level
      
      Fix comment
      
      Add repond_to? checks
      
      Reverted custom_action filtering
      
      Enhanced output of should_email helper
      
      Changed :watch to :participating for custom notifiable users
      
      Change spec variable name
      
      Enhanced participating check
      
      These conditions are no longer needed
      
      Fix custom notification handling for participating type
      
      Participating level should include maintainers
      
      Fixed add_guest notification
      
      Fix successful pipeline notification
      
      Refactoring: Use maintainer? method on team instead
      
      Add spec for new_issue: true for a custom group setting
      which should have lower prio than an available project setting
      
      Clean up specs
      5dad9a30
  26. Apr 11, 2019
  27. Apr 09, 2019
  28. Apr 08, 2019
  29. Apr 05, 2019
  30. Feb 27, 2019
  31. Jan 31, 2019
    • Jan Provaznik's avatar
      Sent notification only to authorized users · 4d7fa59a
      Jan Provaznik authored
      When moving a project, it's possible that some users who had
      access to the project in old path can not access the project
      in the new path.
      
      Because `project_authorizations` records are updated asynchronously,
      when we send the notification about moved project the list of project
      team members contains old project members, we want to notify all these
      members except the old users who can not access the new location.
      Unverified
      4d7fa59a
  32. Jan 23, 2019
    • Jan Provaznik's avatar
      Sent notification only to authorized users · 022f60e8
      Jan Provaznik authored
      When moving a project, it's possible that some users who had
      access to the project in old path can not access the project
      in the new path.
      
      Because `project_authorizations` records are updated asynchronously,
      when we send the notification about moved project the list of project
      team members contains old project members, we want to notify all these
      members except the old users who can not access the new location.
      022f60e8
  33. Dec 19, 2018
  34. Dec 12, 2018
  35. Dec 06, 2018
  36. Nov 02, 2018
  37. Sep 06, 2018
  38. Jul 11, 2018
  39. Jul 09, 2018
Loading