Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
    • Rémy Coutable's avatar
      Merge branch '59-git-tracing' into 'master' · 0b4fd0af
      Rémy Coutable authored
      Enable GIT_TRACE_PERFORMANCE through a config variable.
      
      The value of the variable must an absolute path needs to exist so we’re able to check if we can write in that file. Because in the 
      case we cannot write we’ll throw a warning to the output of the users.
      
      ```sh
      ~/dev/gitlab/local/pacoguzman/gitlab-ce (master=)$ git push origin master
      warning: could not open '/wadus' for tracing: Permission denied
      Everything up-to-date
      ```
      
      Closes #59
      
      See merge request !91
    • Paco Guzman's avatar
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the... · 192e2bd3
      Paco Guzman authored
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the git_trace_log_file config key
      
      The value of the variable if present must be a writable absolute path. If it’s
      not the case we log a proper message and not enable tracing to not throw output to the users.
      192e2bd3
  2. Sep 26, 2016
  3. Sep 23, 2016
  4. Sep 20, 2016
  5. Sep 08, 2016
  6. Sep 06, 2016
  7. Sep 02, 2016
  8. Aug 26, 2016
  9. Aug 19, 2016
  10. Aug 18, 2016
  11. Aug 11, 2016
  12. Aug 10, 2016
  13. Aug 05, 2016
  14. Aug 04, 2016
  15. Aug 03, 2016
  16. Aug 02, 2016
    • Jacob Vosmaer (GitLab)'s avatar
      Improve authorized_keys check · f9a55789
      Jacob Vosmaer (GitLab) authored
      The old check only looked if authorized_keys exists. With this change, we look
      whether we can actually open the file for reading and writing. When this fails
      we try to print useful diagnostic information.
      f9a55789
  17. Aug 01, 2016
Loading