- 01 Feb, 2022 40 commits
-
-
Bob Van Landuyt authored
Upgrade GitLab Pages to 1.53.0 See merge request gitlab-org/gitlab!79628
-
Enrique Alcántara authored
Geo Sites - Filter By Status See merge request gitlab-org/gitlab!79070
-
Stan Hu authored
Fix NoMethodError when commit is missing See merge request gitlab-org/gitlab!79553
-
Stan Hu authored
Don't notify Sentry about PreReceiveErrors See merge request gitlab-org/gitlab!79558
-
Susan Tacker authored
Added guidance for "guide" and "FAQ" See merge request gitlab-org/gitlab!79533
-
Peter Leitzen authored
Pass formats explicitly when rendering .md file See merge request gitlab-org/gitlab!75781
-
Stan Hu authored
Add Blob#symlink? boolean method See merge request gitlab-org/gitlab!79590
-
Phil Hughes authored
Change sort order of packages and packageFiles See merge request gitlab-org/gitlab!79608
-
Olena Horal-Koretska authored
Update policy drawer to include tabs See merge request gitlab-org/gitlab!78608
-
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
-
Zack Cuddy authored
This change adds top level filtering for the Geo Sites page. This allows users to filter by the health status of their nodes. This status is stored in the query param as well so that a refresh will retain the filter. Changelog: changed EE: true
-
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
-
Vladimir Shushlin authored
Changelog: added
-
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
-