- 13 Jul, 2020 40 commits
-
-
Patrick Bajao authored
When rendering `projects/commits/commit` partial, it calls some helper methods like `sprite_icon` and `clipboard_button`. These methods call `sprite_icon_path` internally which is not that slow (averaging around 6ms per call on my local machine). But when called multiple times (e.g. rendering 100 commits), it adds up. Some benchmark numbers for `Projects::MergeRequestsController#commits` (average of 5 requests, with `RAILS_PROFILE` env var set to `true`: - BEFORE: 1.051528 - AFTER: 0.684848 This shows around 35% improvement.
-
Heinrich Lee Yu authored
Add backend support for Jira issue list open/closed/all states Closes #227854 and #227835 See merge request gitlab-org/gitlab!36626
-
Heinrich Lee Yu authored
MR Creation Flow for SAST UI Config Changes See merge request gitlab-org/gitlab!36233
-
rossfuhrman authored
Part of [New SAST Config UI Page - Basic SAST Wide Settings][1]. Behind feature flag `sast_configuration_ui` (disabled by default). [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/220577
-
Natalia Tepluhina authored
Always show UTC dates for iteration start/due dates Closes #227286 See merge request gitlab-org/gitlab!36518
-
Simon Knox authored
The start/due dates for iterations are in UTC, but formatDate was converting to user's local timezone. For people in sub-zero timezones, midnight UTC is the previous day for them
-
Jarka Košanová authored
Periodically update container registry type settings See merge request gitlab-org/gitlab!36415
-
Heinrich Lee Yu authored
Update Jira issue link See merge request gitlab-org/gitlab!36549
-
Alexandru Croitor authored
-
Kushal Pandya authored
Various UX improvements to the code navigation popover Closes #213188, #218586, and #213190 See merge request gitlab-org/gitlab!35651
-
Martin Wortschack authored
Merge branch '218460-group-activity-mrs-created-chart-w-single-series-add-configurable-column-chart' into 'master' Group Activity - Fetch page config data See merge request gitlab-org/gitlab!35953
-
Brandon Labuschagne authored
The commit introduces the first iteration of integrating the report pages frontend with the API A modularised store is introduced and the first functional API request is implemented
-
Heinrich Lee Yu authored
Move job token code to core See merge request gitlab-org/gitlab!36510
-
Heinrich Lee Yu authored
Only query for necessary Jira fields See merge request gitlab-org/gitlab!36655
-
James Lopez authored
Fix coverage report [RUN ALL RSPEC] Closes gitlab-org/quality/team-tasks#557 See merge request gitlab-org/gitlab!36291
-
Heinrich Lee Yu authored
Allow filtering of jira issues by extra parameters See merge request gitlab-org/gitlab!36588
-
Jarka Košanová authored
Allow to remove subepics if epics are available See merge request gitlab-org/gitlab!36346
-
Denys Mishunov authored
Update dependency @gitlab/ui to v17.22.1 See merge request gitlab-org/gitlab!36663
-
Kushal Pandya authored
Allow Users to Add and Delete IDs from User Lists See merge request gitlab-org/gitlab!35373
-
Andrew Fontaine authored
Lets users add and remove user IDs from their user lists, updates the list as soon as a change is made.
-
Ash McKenzie authored
Add 'License-Approval' to license compliance page See merge request gitlab-org/gitlab!35246
-
Kyle Mann authored
-
Phil Hughes authored
Fixes #225971: Display speech bubble icon when hovering image in Commits page Closes #225971 See merge request gitlab-org/gitlab!36470
-
Adam Alvis authored
-
Phil Hughes authored
Fixes #225970: Don’t display speech bubble on image threads in the Overview tab Closes #225970 See merge request gitlab-org/gitlab!36474
-
Adam Alvis authored
-
Alexandru Croitor authored
Allow filtering of jira issues by status, labels, author and assignee
-
Kushal Pandya authored
Use graph data generation for single stat tests Closes #217758 See merge request gitlab-org/gitlab!36273
-
Natalia Tepluhina authored
Merge branch '223194-refactor-design-management-application-to-match-new-visual-styles' into 'master' Refactor Design management application to match new visual styles Closes #223194 See merge request gitlab-org/gitlab!35746
-
Natalia Tepluhina authored
-
Natalia Tepluhina authored
Move alert integration settings to Vue See merge request gitlab-org/gitlab!36110
-
Jarka Košanová authored
Rename spam_verdict to external_verdict in SpamVerdictService See merge request gitlab-org/gitlab!36522
-
GitLab Bot authored
-
Martin Wortschack authored
Update button selector in `admin_audit_logs_spec.rb` to not be ambiguous See merge request gitlab-org/gitlab!36652
-
Stan Hu authored
Change default Vendor name to GitLab when not defined in the report See merge request gitlab-org/gitlab!36519
-
Alan (Maciej) Paruszewski authored
-
Sanad Liaquat authored
E2E for adding comments to snippets Closes gitlab-org/quality/testcases#814 See merge request gitlab-org/gitlab!35383
-
-
Dylan Griffith authored
Add installed state metrics for Cilium cluster application See merge request gitlab-org/gitlab!35808
-
Dylan Griffith authored
Removes FF and condition See merge request gitlab-org/gitlab!36140
-