- 14 Jan, 2021 40 commits
-
-
Fabio Pitino authored
Enable CI visualization by default See merge request gitlab-org/gitlab!51701
-
Frédéric Caplette authored
This enables the Ci visualization by default and updates the doc to reflect it.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51721
-
Kushal Pandya authored
Removes the mr_commit_neighbor_nav feature flag See merge request gitlab-org/gitlab!51477
-
Nick Thomas authored
Merge branch '294422-follow-up-from-fire-webhook-when-updating-or-removing-a-group-member' into 'master' Send email when group member expiration date is updated See merge request gitlab-org/gitlab!50310
-
Serena Fang authored
Doesn't work yet
-
Matthias Käppler authored
Extend diffs_metadata.json w/project & user names See merge request gitlab-org/gitlab!50666
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v25.11.1 See merge request gitlab-org/gitlab!51619
-
🤖 GitLab Bot 🤖 authored
-
GitLab Release Tools Bot authored
-
Markus Koller authored
Default enable set_user_availability_status See merge request gitlab-org/gitlab!51668
-
Ezekiel Kigbo authored
Default enables the feature flag and updates related documentation
-
Jan Provaznik authored
Alert on transfer error in admin project controller See merge request gitlab-org/gitlab!50541
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51715
-
Bob Van Landuyt authored
Remove feature flags from artifacts destroy services See merge request gitlab-org/gitlab!51323
-
David O'Regan authored
Remove margin-top: 0 for snippets empty state See merge request gitlab-org/gitlab!51038
-
Yogi authored
-
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
-
GitLab Release Tools Bot authored
-
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
-
Marius Bobin authored
-
Marius Bobin authored
Remove ci_slow_artifacts_removal Remove ci_split_pipeline_artifacts_removal Log how many job artifacts are removed on each execution
-
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
-