Marin Jankovski
80b58184d3
Merge branch 'fix-mr-commit-comment' into 'master'
...
Fix MR commenting system when new commits pushed
Fixes #1608
This conmmit fixes wierd behaviour when you see wrong comments about new
commits in merge requests.
Short explanation of a bug:
When you push new commits to project we updated `project.merge_requests`
with comment about push. But `project.merge_requests` includes also
merge requests from forks to origin project. So when you push to master
branch it commented on all merge requests from forks to origin where
source_branch was `master`
See merge request !1108
2014-09-23 15:10:28 +00:00
Marin Jankovski
e81fa0e66d
Merge branch 'fix_git_access' into 'master'
...
Fix ref parsing in Gitlab::GitAccess
See merge request !1107
2014-09-23 15:02:06 +00:00
Marin Jankovski
a33d7a4049
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-09-23 17:01:24 +02:00
Dmitriy Zaporozhets
a5d23ae3c8
Fix MR commenting system when new commits pushed
...
This conmmit fixes wierd behaviour when you see wrong comments about new
commits in merge requests.
Short explanation of a bug:
When you push new commits to project we updated `project.merge_requests`
with comment about push. But `project.merge_requests` includes also
merge requests from forks to origin project. So when you push to master
branch it commented on all merge requests from forks to origin where
source_branch was `master`
2014-09-23 14:20:21 +03:00
Jacob Vosmaer
f12d6278ed
Fix ref parsing in Gitlab::GitAccess
2014-09-23 13:18:36 +02:00
Jacob Vosmaer
d5c81a8d4a
Merge pull request #7692 from mr-vinn/fix-spec-rm
...
Use FileUtils to delete instead of File
2014-09-23 11:23:47 +02:00
Sytse Sijbrandij
e586ee347f
Merge branch 'monthly_doc' into 'master'
...
Add to monthly doc that reverting is an option
See merge request !1106
2014-09-23 07:13:25 +00:00
Marin Jankovski
0f7cad07d0
Add to monthly doc that reverting a feature is an option.
2014-09-23 09:03:38 +02:00
Sytse Sijbrandij
0241efba59
Use origin to compare so it is not dependent on checking out the branch before.
2014-09-23 08:40:46 +02:00
Dmitriy Zaporozhets
248990b5e8
Merge pull request #7772 from cirosantilli/resize-vertical
...
[UI] Set textarea resize:vertical by default.
2014-09-22 21:03:57 +03:00
Dmitriy Zaporozhets
e54fdee436
Merge pull request #7657 from cirosantilli/factor-commit-list
...
[refactor] Factor out commit list from compare and new MR.
2014-09-22 21:03:29 +03:00
Dmitriy Zaporozhets
6a1323f12a
Merge pull request #7792 from cirosantilli/link_to_reply_diff
...
Fix link_to_reply_diff.
2014-09-22 21:02:43 +03:00
Dmitriy Zaporozhets
f96b954b1c
Merge pull request #7804 from cirosantilli/factor-issue-mr-form-error
...
Factor issue and MR edit form error list.
2014-09-22 21:01:03 +03:00
Dmitriy Zaporozhets
db12e2dc8d
Merge pull request #7807 from cirosantilli/factor-service-error
...
Factor error and success methods from services.
2014-09-22 21:00:11 +03:00
Dmitriy Zaporozhets
ed9a6bf99c
Merge pull request #7758 from bbodenmiller/patch-1
...
cleanup empty repo page
2014-09-22 20:57:27 +03:00
Dmitriy Zaporozhets
c31c8c55a4
Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into cirosantilli-spinach-step
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
features/steps/project/markdown_render.rb
2014-09-22 20:56:12 +03:00
Dmitriy Zaporozhets
fbdf34d7ab
Merge pull request #7821 from cirosantilli/factor-spinach-classes
...
[factor] Prefix Spinach features with Spinach::Features::.
2014-09-22 20:54:37 +03:00
Dmitriy Zaporozhets
53fb63c0a0
Merge branch 'update-highlight-js' into 'master'
...
Update highlight.js to 8.2
highlight.js generated using build script `build.py` for all languages.
See merge request !175
2014-09-22 17:52:30 +00:00
Dmitriy Zaporozhets
8cd882355e
Merge branch '7-4-pre' into 'master'
...
7.4 development
Development branch during `master` code freeze for 7.3
See merge request !1096
2014-09-22 17:25:49 +00:00
Sytse Sijbrandij
b3c53efc42
Merge branch 'monthly_release_document_update' into 'master'
...
Monthly release document update
See merge request !1092
2014-09-22 17:23:47 +00:00
Vinnie Okada
8ec602e64f
Fix invalid method in test
...
Use FileUtils::rm_f to delete the satellite lock file.
2014-09-22 11:50:27 -05:00
Marin Jankovski
441237eea5
Update doc that 7.3 is released.
2014-09-22 18:09:49 +02:00
Marin Jankovski
c108839cb9
More updates to release doc.
2014-09-22 17:26:18 +02:00
Marin Jankovski
7d7ba112b6
Issue name of QA.
2014-09-22 17:15:53 +02:00
Marin Jankovski
68bb1701cd
Update monthly release doc that we are not using travis anymore.
2014-09-22 17:15:53 +02:00
Marin Jankovski
3a9c294ac0
Add steps for building and deploying gitlab.com packages to monthly release document.
2014-09-22 17:15:53 +02:00
Marin Jankovski
0b85e2a606
Order of tasks in monthly release doc.
2014-09-22 17:15:53 +02:00
Marin Jankovski
acf4d039f5
Time for 7.4.0-pre.
2014-09-22 17:08:16 +02:00
Ciro Santilli
de6c8778f7
Prefix Spinach features with Spinach::Features::.
2014-09-22 16:30:25 +02:00
Marin Jankovski
a04f0e5b3d
Merge branch 'shell_install_socket'
...
Conflicts:
doc/install/installation.md
v7.3.0
2014-09-22 15:33:07 +02:00
Jacob Vosmaer
4f61061cfb
Support sockets in 'rake gitlab:shell:install'
2014-09-22 15:02:46 +02:00
Marin Jankovski
457caaae49
Update manual installation guide for the correct shell version.
2014-09-22 14:50:06 +02:00
Marin Jankovski
88d3da19f9
Version 7.3.0.
2014-09-22 14:35:51 +02:00
Marin Jankovski
2fc6f8f2cb
Merge branch 'revert_sticky_headers' into 'master'
...
Revert sticky headers
See merge request !1104
2014-09-22 12:34:03 +00:00
Marin Jankovski
f0231e409a
Revert "Diff headers made sticky."
...
This reverts commit 6eb85b1a30 .
2014-09-22 13:48:28 +02:00
Ciro Santilli
ef6e94e37e
Replace old spinach step definitions with step.
2014-09-22 10:01:50 +02:00
Marin Jankovski
b43e918a73
Merge pull request #7815 from Razer6/zen/fix_scroll_position
...
Save last scrollposition and scroll back when leaving ZEN mode
2014-09-22 09:59:23 +02:00
Marin Jankovski
560c41ccf2
Merge pull request #7812 from bbodenmiller/7.3-upgrade
...
improve 7.3 upgrade process & redis setup
2014-09-22 09:59:03 +02:00
Marin Jankovski
8446f37e7c
Merge pull request #7809 from bbodenmiller/patch-25
...
update gitlab shell to 1.9.8 for gitlab 7.2.2
2014-09-22 09:57:38 +02:00
Robert Schilling
28ba985ef9
Save last scrollposition and scroll back when leaving ZEN mode
2014-09-21 21:06:38 +02:00
Robert Schilling
90741c8892
Merge pull request #7814 from cirosantilli/test-typo
...
Typo it -> its.
2014-09-21 20:01:17 +02:00
Ciro Santilli
b65a2d07e4
Typo it -> its.
2014-09-21 19:45:54 +02:00
Robert Schilling
3fdccd539a
Merge pull request #7811 from bbodenmiller/patch-12
...
formatting improvements to 6.0-to-7.3.md
2014-09-21 16:02:02 +02:00
Ben Bodenmiller
559af04f34
improve 7.3 upgrade process & redius setup
...
Fixes
https://github.com/gitlabhq/gitlabhq/commit/2b35c887904b6a7a05a7c88fdf1ccd66ba943e20#commitcomment-7829537 ,
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829367 ,
&
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829381
2014-09-21 05:05:48 -07:00
Ben Bodenmiller
244513568c
formatting improvements to upgrade guides
2014-09-21 04:28:47 -07:00
Ben Bodenmiller
9cf77b6604
update gitlab shell to 1.9.8 for gitlab 7.2.2
...
As committed in https://github.com/gitlabhq/gitlabhq/commit/873acfd9aa54e801d5786c32b05c4f8ad21af72a GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806 .
2014-09-21 03:47:24 -07:00
Ciro Santilli
ad47993ac4
Factor error and success methods from services.
2014-09-21 11:43:05 +02:00
Dmitriy Zaporozhets
9971a9692a
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-09-20 19:22:42 +03:00
Robert Schilling
fda61a047f
Merge pull request #7805 from Razer6/improve/zen
...
Prevent default action when closing zen mode
2014-09-20 18:17:19 +02:00
Robert Schilling
d5badd7ef6
Prevent default action when closing zen mode
2014-09-20 18:15:36 +02:00