- 14 Sep, 2021 40 commits
-
-
Aleksei Lipniagov authored
We are deprecating the method instrumentation the way we implemented it, as we are not using the data produced by the instrumented classes and methods while the approach: - redefines every method with metaprogramming/monkey patching - makes some assumptions on the method arity which is tricky to test and may be prone to errors - appears almost on every trace, so it could mask the real issue with the argument mismatch - does something that the profiler should do, but with the custom solution - adds performance & memory penalty to our call chain The implementation itself would be removed in next MRs, to have smaller iterations and reduce the risks. Changelog: removed
-
Russell Dickenson authored
Lack of ipv6 support update See merge request gitlab-org/gitlab!70240
-
Isaac Dawson authored
-
Lin Jen-Shin authored
Resolve "Fix jest:minimal rule for graphql" See merge request gitlab-org/gitlab!70129
-
Natalia Tepluhina authored
Remove feture-flag from Frontend See merge request gitlab-org/gitlab!70120
-
Julian Thome authored
-
Mark Chao authored
Update CustomersDot URL with CloudFlare IP See merge request gitlab-org/gitlab!70117
-
Marcia Ramos authored
Add rake task `rubocop:todo:generate` See merge request gitlab-org/gitlab!69112
-
Marcia Ramos authored
Clarify documentation about feature-flagged GraphQL entities See merge request gitlab-org/gitlab!69582
-
Paul Gascou-Vaillancourt authored
-
Marcia Ramos authored
Updated vendored cluster management project tpl See merge request gitlab-org/gitlab!69405
-
Martin Wortschack authored
Re-instate missing padding for stage popovers See merge request gitlab-org/gitlab!69831
-
Ezekiel Kigbo authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!70263
-
Etienne Baqué authored
Increase Ci::Minutes:AdditionalPack purchase_xid text limit See merge request gitlab-org/gitlab!70064
-
Lin Jen-Shin authored
Revert "Merge branch 'workaround-downloading-mapping' into 'master'" See merge request gitlab-org/gitlab!70259
-
Alex Kalderimis authored
Reimplement tree pagination for Rugged See merge request gitlab-org/gitlab!69480
-
GitLab Release Tools Bot authored
-
Tiger Watson authored
Dynamically read pool sizes for LB configurations See merge request gitlab-org/gitlab!70060
-
Kushal Pandya authored
Add feature specs for On-demand scans [RUN ALL RSPEC] See merge request gitlab-org/gitlab!70141
-
Heinrich Lee Yu authored
Add worker_class argument to Sidekiq queues APIs See merge request gitlab-org/gitlab!70179
-
Bob Van Landuyt authored
Update the examples in the query recorder docs See merge request gitlab-org/gitlab!70184
-
Albert Salim authored
Use a different project path for license_finder for JH See merge request gitlab-org/gitlab!70192
-
Bob Van Landuyt authored
Create a DAST Profile schedule for existing profile See merge request gitlab-org/gitlab!70144
-
Aditya Tiwari authored
-
Natalia Tepluhina authored
Sort scoped labels first in issuable sidebar See merge request gitlab-org/gitlab!67794
-
Natalia Tepluhina authored
Sort scoped labels first in issuable sidebar See merge request gitlab-org/gitlab!67794
-
David Fernandez authored
-
Vitali Tatarintev authored
Remove FF ci_minutes_monthly_tracking See merge request gitlab-org/gitlab!70183
-
Simon Knox authored
Prevent vuln table header from cutting off dropdown See merge request gitlab-org/gitlab!69954
-
Albert Salim authored
This reverts merge request !70153
-
Kati Paizee authored
Update code_review to add acceptance checklist See merge request gitlab-org/gitlab!70186
-
Wayne Haber authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!70257
-
Dheeraj Joshi authored
This adds new feature specs for DAST On-demand scans testing out the happy path
-
Lee Tickett authored
Changelog: added
-
David Kim authored
Show alert when search is disabled See merge request gitlab-org/gitlab!70249
-
Kati Paizee authored
Move fuzzing terms to terminology section See merge request gitlab-org/gitlab!70169
-
Russell Dickenson authored
-
Heinrich Lee Yu authored
When the search by term feature is disabled due to enabling of the disable_anonymous_search feature flag, we show an alert message to the user
-