Skip to content
Snippets Groups Projects
  1. Apr 02, 2019
  2. Mar 29, 2019
  3. Mar 27, 2019
  4. Mar 21, 2019
  5. Mar 19, 2019
  6. Mar 15, 2019
  7. Mar 12, 2019
  8. Mar 08, 2019
  9. Mar 07, 2019
  10. Mar 06, 2019
  11. Mar 05, 2019
  12. Feb 28, 2019
  13. Feb 21, 2019
  14. Feb 14, 2019
  15. Feb 08, 2019
    • Lukas Eipert's avatar
      Use correct integrity hash for sprockets caching · 8ccf1ea3
      Lukas Eipert authored
      Use self.integrity_uri over self.hexdigest_integrity_uri(digest), as the
      latter always returned nil leading to improper cache invalidation.
      
      We are alos enabling caching of `tmp/cache/assets/sprockets` again, to
      get those performance gains.
      Unverified
      8ccf1ea3
  16. Feb 07, 2019
  17. Feb 05, 2019
  18. Feb 01, 2019
  19. Jan 23, 2019
    • Achilleas Pipinellis's avatar
      Use the same path of the docs site as in production · 90609411
      Achilleas Pipinellis authored
      This started with
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24339 where a
      broken link was introduced, but the lint checker never caught it.
      
      The docs-lint job does the following:
      
      ```yaml
        script:
          - mv doc/ /tmp/gitlab-docs/content/
          - cd /tmp/gitlab-docs
          # Build HTML from Markdown
          - bundle exec nanoc
          # Check the internal links
          - bundle exec nanoc check internal_links
      ```
      
      It moves the `doc/` dir inside `content` where Nanoc is expecting the
      markdown files to be. It then builds the site and finally checks for
      the links. If the built website was deployed to production, that would
      be under `docs.gitlab.com/doc`.
      
      The interesting part here is that
      `[the logs](/doc/administration/logs.md#productionlog)`
      translates to `<a href="/doc/administration/logs.html#productionlog>`,
      so, Nanoc correctly sees this as an existing file!
      
      This MR changes the path of the docs content to be equal to
      $DOCS_GITLAB_REPO_SUFFIX which is defined as an environment
      variable and takes the value of the slug of each project:
      'ce', 'ee', 'omnibus', 'runner'.
      Verified
      90609411
    • Rémy Coutable's avatar
      Set API_TOKEN in the review-build-cng job · b8843fff
      Rémy Coutable authored
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      Unverified
      b8843fff
  20. Jan 22, 2019
  21. Jan 21, 2019
  22. Jan 17, 2019
  23. Jan 15, 2019
  24. Jan 14, 2019
Loading