| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #11853
|
|\
| |
| |
| |
| |
| |
| |
| | |
Fix diff and commit view on merge requests
with new sidebar
Fixes #3981
See merge request !2718
|
| |
| |
| |
| |
| | |
with new sidebar
Fixes #3981
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix label links for a merge request pointing to issues list
_Originally opened at !2150._
---
I have added a type parameter to the `link_to_label` helper method that is set to `'merge_request'` when in the context of a merge request.
I have also improved the specs to actually test the output of the method instead of its implementation.
Fixes #3007.
See merge request !2700
|
| |/
| |
| |
| |
| |
| | |
You can set type: :merge_request to create a link to merge request
lists instead of issues list. Accept both Symbol & String as type
argument for the link_to_label helper
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Change placeholder text to just 'search'
Fixes #13168

See merge request !2711
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Implement new design for issue and merge request right sidebar
Fixes #3981
See merge request !2645
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
[WIP]
|
| |
| |
| |
| |
| |
| |
| |
| | |
For big instances search autocomplet is flooded with groups you have no
access to and insternal/public projects you don't care. It affects way
how easily you can go to group/project you are actually member of
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Support Akismet spam checking for creation of issues via API
Currently any spam detected by Akismet for non-members via API will
be logged in a separate table in the admin page.
Closes #5612
See merge request !2266
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added dropdown to list all projects on project header
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212
When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user.
When closed:

When open:

cc. @jschatz1
See merge request !2438
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user
|
| | |
| | |
| | |
| | | |
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
hotfix/ruby-21-broken-update
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Show list of forks for a given Project
Closes #2406
See merge request !2376
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update text_color_for_bg helper to support RGB triplet color codes
Closes #12677
See merge request !2587
|
| | | |
| | | |
| | | |
| | | | |
Closes #12677
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
All inputs of type `search` will have the gray background
and search icon centered.
Because the search magnifier is a bg image,
I had to hide it with `[value=""]`.
I added a little javascript to make sure each input always has it's
own value.
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Import GitHub wiki into GitLab
Closes #2834
GitHub doesn’t apply any constraints to theirs wiki slug allowing chars like ,, :, *, etc, we need to remove our constraints or some wiki pages will not be available after they are imported.
Some wikis use the Gollum's tags to link its internal/external resources like: images, urls, wiki pages, etc. So, to avoid that wiki links/images displays completely broken after they were imported, we added a new `WikiPipeline`, that for now will parse only simple links, and image tags.
##### Before `WikiPipeline`:

##### After `WikiPipeline`:

See merge request !2324
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Standartize buttons and fields size
Fixes #8069 and #8070
See merge request !2428
|