Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Feb 21, 2019
  3. Feb 18, 2019
  4. Feb 12, 2019
  5. Feb 10, 2019
  6. Feb 08, 2019
  7. Jan 24, 2019
  8. Nov 28, 2018
  9. Oct 30, 2018
  10. Sep 11, 2018
  11. Aug 20, 2018
  12. Jul 14, 2018
  13. Jul 09, 2018
  14. Mar 19, 2018
  15. Feb 27, 2018
  16. Feb 26, 2018
  17. Jan 17, 2018
    • Stan Hu's avatar
      Merge branch... · 0424801e
      Stan Hu authored
      Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3'
      
      Filter out sensitive fields from the project services API
      
      See merge request gitlab/gitlabhq!2281
      
      (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7)
      
      2bcbbda0 Filter out sensitive fields from the project services API
      0424801e
  18. Dec 22, 2017
  19. Nov 08, 2017
  20. Oct 24, 2017
  21. Oct 13, 2017
  22. Aug 31, 2017
  23. Aug 28, 2017
  24. Jul 25, 2017
  25. Jun 15, 2017
  26. May 26, 2017
  27. May 10, 2017
  28. Apr 09, 2017
  29. Apr 06, 2017
  30. Apr 05, 2017
  31. Mar 17, 2017
  32. Mar 16, 2017
  33. Mar 07, 2017
  34. Mar 06, 2017
  35. Feb 28, 2017
  36. Feb 25, 2017
  37. Jan 30, 2017
    • Z.J. van de Weg's avatar
      Improve performance of triggered chat commands · 9bd424a3
      Z.J. van de Weg authored
      When the trigger endpoint is called, it has to find the right service
      for the given project. However, the old implementation did much more.
      
      For example, it build a list of the missing services on this project.
      This whole process took about 750ms _each time_. The current
      implementation is expected to perform 10x better, as it only searches in
      the current projects services. Given the service has to be configured
      anyway, this can be done.
      9bd424a3
  38. Jan 22, 2017
Loading