| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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>
|
|\ \
| | |
| | |
| | |
| | | |
Prefer offline install for yarn
See merge request gitlab-org/gitlab-ce!30267
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Squash old migrations
Closes #59177
See merge request gitlab-org/gitlab-ce!30226
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The junit reports are creating 90mb files inside of redis for
`gitlab-ce/ee` project. There is an ongoing production incident
https://gitlab.com/gitlab-com/gl-infra/production/issues/928 that is
because of high CPU uitlaization on the redis nodes. GitLab-ce/ee are
the highest consumers of memory becuase of these junit reports.
This is a bandage until we can scale redis properly.
|
|/ /
| |
| |
| |
| |
| | |
Linting rule not enabled for now
because tooling produces false
positives.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Get memory data after booting app in production
Closes #62722
See merge request gitlab-org/gitlab-ce!30185
|
| |/
| |
| |
| |
| |
| | |
Preload the app in `production` env, hit it with a single request, and
gather total gem memory consumption data using `derailed exec perf:mem`
from `derailed_benchmarks`. Present the result as MR metrics.
|
| |
| |
| |
| |
| | |
We repeat the same code in many places. With the support of multiple
extends, we can clean up several jobs.
|
| |
| |
| |
| | |
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
|
|\ \
| |/
| |
| | |
# Conflicts:
# lib/gitlab/database.rb
|
| |
| |
| | |
This reverts merge request !30031
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Get memory data after booting app in production
Closes #63585
See merge request gitlab-org/gitlab-ce!30031
|
| | |
| | |
| | |
| | |
| | |
| | | |
Preload the app in `production` env, hit it with a single request, and
gather total gem memory consumption data using `derailed exec perf:mem`
from `derailed_benchmarks`. Present the result as MR metrics.
|
| |\ \
| | |/
| |/|
| | |
| | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108
See merge request gitlab-org/gitlab-ce!29604
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Attempt to work around migration spec failures by increasing parallelism
See merge request gitlab-org/gitlab-ce!30130
|