| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
spec/javascripts/vue_shared/components/user_avatar/user_avatar_link_spec.js
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7078
|
| |\
| |
| |
| | |
47008-issue-board-card-design
|
| | |\
| | |
| | |
| | |
| | | |
Feature/new user snippets breadcrumbs
See merge request gitlab-org/gitlab-ce!21661
|
| | |/ |
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
Move group labels AR code into finder
Closes #49653
See merge request gitlab-org/gitlab-ce!21854
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
Add Baw-Appie as Korean proofreader
See merge request gitlab-org/gitlab-ce!20586
|
| | | | | |
|
| | | | | |
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Upgrade eslint to v5.x
See merge request gitlab-org/gitlab-ce!21825
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The eslint-plugin-vue upgrade had some breaking changes to
vue/attribute-order which needed to be resolved in order to avoid
disabling the rule entirely
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We needed to disable a few eslint-config-airbnb-base rules in order
to keep the number of line changes under control. These should be
re-enabled asap.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change the tier badge of Geo to be PREMIUM
See merge request gitlab-org/gitlab-ce!21877
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Increase performance when creating discussion on diff
Closes #49002
See merge request gitlab-org/gitlab-ce!21743
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed toBeTruthy to toBe(true) in spec
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed toggling new notes caused by not returning the stores discussion
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We now use the returned discussion instead of re-fetching
all of the discussions and filtering out the ones we don't need.
This speeds up the process of creating a diff discussions
by saving us another API request before we can render the discussion
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
param is set
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes WIP text with two different colors in MR edit page
Transforms a `p` element in a `div` to guarantee WIP
the explanation is rendered inside `text-muted`
See merge request gitlab-org/gitlab-ce!21740
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Use gitlab-ui 1.5.1
See merge request gitlab-org/gitlab-ce!21865
|
| | | | | | | | | |
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Use the new gitaly auth scheme (v2)
See merge request gitlab-org/gitlab-ce!21417
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
Backport Admin menu changes from EE
See merge request gitlab-org/gitlab-ce!21864
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Using path syntax to include Admin namespace as part of Project
controller menu expansion code, in order to not conflict with same
controller name but in Geo namespace.
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Doesn't synchronize default branch for push mirrors
Closes #51725
See merge request gitlab-org/gitlab-ce!21861
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
We should not synchronize the source repository with
the target root ref while updating a push mirror.
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Align form labels following Bootstrap 4 docs
See merge request gitlab-org/gitlab-ce!21752
|
| | |/ / / / / / / / / |
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Correct grammar (setup to set-up) in Docs
See merge request gitlab-org/gitlab-ce!21857
|
| | | | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Allows to sort projects by most stars
Closes #47203
See merge request gitlab-org/gitlab-ce!21762
|