Dmitriy Zaporozhets
3f5e999fe7
Merge pull request #9846 from fbeegle/master
...
Update autocomplete_controller to be more readable
2015-12-02 10:02:15 +01:00
Stan Hu
a518879a6f
Merge pull request #9868 from yms9654/commit-without-whitespace
...
Add ignore whitespace change option to commit view
2015-12-01 00:30:39 -08:00
Minsik Yoon
8c4a3c77d8
Add ignore whitespace change option to commit view
2015-12-01 09:51:10 +09:00
Robert Speicher
244c9a00e0
Merge branch 'stanhu/gitlab-ce-fix-404-after-project-removal'
...
See merge request !1916
2015-11-30 12:00:13 -05:00
Valery Sizov
e0131c5d07
Merge branch 'rails_update_to_4_2' into 'master'
...
Rails update to 4.2.4
https://gitlab.com/gitlab-org/gitlab-ce/issues/2694
See merge request !1902
2015-11-30 16:49:09 +00:00
Valery Sizov
e92ceb7b57
fix specs
2015-11-30 16:12:31 +02:00
Jose Corcuera
b9df1a6355
Strip attributes for Milestone and Issuable. #3428
2015-11-26 10:16:50 -05:00
Valery Sizov and Valery Sizov
7f214cee74
Migrate mailers to ActiveJob
2015-11-26 17:03:43 +02:00
Stan Hu
2497d3d550
Fix 404 in redirection after removing a project
...
Closes https://github.com/gitlabhq/gitlabhq/issues/9844
Closes #3559
2015-11-25 23:11:35 -08:00
Douglas Barbosa Alexandre
8dcef120cd
Fix raw private snippets access workflow
2015-11-25 18:16:27 -02:00
Felipe Orlando
075e3661c5
Update autocomplete_controller to be more readable
2015-11-22 06:04:20 -02:00
Valery Sizov
3fc10d46f1
Emoji bug: Invalid url to image
2015-11-22 01:51:00 +02:00
Valery Sizov
fbac9e106d
Award: merge request fix
2015-11-21 19:17:06 +02:00
Dmitriy Zaporozhets
03755fb38f
Merge branch 'ee-flog' into 'master'
...
Reduce method complexity in AutocompleteController
Backport of gitlab-org/gitlab-ee!58
See merge request !1833
2015-11-21 09:09:23 +00:00
Douwe Maan
5a4c56c38d
Reduce method complexity in AutocompleteController
2015-11-20 13:49:24 +01:00
Valery Sizov
f31ee52507
Fix for Emoji
2015-11-20 11:13:43 +02:00
Kamil Trzciński
0383f84d88
Merge branch 'ci-yaml-validation' into 'master'
...
Commits without .gitlab-ci.yml are marked as skipped
- Commits without .gitlab-ci.yml are marked as skipped
- Save detailed error when YAML syntax
This also fixes : #3521 #3546
/cc @jacobvosmaer
See merge request !1827
2015-11-19 22:57:06 +00:00
Dmitriy Zaporozhets
68d4ab2381
Merge branch 'emoji_votes' into 'master'
...
Award Emoji
This it first iteration of award emoji feature.
We have plan to extend emoji picker by the next release.
For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like "👍 " and any other. You can post not only emoji that listed in the emoji picker.
See merge request !1825
2015-11-19 21:34:38 +00:00
Kamil Trzcinski
8248314bc9
Don't rescue Exception, but StandardError
2015-11-19 20:17:17 +01:00
Robert Speicher
56476f1847
Merge branch 'dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow' into 'master'
...
Improve personal snippet access workflow.
Replaces !1709
Fixes #3258
See merge request !1817
2015-11-19 17:22:20 +00:00
Robert Speicher
3a85c93a7a
Merge branch 'dirceu/gitlab-ce-new-merge-request-from-file-edit' into 'master'
...
Add option to create merge request when editing/creating a file
Replaces !1611
Fixes #3059
See merge request !1820
2015-11-19 16:45:45 +00:00
Valery Sizov
bdf4007cb7
adressing comments
2015-11-19 18:12:17 +02:00
Yorick Peterse
a42d469ab2
Merge branch 'atom-feed-latest-update' into 'master'
...
Improve performance of user profiles, finding groups, and finding projects
This MR improves the following:
* Rendering of profile pages and Atom feeds
* Finding groups (using GroupsFinder & friends)
* Finding projects (using ProjectsFinder & friends)
Initially this MR was intended to only improve rendering of Atom feeds, but over time other fixes were introduced as well as the same code was the cause of all these problems.
See merge request !1790
2015-11-19 10:05:53 +00:00
Valery Sizov
a2912074be
satisfy rubocop
2015-11-19 01:31:15 +02:00
Valery Sizov
23df515fd0
Emoji: fix image of emoji when it is submitted via comment
2015-11-19 01:26:00 +02:00
Valery Sizov and Valery Sizov
2f6f99d300
award for merge requests[ci skip]
2015-11-19 01:25:59 +02:00
Valery Sizov
fd2c0fe446
award emoji
2015-11-19 01:25:27 +02:00
Douwe Maan
f3cfd20952
DRY up code
2015-11-18 17:17:38 +01:00
Yorick Peterse
fbdf376749
Refactor UsersController to not kill the database
...
Previously this controller would in multiple places load tons (read:
around 65000) project and/or group IDs into memory. These changes in
combination with the previous commits significantly cut down loading
times of user profile pages and the Atom feeds of users.
2015-11-18 13:05:45 +01:00
Douwe Maan
7b405d3064
Fix redirect after import fails.
2015-11-18 12:00:57 +01:00
Douwe Maan
e86d53b27f
Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-edit
2015-11-18 11:17:20 +01:00
Robert Speicher
df6bb57921
Merge branch 'compare-first-commit' into 'master'
...
Correctly set comparison first commit when range includes a merge commit
Fixes #3207 .
See merge request !1814
2015-11-17 18:51:40 +00:00
Robert Speicher
d431f3ec40
Merge branch 'james11/gitlab-ce-removable-group-owner' into 'master'
...
Prevent the last owner of a group from being able to delete themselves
by 'adding' themselves as a master
Replaces !1708 .
Fixes #1111 .
See merge request !1815
2015-11-17 18:23:27 +00:00
Dmitriy Zaporozhets
5098ad9d3c
Merge branch 'remove-code-duplication'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-17 19:17:15 +01:00
Douwe Maan
e945ec0280
Add "Start a new merge request" option to every commit form
2015-11-17 18:53:56 +01:00
Douwe Maan
0b540a0fad
Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-edit
2015-11-17 17:01:28 +01:00
Douwe Maan
16438ad205
Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow
2015-11-17 16:19:16 +01:00
Robert Speicher
df0110ba81
Merge branch 'rs-revert-gh-9820' into 'master'
...
Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"
This reverts commit 63144cd062 , reversing
changes made to 8ab5df9d87 .
Reverts https://github.com/gitlabhq/gitlabhq/pull/9820
See merge request !1804
2015-11-17 15:09:22 +00:00
Douwe Maan
e3fe3da63d
Use project member abilities more extensively
2015-11-17 15:51:40 +01:00
Douwe Maan
24cf6865d3
Correctly set comparison first commit when range includes a merge commit
2015-11-17 13:10:01 +01:00
Dmitriy Zaporozhets
3cebe9e780
Refactor duplciate code for groups_controller.rb and slack_service/note_message.rb
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-17 11:03:18 +01:00
Robert Speicher
c8e53d4467
Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"
...
This reverts commit 63144cd062 , reversing
changes made to 8ab5df9d87 .
2015-11-16 13:08:08 -05:00
Dmitriy Zaporozhets
32f1a71968
Fix removing avatar for group
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 17:24:14 +01:00
Dmitriy Zaporozhets
929ab909c8
Group masters should be able to create/close milestones
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 16:14:19 +01:00
Dmitriy Zaporozhets
c79d801bf5
Fix a bug when milestone/label filter was empty for dashboard issues page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 14:07:38 +01:00
Dmitriy Zaporozhets
986695e136
Refactor global and group milestones logic
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 14:07:38 +01:00
Dmitriy Zaporozhets
05335a3c85
Create milestones in the group
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 14:07:38 +01:00
Marin Jankovski
14032d8eb1
Add support for git lfs.
2015-11-16 12:39:13 +01:00
Dmitriy Zaporozhets
6c8dded20b
Merge branch 'fix_trailing_title_space' of https://gitlab.com/dblessing/gitlab-ce
2015-11-16 10:40:49 +01:00
Dmitriy Zaporozhets
aec9f211e5
Merge branch 'impersonate' into 'master'
...
refactor login as to be impersonation with better login/logout
Modifies the existing "login as" feature to be called impersonation.
This also adds:
* Application keep track of who is impersonating the user so they can revert back to the original user without having to log out.
* Stores the user profile via `HTTP_REFERER` so you get redirected back to the person you have impersonated once you stop.
## Screenshots:


See merge request !1702
2015-11-14 09:04:10 +00:00