Dmitriy Zaporozhets
bda409c4c8
Add placeholders from and to
2013-08-26 10:37:58 +00:00
Dmitriy Zaporozhets
cc4b638c34
Set iid in fixtures. Add rake dev:setup for development
2013-08-26 13:20:45 +03:00
Dmitriy Zaporozhets
b5593683af
Mars theme for generated admin account
2013-08-26 13:06:41 +03:00
Dmitriy Zaporozhets
48ce80a60c
Fix issue when developers are able to push to protected branch
...
When that branch contain a '/' in the branch name.
Fix for git over HTTP
2013-08-26 12:54:57 +03:00
Dmitriy Zaporozhets
551946a34e
Merge pull request #4507 from smashwilson/linking-issues
...
Linking objects from GFM references
2013-08-26 02:31:57 -07:00
ash wilson
c8a115c0e3
Link issues from comments and automatically close them
...
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
references in descriptions, titles, or attached Notes creates a back-reference
Note that links to the original referencer. Furthermore, pushing commits with
commit messages that match a (configurable) regexp to a project's default
branch will close any issues mentioned by GFM in the matched closing phrase.
If accepting a merge request would close any Issues in this way, a banner is
appended to the merge request's main panel to indicate this.
2013-08-25 18:58:41 -04:00
Gabor Nagy
d139cc6b32
Adds feature: get a diff via API.
2013-08-25 23:48:11 +02:00
Dmitriy Zaporozhets
2b36dee644
Merge pull request #4815 from MegaDiablo/patch-1
...
add link on realisation api for java client
2013-08-25 12:22:04 -07:00
Dmitriy Zaporozhets
ac13960943
Merge pull request #4841 from Razer6/update_path_blacklist
...
Add 'hooks' to path blacklist.
2013-08-25 12:21:22 -07:00
Dmitriy Zaporozhets
999c4888fd
Merge pull request #4845 from mmoll/unicorn_localhost
...
bind unicorn listener to 127.0.0.1
2013-08-25 12:21:11 -07:00
Dmitriy Zaporozhets
23d443a512
Merge pull request #4854 from aus/patch-1
...
Fix GitLab Shell version check
2013-08-25 12:20:26 -07:00
Dmitriy Zaporozhets
481c37200c
Merge pull request #4879 from sugarmo/master
...
Select files with diff filter for graph log
2013-08-25 12:13:53 -07:00
Dmitriy Zaporozhets
8d6343b3ad
Merge pull request #4860 from gitlabhq/fix_service_gitlab_restart
...
Fix the `service gitlab restart` command
2013-08-25 11:49:06 -07:00
dsekretov and Dmitriy Zaporozhets
b1358639c8
Update 20130419190306_allow_merges_for_forks.rb
...
Postgress db migrate fails.(5.4=>6.0)
2013-08-25 21:47:04 +03:00
Dmitriy Zaporozhets
f834385a1d
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2013-08-24 22:43:35 +03:00
Dmitriy Zaporozhets
5a3d4cb634
Fixed 500 error when try to remove group
2013-08-24 22:42:52 +03:00
Steven Mok
6f70d6977a
Select files with diff filter for graph log
2013-08-24 11:27:08 +08:00
Sytse Sijbrandij
dc3e1d6392
People like Karen and myself are confused by the placeholder, it seems like you don't have to change the master value. Also the to and from should be more prominent.
2013-08-23 15:52:49 +02:00
Jacob Vosmaer
2b9d48ccd0
Fix the service gitlab restart command
...
This commit addresses two related issues:
- Sidekiq should shut down completely before we restart it;
- If we restart unicorn with USR2 we need to kill the old master and
worker processes.
2013-08-23 10:31:32 +02:00
Austin Robertson
b74a50451c
Fix GitLab Shell version check
2013-08-22 13:10:18 -05:00
Jacob Vosmaer
21e3d848b4
Merge pull request #4847 from Stayallive/patch-1
...
Added assets:precompile in upgrade guide 5.4 -> 6.0
2013-08-22 07:04:10 -07:00
Alex Bouma
b30909c269
Added assets:precompile in upgrade guide 5.4 -> 6.0
2013-08-22 16:00:42 +02:00
Dmitriy Zaporozhets
9a00bbda89
Show reopen milestone button if milestone was closed
2013-08-22 15:45:36 +03:00
Dmitriy Zaporozhets
0fcd89e3ac
Show iids for issues/mr in email subject
2013-08-22 15:40:48 +03:00
Dmitriy Zaporozhets
d2aa48c0d5
Recreate project satellite on rename or transfer
2013-08-22 14:49:57 +03:00
Michael Moll
b3e07ec334
bind unicorn listener to 127.0.0.1
...
otherwise it will listen on 0.0.0.0
2013-08-22 13:17:58 +02:00
Dmitriy Zaporozhets
79b76d2cb6
Merge branch '25_000_installations' of /home/git/repositories/gitlab/gitlabhq
2013-08-22 08:04:04 +00:00
Robert Schilling
c69637df9a
Add 'hooks' to path blacklist.
2013-08-22 08:18:50 +02:00
Jacob Vosmaer
c7713cafce
Increase estimated number of GitLab installations
2013-08-21 17:38:59 +02:00
Dmitriy Zaporozhets
668358439e
Fix tests after can_create_team was removed
2013-08-21 15:07:09 +03:00
Dmitriy Zaporozhets
08be25eb4b
Merge pull request #4826 from amouhzi/patch-1
...
Fix bug in ace-src-noconflict with Relative url.
2013-08-21 04:12:46 -07:00
Dmitriy Zaporozhets
e67574fe77
Merge pull request #4829 from hiroponz/render-not-found-when-failing-to-look-for-commit
...
Render not found when failing to look for commit
2013-08-21 04:11:52 -07:00
Hiroyuki Sato
1101ceb3f4
A little improvement
...
1. Replace params key 'q' with 'extended_sha1'. A extended SHA1 syntax is explained in 'man gitrevisions'.
2. Change the placeholder of looking for commit.
3. Change the label of ref filter.
2013-08-21 19:20:29 +09:00
Dmitriy Zaporozhets
fede36f089
Add z-index to flash message
2013-08-21 12:40:02 +03:00
Dmitriy Zaporozhets
8dd37afe34
Reannotate
2013-08-21 12:34:02 +03:00
Dmitriy Zaporozhets
fb492386c5
Fix accidentally removed class name
2013-08-21 12:33:12 +03:00
Dmitriy Zaporozhets
fd1661468f
Remove can_create_team code from user
2013-08-21 12:31:47 +03:00
Dmitriy Zaporozhets
606701ada4
Look for milestone by iid in milestone controller
2013-08-21 12:22:18 +03:00
Dmitriy Zaporozhets
625fb2f29d
Add iids to milestones. Moved iids logic to separate concern
2013-08-21 12:16:26 +03:00
Dmitriy Zaporozhets
0a0b0e1eab
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2013-08-21 12:09:13 +03:00
Dmitriy Zaporozhets
5d8ca6e60b
Remove deprecated models
2013-08-21 12:08:32 +03:00
Dmitriy Zaporozhets
3b0d7a3071
Drop deprecated tables
2013-08-21 12:08:10 +03:00
Dmitriy Zaporozhets
ed3d31d5b2
Warn about update to 6.1
2013-08-21 12:04:33 +03:00
Hiroyuki Sato
5f24bdb7d0
Render not found when failing to look for a commit
2013-08-21 17:53:51 +09:00
Dmitriy Zaporozhets
3680df0100
Merge pull request #4824 from lurdan/patch-1
...
fix checkout tag name
2013-08-21 01:37:35 -07:00
Hassan Amouhzi
a38c6550db
Fix bug in ace-src-noconflict with Relative url.
...
If we doesn't use a relative url we have this:
<pre>gon.relative_url_root=""</pre>
Else <pre>gon.relative_url_root="/gitlab"</pre>
Gitlab::Application.config.assets.prefix contains:
<pre>/assets</pre>
2013-08-21 09:13:50 +02:00
lurdan
f70c5fcab2
fix checkout tag name
2013-08-21 11:25:46 +09:00
Dmitriy Zaporozhets
0a44ecf3a0
Fix migrate_iids for issues
2013-08-20 22:41:05 +03:00
Dmitriy Zaporozhets
1f7d485d33
Prepare doc for update from 6.0 to 6.1
2013-08-20 22:34:14 +03:00
Dmitriy Zaporozhets
97b58d1484
6.1.0pre
2013-08-20 22:30:45 +03:00