- Apr 02, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 29, 2019
-
-
Lukas Eipert authored
-
- Mar 27, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 21, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 19, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 15, 2019
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Mar 12, 2019
-
-
Marin Jankovski authored
-
Stan Hu authored
Instead of inserting a row after each example to an external database, we save the CI profiling reports into the `rspec_profiling` directory and insert the data in the update-tests-metadata CI stage. This should make each spec run faster and also reduce the number of PostgreSQL connections needed by concurrent CI builds. `scripts/insert-rspec-profiling-data` also inserts one file at a time via the PostgreSQL COPY command for faster inserts. The one side effect is that the `created_at` and `updated_at` timestamps aren't available since they aren't generated in the CSV. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10154
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 08, 2019
-
-
Winnie Hellmann authored
-
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
-