- 16 Sep, 2020 40 commits
-
-
Stan Hu authored
Previously we included the last 30 lines of a job log in notification e-mails to help give some details as to why a pipeline failed, but including these logs in the e-mails has several issues: 1. Often more than 30 lines are needed to understand a build failure. 2. These logs could leak sensitive information. 3. The notification e-mails are scheduled around the same time when the job log is archived to object storage, so the notification service may need to read from a shared volume (NFS). There are race conditions when the file has been archived, and we have to retry when these happen. To avoid these pitfalls, we omit the logs from notification e-mails. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247117
-
Sean McGivern authored
Pass project ID to issue placement worker See merge request gitlab-org/gitlab!42091
-
Natalia Tepluhina authored
[RUN AS-IF-FOSS] Restrict incident list query to available fields See merge request gitlab-org/gitlab!42301
-
Tristan Read authored
-
Nicolò Maria Mezzopera authored
Update design list item component to use GitLab UI classes See merge request gitlab-org/gitlab!42441
-
Natalia Tepluhina authored
-
Olena Horal-Koretska authored
Remove alert detail markdown sections See merge request gitlab-org/gitlab!42183
-
Markus Koller authored
Update Gitaly version See merge request gitlab-org/gitlab!42043
-
Sarah Groff Hennigh-Palermo authored
Visualization of .gitlab-ci.yml static file (MVC) Closes #241722 See merge request gitlab-org/gitlab!40880
-
Frédéric Caplette authored
Add tabs that allow user to switch between the text and the preview of the gitlab-ci.yml files. The preview is a graph that shows job dependencies.
-
Phil Hughes authored
Rename `issuables_list` app to `issues_list` See merge request gitlab-org/gitlab!42366
-
Imre Farkas authored
fix: allow bot account to clone through http (#219551) Closes #219551 See merge request gitlab-org/gitlab!40635
-
Philippe Vienne authored
-
Illya Klymov authored
[FE] Support custom JSON schema validation in the Web IDE See merge request gitlab-org/gitlab!41700
-
Martin Wortschack authored
Adds Web Vitals log to performance bar See merge request gitlab-org/gitlab!42446
-
Bob Van Landuyt authored
Add Instance Statistics to usage ping Closes #233919 See merge request gitlab-org/gitlab!42211
-
Heinrich Lee Yu authored
Expose approvals required and approvals left See merge request gitlab-org/gitlab!42354
-
Thong Kuah authored
Fix the paginated_notes feature flag for groups See merge request gitlab-org/gitlab!42227
-
Olena Horal-Koretska authored
Fix MR Modal Vulnerability Links Overflow Modal See merge request gitlab-org/gitlab!42332
-
Kev authored
-
Vitali Tatarintev authored
Add versioning support to Terraform backend See merge request gitlab-org/gitlab!35211
-
Vitali Tatarintev authored
Make SSH keys publicly accessible Closes #235756 See merge request gitlab-org/gitlab!42288
-
Markus Koller authored
Also add a `Snippet.default_branch` helper with a fallback to the currently hardcoded 'master'.
-
Vitali Tatarintev authored
Speed up spec/lib/gitlab/database/batch_count_spec.rb See merge request gitlab-org/gitlab!42362
-
Vitali Tatarintev authored
Update usage ping data to track file locking methods See merge request gitlab-org/gitlab!40419
-
Paul Slaughter authored
Merge branch '233659-replace-bootstrap-alerts-in-app/views/projects/merge_requests/_mr_title.html.haml' into 'master' Replace bootstrap alerts in app/.../_mr_title.html.haml Closes #233659 See merge request gitlab-org/gitlab!41399
-
-
Evan Read authored
Docs: Clearly emphasise new filter-repo over old methods See merge request gitlab-org/gitlab!42243
-
Katrin Leinweber authored
In 13.0 we were still recommending BFG and filter-branch: https://gitlab.com/gitlab-org/gitlab/-/blob/13-0-stable-ee/doc/user/project/repository/reducing_the_repo_size_using_git.md Keeping them listed here visually highlighted them somewhat and contradicted their qualification as "not recommended".
-
Phil Hughes authored
Geo Replication - Remove hardcoded data Closes #247528 See merge request gitlab-org/gitlab!42255
-
Zack Cuddy authored
There was some leftover packageFile hardcoded properties. This change replaces them with the intended variable. This is required to be generic.
-
Nicolò Maria Mezzopera authored
Preserve environment when editing Network Policies See merge request gitlab-org/gitlab!42148
-
Martin Wortschack authored
Replace LoadingButton with GlButton for the comment dismissal modal Closes #229214 See merge request gitlab-org/gitlab!40882
-
Libor Vanc authored
-
Marcin Sedlak-Jakubowski authored
Add a contribution note about improving tests See merge request gitlab-org/gitlab!42218
-
Nicolò Maria Mezzopera authored
Migrate buttons in remove-cluster-confirmation Closes #219759 See merge request gitlab-org/gitlab!40341
-
Russell Dickenson authored
-
Achilleas Pipinellis authored
Add real result links to the Advanced Searh Syntax examples See merge request gitlab-org/gitlab!41944
-
Changzheng Liu authored
-
Achilleas Pipinellis authored
Updated documentation for --force option and promotion steps See merge request gitlab-org/gitlab!42330
-