Skip to content
Snippets Groups Projects
  1. Feb 23, 2017
  2. Feb 20, 2017
  3. Feb 17, 2017
  4. Feb 09, 2017
  5. Feb 07, 2017
  6. Feb 02, 2017
    • Z.J. van de Weg's avatar
      Prometheus monitoring for GitLab Pages · 1e31fac9
      Z.J. van de Weg authored
      This starts of the prometheus monitoring for GitLab Pages, and
      resolves #42
      
      Point to check:
      - Are the metric names good, keeping Prometheus' conventions in mind?
      - Golang, general style etc
      - Shouldn't I do some voodoo magic to import this in the library?
      1e31fac9
  7. Jan 20, 2017
  8. Jan 06, 2017
  9. Sep 08, 2016
  10. Aug 10, 2016
  11. Aug 09, 2016
  12. May 05, 2016
  13. Apr 28, 2016
  14. Apr 08, 2016
  15. Apr 07, 2016
  16. Apr 06, 2016
  17. Apr 05, 2016
  18. Mar 31, 2016
  19. Mar 30, 2016
  20. Feb 26, 2016
    • Kamil Trzcinski's avatar
      Serve nice 404 page · e4cc703f
      Kamil Trzcinski authored
      e4cc703f
    • Kamil Trzciński's avatar
      Merge branch 'handle-404' into 'master' · 69b75ba9
      Kamil Trzciński authored
      Present user-provided 404 pages
      
      If the 404.html is present in root of project it will be presented instead of generic 404.
      
      **Example:**
      1. If you use the project page (served under /project/) and try to access: `/project/non/exsiting/file` we will try to serve: `/project/404.html`, then `/404.html`.
      
      1. If you use the group page (served under /) and try to access `/non/existing/file` we will try to serve: `/404.html`.
      
      1. If you use custom domain and try to access: `/non/existing/file` we will try to server `/404.html` only.
      
      cc @axil 
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/318
      
      
      See merge request !2
      69b75ba9
  21. Feb 23, 2016
Loading