Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Dec 16, 2019
  3. Dec 13, 2019
  4. Dec 11, 2019
  5. Oct 29, 2019
  6. Sep 26, 2019
  7. Sep 18, 2019
  8. Jun 25, 2019
  9. May 13, 2019
    • Bob Van Landuyt's avatar
      Add correlation id to all sentry errors · 4c2f6814
      Bob Van Landuyt authored
      Before this, we were only adding the correlation id to the "acceptable
      exceptions" which we handle in code.
      
      But we need to add it to the default raven context so the information
      would be available for uncaught exceptions.
      4c2f6814
  10. Apr 18, 2019
  11. Dec 18, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  12. Dec 06, 2018
  13. Nov 29, 2018
    • Imre (Admin)'s avatar
      Add config to disable impersonation · bd3a4840
      Imre (Admin) authored
      Adds gitlab.impersonation_enabled config option defaulting to true to
      keep the current default behaviour.
      
      Only the act of impersonation is modified, impersonation token
      management is not affected.
      Unverified
      bd3a4840
  14. Oct 18, 2018
  15. Jul 09, 2018
  16. May 24, 2018
  17. May 10, 2018
  18. Jan 09, 2018
  19. Nov 17, 2017
  20. Nov 02, 2017
  21. Oct 12, 2017
  22. Oct 05, 2017
  23. Sep 29, 2017
  24. Sep 28, 2017
  25. Aug 09, 2017
  26. Jul 27, 2017
  27. Jun 28, 2017
  28. Jun 14, 2017
  29. May 01, 2017
  30. Apr 26, 2017
    • Timothy Andrew's avatar
      Allow admins to sudo to blocked users. · 4dfdef2d
      Timothy Andrew authored
      - Currently, (for example) admins can't delete snippets for blocked users, which
        is an unexpected limitation.
      
      - We modify `authenticate!` to conduct the `access_api` policy check against the
        `initial_current_user`, instead of the user being impersonated.
      
      - Update CHANGELOG for !10842
      4dfdef2d
  31. Apr 21, 2017
  32. Mar 09, 2017
  33. Jan 19, 2017
  34. Dec 23, 2016
Loading