| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed because in `master`, the `gitlab:assets:compile` is
created, but not the `gitlab:assets:compile pull-cache` job, and the
`needs` keyword cannot take jobs that don't exist, thus we have to
create a dedicated job for `master`, with `needs: ["build-qa-image",
"gitlab:assets:compile"]` instead of `needs: ["build-qa-image",
"gitlab:assets:compile pull-cache"]`.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also makes 'package-and-qa-manual' created for 'master' because
it's a valid use-case to run manual QA on 'master'.
Without this change, no pipeline could be created for auto-deploy
branches due to the following error:
The form contains the following error:
package-and-qa-manual: needs 'build-qa-image'
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Don't use ee/.gitlab/ for CI config files
See merge request gitlab-org/gitlab-ce!32351
|
| |
| |
| |
| |
| |
| | |
These files are not available in CE, resulting in CI pipeline failures
when trying to include these files. Since the job is already configured
to only run on EE, we can just include it in both CE and EE.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Make sast & dast artifacts browseable
See merge request gitlab-org/gitlab-ce!32219
|
| | |
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
| |
Make it simpler to run markdownlint by moving it before
we do those hacks to run Nanoc.
|
|\
| |
| |
| |
| |
| |
| | |
Reduce the complexity of our CI configuration
Closes #51367 and #65702
See merge request gitlab-org/gitlab-ce!31728
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/
|
|
|
| |
Aligning with backend maintainers, @gitlab-org/maintainers/database is
now used for codeowners.
|
|
|
|
|
|
|
| |
Change from ruby mdl to node markdownlint, add
config file to root of project, delete old config
file, update exceptions, and fix one doc that
was didn't meet standards
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|
|
|
| |
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
|