- 27 Jul, 2021 25 commits
-
-
Mathieu Parent authored
Changelog: added
-
Matthias Käppler authored
Support setting timelog summary via API See merge request gitlab-org/gitlab!66793
-
Lee Tickett authored
We recentlly added the timelogs.summary column, but don't currently have any mechanmic to populate it. This MR introduces a way to populate via the API. Changelog: added
-
Kushal Pandya authored
Merge branch '336693-Migrate-prevent-forking-checkbox-to-gitlab_ui_checkbox_component' into 'master' Migrate prevent forking checkbox to gitlab_ui_checkbox_component See merge request gitlab-org/gitlab!66701
-
Kushal Pandya authored
Resolve "Start and due dates are incorrectly set on epic creation" See merge request gitlab-org/gitlab!66809
-
Heinrich Lee Yu authored
Remove deprecated runner set up instruction See merge request gitlab-org/gitlab!66252
-
Anna Vovchenko authored
-
Patrick Bajao authored
Remove Trial Suffix from Trial Plan Titles on Billing Page See merge request gitlab-org/gitlab!66578
-
Eulyeon Ko authored
-
Eulyeon Ko authored
Date pickers emit Javascript Date instances and these get converted to datetime strings with timezone info. Ex. a user in UTC+9 timezone picks some date (say July 1). The underlying Date object gets converted to a string that uses UTC+0 as the default timezone and the date may change becuase of this conversion: '2021-07-01 UTC+9 Korean Standard Time' => '2021-06-30T??:??:??Z' Changelog: fixed EE: true
-
Heinrich Lee Yu authored
Tag workers that need their own queue See merge request gitlab-org/gitlab!66553
-
Russell Dickenson authored
Guidelines about using pgbouncer with multi-node Geo sites See merge request gitlab-org/gitlab!66161
-
Gabriel Mazetto authored
-
Ezekiel Kigbo authored
Add security scanners on Vulnerability-Check UI See merge request gitlab-org/gitlab!66117
-
Zamir Martins authored
-
Shinya Maeda authored
Add log count of active jobs See merge request gitlab-org/gitlab!64623
-
Patrick Bajao authored
Add support for propagation correlation IDs from trusted CIDRs See merge request gitlab-org/gitlab!66715
-
Russell Dickenson authored
Revise sentence for clarity about settings See merge request gitlab-org/gitlab!66857
-
Amy Qualls authored
-
David Kim authored
Remove flag guarding batched computation of changes size See merge request gitlab-org/gitlab!66527
-
Mark Lapierre authored
Test Auxiliary viewers with refactor_blob_viewer FF disabled See merge request gitlab-org/gitlab!66816
-
Mark Lapierre authored
Add remote tunnel variable for e2e tests See merge request gitlab-org/gitlab!66656
-
Désirée Chevalier authored
-
Mark Lapierre authored
E2E: large github import spec logging improvements See merge request gitlab-org/gitlab!66810
-
Andrejs Cunskis authored
-
- 26 Jul, 2021 15 commits
-
-
Evan Read authored
Add comment explaining permission table sorting See merge request gitlab-org/gitlab!66856
-
Suzanne Selhorn authored
Removed old logo from image See merge request gitlab-org/gitlab!66860
-
Suzanne Selhorn authored
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to v0.0.59 See merge request gitlab-org/gitlab!66406
-
Russell Dickenson authored
Docs: Update broken url in supported secrets section in the Secret Detection page See merge request gitlab-org/gitlab!66869
-
Stan Hu authored
Ensure even select values in UNION query [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66337
-
Adam Hegyi authored
-
Amy Qualls authored
Switch from multi-line to single-line comments to avoid linting errors See merge request gitlab-org/gitlab!66804
-
Nick Gaskill authored
Collect all troubleshooting information See merge request gitlab-org/gitlab!66827
-
Russell Dickenson authored
-
Mayra Cabrera authored
TW OKR: Review UI text Packagist integration See merge request gitlab-org/gitlab!66769
-
Marcia Ramos authored
-
Mayra Cabrera authored
Quarantine a flaky spec See merge request gitlab-org/gitlab!66855
-
Stan Hu authored
When Gitaly makes internal API calls back to Workhorse in Git hooks, Workhorse previously would generate new correlation IDs, making it hard to trace the entire call flow. In https://gitlab.com/gitlab-org/labkit/-/merge_requests/123, we added the ability to propagate correlation IDs from trusted CIDR blocks. To use this feature, we add two configuraton parameters: * `trusted_cidrs_for_x_forwarded_for` * `trusted_cidrs_for_propagation` If propagation of correlation ID is enabled, `trusted_cidrs_for_x_forwarded_for` tells LabKit what remote IPs can be trusted to use the `X-Forwarded-For` HTTP header to resolve the actual client IP. Note that this parameter is not yet used in Workhorse's remote IP resolution, but it should be. `trusted_cidrs_for_propagation` allows Workhorse to restrict propagation to certain IP ranges. We will want to add the Gitaly servers to this list. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/324836 Changelog: added
-
Mayra Cabrera authored
Quickaction for changing an Issuable severity See merge request gitlab-org/gitlab!66422
-