- 01 Feb, 2022 40 commits
-
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses template_finder_spec See merge request gitlab-org/gitlab!75226
-
Kushal Pandya authored
Change create merge request from issue flow See merge request gitlab-org/gitlab!79227
-
Alex Kalderimis authored
Revert pages upgrade, roll back to 1.51.0 See merge request gitlab-org/gitlab!79620
-
Jan Provaznik authored
REST: Fix scope of /groups/:id/runners?type endpoint See merge request gitlab-org/gitlab!79447
-
Pedro Pombeiro authored
Changelog: fixed
-
Jacob Vosmaer authored
Add Gnu build-id to workhorse go binaries See merge request gitlab-org/gitlab!78721
-
Grzegorz Bizon authored
Update CI/CD data decay blueprint with new content and links See merge request gitlab-org/gitlab!79110
-
Matthias Käppler authored
Drop `memory-static` CI job code See merge request gitlab-org/gitlab!79442
-
Olena Horal-Koretska authored
Update dependency @gitlab/ui to v33.1.2 See merge request gitlab-org/gitlab!79324
-
Jacques Erasmus authored
Tooltip added to ellipsis link in file repository See merge request gitlab-org/gitlab!79253
-
Bob Van Landuyt authored
This reverts merge request !79529
-
Etienne Baqué authored
RSpec/MultipleMemoizedHelpers: Move pending offenses into .rubocop_todo/ See merge request gitlab-org/gitlab!79537
-
Simon Knox authored
Feat(SM: Subscription History): add future subscr See merge request gitlab-org/gitlab!79015
-
Matthias Käppler authored
Always return booleans from RackAttack request predicate methods See merge request gitlab-org/gitlab!79528
-
Mikołaj Wawrzyniak authored
Remove rubocop rule for lb with deduplication See merge request gitlab-org/gitlab!79241
-
Grzegorz Bizon authored
-
Matthias Käppler authored
Blob refactor: Fix/update blob show specs See merge request gitlab-org/gitlab!78541
-
Jacques Erasmus authored
Fixed the blob show specs for the blob refactor
-
Bob Van Landuyt authored
Remove pipeline.environments association See merge request gitlab-org/gitlab!79494
-
Bob Van Landuyt authored
Hide subs expiration banner before eligible See merge request gitlab-org/gitlab!77625
-
Bob Van Landuyt authored
Make Gitlab::UsageData.uncached_data private See merge request gitlab-org/gitlab!79198
-
Savas Vedova authored
Fix undefined this in toMatchInterpolatedText, clearer error message See merge request gitlab-org/gitlab!79386
-
Vamsi Vempati authored
-
Matt Smiley authored
By default, go binaries currently include only a Go build-id, but it is also useful to include a Gnu build-id. Providing a Gnu build-id in a binary enables more robust support for Gnu profiling, tracing, and debugging tools. For example, it prevents an ugly scenario where the wrong symbols are used when analyzing a profile that was captured prior to a recent install of that binary. Like all build-ids, the Gnu build-id must be unique. Ideally it should also be deterministic, as that supports repeatable builds, which in turn enable supply chain integrity validation, equivalency testing, etc. The Go build-id has both properties: unique and deterministic. Here we generate a Gnu build-id based on the Go build-id, inheriting those 2 properties. We hope to make this an automatic behavior of go build in the future, reducing overhead and risk. But for now, this approach approximates the required certainty of uniqueness (including differentiating between builds that use the same source code but different versions of go or statically linked libraries).
-
Savas Vedova authored
Merge branch '350491-add-indeterminate-state-to-select-all-checkbox-on-vulnerability-report' into 'master' Add indeterminate state to select all checkbox on vulnerability report See merge request gitlab-org/gitlab!79398
-
Daniel Tian authored
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79398 EE: true
-
Anshul Riyal authored
Tooltip i.e. “Go to parent directory” is added to the ellipsis link in file repository. Changelog: added See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/79253
-
Jarka Košanová authored
Fix exception when epic has no author See merge request gitlab-org/gitlab!79252
-
Mikołaj Wawrzyniak authored
Update to ruby-magic v0.5.4 See merge request gitlab-org/gitlab!79388
-
Natalia Tepluhina authored
Enable Configure with a MR button for Container Scanning See merge request gitlab-org/gitlab!79202
-
Alan (Maciej) Paruszewski authored
Changelog: added EE: true
-
Natalia Tepluhina authored
Make environment pin work with GraphQL See merge request gitlab-org/gitlab!79439
-
Natalia Tepluhina authored
Remove `vue_epics_list` and Epics list legacy code See merge request gitlab-org/gitlab!79404
-
nmilojevic1 authored
- Fix some idempotent wokers
-
Phil Hughes authored
Changes the flow from the create a merge request dropdown to instead go to the create form instead of directly creating a new merge request. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/349566
-
Andrejs Cunskis authored
E2E: Quarantine issue migration spec on staging See merge request gitlab-org/gitlab!79604
-
Stan Hu authored
There are no code changes here, but the main difference is to fix a problem with the release package that failed to include: 1. The tarball for libfile. 2. A patch to disable building of documentation and tests for libfile. This should make installs more reliable and avoid the need for downloading from a remote mirror. Relates to https://github.com/kwilczynski/ruby-magic/issues/28 Diff: https://my.diffend.io/gems/ruby-magic/0.5.3/0.5.4 Changelog: changed
-
Rémy Coutable authored
Fix incorrect render in JUnit merge UI with null or blank name value See merge request gitlab-org/gitlab!79539
-
Diana Logan authored
Change title of tutorials page to match nav See merge request gitlab-org/gitlab!79607
-
David Fernandez authored
Fix import JWT payload See merge request gitlab-org/gitlab!79218
-