Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
    • Stan Hu's avatar
      Filter secret variable values from logs · efbe0768
      Stan Hu authored
      Right now Project::VariablesController users the `value` parameter to send the
      secret variable value. `value` is a pretty generic term and could be used in
      other controllers, but for now it's better to err on the side of caution and
      filter this out.
      
      Closes #43313
      efbe0768
  2. Feb 09, 2018
    • Brett Walker's avatar
      make sure there is a dependency on Gitlab::CurrentSettings is · 54d88e06
      Brett Walker authored
      This fixes an issue where the Rails autoload system would throw various `Unable to autoload constant` errors (such as `Unable to autoload constant EE::ProjectsHelper`) when using the autoload system (such with `spring` or `reload!` in the rails console.
      
      This error was specifically ocurring in the EE code, however, it's seems reasonable to place the fix in CE as a general innoculation.
      54d88e06
  3. Jan 26, 2018
  4. Jan 25, 2018
  5. Jan 11, 2018
  6. Dec 21, 2017
  7. Dec 14, 2017
  8. Nov 17, 2017
  9. Oct 06, 2017
    • Toon Claes's avatar
      Create idea of read-only database · d1366971
      Toon Claes authored
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
  10. Oct 04, 2017
  11. Sep 25, 2017
  12. Sep 10, 2017
  13. Aug 31, 2017
    • Stan Hu's avatar
      Filter additional secrets from Rails logs · d74fecac
      Stan Hu authored
      Upon inspection of logs, there were a number of fields not filtered. For example:
      
      * authenticity_token: CSRF token
      * rss_token: Used for RSS feeds
      * secret: Used with Projects::UploadController
      
      Rails provides a way to match regexps, so we now filter:
      
      * Any parameter ending with `_token`
      * Any parameter containing `password`
      * Any parameter containing `secret`
      d74fecac
  14. Aug 08, 2017
  15. Aug 07, 2017
  16. Aug 04, 2017
  17. Jul 11, 2017
  18. Jul 07, 2017
  19. Jul 06, 2017
  20. Jul 05, 2017
  21. Jun 28, 2017
  22. Jun 21, 2017
    • Phil Hughes's avatar
      Top navigation redesign · c5f25f65
      Phil Hughes authored
      Start of the new navigation by redesigning just the top navigation menu.
      This is only shown when a cookie is set.
      
      Part of #32794
      c5f25f65
  23. Jun 09, 2017
  24. May 24, 2017
  25. May 16, 2017
  26. May 15, 2017
  27. May 09, 2017
  28. May 04, 2017
  29. Apr 28, 2017
  30. Apr 03, 2017
  31. Mar 16, 2017
Loading