- 22 Oct, 2020 40 commits
-
-
Kushal Pandya authored
Remove resolve comment functionality See merge request gitlab-org/gitlab!45549
-
Phil Hughes authored
Removes the resolve button from each note component Instead only the first note has this button, when this button is clicked it resolves the whole thread. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/28750
-
Miguel Rincon authored
[RUN AS-IF-FOSS] Unwrap from DOMContentLoaded in Monitor:Health pages See merge request gitlab-org/gitlab!45571
-
Brandon Labuschagne authored
Replace fa-refresh icon with GitLab SVG See merge request gitlab-org/gitlab!45777
-
Martin Wortschack authored
- This replaces the fa-refresh icon with the retry SVG
-
Denys Mishunov authored
Merge branch '235365-migrate-bootstrap-dropdown-to-gitlab-ui-gldropdown-in-app-assets-javascripts' into 'master' Migrate merge moment dropdown to GitLab UI See merge request gitlab-org/gitlab!42803
-
Shinya Maeda authored
Use dedicated signing key for CI_JOB_JWT (take 3) See merge request gitlab-org/gitlab!43950
-
charlie ablett authored
Add link to the note when adding a comment on an issue See merge request gitlab-org/gitlab!45511
-
Shinya Maeda authored
Convert event name to string when comparing See merge request gitlab-org/gitlab!44697
-
Marcel Amirault authored
Fix incorrect code in load perf docs See merge request gitlab-org/gitlab!45877
-
Grant Young authored
Quote in wrong location
-
Olena Horal-Koretska authored
-
Bob Van Landuyt authored
Replace some Gitlab::Tracking mocks with snowplow test helper [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!45208
-
Natalia Tepluhina authored
Simplify components data flow in merge request meta editor modal See merge request gitlab-org/gitlab!45576
-
Igor Drozdov authored
Merge branch '242039-follow-up-from-graphql-create-board-list-with-milestone-or-assignee' into 'master' Follow-up from "GraphQL: Create board list with milestone or assignee" See merge request gitlab-org/gitlab!44798
-
Rémy Coutable authored
Deduplicate findings within the artifact itself and use position instead of project_fingerprint See merge request gitlab-org/gitlab!44815
-
Mehmet Emin INAC authored
It is possible to have more than one finding with the same project fingerprint for a report artifact which breaks the logic of marking findings as deduplicated based on project fingerprint values. For this reason, we need to mark findings as deduplicated based on their position within their reports.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!45871
-
Jean du Plessis authored
-
Igor Drozdov authored
Fixes the ability to filter target branch by not equal See merge request gitlab-org/gitlab!45652
-
Phil Hughes authored
This fixes the target branch filter in merge requests to allow the user to filter by not equal.
-
Thong Kuah authored
Merge branch '233278-in-global-search-if-there-is-only-one-result-redirect-to-that-page-instead-of-global-search-2' into 'master' Search Autocomplete - add GFM support for issues See merge request gitlab-org/gitlab!44930
-
Terri Chu authored
Enable GitHub Flavored Markdown support for issues to the search autocomplete field. If the user is in the project dashboard and enters GFM for an issue id, a link to that issue will show up.
-
Rémy Coutable authored
Expose humanTimeEstimate and humanTotalTimeSpent via graphql See merge request gitlab-org/gitlab!45508
-
Rémy Coutable authored
Cleans up one_dimensional_matrix feature flag See merge request gitlab-org/gitlab!45445
-
Laura Montemayor authored
* Removes conditional feature flag code from specs * Updates the docs to remove mention of feature flag * Removes code from CommitStatus model * Removes yml file with feature flag info
-
GitLab Release Tools Bot authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!45865
-
Jean du Plessis authored
-
Phil Hughes authored
Remove Use of jQuery Tooltip in Modal Copy Button See merge request gitlab-org/gitlab!45559
-
James Lopez authored
Fix allowlist bug that prevented project access token creation See merge request gitlab-org/gitlab!44343
-
Serena Fang authored
-
Dmytro Zaporozhets (DZ) authored
Remove feature flag filter_pipelines_search See merge request gitlab-org/gitlab!45698
-
Brandon Labuschagne authored
Add explanation to VSA Days to Completion chart See merge request gitlab-org/gitlab!43446
-
Dan Jensen authored
This adds a paragraph below the "Days to completion" header on the group-level VSA page. The intent is to explain what the chart below represents.
-
GitLab Release Tools Bot authored
-
Denys Mishunov authored
Instead of creating a new factory that produces the code duplication, we can rely on a passed parameter instead.
-
Patrick Bajao authored
Merge branch '268238-spec-failure-in-spec-graphql-resolvers-projects_resolver_spec-rb-resolvers-projectsresolver' into 'master' Fix flaky spec in spec/graphql/resolvers/projects_resolver_spec.rb See merge request gitlab-org/gitlab!45744
-
Vitaly Slobodin authored
Move fullscreen logic from router to component See merge request gitlab-org/gitlab!40818
-
Tom Quirk authored
This scopes complexity to the component for better maintainability
-