Skip to content
Snippets Groups Projects
  1. Nov 23, 2013
  2. Sep 17, 2013
  3. Sep 16, 2013
  4. Sep 13, 2013
  5. Sep 12, 2013
  6. Sep 10, 2013
  7. Sep 09, 2013
    • Izaak Alpert's avatar
      API: admin users can sudo commands as other users · e86e8818
      Izaak Alpert authored
      -Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
      e86e8818
  8. Sep 06, 2013
  9. Sep 04, 2013
  10. Sep 03, 2013
  11. Aug 30, 2013
  12. Aug 29, 2013
    • Snooze-'s avatar
      Create satellites during update to 6.0. Fix #4938 · bae719df
      Snooze- authored
      Satellites for projects that were located in the root namespace needs to be recreated once they've been migrated to the creator’s namespace during the upgrade process.
      
      This can be achieved by running the sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production during the update process.
      
      The command has been added to the 5.4 to 6.0 update doc.
      bae719df
  13. Aug 28, 2013
    • Alex Van't Hof's avatar
      Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof authored
      Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
      with existing api urls (e.g. "/projects/:id", etc.)
      
      Fix 500 error resulting from a diff api call with an invalid commit hash
      
      Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
      backwards compatibility.
      
      Add ability to get a single commit via "/commits/:sha"
      59f428dc
  14. Aug 26, 2013
  15. Aug 25, 2013
  16. Aug 22, 2013
  17. Aug 21, 2013
  18. Aug 20, 2013
  19. Aug 19, 2013
  20. Aug 16, 2013
  21. Aug 14, 2013
  22. Aug 09, 2013
  23. Aug 08, 2013
  24. Aug 07, 2013
  25. Aug 04, 2013
  26. Aug 03, 2013
  27. Aug 01, 2013
  28. Jul 30, 2013
Loading