- 14 Jan, 2021 40 commits
-
-
Fabio Pitino authored
Correct status indicator for job groups when failure is allowed See merge request gitlab-org/gitlab!51478
-
Markus Koller authored
Add `/reassign_reviewer` command See merge request gitlab-org/gitlab!47606
-
Gary Holtz authored
* Based more or less on the /reassign command for issues and MRs
-
Patrick Bajao authored
Resolve "Track comment related metrics for a merge request" See merge request gitlab-org/gitlab!51521
-
Tim Zallmann authored
Remove DOMContentLoaded Eventlistener from Performance Bar index See merge request gitlab-org/gitlab!51204
-
Dmytro Zaporozhets (DZ) authored
Allow removing iterations in Issues::Updateservice See merge request gitlab-org/gitlab!51179
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51703
-
Marcia Ramos authored
Fixed broken link See merge request gitlab-org/gitlab!51533
-
Suzanne Selhorn authored
-
David O'Regan authored
Fix slack application helper card See merge request gitlab-org/gitlab!51034
-
Yogi authored
-
Brandon Labuschagne authored
Remove vue/order-in-components override See merge request gitlab-org/gitlab!51383
-
Mark Florian authored
The rule override was in place to make the transition to the latest `vue/recommended` ruleset easier, i.e., tackled iteratively. Now that most violations of this rule have been fixed, this override can be removed, so that we adopt the stricter version from `vue/recommended`. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
-
Nathan Friend authored
Refactor/Reorganize api.js for better tree-shaking See merge request gitlab-org/gitlab!50038
-
Tim Zallmann authored
Creates new API directory with split files This splits out all User related API calls to better tree-shake the big file Updated the user merge requests + status modal Refactored + Organized projects API calls Fixed specs for api tree shaking Centralized api.js with named exports Changed to a central rest_api file Restructured to rest_api import Needed Prettier Update Fixed spyOn for UserApi
-
Marcia Ramos authored
Mention ConventionalComments browser addon See merge request gitlab-org/gitlab!51086
-
Michał Zając authored
-
Igor Drozdov authored
Speed up pull mirroring by asking Gitaly if tags have changed See merge request gitlab-org/gitlab!49629
-
Nick Thomas authored
Currently, pull mirroring will fetch the full list of tags for a repository twice - before and after the pull - and use the diff between them to work out which new tags have been added. This seems unavoidable with the current output of `git fetch`, but we *can* skip doing the second call (and cache invalidation) if there have been no tag changes. This is the common, happy path, so should be worth implementing.
-
Shinya Maeda authored
Add .terraform.lock.hcl to terraform template in order to support terraform 0.14 See merge request gitlab-org/gitlab!50647
-
sirlatrom authored
Patch from https://gitlab.com/gitlab-org/gitlab/-/issues/243857#proposalSigned-off-by: sirlatrom <sune.keller@gmail.com>
-
Marcia Ramos authored
Add documentation for new Snippet repository storage move API See merge request gitlab-org/gitlab!50151
-
GitLab Release Tools Bot authored
-
Phil Hughes authored
Resolve "Newlines in custom server hook error messages render improperly in merge UI" See merge request gitlab-org/gitlab!51001
-
Sanad Liaquat authored
Quarantine add_batch_comments_in_merge_request_spec See merge request gitlab-org/gitlab!51691
-
Grant Young authored
Causing multiple failures and noise on pipelines.
-
Markus Koller authored
Extract JiraService#find_issue method See merge request gitlab-org/gitlab!51637
-
Arturo Herrero authored
-
Peter Leitzen authored
Rename methods to specify vulnerability relation See merge request gitlab-org/gitlab!51622
-
Martin Wortschack authored
Makes sure discussions show as resolved after applying suggestion See merge request gitlab-org/gitlab!51605
-
Phil Hughes authored
Prefetch pathLastCommit GraphQL with StartupJS See merge request gitlab-org/gitlab!51429
-
Vitali Tatarintev authored
Enable ci_pipeline_editor_page by default See merge request gitlab-org/gitlab!51484
-
Miguel Rincon authored
This change enables feature flag ci_pipeline_editor_page by default and updates documentation to indicate this.
-
GitLab Release Tools Bot authored
-
Bob Van Landuyt authored
Change title of backlog list to Open See merge request gitlab-org/gitlab!51562
-
GitLab Bot authored
-
Nicolò Maria Mezzopera authored
Make scripts in lint text in pre blocks wrap See merge request gitlab-org/gitlab!51687
-
Natalia Tepluhina authored
Merge branch '13019-improve-error-messages-when-adding-namespaces-in-jira-connect-app' into 'master' Use GlAlert for errors in Jira Connect app See merge request gitlab-org/gitlab!48651
-
Tom Quirk authored
- Display GlAlert on error - Init test for Jira Connect's Vue app - Add some basic tests for error handling - move global store to a builder func
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/51521 Issue: gitlab.com/gitlab-org/gitlab/-/issues/292822
-