- Mar 12, 2019
-
-
Marin Jankovski authored
-
- Mar 08, 2019
-
-
Clement Ho authored
-
Adriel Santiago authored
By adding [skip visual] to the commit message the gitlab:ui:visual test can be skipped. This is needed to avoid deadlock situations as exhibited in https://gitlab.com/gitlab-org/gitlab-ui/issues/198
-
- Mar 07, 2019
-
-
Ramya Authappan authored
-
Winnie Hellmann authored
-
- Mar 06, 2019
-
-
Ramya Authappan authored
-
-
Ramya Authappan authored
-
- Mar 05, 2019
-
-
Winnie Hellmann authored
This reverts commit 34293b5a, reversing changes made to fdcfae2a. Conflicts: .gitlab-ci.yml
-
Clement Ho authored
-
Clement Ho authored
-
- Feb 28, 2019
-
-
Ramya Authappan authored
-
- Feb 21, 2019
-
-
Alex Hanselka authored
-
Alex Hanselka authored
-
- Feb 14, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 08, 2019
-
-
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.
-
- Feb 07, 2019
-
-
Lukas Eipert authored
-
Lukas Eipert authored
-
- Feb 05, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 01, 2019
-
-
Rémy Coutable authored
By changing the `review-build-cng` job to be a `single-script-job`, the repository content wasn't there, including the `*_VERSION` files, thus leading to missing variables for components in the triggered pipeline. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 23, 2019
-
-
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'.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 22, 2019
-
-
Stan Hu authored
-
Lin Jen-Shin authored
-
- Jan 21, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24388
-
- Jan 17, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 15, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 14, 2019
-
-
Winnie Hellmann authored
-
Lukas Eipert authored
-
- Jan 09, 2019
-
-
DJ Mountney authored
-
- Dec 17, 2018
-
-
Mark Lapierre authored
Optionally compiling assets when needed for qa jobs proved unworkable so instead we fall back on compiling them for all qa jobs.
-
- Dec 14, 2018
-
-
Jasper Maes authored
-
- Dec 11, 2018
-
-
Marcia Ramos authored
-
- Dec 10, 2018
-
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20654 this job was marked as allowing failures, but this allows developers to ignore the results that Danger produces. Since it's not clear why the job was allowed to fail, and since it's somewhat counter productive, we no longer allow it to fail.
-
Winnie Hellmann authored
-
- Dec 07, 2018
-
-
Stan Hu authored
This check never worked once the global navigation changes were rolled out in https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/362. The global nav will ALWAYS include /ce and /ee links, and the CE and EE repos will never include documentation for both. gitlab-docs now expects the documentation to be in the following directories: * /tmp/gitlab-docs/ce (CE) * /tmp/gitlab-docs/ee (EE) * /tmp/gitlab-docs/omnibus (Omnibus) The problem is that the CE and EE repos will only include one of the first two. Let's disable this check until https://gitlab.com/gitlab-com/gitlab-docs/issues/305 is resolved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55038
-
- Dec 06, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 05, 2018
-
-
Yorick Peterse authored
Apparently disabling it by checking for a variable doesn't actually disable it. [ci skip]
-