OSDN Git Service

wvm/gitlab.git
10 years agoMerge pull request #6218 from brittlewis12/master master
Dmitriy Zaporozhets [Sat, 1 Feb 2014 13:43:03 +0000 (05:43 -0800)]
Merge pull request #6218 from brittlewis12/master

fixed h3, h4 font-sizing for gitlab-flavored markdown (solves issue #6211)

10 years agoMerge pull request #5957 from ninech/dont-depend-on-appid-and-appsecret
Dmitriy Zaporozhets [Sat, 1 Feb 2014 13:36:25 +0000 (05:36 -0800)]
Merge pull request #5957 from ninech/dont-depend-on-appid-and-appsecret

refactor omniauth configuration method

10 years agochanged h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em
brittlewis12 [Fri, 31 Jan 2014 16:46:52 +0000 (11:46 -0500)]
changed h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em

10 years ago Merge branch 'bug/broken_mr_select' into 'master'
Dmitriy Zaporozhets [Fri, 31 Jan 2014 13:41:19 +0000 (13:41 +0000)]
 Merge branch 'bug/broken_mr_select' into 'master'

Fix broken merge request select

Fixes #991

10 years agoFix bug with merge request branch select
Dmitriy Zaporozhets [Fri, 31 Jan 2014 11:24:38 +0000 (13:24 +0200)]
Fix bug with merge request branch select

Merge request target branch select is broken if you submit form and have
some errors on page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoDont check for python any more
Dmitriy Zaporozhets [Fri, 31 Jan 2014 11:09:10 +0000 (13:09 +0200)]
Dont check for python any more

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoFix block/remove UI for admin::users#show page
Dmitriy Zaporozhets [Fri, 31 Jan 2014 11:04:14 +0000 (13:04 +0200)]
Fix block/remove UI for admin::users#show page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years ago Merge branch 'fix/line-numbers' into 'master'
Dmitriy Zaporozhets [Fri, 31 Jan 2014 07:54:50 +0000 (07:54 +0000)]
 Merge branch 'fix/line-numbers' into 'master'

Fix shifting line numbers.

When there are 1000 lines or more in a file, the link icon causes the numbers to shift down a line when you hover over the line number. This fixes that issue by setting a `nowrap` option for the line number anchor tag.

I also removed the fixed width of 60px for the `line-numbers` div as this causes issues for longer line numbers. I used `visibility: hidden` instead of `display: none` to ensure that the space for the link icon is taken into account. This way auto sizing the div does not cause any problems.

You can see the current behavior by looking at the following:

https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/assets/javascripts/ace-src-noconflict/mode-java.js

10 years agoFix shifting line numbers.
Jason Hollingsworth [Fri, 31 Jan 2014 01:12:41 +0000 (19:12 -0600)]
Fix shifting line numbers.

10 years agoUse linguist from rubygems
Dmitriy Zaporozhets [Thu, 30 Jan 2014 19:31:10 +0000 (21:31 +0200)]
Use linguist from rubygems

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years ago Merge branch 'remove_pygments' into 'master'
Dmitriy Zaporozhets [Thu, 30 Jan 2014 19:04:35 +0000 (19:04 +0000)]
 Merge branch 'remove_pygments' into 'master'

Remove Pygments.rb

10 years agoRemove python from installation docs
Dmitriy Zaporozhets [Thu, 30 Jan 2014 17:48:47 +0000 (19:48 +0200)]
Remove python from installation docs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoGet rid of pygments.rb dependency
Dmitriy Zaporozhets [Thu, 30 Jan 2014 17:46:13 +0000 (19:46 +0200)]
Get rid of pygments.rb dependency

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoReplace pygments with hljs for system hooks help page
Dmitriy Zaporozhets [Thu, 30 Jan 2014 16:31:24 +0000 (18:31 +0200)]
Replace pygments with hljs for system hooks help page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #6185 from sag47/doc/archy_overview
Dmitriy Zaporozhets [Thu, 30 Jan 2014 13:16:43 +0000 (05:16 -0800)]
Merge pull request #6185 from sag47/doc/archy_overview

An architectural overview of GitLab

10 years ago Merge branch 'ui_fixes' into 'master'
Dmitriy Zaporozhets [Thu, 30 Jan 2014 12:53:15 +0000 (12:53 +0000)]
 Merge branch 'ui_fixes' into 'master'

UI Fixes

10 years agoFix no-highlight code blocks for dark themes
Dmitriy Zaporozhets [Thu, 30 Jan 2014 12:02:57 +0000 (14:02 +0200)]
Fix no-highlight code blocks for dark themes

10 years agoFix protected branches page UI
Dmitriy Zaporozhets [Thu, 30 Jan 2014 11:49:18 +0000 (13:49 +0200)]
Fix protected branches page UI

10 years agoRemove shade for reopen button
Dmitriy Zaporozhets [Thu, 30 Jan 2014 11:37:06 +0000 (13:37 +0200)]
Remove shade for reopen button

10 years agoUse 100% width for note edit form
Dmitriy Zaporozhets [Thu, 30 Jan 2014 11:33:29 +0000 (13:33 +0200)]
Use 100% width for note edit form

10 years agoHighlight code search results
Dmitriy Zaporozhets [Thu, 30 Jan 2014 11:31:56 +0000 (13:31 +0200)]
Highlight code search results

10 years agoRemove unnecessary text shadow
Dmitriy Zaporozhets [Thu, 30 Jan 2014 11:20:35 +0000 (13:20 +0200)]
Remove unnecessary text shadow

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoFix note form width
Dmitriy Zaporozhets [Thu, 30 Jan 2014 08:57:52 +0000 (10:57 +0200)]
Fix note form width

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Thu, 30 Jan 2014 08:56:09 +0000 (10:56 +0200)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years ago Merge branch 'nicer_502' into 'master'
Dmitriy Zaporozhets [Thu, 30 Jan 2014 08:12:22 +0000 (08:12 +0000)]
 Merge branch 'nicer_502' into 'master'

Nicer 502

10 years agoMerge pull request #5842 from vikraman/patch-1
Jacob Vosmaer [Wed, 29 Jan 2014 18:24:59 +0000 (10:24 -0800)]
Merge pull request #5842 from vikraman/patch-1

Add comment about tls for ldap method

10 years agoShow images as raw and update the documentation.
Marin Jankovski [Wed, 29 Jan 2014 16:28:51 +0000 (17:28 +0100)]
Show images as raw and update the documentation.

10 years agoImprove issue box UI
Dmitriy Zaporozhets [Wed, 29 Jan 2014 15:07:15 +0000 (17:07 +0200)]
Improve issue box UI

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #6183 from Undev/fix_links_in_markdown
Marin Jankovski [Wed, 29 Jan 2014 14:51:07 +0000 (06:51 -0800)]
Merge pull request #6183 from Undev/fix_links_in_markdown

Fix relative links in markdown. Related to #6182

10 years agoadding ref from structure to architecture
Sam Gleske [Wed, 29 Jan 2014 14:17:58 +0000 (09:17 -0500)]
adding ref from structure to architecture

10 years agoupdating structure doc
Sam Gleske [Wed, 29 Jan 2014 14:17:36 +0000 (09:17 -0500)]
updating structure doc

10 years agoFix relative links in markdown. Related to #6182
Andrey Kumanyaev [Wed, 29 Jan 2014 13:48:59 +0000 (17:48 +0400)]
Fix relative links in markdown. Related to #6182

10 years agoClarifying web frontend direct file access
Sam Gleske [Wed, 29 Jan 2014 03:12:51 +0000 (22:12 -0500)]
Clarifying web frontend direct file access

Rewrite how Apache/nginx interacts with precompiled assets.

10 years agoupdate links for gitlab.com
Sam Gleske [Wed, 29 Jan 2014 02:21:15 +0000 (21:21 -0500)]
update links for gitlab.com

10 years agoAn architectural overview of GitLab
Sam Gleske [Tue, 28 Jan 2014 15:10:25 +0000 (10:10 -0500)]
An architectural overview of GitLab

This is to help new admins of GitLab understand what components
are involved in making GitLab work.

10 years agono raw data rendering
Dmitriy Zaporozhets [Tue, 28 Jan 2014 09:53:02 +0000 (11:53 +0200)]
no raw data rendering

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAdd a custom 502 page
Jacob Vosmaer [Tue, 28 Jan 2014 09:19:22 +0000 (10:19 +0100)]
Add a custom 502 page

10 years agoAdd group avatar to group page. Changed default avatar for group
Dmitriy Zaporozhets [Tue, 28 Jan 2014 08:51:18 +0000 (10:51 +0200)]
Add group avatar to group page. Changed default avatar for group

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #6178 from Popl7/add_group_avatars
Dmitriy Zaporozhets [Tue, 28 Jan 2014 08:26:18 +0000 (00:26 -0800)]
Merge pull request #6178 from Popl7/add_group_avatars

added group avatars

10 years ago Merge branch 'highlight-js' into 'master'
Dmitriy Zaporozhets [Tue, 28 Jan 2014 07:58:59 +0000 (07:58 +0000)]
 Merge branch 'highlight-js' into 'master'

Highlight.Js

Replace pygments code highlight with client-side library - highlight.js

http://highlightjs.org/

10 years agoadded group avatars
Steven Thonus [Mon, 27 Jan 2014 21:34:05 +0000 (22:34 +0100)]
added group avatars

10 years ago Merge branch 'backup_crontab' into 'master'
Sytse Sijbrandij [Tue, 28 Jan 2014 07:02:10 +0000 (07:02 +0000)]
 Merge branch 'backup_crontab' into 'master'

Backup Crontab

10 years agoAdd instructions for backups using cron
Jacob Vosmaer [Mon, 27 Jan 2014 17:54:28 +0000 (18:54 +0100)]
Add instructions for backups using cron

10 years agoMerge pull request #6170 from skv-headless/mr_diffs_psql_broken_migrations
Dmitriy Zaporozhets [Mon, 27 Jan 2014 16:25:11 +0000 (08:25 -0800)]
Merge pull request #6170 from skv-headless/mr_diffs_psql_broken_migrations

Fix merge_request_diffs migrations for postgresql

10 years ago Merge branch 'stash-pgrade' into 'master'
Dmitriy Zaporozhets [Mon, 27 Jan 2014 16:22:42 +0000 (16:22 +0000)]
 Merge branch 'stash-pgrade' into 'master'

Document the stash of changes during the upgrade

10 years agoImprove highlight for notes
Dmitriy Zaporozhets [Mon, 27 Jan 2014 16:18:18 +0000 (18:18 +0200)]
Improve highlight for notes

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoFix tests
Dmitriy Zaporozhets [Mon, 27 Jan 2014 15:36:30 +0000 (17:36 +0200)]
Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years ago Merge branch 'host-no-scheme' into 'master'
Dmitriy Zaporozhets [Mon, 27 Jan 2014 15:36:04 +0000 (15:36 +0000)]
 Merge branch 'host-no-scheme' into 'master'

Host No Scheme

People keep adding http in front of the host FQDN, this comment informs them this is not needed.

https://groups.google.com/forum/#!topic/gitlabhq/HPOn51ZcQFs

10 years ago Merge branch 'merge-window' into 'master'
Dmitriy Zaporozhets [Mon, 27 Jan 2014 15:26:18 +0000 (15:26 +0000)]
 Merge branch 'merge-window' into 'master'

Merge Window

10 years agoFix merge_request_diffs migrations for postgresql
skv-headless [Mon, 27 Jan 2014 12:37:00 +0000 (16:37 +0400)]
Fix merge_request_diffs migrations for postgresql

10 years agoPeople keep adding http:// in front of the host.
dosire [Mon, 27 Jan 2014 13:27:47 +0000 (14:27 +0100)]
People keep adding http:// in front of the host.

10 years agoDetail the merge window.
dosire [Mon, 27 Jan 2014 13:16:13 +0000 (14:16 +0100)]
Detail the merge window.

10 years agoExplain stash.
dosire [Mon, 27 Jan 2014 12:51:01 +0000 (13:51 +0100)]
Explain stash.

10 years ago Merge branch 'upload-limits' into 'master'
Dmitriy Zaporozhets [Mon, 27 Jan 2014 12:44:14 +0000 (12:44 +0000)]
 Merge branch 'upload-limits' into 'master'

Upload Limits

Better documentation for the upload limit. Please have a hard time when they need to change the upload limits, see https://gitlab.com/gitlab-org/gitlab-ce/issues/5

10 years agoFix blob multiline highlight
Dmitriy Zaporozhets [Mon, 27 Jan 2014 12:21:40 +0000 (14:21 +0200)]
Fix blob multiline highlight

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoReword the git explanation.
dosire [Mon, 27 Jan 2014 12:01:20 +0000 (13:01 +0100)]
Reword the git explanation.

10 years ago Merge branch 'document_chunked_transfer' into 'master'
Sytse Sijbrandij [Mon, 27 Jan 2014 11:26:53 +0000 (11:26 +0000)]
 Merge branch 'document_chunked_transfer' into 'master'

Document Chunked Transfer

10 years agoAdd highlight.js support to markdown, snippets etc
Dmitriy Zaporozhets [Mon, 27 Jan 2014 11:12:58 +0000 (13:12 +0200)]
Add highlight.js support to markdown, snippets etc

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUse either/or to present options
Jacob Vosmaer [Mon, 27 Jan 2014 10:59:15 +0000 (11:59 +0100)]
Use either/or to present options

10 years agoExplain what we know about Nginx chunked requests
Jacob Vosmaer [Mon, 27 Jan 2014 10:19:45 +0000 (11:19 +0100)]
Explain what we know about Nginx chunked requests

10 years ago Merge branch 'jruby' into 'master'
Dmitriy Zaporozhets [Mon, 27 Jan 2014 08:04:20 +0000 (08:04 +0000)]
 Merge branch 'jruby' into 'master'

Recommend standard MRI implementation

10 years agoMerge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:57:36 +0000 (07:57 +0000)]
Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce

10 years agoMerge branch 'fix/test' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:55:30 +0000 (07:55 +0000)]
Merge branch 'fix/test' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce

10 years agoMerge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:40:56 +0000 (09:40 +0200)]
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

10 years agoMerge pull request #6158 from Razer6/remove_snippet_expiaration_date
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:37:53 +0000 (23:37 -0800)]
Merge pull request #6158 from Razer6/remove_snippet_expiaration_date

Remove snippet expiration date from UI

10 years agoMerge pull request #6159 from dblessing/fix/mobile_ui_dashboard
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:37:37 +0000 (23:37 -0800)]
Merge pull request #6159 from dblessing/fix/mobile_ui_dashboard

Mobile UI improvements

10 years agoMerge pull request #5476 from lyda/logo-white-compress
Dmitriy Zaporozhets [Mon, 27 Jan 2014 07:36:18 +0000 (23:36 -0800)]
Merge pull request #5476 from lyda/logo-white-compress

Reduce image size.

10 years agoMerge pull request #6163 from Corobi/master
Sytse Sijbrandij [Sun, 26 Jan 2014 21:28:07 +0000 (13:28 -0800)]
Merge pull request #6163 from Corobi/master

improve upgrader "latest version" message

10 years agoImprove themes. Load highlight.js properly
Dmitriy Zaporozhets [Sun, 26 Jan 2014 20:00:23 +0000 (22:00 +0200)]
Improve themes. Load highlight.js properly

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoInit highlgiht js and render for blob. Improve css for it
Dmitriy Zaporozhets [Sun, 26 Jan 2014 19:34:22 +0000 (21:34 +0200)]
Init highlgiht js and render for blob. Improve css for it

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoModify white and solarized themes for hljs
Dmitriy Zaporozhets [Sun, 26 Jan 2014 19:33:32 +0000 (21:33 +0200)]
Modify white and solarized themes for hljs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoInclude highlight.js assets
Dmitriy Zaporozhets [Sun, 26 Jan 2014 19:33:04 +0000 (21:33 +0200)]
Include highlight.js assets

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAdd highlightjs assets to vendor
Dmitriy Zaporozhets [Sun, 26 Jan 2014 19:32:31 +0000 (21:32 +0200)]
Add highlightjs assets to vendor

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'hipchat-remove-hash' of /mnt/ebs/repositories/Tenzer/gitlab-ce
Sytse Sijbrandij [Sun, 26 Jan 2014 15:22:13 +0000 (15:22 +0000)]
Merge branch 'hipchat-remove-hash' of /mnt/ebs/repositories/Tenzer/gitlab-ce

10 years agoMerge branch 'master' of /mnt/ebs/repositories/sriharsha.vardhan/gitlab-ce
Sytse Sijbrandij [Sun, 26 Jan 2014 15:21:11 +0000 (15:21 +0000)]
Merge branch 'master' of /mnt/ebs/repositories/sriharsha.vardhan/gitlab-ce

10 years agoimprove upgrader "latest version" message
Corobi [Sat, 25 Jan 2014 23:33:55 +0000 (23:33 +0000)]
improve upgrader "latest version" message

10 years agoNobody uses GitLab with Jruby.
dosire [Sat, 25 Jan 2014 16:57:18 +0000 (17:57 +0100)]
Nobody uses GitLab with Jruby.

10 years agoMobile UI improvements for dashboard/nav
Drew Blessing [Thu, 23 Jan 2014 02:07:01 +0000 (20:07 -0600)]
Mobile UI improvements for dashboard/nav

Style navbar toggle button

Style navbar toggle manually instead of with button classes

Style navbar

Modify color

Turn off all tooltips for touch devices

Style main nav

Fix scrolling navbar collapse

Style tweaks

Minor tweaks

Style no ssh key message

10 years agoMerge pull request #5907 from boomshadow/patch-1
Sytse Sijbrandij [Sat, 25 Jan 2014 15:59:44 +0000 (07:59 -0800)]
Merge pull request #5907 from boomshadow/patch-1

Update installation.md with new git version

10 years ago Merge branch 'database-confusion' into 'master'
Dmitriy Zaporozhets [Sat, 25 Jan 2014 09:49:48 +0000 (09:49 +0000)]
 Merge branch 'database-confusion' into 'master'

Database Confusion

To prevent https://twitter.com/TechIsCool/status/426133762032676865

10 years agoVersion to 6.6.0.pre
Dmitriy Zaporozhets [Sat, 25 Jan 2014 09:48:36 +0000 (11:48 +0200)]
Version to 6.6.0.pre

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoRemove snippet expiration date from UI
Robert Schilling [Sat, 25 Jan 2014 08:04:33 +0000 (09:04 +0100)]
Remove snippet expiration date from UI

10 years agoFix broken test in spec/models/project_spec.rb
Jason Hollingsworth [Sat, 25 Jan 2014 02:59:42 +0000 (20:59 -0600)]
Fix broken test in spec/models/project_spec.rb

A test was broken if running on a non-standard port.
Made checking for (non-)standard port more robust.
Changed gitlab_on_non_standard_port to gitlab_on_standard_port (less negative).

10 years agoAdd files to path blacklist.
Jason Hollingsworth [Sat, 25 Jan 2014 02:06:44 +0000 (20:06 -0600)]
Add files to path blacklist.
Remove empty ErrorsController

10 years ago Merge branch 'reference_relative_links' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 22:01:57 +0000 (22:01 +0000)]
 Merge branch 'reference_relative_links' into 'master'

Reference style links with relative links in markdown

#996

```
Adds relative links support to reference style links, eg:

[GitLab API doc directory][GitLab API directory listing]

[Maintenance][Maintenance rake task]

\[GitLab API directory listing]: doc/api/
\[Maintenance rake task]: doc/raketasks/maintenance.md
```

10 years ago Merge branch 'improve/developer_permissions' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 22:01:31 +0000 (22:01 +0000)]
 Merge branch 'improve/developer_permissions' into 'master'

Permissions: Developer can manage issue tracker now

10 years agoImprove authorization for new/edit blob pages
Dmitriy Zaporozhets [Fri, 24 Jan 2014 19:29:52 +0000 (21:29 +0200)]
Improve authorization for new/edit blob pages

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAllow developers to mange issue tracker
Dmitriy Zaporozhets [Fri, 24 Jan 2014 19:29:22 +0000 (21:29 +0200)]
Allow developers to mange issue tracker

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years ago Merge branch 'improve/mr_service' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 16:10:48 +0000 (16:10 +0000)]
 Merge branch 'improve/mr_service' into 'master'

Improve merge request accepting logic

Add locked state to merge request during `accept` action.
Prevents mr being `triggered as merged` twice (hooks, emails etc)
Fixes #998 #729

10 years agoMerge branch 'master' into reference_relative_links
Marin Jankovski [Fri, 24 Jan 2014 13:02:11 +0000 (14:02 +0100)]
Merge branch 'master' into reference_relative_links

Conflicts:
spec/models/project_spec.rb

10 years agoFix mr update issue if merge_request_diff missing
Dmitriy Zaporozhets [Fri, 24 Jan 2014 12:38:02 +0000 (14:38 +0200)]
Fix mr update issue if merge_request_diff missing

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMergeRequests services
Dmitriy Zaporozhets [Fri, 24 Jan 2014 12:18:32 +0000 (14:18 +0200)]
MergeRequests services

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years ago Merge branch 'report_backup_db_success' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:27:48 +0000 (11:27 +0000)]
 Merge branch 'report_backup_db_success' into 'master'

Report success/failure of DB backup commands

10 years ago Merge branch 'development_seed_fix' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:27:05 +0000 (11:27 +0000)]
 Merge branch 'development_seed_fix' into 'master'

Development  Project Seed Data Fix

After this commit https://dev.gitlab.org/gitlab/gitlabhq/commit/1d2bdb4d5880bb1ad39b62c81ff2971aa0cb3798 Contexts were replaced with Services. One context remained in the seed data which means development seeding will fail.

@dzaporozhets Do we want to backport this to 6.5 too?

/cc @jacobvosmaer @sytse

10 years ago Merge branch 'ssh-docs' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:26:47 +0000 (11:26 +0000)]
 Merge branch 'ssh-docs' into 'master'

Ssh Docs

10 years ago Merge branch 'oudated-version-headers' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:25:20 +0000 (11:25 +0000)]
 Merge branch 'oudated-version-headers' into 'master'

Oudated Version Headers

If we don't update version numbers we should not include them since they are confusing.

10 years ago Merge branch 'release-procedure' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:25:03 +0000 (11:25 +0000)]
 Merge branch 'release-procedure' into 'master'

Release Procedure

This should be in line with what is actually happening.

10 years ago Merge branch 'jira-integration' into 'master'
Dmitriy Zaporozhets [Fri, 24 Jan 2014 11:23:50 +0000 (11:23 +0000)]
 Merge branch 'jira-integration' into 'master'

Jira Integration

10 years agoNeed ! to embed.
dosire [Fri, 24 Jan 2014 11:12:36 +0000 (12:12 +0100)]
Need ! to embed.

10 years agoEmbed screenshot.
dosire [Fri, 24 Jan 2014 11:12:04 +0000 (12:12 +0100)]
Embed screenshot.