Skip to content
Snippets Groups Projects
  1. Feb 07, 2017
  2. 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
  3. Jan 20, 2017
  4. Jan 06, 2017
  5. Sep 08, 2016
  6. Aug 10, 2016
  7. Aug 09, 2016
  8. May 05, 2016
  9. Apr 28, 2016
  10. Apr 08, 2016
  11. Apr 07, 2016
  12. Apr 06, 2016
  13. Apr 05, 2016
  14. Mar 31, 2016
  15. Mar 30, 2016
  16. 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
  17. Feb 23, 2016
  18. Feb 18, 2016
  19. Feb 16, 2016
Loading