forked from gitlabhq/gitlabhq
-
Notifications
You must be signed in to change notification settings - Fork 0
Implements drag and drop upload in creating issues #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
erbunao
wants to merge
99
commits into
master
Choose a base branch
from
test_for_hound
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ites is automatic.
Conflicts: doc/release/monthly.md
describe ProjectsController do | ||
let(:project) { create(:project) } | ||
let(:user) { create(:user) } | ||
let(:png) { fixture_file_upload(Rails.root + 'spec/fixtures/dk.png', 'image/png') } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [89/80]
Implements drag and drop upload of image in every markdown-area
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Remove features raketask As discussed Fixes gitlabhq#1179
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
CSS truncation Use css truncation for event titles on dashboard. Fix vertical align of timestamps
Improve rake test Check for `system` call return value instead of `$?.exitstatus`
No link inside code block
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Improve merge request page UX Increase Discussions and Changes tabs size. Added count of changes and comment to it Before and after: 
Review changelog @dzaporozhets updates the changelog and notifies the team.
Compare api
Fixes #1165
This reverts commit e9d4587, which is incompatible with GitLab's built in LDAP user filter: a GitLab LDAP filter is [added on top of the other filters used to find the user](https://gitlab.com/gitlab-org/gitlab-ce/blob/982d4d51e8110bec280eb00db0fb756b062103d9/lib/gitlab/ldap/adapter.rb#L61) Example GitLab LDAP filter: `(memberOf=cn=foo,dc=bar)`. In contrast, an omniauth-ldap filter [replaces the 'normal' filters](https://gitlab.com/gitlab-org/omniauth-ldap/blob/76d77543dec0c585bb4e974262f43675f9810953/lib/omniauth/strategies/ldap.rb#L55) Example omniauth-ldap user filter: `(&(uid=%{username})(memberOf=cn=foo,dc=bar))`.
Merge patch changelog back into master /cc @dzaporozhets
LDAP user filter fix
Add titles to help pages Fixes gitlabhq#1183
Gitlab shell in upgrader guide
Fixes #1214
permissions for MR page Signed-off-by: Dmitriy Zaporozhets <[email protected]>
Move script to bin
Fixes #925
Don't show remove branch button if you are not allowed to remove it
Fixes #1213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.