- 01 Feb, 2022 38 commits
-
-
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
-
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
-
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
-
Steve Abrams authored
Change import access token from repository to registry type.
-
Etienne Baqué authored
Use valid bucket name in Secure Files config examples See merge request gitlab-org/gitlab!79540
-
Kati Paizee authored
-
Paul Slaughter authored
Change type of Web IDE commit button to submit See merge request gitlab-org/gitlab!79259
-
Thomas Chandelle authored
Also remove redundant click listener, already handle by form submit listener https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79259 Changelog: other
-
Paul Slaughter authored
Add darkmode variant for black-normal color See merge request gitlab-org/gitlab!79232
-
Jiaan Louw authored
This resolves the issue where font with color black-normal was not readable in dark-mode. Changelog: fixed
-
Vitaly Slobodin authored
Update dependency @gitlab/stylelint-config to v4 See merge request gitlab-org/gitlab!79507
-
Andrejs Cunskis authored
-
Peter Hegman authored
Fix arrow that was overlapping button in Admin -> Users See merge request gitlab-org/gitlab!79029
-
orozot authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/334035 Changelog: fixed
-
Russell Dickenson authored
Regenerate DAST vulerability check documentation See merge request gitlab-org/gitlab!79501
-
Philip Cunningham authored
- Adds derived documentation
-
Peter Hegman authored
Update icon prop for requirements badge See merge request gitlab-org/gitlab!78412
-
Taurie Davis authored
-
Ezekiel Kigbo authored
Update navigation badge to pajamas styling See merge request gitlab-org/gitlab!79390
-
Paul Slaughter authored
Replace transfer group jquery with GL components See merge request gitlab-org/gitlab!77206
-
Heinrich Lee Yu authored
Enable `security_report_ingestion_framework` FF by default See merge request gitlab-org/gitlab!79364
-
Russell Dickenson authored
Add deprecation warning to Vulnerability-Check docs See merge request gitlab-org/gitlab!79367
-
Nick Gaskill authored
-
Alex Pooley authored
Fix NoMethodError for empty changelog See merge request gitlab-org/gitlab!79481
-
Dylan Griffith authored
Allow cross db mod for a geo service See merge request gitlab-org/gitlab!79286
-
Evan Read authored
Iterating over Azure AD scim configuration steps See merge request gitlab-org/gitlab!79144
-
Asmaa Hassan authored
-
- 31 Jan, 2022 2 commits
-
-
Thong Kuah authored
Use strong_parameters for ForksController#index See merge request gitlab-org/gitlab!79482
-
Marcel Amirault authored
Docs: Add disabling cluster_image_scanning See merge request gitlab-org/gitlab!79518
-