Skip to content
Snippets Groups Projects
  1. Mar 18, 2020
  2. Mar 14, 2020
  3. Mar 11, 2020
  4. Mar 06, 2020
  5. Mar 05, 2020
  6. Feb 27, 2020
  7. Feb 11, 2020
  8. Feb 07, 2020
  9. Nov 13, 2019
  10. Oct 07, 2019
  11. Oct 01, 2019
  12. Sep 16, 2019
  13. Jul 02, 2019
  14. Jun 18, 2019
    • James Fargher's avatar
      Make KubernetesService readonly · 6b9157d5
      James Fargher authored and Thong Kuah's avatar Thong Kuah committed
      We are deprecating this service in favor of instance wide clusters.
      Therefore we removed some code that is not anymore needed for a
      readonly cluster and also we added some flags to allow for this
      deprecation. These flags are to be removed in the next release when
      we finally completelly remove KubernetesService.
      6b9157d5
  15. Jun 13, 2019
  16. Apr 05, 2019
  17. Apr 01, 2019
  18. Sep 06, 2018
  19. Jul 09, 2018
  20. Jul 05, 2018
  21. Apr 05, 2018
  22. Mar 28, 2018
  23. Jan 17, 2018
    • Stan Hu's avatar
    • 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
  24. Jan 04, 2018
  25. Aug 02, 2017
  26. Jul 27, 2017
  27. May 04, 2017
  28. May 03, 2017
  29. Apr 27, 2017
  30. Apr 26, 2017
  31. Jan 26, 2017
  32. Nov 22, 2016
  33. Nov 16, 2016
  34. Oct 07, 2016
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  35. Oct 04, 2016
Loading