Skip to content
Snippets Groups Projects
  1. Mar 12, 2019
  2. Mar 08, 2019
  3. Mar 07, 2019
  4. Mar 06, 2019
  5. Mar 05, 2019
  6. Feb 28, 2019
  7. Feb 21, 2019
  8. Feb 14, 2019
  9. 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
  10. Feb 07, 2019
  11. Feb 05, 2019
  12. Feb 01, 2019
  13. 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
  14. Jan 22, 2019
  15. Jan 21, 2019
  16. Jan 17, 2019
  17. Jan 15, 2019
  18. Jan 14, 2019
  19. Jan 09, 2019
  20. Dec 17, 2018
  21. Dec 14, 2018
  22. Dec 11, 2018
  23. Dec 10, 2018
  24. Dec 07, 2018
  25. Dec 06, 2018
  26. Dec 05, 2018
Loading