| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|\
| |
| |
| |
| | |
Update link to test engineering docs
See merge request gitlab-org/gitlab-ce!31681
|
| | |
|
|/
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|
|
|
| |
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
|
|\
| |
| |
| |
| | |
Remove iamphill from FE Maintainers in codeowners
See merge request gitlab-org/gitlab-ce!31484
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
These branches are frequently updated and automatically deployed to real
environments, there's not really a benefit to building review apps for
them that never get used.
|
|/ |
|
|\
| |
| |
| |
| | |
Use groups in CODEOWNERS file
See merge request gitlab-org/gitlab-ce!31477
|
| |
| |
| |
| |
| |
| | |
Let's dogfood https://gitlab.com/gitlab-org/gitlab-ce/issues/53182
That way we don't need to keep this file up to date.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 9.6.11 -> 9.6.14
* 10.7 -> 10.9
This is done in preparation for upgrading PostgreSQL in Omnibus:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3492
|
|/ |
|
|
|
|
|
|
| |
See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023
This also has been suggested by Tomasz in the MR
|
|
|
|
| |
Changes * to + to be more precise with acceptable branch names
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
| |
Make package-and-qa manual so the default `on_success` doesn't need
to be set on package-and-qa-always.
Remove unnecessary `except: []`
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| |
| |
| | |
Enable Junit reports
Closes #64756
See merge request gitlab-org/gitlab-ce!30931
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30254 Junit
reports were disabled. With
https://gitlab.com/gitlab-com/gl-infra/production/issues/928 and
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30274 solved we
should enable them again.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make Bootsnap available via ENABLE_BOOTSNAP=1
Closes #45230
See merge request gitlab-org/gitlab-ce!30963
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bootsnap speeds up Rails loading and now ships by default with Rails 5.2
apps. We should promote this to a default gem and test it out in
production. This will also make it possible for the Helm Charts to take
advantage of this.
It appears that Bootsnap with Rails 5.2.3 and all the GitLab CE gems
loads fine on an ARM platform now, so it's possible that
https://gitlab.com/gitlab-org/gitlab-ce/issues/34799 has been resolved.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45230
|
| | |
| | |
| | |
| | | |
cc !30979
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The alpine images do not contain a full build toolchain, so if the
pre-compiled node-sass bindings cannot be downloaded, they will error
and break master. By switching to the debian based images, we are able
to compile in case the downloads are not available.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Upload new Knapsack report instead of merging
Closes #64428
See merge request gitlab-org/gitlab-ce!30612
|
| | | |
|
| |/
|/|
| |
| | |
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Export frontend fixtures as pipeline artifact"
Closes #64722 and #59166
See merge request gitlab-org/gitlab-ce!30917
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
|
|/ / |
|
|/ |
|
|
|
|
|
| |
Creates reports for parallel specs and collates them into a single
HTML report and displays results on the merge request.
|
|
|
|
|
|
| |
Using the old link redirects to
https://docs.gitlab.com/ee/development/documentation/index.html
which does not show the mentioned documentation.
|
|\
| |
| |
| |
| | |
Move the gitlab-docs project under gitlab-org
See merge request gitlab-org/gitlab-ce!30620
|
| |
| |
| |
| |
| | |
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs.
For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
|
| |
| |
| |
| | |
Log memory stats after running each spec file and compile the report.
|
|/
|
|
|
| |
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in
https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
|
|
|
|
|
|
|
|
| |
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.
To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
|
|
|
|
| |
Also fixes instances in Markdown that broke the rule.
|
|
|
| |
This reverts merge request !30130
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Use PostgreSQL 9.6.11 in CI tests
See merge request gitlab-org/gitlab-ce!30270
|
| |
| |
| |
| |
| |
| | |
Specify the minor version of postgresql for CI
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|