Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
    • alex pooley's avatar
      Cache namespace traversal path · 7fa6bcd8
      alex pooley authored
      Work towards replacing recursive namespace queries with linear queries.
      This commit tracks the path to each namespace, and future work will
      replace recursive queries with queries that utilize this new column.
      7fa6bcd8
  2. Feb 25, 2021
  3. Feb 24, 2021
  4. Oct 16, 2020
  5. Oct 05, 2020
  6. Sep 21, 2020
  7. Sep 18, 2020
  8. Aug 26, 2020
  9. Jul 21, 2020
  10. Jul 14, 2020
    • Jeremy Jackson's avatar
      Remove the restriction of trial_end date · 4269ea6c
      Jeremy Jackson authored
      - This removes the restriction so we can mark expired trials in
      customers as expired in gitlab, and be consistent about providing trial
      dates, regardless of if it’s in the past or not.
      4269ea6c
  11. Jul 07, 2020
  12. Jun 29, 2020
    • Nicolas Dular's avatar
      Add Namespace API to set additionally purchased storage · 76178869
      Nicolas Dular authored and Nicolas Dular's avatar Nicolas Dular committed
      This exposes the params `additional_purchased_storage_size` and
      `additional_purchased_storage_ends_on` in our Namespace API and
      the possibility to set them for admin users.
      
      This API will be used by customer portal when additional storage
      packages get bought
      76178869
  13. Jun 05, 2020
  14. Jun 03, 2020
  15. Apr 10, 2020
  16. Apr 02, 2020
  17. Apr 01, 2020
  18. Feb 26, 2020
  19. Feb 19, 2020
  20. Feb 11, 2020
  21. Feb 04, 2020
  22. Dec 20, 2019
  23. Dec 11, 2019
  24. Nov 28, 2019
  25. Sep 26, 2019
  26. Aug 16, 2019
    • Oswaldo Ferreir's avatar
      Add an Upgrade button to Group's billings page · e2953bd3
      Oswaldo Ferreir authored and Paul Slaughter's avatar Paul Slaughter committed
      It adds an upgrade button to the group billings
      page that redirects to the customers portal
      upgrade checkout page.
      
      If the user is not logged in at the portal he/she
      will be automatically redirected after the login
      process.
      
      If the user is at the latest tier, the button
      won't be presented.
      e2953bd3
  27. Jul 16, 2019
  28. Jul 05, 2019
  29. Jun 12, 2019
  30. Apr 24, 2019
  31. Apr 19, 2019
  32. Apr 04, 2019
  33. Dec 18, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · 77b85029
      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 }`
      77b85029
  34. Dec 07, 2018
  35. Jul 09, 2018
Loading